Live data from Hacker News

Viewing profile — theknarf

theknarf

HN member
Joined
Mon, Jul 28, 2014, 9:09 AM UTC
HN karma
482
Public activity
215 items

About theknarf

No profile information was provided.

Recent public activity

  1. comment
    Comment #49147943

    Are they reinventing https://sshx.io/ ?

  2. comment
    Comment #48997701

    I'm glad that Firefox is catching up, but they still have a lot of catching up to do compared to Arc/Zen. You got people out there like xe-darc innovating on putting Docker contain…

  3. comment
    Comment #48802170

    I belive it also goes into the larger Wormblossom Willow project where there will be an online component, so that you can distribute stuff either online or via USB, building a sens…

  4. comment
    Comment #48734529

    I've been building something similare, but on Datalog instead of Prolog: https://github.com/theknarf-experiments/flow-md

  5. comment
    Comment #48642807

    I wish it was available in my country.

  6. comment
    Comment #48473955

    Why not just rewrite the networking part of gitoxide with an agent? Wouldn't gitoxide already be 90% there for your usecase? Why slopfork all of git?

  7. comment
    Comment #48367118

    Some doors can be designed with a large push handle to unlatch from the inside while still being closed from the outside. Allowing people on the inside to escape out but not the ot…

  8. comment
    Comment #48354384

    Yes, its called Team Topologies.

  9. comment
    Comment #48291729

    An artifact is the output of an automated process that take some input and outputs artifacts. Its a generic term that can mean all kinds of things depending on the process and type…

  10. comment
    Comment #48291692

    You'll get pretty far if you start off with Obsidian + Markdown + a makefile with Pandoc. You can even combine Markdown and Latex files together with Pandoc. This gives you an easy…

  11. comment
    Comment #48277125

    "Do Not Track" (DNT) is already a browser setting. It just doesn't enforce anything, nor does anyone respect it.

  12. comment
    Comment #47921451

    I usually pair it with mprocs for long running tasks

  13. comment
    Comment #47863301

    Even more important now with AI, AI is happy to read and explain any piece of code, but they can't easily reverse engineer why something was done.

  14. comment
    Comment #47482035

    You can't use CRDTs for version control, having conflicts is the whole point of version control. Sometimes two developers will make changes that fundamentally tries to change the c…

  15. comment
    Comment #47352392

    Why not at the every least use RSS for Posts? Why invent a new json spec? Wouldn't it make more sense to build this around RSS?

  16. comment
    Comment #47308727

    > A language’s type system doesn’t need to model every possible type of guarantee Actually this is the exact point of a type system. Why would you want to write unit tests for stuf…

  17. comment
    Comment #47308671

    I'm surprised by the backlash in the comment section here, all of these things seems like the obvious next step for Rust. It seem people are scared of big words?

  18. comment
    Comment #47217436

    That is when the LSP works, now you've just introduced another thing that may fail.

  19. comment
    Comment #47180832

    I would make sense that depressed people use AI as an assistive tool in their daily lives.

  20. comment
    Comment #46947614

    Now we can see it knitting space-time before our eyes

  21. comment
    Comment #46868547

    React Native is able to build abstractions on top of both Android and iOS that uses native UI. Microsoft even have a package for doing a "React Native" for Windows: https://github.…

  22. comment
    Comment #46716409

    I found this in my git starts: https://github.com/xltrail/git-xl?tab=readme-ov-file And then there is also Pandoc that I guess could be helpful in this regard.

  23. comment
    Comment #46716383

    Would be interesting to see some tooling built around being a custom diff driver for a bunch of different standard formats!

  24. comment
    Comment #46704379

    Personally I mapped q to quit, and w to save, as well as x to save and quit.

  25. comment
    Comment #46598514

    I remember when https://sshx.io/ first launched for this use case