Viewing profile — omnicognate
omnicognate
HN member- Joined
- Mon, Nov 04, 2013, 3:51 PM UTC
- HN karma
- 5,104
- Public activity
- 1,261 items
- HN profile
- View on Hacker News ↗
About omnicognate
Recent public activity
-
comment
Comment #46925796
What point have we reached? All I see is HN drowning in insufferable, identical-sounding posts about how everything has changed forever. Meanwhile at work, in a high stakes environ…
-
comment
Comment #46917093
> using complementary overhangs and toehold sequences to generate a 3-way heteroduplex, ligate knick, and then remove barcode duplex At first I thought this was about olympic figur…
-
comment
Comment #46870026
This accepts the idea that the flickering problem (which is what that comment was about) is to do with slow rendering. It isn't. The solution to the flickering is almost certainly …
-
comment
Comment #46853395
Great, so probably a pretty straightforward fix, albeit in a dependency. Ink does indeed write ansiEscapes.clearTerminal [1], which does indeed "Clear the whole terminal, including…
-
comment
Comment #46850411
I figured they were doing something like Ink, but interesting to know that they're actually using Ink. Do you have any evidence that's the case? It doesn't answer the question, tho…
-
comment
Comment #46848623
That's what they said, but as far as I can see it makes no sense at all. It's a console app. It's outputing to stdout, not a GPU buffer. The whole point of react is to update the r…
-
comment
Comment #46836939
Idempotence of an operation means that if you perform it a second (or third, etc) time it won't do anything. The "action" all happens the first time and further goes at it do nothi…
-
comment
Comment #46825371
I didn't say it did. I just pointed out that learning effectively isn't only a concern for "inexperienced developers still gaining knowledge".
-
comment
Comment #46821751
I agree the title should be changed, but as I commented on the dupe of this submission learning is not something that happens as a beginner, student or "junior" programmer and then…
-
comment
Comment #46821720
An important aspect of this for professional programmers is that learning is not something that happens as a beginner, student or "junior" and then stops. The job is learning, and …
-
comment
Comment #46815835
> AI can code as well as Torvalds He used it to generate a little visualiser script in python, a language he doesn't know and doesn't care to learn, for a hobby project. It didn't …
-
comment
Comment #46812997
It's like watching the standards-based web commit suicide.
-
comment
Comment #46784804
As the immediate responder to this comment, I claim to be the next guy. I love systemd.
-
comment
Comment #46781112
Like a couple of others here I tried checking out this project [1] and running these 2.3 million random battles. The README says everything needs to be run in docker, and indeed th…
-
comment
Comment #46780515
It also says "Passed: 0". I probably got wooshed here. Anyway, the tests definitely aren't run. I checked it out and tried myself. The test script [1] outputs "ALL SEEDS PASSED!" w…
-
comment
Comment #46776590
> Average people have never heard of them because they aren’t in popular lore. Everything I know about liquid explosives I learned from Die Hard 3.
-
comment
Comment #46762839
Sounds like you want a time travel debugger, eg. rr. Sophisticated live debuggers are great when you can use them but you have to be able to reproduce the bug under the debugger. P…
-
comment
Comment #46760119
Half an hour into a 2hr 47m video and I really must go to bed and resume tomorrow, probably in more than one instalment. This is wonderful stuff so far, and I'm glad I caught its b…
-
comment
Comment #46757607
[flagged]
-
comment
Comment #46752287
I want car ownership to end. I want the road network to eventually become a giant, fully automated public transport system. I don't want it to be owned by silicon valley, though.
-
comment
Comment #46743022
I've been using this for a couple of years in my home now, with the same German Gigacopper devices. It's rock solid, very much unlike my attempts at power-line ethernet in the past…
-
comment
Comment #46735965
> Coordinates human operators "Thinking quickly, Dave constructs a homemade megaphone, using only some string, a squirrel, and a megaphone."
-
comment
Comment #46707026
> Hard to take seriously with so many misspellings and duplicate punctuation. Very bad writing, too, with unnecessarily complicated constructions and big words seemingly used witho…
-
comment
Comment #46693498
> Its not clear to me that LLMs hallucinating is because of they are extrapolating beyond their training data. Is that proven? Or are you extrapolating? It's a hypothesis at this s…
-
comment
Comment #46691976
Why doubt? Transformers are a form of kernel smoothing [1]. It's literally interpolation [2]. That doesn't mean it can only echo the exact items in its training data - generating n…