Viewing profile — voxelghost
voxelghost
HN member- Joined
- Thu, May 21, 2020, 7:45 AM UTC
- HN karma
- 499
- Public activity
- 195 items
- HN profile
- View on Hacker News ↗
About voxelghost
No profile information was provided.
Recent public activity
-
comment
Comment #49191328
Next year will be the year of Hurd on the desktop, I am sure of it.
-
comment
Comment #49181038
You mean 1337 right? You are almost there, just need 20 more.
-
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…
-
comment
Comment #49121010
503 seems to be for all of codeberg.org
-
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?
-
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…
-
comment
Comment #48668775
Ai slop from Nvidia, who would have thunk.
-
comment
Comment #48539677
You made that up, no one's ever heard of such a thing.
-
comment
Comment #48454258
The globe is cool, but I find it unsettling that Japan is missing.
-
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…
-
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)
-
comment
Comment #48090132
Kind of like printers, I guess
- comment
-
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 …
-
comment
Comment #48033856
65 hours to restore a full backup
-
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.
- comment
-
comment
Comment #47597107
Did you ask for a pelican with a bicycle, or was that just an added bonus?
-
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' …
- comment
- comment
-
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…
-
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, …
- comment
-
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|)…