Live data from Hacker News

Viewing profile — idoubtit

idoubtit

HN member
Joined
Thu, Jul 06, 2017, 12:28 PM UTC
HN karma
3,384
Public activity
574 items

About idoubtit

No profile information was provided.

Recent public activity

  1. comment
    Comment #49228943

    > not the best design [...] So those engineers at Shopify worked hard for months on a more performant system, but they missed the obvious structure? They chose a complex denormaliz…

  2. comment
    Comment #49146417

    > Almost half of their expenses still go into "keeping Wikipedia up" (+ it's companion projects) That's a bit of a stretch. I couldn't find any up to date information, but for 2024…

  3. comment
    Comment #49135208

    > task-oriented jobs, like milking the cows, [...] or harvest the fields, [...] humans are more evolved to this kind of work given our 200'000 years of task-based genetics The agri…

  4. comment
    Comment #49101064

    > - I literally endure calibre because that's how I feed koreader. Any alternatives? I use USB mass storage. In details, I configured KOReader not to start mass storage automatical…

  5. comment
    Comment #48909159

    That's interesting. I haven't used fail2ban for a long time, but reaction is worth evaluating. Unfortunately, that post does not describe their full configuration. Maybe it's on pu…

  6. comment
    Comment #48864711

    After a cursory read of the PDF, my impression is that the methodology is sound, but the results are blown out of proportion. Of course, if the title was "Boko Haram's internal hea…

  7. comment
    Comment #48864394

    If you opened the OP link, you missed the section "Featured in The New York Times".

  8. comment
    Comment #48804310

    > your definition of dead is elms definition of stability If Elm's definition of stability is keeping bugs and runtime errors for years, then I'm glad I stopped using Elm long ago.…

  9. comment
    Comment #48802271

    I also use OsmAnd~ for hiking, and even more for cycling. I tried CoMaps after a friend recommended it. In my experience, OsmAnd is much more powerful, and if you can tolerate its …

  10. comment
  11. comment
    Comment #48769333

    podman can work with kube files, which is the YAML format from Kubernetes. That's more "platform agnostic" than docker-compose. And it can be read as a documentation in the same wa…

  12. comment
    Comment #48674683

    Of course quality is subjective, but my own stats on AniDB show no decline. I've watch at least one anime produced every year from 1977 to now. For 2000-2025 I've watched 24 to 62 …

  13. comment
    Comment #48651691

    My father once received a letter from Algeria, with 3 words on the envelope : his first name, "Créteil" (the town where he lived, ≈100k inhabitants), and "France". Of course, in th…

  14. comment
    Comment #48608797

    I also think these are harmful simplifications, for several reasons. First of all, I'm skeptical about the study that proves that people seeing three trees have better mental healt…

  15. comment
    Comment #48465948

    There were reason to believe they were less subject to US juridiction: their Subscriber Agreement is for "Sectigo Limited, a limited company formed under the laws of England and Wa…

  16. comment
    Comment #48457280

    Couldn't LE have a branch in Europe or anywhere outside the USA and its minions? Because they're betraying their own goals, as stated in their About page: “It is a service run for …

  17. comment
    Comment #48451031

    The problem with this article is that the benchmark method they use is flawed. The documentation of zshbench explains why: https://github.com/romkatv/zsh-bench Even with a low grad…

  18. comment
    Comment #48373484

    Not too bad? A hidden procedure with ten clicks, which the user has to repeat for each web browser. And it may break at any time if the browser changes some details. Or if KDE chan…

  19. comment
    Comment #48261613

    No, more like: git rebase -i # squash all the commits (e.g. in vim with ctrl-v) git reset HEAD^ git add -p # interactively pickup the RED hunks git ci -m RED The main difference to…

  20. comment
    Comment #48250441

    There's one problem with arrays that I haven't seen mentioned here or by the OP: when inserting a key-value, the type of the key may change. For instance ["4" => "four"] === [4 => …

  21. comment
    Comment #48250294

    You can do that. Of course, PHP's native types are quite limited, but a phpdoc syntax should work with static analysis tools. For instance: /** @psalm-type MyobjType = object{mystr…

  22. comment
    Comment #48193717

    What is the open standard? As far as I know, the ISO standard for zip only specifies two compression methods: "store" (no compression) and "deflate". If I follow that, when I creat…

  23. comment
    Comment #48193504

    I had no heard of ECT, but I'm not impressed. I've just benchmarked it against two others PNG optimizers, and here are the file sizes for default and max levels: 1985457 oxipng-o6.…

  24. comment
    Comment #48158372

    Not the GP, but I also have mixed feelings about Standard Ebooks. They modernise texts for American readers. This means changing the punctuation, merging some words, altering the s…

  25. comment
    Comment #48081927

    As pointed in your link, NetBSD achieved this with some help from Debian. If I understand correctly, it's not that NetBSD tried harder, it's that their problem was easier: fewer pa…