Live data from Hacker News

Viewing profile — lieks

lieks

HN member
Joined
Wed, Jan 24, 2024, 10:26 AM UTC
HN karma
168
Public activity
54 items

About lieks

No profile information was provided.

Recent public activity

  1. comment
    Comment #47769815

    I haven't used s6 much, so I can't really comment on that, but Chimera tends to boot significantly faster on the same hardware, compared to Alpine with OpenRC, mostly because of di…

  2. comment
    Comment #47767125

    I've switched to Chimera from Alpine a few months ago. It's much nicer for desktop use. The service supervision is great, and many things that require some setup on Alpine just wor…

  3. comment
    Comment #47398007

    > Christianity considers any sexual activity other than heterosexual sex for procreation within marriage to be sinful, Mostly true, except the "for procreation only" part. That's s…

  4. comment
    Comment #47180697

    It works as a fork deterrent; forks can't easily prove they are still correct without the test suite, so if a company needs to tweak SQLite for any reason, they are better off payi…

  5. comment
    Comment #45680673

    Because the whole goal is to not need any sort of "pointer discipline". The way he does it, you can store as many pointers to the arena as you want without keeping track of them, a…

  6. comment
    Comment #45578993

    They have already shown themselves to be both able and willing. Hopefully the backlash from this current decision will delay their plans long enough for GrapheneOS, Lineage and oth…

  7. comment
    Comment #45578946

    They didn't. They implemented the WebExtensions API for WebKit. It's not complete (e.g. Stylus doesn't work yet), but it's enough to run uBlock Origin.

  8. comment
    Comment #45572755

    You can install full uBlock Origin in the Orion browser, on iOS. It also has decent built-in ad blocking (though uBlock Origin is still better). I had been thinking for a long time…

  9. comment
    Comment #45461630

    Common Lisp does have plenty of warts.

  10. comment
    Comment #45092363

    It was originally designed to be used by government software in the EU. AFAIK, it doesn't really get used for much else, but it fills a niche not covered by the GPL family, which i…

  11. comment
    Comment #45086654

    If you are already considering the AGPL, I'd like to suggest the EUPL. It also covers SaaS, is copyleft (forbids nonfree forks), but non-viral (can link to nonfree software), a lot…

  12. comment
    Comment #45025416

    As a Brazilian, I'm a bit torn on this issue. On the one hand, our social media regulations are terrible, are being approved without due process, and will certainly be used for (po…

  13. comment
    Comment #44683362

    It's a lot easier to get a large team of artists to follow the same artstyle when that artstyle is just "realism". Also, photoscans are convenient.

  14. comment
    Comment #44477600

    I've been trying to solve that for a few years now. The closest existing thing I could find in my research was acme from Plan 9, which actually does a pretty good job. The trick it…

  15. comment
    Comment #44111977

    It also uses them correctly—with no spaces. I have never seen anyone do that on the web.

  16. comment
    Comment #44105917

    The write(2) libc function is just a C wrapper for the syscall. It's the functions from stdio.h that are buffered.

  17. comment
    Comment #43492516

    I have different reasons for avoiding AI. I enjoy understanding what my programs do to the deepest level, so making or using AI are both boring; they remove the fun part of program…

  18. comment
    Comment #43344093

    If copyleft is desired, the EUPL is very similar to the AGPL, but isn't viral, so you can link it as a library to a closed-source program. It's also compatible with most open-sourc…

  19. comment
    Comment #43120929

    I agree that abortion is evil, but in my perception, once someone gets to a situation where they're willing to murder their own child, it won't be a law that'll stop them. This pro…

  20. comment
    Comment #42941879

    Just finished it (APL beginner). It's really fun as a game.

  21. comment
    Comment #42829169

    SAaaS: Staying Alive as a Service

  22. comment
    Comment #42807888

    It feels like this is aimed more at intermediary programmers (and seniors with careless attitudes). A lot of them have this bizarre idea that since bugs will happen anyway, there's…

  23. comment
    Comment #42737235

    I have a theory that this generalizes to some extent. Pitch perception is also logarithmic; an octave in music is a 2x ratio. Memory is sort of logarithmic; you'd say a thing happe…

  24. comment
    Comment #42665237

    If we're counting only programming languages (and not fill-out forms), Prolog had it in 1971, before ML. ASCII didn't include _ until its 1963 draft, so it's probably somewhere in …

  25. comment
    Comment #42501319

    I used to not use any of those tools. In C, I split my source into logical modules, and added a short module prefix to each function, to make it easy to find. Later, I found out ab…