Live data from Hacker News

Viewing profile — voxelghost

voxelghost

HN member
Joined
Thu, May 21, 2020, 7:45 AM UTC
HN karma
499
Public activity
195 items

About voxelghost

No profile information was provided.

Recent public activity

  1. comment
    Comment #49191328

    Next year will be the year of Hurd on the desktop, I am sure of it.

  2. comment
    Comment #49181038

    You mean 1337 right? You are almost there, just need 20 more.

  3. comment
    Comment #49179435

    I mean it's an old term in algebra/analytics that predates sytem-kernels by 50 years or so. And even in the meaning compute/solver/gpu-kernel, even thuough predated by systems kern…

  4. comment
    Comment #49121010

    503 seems to be for all of codeberg.org

  5. comment
    Comment #49120066

    Since the log trend seemingly started before the age of LLMs papers - cant we just innocently hope that this reflects increasing popularity of prepublishing on arxivx?

  6. comment
    Comment #48740579

    Now, your dogs may very well be smarter than mine. But here's how I imagine a convo with my dogs would go. - Let's go see what's on the other side of this door, friend, maybe there…

  7. comment
    Comment #48668775

    Ai slop from Nvidia, who would have thunk.

  8. comment
    Comment #48539677

    You made that up, no one's ever heard of such a thing.

  9. comment
    Comment #48454258

    The globe is cool, but I find it unsettling that Japan is missing.

  10. comment
    Comment #48118698

    Regarding compilecommands.json ... I assume you intened crow packages to be portable, how would one specify macos , linux, windows compile command separatly? Most libraries build w…

  11. comment
    Comment #48104772

    additionally (but related), what programming language is the easiest most efficent for you to reason about and feed back to AI in English (or your native language)

  12. comment
    Comment #48090132

    Kind of like printers, I guess

  13. comment
  14. comment
    Comment #48059035

    In Sweden,the Employment Protection Act, (LAS ) mandates 'last in - first out', meaning if there are layoffs due to over-capacity, people with seniority (years of employment) take …

  15. comment
    Comment #48033856

    65 hours to restore a full backup

  16. comment
    Comment #47609461

    Thats a wonderful explanation (and roughly the conclussion I arrived at after browsing the paper), I just wish it would have been in the original post.

  17. comment
  18. comment
    Comment #47597107

    Did you ask for a pelican with a bicycle, or was that just an added bonus?

  19. comment
    Comment #47595945

    After a quick content browse, my understanding is this is more like with a very compressed diff vector, applied to a multi billion parameter model, the models could be 'retrained' …

  20. comment
  21. comment
  22. comment
    Comment #47212805

    >Have fun baking your Reese’s Original Peanut Butter cookies! I think it will be even worse. Like, "Im having terrible pollen allergies - what can I do?" Response will be very scie…

  23. comment
    Comment #47131987

    Definetly, thats how I have felt about and used C++ for most of my career. ( well except I dont select C++ for personal projects). I wouldnt go as far as to say, I dont like Rust, …

  24. comment
  25. comment
    Comment #47044764

    What are you trying to achieve, none of those characters are printable, and definetly not going to show up on the web. for x in range(0x0,0x20): print(f'({chr(x)})', end =' ') (0|)…