HackerTrans
TopNewTrendsCommentsPastAskShowJobs

__henil

no profile record

Submissions

Rumqttc 0.21.0 released with MQTT5 support

bytebeam.io
2 points·by __henil·3 वर्ष पहले·0 comments

Rumqtt release R19: Performance testing, public infra, and persistence

github.com
6 points·by __henil·4 वर्ष पहले·0 comments

The Rust based MQTT broker (Rumqtt) gets new internals

bytebeam.io
2 points·by __henil·4 वर्ष पहले·1 comments

Rumqttc v0.16.0 Released

github.com
2 points·by __henil·4 वर्ष पहले·0 comments

Rumqttc v0.15.0 Released

github.com
1 points·by __henil·4 वर्ष पहले·0 comments

Rumqttc v0.14.0 Released

github.com
3 points·by __henil·4 वर्ष पहले·1 comments

A Whole New World (2012)

destroyallsoftware.com
20 points·by __henil·5 वर्ष पहले·7 comments

$611M stolen in cross-chain hack

twitter.com
4 points·by __henil·5 वर्ष पहले·0 comments

Comb: Largest breach of all time leaked online with 3.2B records

cybernews.com
3 points·by __henil·5 वर्ष पहले·0 comments

How Python Integers Work

tenthousandmeters.com
6 points·by __henil·5 वर्ष पहले·0 comments

What Is an API

youtube.com
1 points·by __henil·5 वर्ष पहले·0 comments

Smenu: A powerful and versatile selection tool for interactive or scripting use

github.com
4 points·by __henil·5 वर्ष पहले·0 comments

Global Privacy Control(GPC) Enabled by Default in DDG Apps and Extensions

spreadprivacy.com
5 points·by __henil·5 वर्ष पहले·0 comments

Mozilla announces Open Web Docs

hacks.mozilla.org
150 points·by __henil·5 वर्ष पहले·1 comments

comments

__henil
·3 वर्ष पहले·discuss
how does it compare to whisper.cpp?
__henil
·3 वर्ष पहले·discuss
crases for me as well.

I am running firefox nightly version 109.0a1
__henil
·4 वर्ष पहले·discuss
TIL!
__henil
·4 वर्ष पहले·discuss
Rumqtt is an opensource set of libraries written in rust-lang to implement the MQTT standard while striving to be simple, robust and performant.

Our github repo: https://github.com/bytebeamio/rumqtt/

Release notes: https://github.com/bytebeamio/rumqtt/releases/tag/R17
__henil
·4 वर्ष पहले·discuss
rumqttc is a high level, easy to use client library that helps build applications which communicate over the MQTT protocol (commonly used in IoT devices). With this update we have been working towards making the client API a lot simpler and gradually improving/stabilizing v5 support.

Any form of constructive feedback is welcome.
__henil
·5 वर्ष पहले·discuss
This reply made my day!
__henil
·5 वर्ष पहले·discuss
TIL
__henil
·5 वर्ष पहले·discuss
Not sure if its something related, I got a wikipedia link from someone which included `&wprov=sfti1` as query string as well.
__henil
·5 वर्ष पहले·discuss
Repo: https://github.com/zellij-org/zellij
__henil
·5 वर्ष पहले·discuss
I find specifying type on the left side of assignment operator much easier to interpret.

> let x: Vec<u8> = Vec::new();
__henil
·5 वर्ष पहले·discuss
This website is heavier than a black hole and does not even show its content on firefox
__henil
·5 वर्ष पहले·discuss
Maybe I can with _duckduckgoing_ /s
__henil
·5 वर्ष पहले·discuss
why does sqlite does not setup CLA*
__henil
·5 वर्ष पहले·discuss
Those make a lot of sense. Thank you!
__henil
·5 वर्ष पहले·discuss
Thanks for the explanation.

It would certainly more work for you to maintain CLA for your project, but why does sqlite setup CLA? It is sufficiently big project and they could easily setup CLA if they wanted to.
__henil
·5 वर्ष पहले·discuss
Can you ELI5 why open-contribution is a problem?

Doesn't the person opening a PR on your project agree with the license your project is licensed with? (sorry for the unintended tongue twister)