Live data from Hacker News

Viewing profile — menthe

menthe

HN member
Joined
Mon, Aug 24, 2020, 8:43 PM UTC
HN karma
166
Public activity
62 items

About menthe

No profile information was provided.

Recent public activity

  1. comment
    Comment #49192018

    Unfortunately - the widespread propaganda seen around both nuclear power plants and datacenters is ultimately going to cost America everything - the American way of life our child’…

  2. comment
  3. comment
    Comment #44537423

    False. As of PG16, HOT updates are tolerated against summarizing indexes, such as BRIN. https://www.postgresql.org/docs/16/storage-hot.html Besides, you probably don't want "done" …

  4. comment
    Comment #44239101

    Nothing a well-trained model won't be able to instantly solve. It's literally just grunt work, not rocket science. F DRMs though. Good news is those AAA games are rarely worth anyo…

  5. comment
    Comment #43193566

    Can we just flag this kind of misleading and propagandist content? It’s literally content+karma farming, and brainwashing hot garbage. Total rage bait that doesn’t have its place o…

  6. comment
    Comment #42343409

    Take this to daddy Elon - this has absolutely nothing to do with Rivian.

  7. comment
    Comment #41904113

    Meh, typical overblown “take” ihmo. > All this stuff is just done automatically in Rust. If you have to write out the code by yourself, that's more work, and a huge chance for bugs…

  8. comment
    Comment #41397369

    I am sorry, are you non-sarcastically arguing that being able to pass through airport security, potentially accessing cockpits and planting bombs onboard airplanes, with a high-sch…

  9. comment
    Comment #41144349

    Not 100% sure why it’s often idolized on HN. We’ve maintained a financial exchange w/ margining for 8 years with it, and I guarantee you that everyone was more than relieved - cust…

  10. comment
    Comment #40785600

    "without ever having a job" First Google Result for "nofx retire": > The punk group have all got normal jobs, which they will continue to pursue, but are pulling out all the stops …

  11. comment
    Comment #40672458

    I don’t get it. If you do not want to participate in the preservation and distribution of the archive, why don’t you just move on instead of complaining? Besides, gluetun+chihaya+q…

  12. comment
    Comment #40493120

    Everyone’s talking about how you MUST hit the database for revocations / invalidations, and how it may defeat the purpose. How is no one thinking of a mere pub-sub topic? Set the T…

  13. comment
    Comment #40391448

    Thank you very much for having taken the time.. Your comments and function are both very helpful!

  14. comment
    Comment #40389504

    Frankly, who can read this!? I am not sure what's worse, the multi-line comments spanning multiple lines of code, having multiple instructions on a single line, or the apparent dis…

  15. comment
    Comment #39785109

    The day SMB supports server-side thumbnail generation/caching, kindly let me know :]

  16. comment
    Comment #39784878

    It absolutely can, and it does not duplicate nor modify the medias. I mount my several TBs large library with the read-only flag in Docker. https://immich.app/docs/features/librari…

  17. comment
    Comment #39784860

    Absolutely was using the AIO image, with thumbnail generation enabled for every formats of my library (another thing you need to manually edit in Nextcloud’s configuration as by de…

  18. comment
    Comment #39784713

    For having used Memories on Nextcloud, and having spent hours trying to micro optimize the Nginx & PHP configuration, I can safely say that, while it is better than the Nextcloud’s…

  19. comment
    Comment #39784644

    This is moot. - Immich supports external libraries - Use docker compose and never worry about versions breaking

  20. comment
    Comment #39712017

    You are making a major conflation here. While they do millions of users, they were last reported to only have ~60k tenants. Decently sized EKS nodes can easily hold nearly 800 pods…

  21. comment
    Comment #39710346

    This, seriously. The long-term maintenance, tribal knowledge & risks associated with this giant hack will be greater than anything they'd ever have expected. Inb4 global outage pos…

  22. comment
    Comment #39607920

    In WolframAlpha (no Kago subscription, but I assume it works just the same), to achieve your desired result, you merely have to use: > 14:50 - 16:28 Or > 14:50 to 16:28 It makes se…

  23. comment
    Comment #39264404

    Kinda surprised anyone would still using WeaveNet as a CNI.. it was a bit of a dumpster fire: https://blog.quentin-machu.fr/2020/08/07/our-breakup-with-we...

  24. comment
    Comment #38992986

    More technical article about the new deployment: https://science.nrao.edu/facilities/vla/observing/cosmic-set... So glad to see SETI alive. Next step, building a proof-of-work toke…

  25. comment
    Comment #38936302

    I hope you realize that this won’t even compile. The err in your if is a newly allocated variable by :=, different than the err allocated by the x prototype, and you’d also return …