Viewing profile — nonlogical
nonlogical
HN member- Joined
- Wed, Dec 14, 2022, 1:20 AM UTC
- HN karma
- 31
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About nonlogical
No profile information was provided.
Recent public activity
-
comment
Comment #41338669
I am sure places like this have their right to exist, and they would probably be a great place to consume… without actively participating. By nature of being strict and exclusionar…
-
comment
Comment #41301396
Yup, I too had issues with sound, the game seems to just use the first sound interface available, but it is relatively easy to change after starting (via KDE sound panel for me, bu…
-
comment
Comment #41298147
jq is such an underrated tool, it is fully turing complete functional language in and of itself. It opens up an ocean of possibilities in combination with scripting languages (pyth…
-
comment
Comment #41297583
Love it, and it even has a native linux version. Level of polish in this game is unreal.
-
comment
Comment #41264548
This looks totally awesome! Easy to setup, memory-efficient, streaming, real-time data aggregation, compilable to a single self contained binary, that is a dream come true. Bookmar…
-
comment
Comment #41053647
Looks neat! It would be really nice if someone makes a fuse FS that allows exploring/interacting with dbus, in keeping with everything is a file UNIX philosophy.
-
comment
Comment #40812513
Out of curiosity, what are your top reasons to pick XML over JSON(+jsonschema) or Msgpack/Protobuf, as data interchange? I have come of age as a professional software engineer arou…
-
comment
Comment #38233201
Thank you so much for piecing together a great example (jqjq) to help open everyone’s eyes that JQ is not just a JSONpath implementation with weird syntax! I often reference it to …
-
comment
Comment #38194353
jq does often feels like a code golf language. I would say it does have some of those Perl one liner vibes, that is to say that it is often a write-only language. Also the ‘nearly’…
-
comment
Comment #38188159
JQ is an insanely powerful language, just to put to rest any of your doubts about what it is capable of here is an implementation of JQ... in JQ itself: https://github.com/wader/jq…
-
comment
Comment #38154709
This is something very spiritually close to a concept I recently learned about from Cory Doctorow’s talk at DEFCON called Adversarial Interoperability: https://www.eff.org/deeplink…
-
comment
Comment #38154606
This reminds me a lot about Cory Doctorow’s concept of Adversarial Interoperability: https://www.eff.org/deeplinks/2019/10/adversarial-interopera... Something that was very popular…
-
comment
Comment #36719025
This is finally a great article demystifying non-resident keys! I got a FIDO yubikey a few months back, it came with no PIN set up, I was surprised that I could just use it like th…
-
comment
Comment #36689226
Lightning is a bit of a difficult system to host yourself. But point is you set up something akin to a running total between you and your friends. The nice thing here is that, you …
-
comment
Comment #36689056
This is sort of a thing now with Bitcoin Lightning. You already can listen to podcasts and “stream” them a certain amount of money of your choosing. Called Value For Value and part…
-
comment
Comment #33978768
I think you would enjoy this article from Tailscale: https://tailscale.com/blog/how-nat-traversal-works/ The poke a hole to outside world to a random server, log the port allocated…