Live data from Hacker News

Viewing profile — rehevkor5

rehevkor5

HN member
Joined
Fri, Jan 11, 2013, 6:04 PM UTC
HN karma
94
Public activity
81 items

About rehevkor5

No profile information was provided.

Recent public activity

  1. comment
    Comment #48855110

    You can do stuff with unsigned values, it's just awkward. It most frequently comes up when serializing things.

  2. comment
    Comment #48574283

    Yeah, and it doesn't even have to be a query, it could be an idempotent effect. I think they'd be better off calling it IPOST (for idempotent post). Edit: ah, they declare QUERY as…

  3. comment
    Comment #48480297

    I don't think it would take many changes to fix it. Scott Galloway has some persuasive things to say about it. Even though Republicans are always trying to kill it, it's still bett…

  4. comment
    Comment #48465930

    While you're probably right about >90% of situations that fluent CAD users face, I think you might be suffering from a lack of imagination about situations where an LLM could help …

  5. comment
    Comment #48465888

    > Text does not have this. Not in an informal way. But from a technical perspective, of course it does: serialize the feature steps to text or to code, job done.

  6. comment
    Comment #47795896

    For Yubikey, this guide is worth looking at: https://github.com/drduh/yubikey-guide ("Community guide to using YubiKey for GnuPG and SSH - protect secrets with hardware crypto.")

  7. comment
    Comment #47521265

    Not "new routers" but "new router models".

  8. comment
    Comment #47008142

    You can send messages from desktop on Android too.

  9. comment
    Comment #47008104

    My favorite part about this is how you blame it on your friend, not on Apple.

  10. comment
    Comment #47008092

    More like, "everything is proprietary, so you get locked in".

  11. comment
    Comment #46979390

    It's CAD. Doesn't make sense to engineer an apple...

  12. comment
    Comment #46979376

    It's CAD. Is there a legitimate reason to use that to engineer a dog? Doesn't make sense to me.

  13. comment
    Comment #45763330

    There's no diagnostic test for it. So is it real?

  14. comment
    Comment #45684028

    It seems to be an extension of aspects that he talked about in his speech https://www.war.gov/News/Transcripts/Transcript/Article/4318... Specifically: > allow me a few words to ta…

  15. comment
    Comment #45543372

    The documentation leaves a lot to be desired. Especially regarding custom node development. But also on the user side, for example the kaka trigger node has zero info on its doc pa…

  16. comment
    Comment #44944334

    +1 thought they had caught an image of a Spirit airlines plane...

  17. comment
    Comment #44879830

    It also syncs modifications, so it's not really a backup solution.

  18. comment
    Comment #44493573

    Yeah that confused me at first too. They seem to be treating send() as if it has the same behavior as a setTimeout() call. If you think of it that way, it starts to make sense.

  19. comment
    Comment #44493464

    Their "proper implementation" lacks sufficient error/exception handling around the callback() call. It'll become permanently broken if it throws anything.

  20. comment
    Comment #44445795

    Imperative would be appropriate for things like tutorials and howto pages.

  21. comment
    Comment #43718212

    YouTube really needs to provide an option in their mobile app to disable shorts.

  22. comment
    Comment #43391175

    https://diataxis.fr/ is newer/more fleshed out

  23. comment
    Comment #43391133

    Read this https://diataxis.fr/tutorials-how-to/

  24. comment
    Comment #42587935

    Yeah, DOGE is going to fix the government? Um, wut...

  25. comment
    Comment #41723795

    Calling Redis a database is a generous generalization. For example, Redis does not necessarily provide the same kind of durability as a database does, nor the capabilities one woul…