Live data from Hacker News

Viewing profile — dinosaurdynasty

dinosaurdynasty

HN member
Joined
Mon, Mar 23, 2020, 5:38 PM UTC
HN karma
557
Public activity
302 items

About dinosaurdynasty

No profile information was provided.

Recent public activity

  1. comment
    Comment #48337152

    I bought one because as far as I could find it is basically one of two 2-in-1's on the market that officially support Linux. (It replaced an old Android tablet and one of the origi…

  2. comment
    Comment #47067627

    Conservation laws result from continuous symmetries in the laws of physics, as proven by Noether's theorem.

  3. comment
    Comment #46757150

    That's mainly for historical reasons (select syscall can only handle fds https://0pointer.net/blog/file-descriptor-limits.html

  4. comment
    Comment #46448042

    Leads to really fun statements like "there exists a proof that all reals are equal to themselves" and "there does not exist a proof for every real number that it is equal to itself…

  5. comment
    Comment #46393256

    https://system76.com/search.php?search_query=battery If I search for battery stuff shows up, but they only ship bare batteries to the 48 states and Canada. Contacting support shoul…

  6. comment
    Comment #46178653

    AMD Strix Halo (a consumer mobile processor) has theoretical support for 256GB/s of memory bandwidth (quad-channel, 8000 MT/s LPDDR5X, must be soldered, supports 128GB at most).

  7. comment
    Comment #45388746

    Not only that, there's also a DLC with 4 new planets.

  8. comment
    Comment #44701056

    You can even use it without LVM, though it's still a pain to setup.

  9. comment
    Comment #44605673

    You don't need homomorphic encryption for a backup, normal encryption suffices.

  10. comment
    Comment #44592889

    CockroachDB

  11. comment
    Comment #44387665

    People definitely threaten AIs and find increased short term performance, they've been doing this for a while now.

  12. comment
    Comment #44305814

    A well done PWA will absolutely beat SSR on a shitty connection if it's actually an app. Cache-control immutable the code and assets of the app and it will only be reloaded on chan…

  13. comment
    Comment #44232555

    I love the autocomplete, honestly use it more than any other AI feature. But I'm forced to write in Go which has a lot of boilerplate (and no, some kind of code library or whatever…

  14. comment
    Comment #44209475

    DeepSeek has a lot of competing providers that at least state they don't train on API data, OpenRouter lists a bunch of them: https://openrouter.ai/deepseek/deepseek-chat-v3-0324/p…

  15. comment
    Comment #42898567

    They also have an app that connects to their datacenter with R1. Also barely anyone can actually run the real R1 locally.

  16. comment
    Comment #42888231

    Can you even use bare llama.cpp with OpenWebUI? Especially when they are running on two different computers?

  17. comment
    Comment #42878818

    Can you unplug the entire Internet?

  18. comment
    Comment #42853213

    That's likely only the marginal cost of training this model, and doesn't include a lot of other costs, like the datacenters and GPUs themselves which they already had and also the …

  19. comment
    Comment #42834774

    Docker is very "less is more" and it shows.

  20. comment
    Comment #42834753

    Docker didn't support nftables for years (idk if they even support it now). I moved my personal machine to Podman because of it! Also port forwarding in Docker (and Podman!) still …

  21. comment
    Comment #42832168

    I wonder how useful purism phones are for this (all external communication, including GPS, has hardware shutoffs). They are expensive though...

  22. comment
    Comment #42827710

    There's a different reason to lean on the DB: it's the final arbiter of your data. Much harder to create bad/poisoned data if the DB has a constraint on it (primary, foreign, check…

  23. comment
    Comment #42824647

    The chatbot leaderboard seems to be very affected by things other than capability, like "how nice is it to talk to" and "how likely is it to refuse requests" and "how fast does it …

  24. comment
    Comment #42782362

    It only takes 33 bits to identify someone. This reveals a couple of bits.

  25. comment
    Comment #42563016

    I did something similar with pg_tmp as well. I also had a lot of tests around migrations, so there was a lot of tests that would 1) ask for a DB of version x 2) insert things into …