Live data from Hacker News

Viewing profile — dirkt

dirkt

HN member
Joined
Thu, May 28, 2015, 8:52 AM UTC
HN karma
727
Public activity
265 items

About dirkt

No profile information was provided.

Recent public activity

  1. comment
    Comment #49136178

    Feels very similar to Stellar 7. Except the tanks divide when hit. [1] https://en.wikipedia.org/wiki/Stellar_7

  2. comment
    Comment #48878368

    Let me supply an /s tag, just in case.

  3. comment
    Comment #48878365

    Yes, I lately feel like the internet is lately mostly acting like a mob, and finger pointing "look, how stupid they are!" is the main content.

  4. comment
    Comment #48828148

    [flagged]

  5. comment
    Comment #48715075

    What happened to VERIFYING an answer? Does nobody do that anymore? When I ask an LLM, I trace the sources, and see if they make sense. More often than not the sources don't actuall…

  6. comment
    Comment #48436041

    > Does this stuff make sense to other people? Nope, and I actually learned about application of category theory to programming language in university. I tried to get an idea about …

  7. comment
    Comment #47993903

    > works really well in Rust and TypeScript too And of course Rust and TypeScript were heavily influenced by Haskell... they just don't mention it and call things differently, to av…

  8. comment
    Comment #47958679

    The point is that algebraic data types are common in functional languages. "Maybe" is just an example of an algebraic data type, there's tons more. If the article says "functional …

  9. comment
    Comment #47804009

    > you ask the LLM what's wrong, you learn something new about the syntax So if you have no LLM to ask, can you figure out on your own what is wrong? Just by reading documentation? …

  10. comment
    Comment #47789749

    > I dont think that helps that much. Teletext [1] was extremely popular in Europe before the Internet was widely available for private households. Also piggybacked on TV. [1] https…

  11. comment
    Comment #47675729

    If you run nginx anyway, why not serve static files from nginx? No need for temporary files, no extra disk space. The authorization can probably be done somehow in nginx as well.

  12. comment
    Comment #47565513

    Archive link: https://web.archive.org/web/20260329164132/https://techfixat...

  13. comment
    Comment #46718383

    They offered a bug bounty, so people think "let me just use ChatGPT to make money for myself". But from I hear it affects other projects too. It affected curl more because with the…

  14. comment
    Comment #46418382

    Eliza's granddaughter.

  15. comment
    Comment #46363224

    Isn't "you can waste energy and heat up our planet and make live for everybody else harder just to make money for a few" enough?

  16. comment
    Comment #46363154

    I still find it very curious that after Russia invaded Ukraine, now Trump is using rhetoric that makes it look like the US is ready to invade some other country, too, they just hav…

  17. comment
    Comment #45961599

    I am old enough to have lived in Germany when they were not coin operated, and most carts were returned at that time as well. Though occasionally you saw a cart far far away from a…

  18. comment
    Comment #45911606

    I actually migrated from Homebrew to Macports after ending up in dependency hell in Homebrew with Postgresql + Postgis, and not being able to fix this properly even with my own bre…

  19. comment
    Comment #45891626

    > Most of the world is powered by Unix Well, Unix came into being on a DEC PDP-11, and C is basically high-level PDP-11 assembly... And MS-DOS was influenced by CP/M which was infl…

  20. comment
    Comment #45874737

    You can play Empire on cyber1 [1], an emulated PLATO system. [1] https://www.cyber1.org

  21. comment
    Comment #45480206

    Unlike the IBN 5100 [1] (which I guess actually was IBM's First Laptop Computer), the 5140 ran MS-DOS, and couldn't emulate the IBM/360 ISA like the IBN 5100 could, so it would be …

  22. comment
    Comment #45207609

    Try exporting things from Excel to CSV on a Mac with non-us locale. Some genius at Microsoft decided the exporting to CSV should follow the locale convention. Which means I get a "…

  23. comment
    Comment #44854227

    > You almost always know how the formers’ work will be broken. The thing is that there are enough people who blindly trust ChatGPT's answers, and they don't know in which ways they…

  24. comment
    Comment #43885333

    But that doesn't need new peripherals, I could do that in my home WLAN network if they'd just install standard software for it on the phone (which you can fix by installing it from…

  25. comment
    Comment #43537602

    I am always disappointed they didn't go all the way and made async/await syntactic sugar for a general Monad abstraction, like in Haskell. And I like the Haskell do-blocks.