Live data from Hacker News

Viewing profile — aeldidi

aeldidi

HN member
Joined
Tue, Jan 26, 2021, 8:15 PM UTC
HN karma
397
Public activity
46 items

About aeldidi

https://ayman.eldidi.org

Recent public activity

  1. comment
    Comment #47304902

    I'm gonna use this as an opportunity to get some feedback on mine: https://ayman.eldidi.org/articles/unicode-identifiers/

  2. comment
    Comment #47170432

    I've had better experience with LLMs translating than any bespoke translation tool, oddly enough. LLMs seemingly have a very good handle on regional varieties. As an example, I've …

  3. comment
    Comment #47140999

    The withpersona.com URL seems to return 404.

  4. comment
    Comment #46964904

    The Acid2 test is the benchmark you’re thinking of, for anyone not aware: acid2.acidtests.org

  5. comment
    Comment #46939805

    > The C compiler that Anthropic created or whatever verb your want to use should prove that Claude is capable of doing reasonably complex level of making software. I don't doubt th…

  6. comment
    Comment #46938720

    There's an odd trend with these sorts of posts where the author claims to have had some transformative change in their workflow brought upon by LLM coding tools, but also seemingly…

  7. comment
    Comment #45973160

    I'm becoming concerned with the rate at which major software systems seem to be failing as of late. For context, last year I only logged four outages that actually disrupted my wor…

  8. comment
    Comment #45807913

    Yep, this sums it up perfectly for me. I tend to stay away from the extra stuff since the quality is hit or miss (more often hit than miss to be fair), but really there’s something…

  9. comment
    Comment #45807885

    That sounds really promising, maybe my family would be better suited to something like that. I will say though, Nextcloud is almost painless when it comes to management. I’ve had o…

  10. comment
    Comment #45807869

    I use my Nextcloud as a general file storage thing, I just emphasized the photo aspect because that’s my family’s main use case. I have heard of Immich though, perhaps I owe it an …

  11. comment
    Comment #45802976

    Nextcloud is something I have a somewhat love-hate relationship with. On one hand, I've used Nextcloud for ~7 years to backup and provide access to all of my family's photos. We ca…

  12. comment
    Comment #45608283

    There's some truth to this too honestly. At $JOB we prototyped one of our projects in Rust to evaluate the language for use, and only started using Docker once we chose to move to …

  13. comment
    Comment #45608229

    Yeah that's becoming increasingly true. I guess it really depends on what your setup is.

  14. comment
    Comment #45608142

    There's another idea too, that docker is essentially a userspace service manager. It makes things like sandboxing, logging, restarting, etc the same everywhere, which makes having …

  15. comment
    Comment #45608025

    This is a really nice insight. I think years of linux have kind of numbed me to this. I've spent so much time on systems which use systemd now that going back to an Alpine Linux bo…

  16. comment
    Comment #45598402

    That's really interesting, I might actually use that for mine too. Thanks for sharing.

  17. comment
    Comment #45598327

    It has downsides and risks involved, for sure. I think the security part is perhaps a bit overblown, though. In any environment, the developers either care about staying on top of …

  18. comment
    Comment #45595996

    I think the "local maximum" we've gotten stuck at for application hosting is having a docker container as the canonical environment/deliverable, and injecting secrets when needed. …

  19. comment
    Comment #44978470

    I read it again and understand what you mean. I apologize for commenting like that so quickly, I was on my phone and typed that comment out before I really had time to digest the c…

  20. comment
    Comment #44977318

    EDIT: I’m leaving the comment up so the replies make sense, but I completely missed the point here. That’s what I get for writing dismissive hacker news comments on my lunch break!…

  21. comment
    Comment #43130813

    No kidding. I work with an API at my job that does the following: 1. Instead of omitting optional values or at least setting them to null, optional values are set to an empty strin…

  22. comment
    Comment #42978898

    No he did say he doesn’t want rust in Linux at all. Now I understand that he didn’t say “I won’t allow rust to be in Linux”, which is a useful distinction to make. But let’s not pr…

  23. comment
    Comment #42563670

    It’s important to note that it’s not a matter of effort for Firefox. They’ve decided that the it’s not something they want to implement[1]. The reasoning is that they think it allo…

  24. comment
    Comment #42432699

    That seems like a good litmus test question since it has a single correct answer, but a lot of potentially incorrect ones which sound like they might be right (North America has a …

  25. comment
    Comment #41781106

    They just mean service managers like SystemD and OpenRC prefer to handle daemonizing themselves, and thus would prefer that your program stay in the foreground and let them put it …