Live data from Hacker News

Viewing profile — frmdstryr

frmdstryr

HN member
Joined
Mon, Jul 17, 2017, 10:37 PM UTC
HN karma
89
Public activity
21 items

About frmdstryr

No profile information was provided.

Recent public activity

  1. comment
    Comment #45567752

    Also apparently slower over fast connections https://arxiv.org/pdf/2310.09423

  2. comment
    Comment #45567581

    Yes, no performance difference either.

  3. comment
    Comment #44750204

    The "advantage" is tracking via the server provided connection ID https://www.cse.wustl.edu/~jain/cse570-21/ftp/quic/index.htm...

  4. comment
    Comment #41887263

    I mostly leave stuff in the bags and put them in labeled boxes by category (eg MOSFETs, drivers, etc). Also wrote an app to track what I have in stock https://f-droid.org/packages/…

  5. comment
    Comment #41019122

    enaml-web does this using lxml. It works fine for a limited number of concurrent users.

  6. comment
    Comment #39116330

    Simple, because I use foss. I'm always amused when people bash on free software, then you ask if they wrote all their own software, libraries, compilers, etc.. and hear silence.

  7. comment
    Comment #37985763

    > I would love to see a successor to OpenSCAD There is quite a few "code" CAD's around https://github.com/Irev-Dev/curated-code-cad . Cadquery has contraints but isn't really a DSL…

  8. comment
    Comment #37984252

    Given how good Horizon is, this is exciting! Hopefully he can find a way to fix the problem of broken models due to invalid vertex/edge references on fillets/chamfers/etc.. when ch…

  9. comment
  10. comment
    Comment #36532664

    "In the near term it would also reduce the number of targets Zig supports", I hope not but it sure sounds like it.

  11. comment
    Comment #36529931

    So I spent ~4 years writing all my embedded projects (and libraries) in Zig and now several "tier 1" supported arches are just going to be dropped? It's your language so do whateve…

  12. comment
    Comment #36319457

    I've been happy with https://horizon-eda.org/

  13. comment
    Comment #32805275

    There's a web toolkit for enaml. https://github.com/codelv/enaml-web

  14. comment
    Comment #32661244

    There's an extension called cookie autodelete that does that. https://github.com/Cookie-AutoDelete/Cookie-AutoDelete

  15. comment
    Comment #32384416

    > always avoided interrupts I'm curious... how does one achieve precise timing without interrupts?

  16. comment
    Comment #31422977

    I recently found https://commoncrawl.org/ and started working on my own personal search engine. I'm surprised how easy it is to actually get decent results with just metadata that …

  17. comment
    Comment #30321479

    This "feature" is also a major downside... protocol level user tracking. See https://svs.informatik.uni-hamburg.de/publications/2019/2019...

  18. comment
    Comment #30216421

    ntopology uses SDFs. I believe its based on libfive.

  19. comment
    Comment #19688215

    https://github.com/codelv/enaml-web/ does exactly that

  20. comment
    Comment #18757264

    Merry Christmas!

  21. comment
    Comment #15959792

    I'm hoping that enaml-native improves some of the pain points that I had with kivy (ex. non native widgets, complicated build system, no "standard" tool integration / debugging, po…