Viewing profile — nuc1e0n
nuc1e0n
HN member- Joined
- Sun, Mar 15, 2020, 8:25 PM UTC
- HN karma
- 435
- Public activity
- 513 items
- HN profile
- View on Hacker News ↗
About nuc1e0n
No profile information was provided.
Recent public activity
-
comment
Comment #49149373
Why SDL 2 and not SDL 3? Was the project started before SDL 3 was released?
-
comment
Comment #48663684
I mean nul terminated strings aren't great, but neither are strings with a defined length Strings generally have poor performance, so making them easy to use isn't necessarily a go…
-
comment
Comment #48617390
That's what pascal did back in the day, but 255 byte strings were all that was needed back then so only a byte was needed to store the length. Does that still sound maintainable? A…
-
comment
Comment #48617308
I'm of the opinion AI slop code will become untenable way before that.
-
comment
Comment #48539397
Why bother 'cheating' at all? If you don't want to follow those precepts, then just don't.
-
comment
Comment #48526543
I doubt the dropoff is as large as 100k tokens. I start a new session and paste the best results from the previous one as soon as as LLM makes more than a couple of missteps. There…
-
comment
Comment #48521950
c memory allocation functions can be implemented in 1000 lines or so. I've done it myself. Maybe more are needed to handle strange operating systems or architectures, as glib does.…
-
comment
Comment #48475708
Replying to this comment so I can refer to it later.
-
comment
Comment #48167010
I disagree. But maximising the acquisition of bits of paper and numbers on a screen above happiness and day-to-day needs is the American way.
-
comment
Comment #48102079
The article claims tensorflow uses eigen. That's not entirely accurate, although the pre-packaged builds of tensorflow are probably configured to use it. Tensorflow can also be con…
-
comment
Comment #47945605
Maybe you can install homebrew and open source apps to make it more Linux like, but you'll still be stuck with Mac OS's shonky window and task management UI unfortunately.
-
comment
Comment #47006262
> but it's much closer to an "interesting lab demo" than an "obituary for human programmers." Was it being sold as the latter? I thought it was strange that a fuss was being made o…
-
comment
Comment #46761353
Interesting. I'll look into that. The Hippocratic oath says that a physician should do no harm (ἐπὶ δηλήσει δὲ καὶ ἀδικίῃ εἴρξειν). It's a personal value judgement as to whether so…
-
comment
Comment #46760729
I can't see how genetic modification would be the correct way to treat such injuries. Maybe substances that can trigger epigenetic effects would be more relevant to such things. I …
-
comment
Comment #46760308
If you think so, what sources would you recommend? According to Wikipedia on medical ethics, "These values include the respect for autonomy". Not expecting any level of self contro…
- comment
-
comment
Comment #46760101
Medical ethics boards already do such things don't they?
-
comment
Comment #46760049
Some issues could only become evident over a period of hundreds of years with gene editing. That's longer than any medical trial I'm aware of. And mistakes made would be difficult,…
-
comment
Comment #46759972
Genetic treatments have the scope to not only have unintended consequences, but unintended consequences that can last over generations of people. I am in favour of them for some th…
-
comment
Comment #46759938
Maybe such a mutation would be a suitable target for a gene editing treatment. I'm not aware of all the issues involved there. I think the linked article doesn't have enough detail…
-
comment
Comment #46759837
I wouldn't go that far. Other, less invasive treatments should still be available IMHO, but there should remain an element of personal accountability. Gene editing is a very powerf…
-
comment
Comment #46759624
This is not an acceptable use of gene editing IMHO. Cholesterol can be managed by diet. High levels of Cholesterol are down to choices made, not some inherited disease that patient…
-
comment
Comment #46739051
By whose judgement is the css you speak of 'broken'? Just making random code changes without a corresponding ticket is a recipe for troubles down the line. If you must do unpriorit…
-
comment
Comment #46733845
In the corporate environments I've worked in it is often company policy that all commits to source code control should have messages that start with reference codes to the corespon…
-
comment
Comment #46733404
I gather decompiling mario 64 wasn't easy either. Just having C++ that can be recompiled to other architectures would seem to be useful. The original Eliza chatbot was converted to…