Live data from Hacker News

Viewing profile — nitros

nitros

HN member
Joined
Mon, Mar 06, 2017, 5:36 PM UTC
HN karma
103
Public activity
27 items

About nitros

No profile information was provided.

Recent public activity

  1. comment
    Comment #49199431

    I've used https://aisler.net/en (based in Aachen) plenty of times. I like their quality and I was able to pull off some stupidly toleranced layouts. (This is as a hobbyist building…

  2. comment
    Comment #49199410

    FYI: Aisler is the PCB manufacturer and assembler (based in Aachen iirc). LibrePCB is CAD software.

  3. comment
    Comment #49052174

    > But it turns out there's all sorts of delightful data structures that you can only express with unsafe in Rust. Intrusive doubly linked lists are the coolest thing ever. I don't …

  4. comment
    Comment #48787282

    I really enjoy using Rel8 ( https://rel8.readthedocs.io/ ), so much so that I reimplemented it in Rust ( https://github.com/simmsb/rust-rel8 ). For me I find it's an excellent step…

  5. story
  6. comment
    Comment #47790132

    This entire paper smells of LLM, I'm sure even the most distinguished academic would refrain from using notation to prove that the SIP status cannot change during operation.

  7. comment
    Comment #47579247

    I'm suspicious of this prediction given the curl project's experiences...

  8. comment
    Comment #47423997

    Months if the firmware properly sleeps.

  9. comment
    Comment #47419013

    I don't see much motivation for fixing that when I can purchase a nrf52xx Bluetooth Beacon on aliexpress for €4 and flash it with firmware that pretends to be 50 different airtags,…

  10. comment
    Comment #47302787

    It's probably less damaging to recommend abusing Xanax than recommending using a LLM.

  11. comment
    Comment #47219367

    Klopilot: Klo ~ Toilet Vibrierkot: Kot ~ Faeces

  12. comment
    Comment #47129692

    How exactly does distilling a censored model produce an uncensored model?

  13. comment
    Comment #45849104

    This is like saying Haskell doesn't have immutability because it has the state monad, or that rust doesn't because you can shadow with let. Data is immutable and thats much more im…

  14. comment
    Comment #45627107

    It's also becoming possible to have transparent rigid PCBs as of quite recently: https://www.pcbway.com/blog/News/Transparent_Rigid_PCBs_Laun... Naturally it does mean you can't ha…

  15. comment
    Comment #45390557

    Also might be interesting to read about: https://embassy.dev/

  16. comment
    Comment #45260937

    The following should fix that: defaults write org.gnu.Emacs NSAutoFillHeuristicControllerEnabled "NO"

  17. comment
    Comment #45230192

    Eh, Emacs isn't really a system where broken behaviour goes unnoticed. It either works as you expect or something isn't working correctly.

  18. comment
    Comment #44004226

    Nope, but it's not so different to irregular plural forms or verbs in english. Afaik: At some point in the history of the language there would(?) have been rules for these nouns, b…

  19. comment
    Comment #40562828

    bracket [1] is easy to use and ensures that the cleanup operation runs, the Control.Exception module is also well documented [2] [1]: https://hackage.haskell.org/package/base-4.20.…

  20. comment
    Comment #35287183

    The low base clock is likely RF certification related

  21. comment
    Comment #32640954

    https://stallman.org/articles/on-hacking.html

  22. comment
    Comment #32611787

    For maximum 'performance' you can do it in-kernel with eBPF :^) https://github.com/simmsb/traceroute-spoof

  23. comment
    Comment #31971706

    This paper reads like it was written by an AI trained on plagiarized undergrad assignments.

  24. comment
    Comment #27179700

    I built a tool https://github.com/simmsb/container-per-ip that manages spinning up containers such that each source IP gets it's own container, and automates shutting down containe…

  25. comment
    Comment #25977134

    You might find https://doi.org/10.1145/3401335.3401366 ( https://eprints.lancs.ac.uk/id/eprint/144135/1/FromOneEdge_M... ) interesting, it looks into the increase in carbon emissio…