Viewing profile — Regic
Regic
HN member- Joined
- Thu, Sep 01, 2016, 8:36 AM UTC
- HN karma
- 48
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About Regic
No profile information was provided.
Recent public activity
-
comment
Comment #44042951
I feel like the fact that ML has no good explanation why it works this well gives a lot of people room to invent their head-canon, usually from their field of expertise. I've seen …
- comment
-
comment
Comment #42398872
Don't we all experience this from time to time? When I'm focused on solving some mathematical problems I'm not thinking in words, but in concepts. When you are thinking of words yo…
-
comment
Comment #41539638
This exists and does work to some degree, e.g. Detecting hallucinations in large language models using semantic entropy https://www.nature.com/articles/s41586-024-07421-0
-
comment
Comment #41310489
My experience is mostly with gpt-4. Act like it is a beginner programmer. Give it small, self-contained tasks, explain the possible problems, limitation of the environment you are …
-
comment
Comment #38893996
> There were a lot of people who were just reciting the best practice rules they'd learned from blog posts, without really having the experience to know where the advice was coming…
-
comment
Comment #36563660
WPA2 also had an exploit (KRACK) while the handshake algorithm itself was "proven to be secure". Formal verification is a powerful tool but it does not guarantee bug-free code: it …
-
comment
Comment #35973537
Based on response times it probably just uses caching for some answers and has limited token/second toward chatgpt so it gives an error sometimes if you ask a question that needs t…
-
comment
Comment #35601950
I'm running models locally on my 3090 and it's fast enough, although for example building a vector database can take a while. I can run LoRa training but I haven't done anything me…
-
comment
Comment #33034288
One possible explanation is that Putin wants to prevent a possible rival from winning over oligarchs by promising to make agreement with the eu. Many oligarchs are losing a lot of …
-
comment
Comment #32071194
It would even decrease the value of their property to no fault of their own. That sounds like something the manufacturer should be responsible for.
-
comment
Comment #32055148
The entangled photons can't detect the interruption alone, you need the message too. If you are interested how I suggest watching Veritasium's video about Bell's theorem as a start…
- comment
-
comment
Comment #32046244
Quantum entanglement cannot be used to transmit information but can be used to check if the message was interrupted, so it's still important for quantum cryptography. (I'm just a p…
-
comment
Comment #32036248
Learning algorithms are also affected by experience (or data in case of supervised)
- comment
- comment
-
comment
Comment #31360317
While the framework of differentiation between intranational and international interests fits, it is certainly not "for the good of the people" in this case. Orban antagonized the …
-
comment
Comment #31355906
The hungarian leading party (fidesz) has already declared they will not veto Ukrain's adoption to the EU so I personally really doubt they would veto Finland's entry to the NATO. T…
-
comment
Comment #31331548
Videos usually had about 10% of the number of votes compared to views, so depending on how you define (vast) majority it is correct.
-
comment
Comment #31331496
I remember watching some video and looking at dislikes: why is this downvoted this much? Pretty run of the mill video with nothing outrageous or even particularly controversial. Oh…
-
comment
Comment #31016739
I just want to point out the irony in falling back to good old centralized fintech companies to actually use the supposedly decentralized currency. Sorry, I know, off-topic.
-
comment
Comment #30075276
Source? I've seen this claim many times but is it just a feeling or is there at least a whistleblower?
-
comment
Comment #27977897
These were my exact thoughts about CS vs Quake back in the days. Quake had no downtime, all action while CS had time between rounds or just tense moments without anything actually …
-
comment
Comment #27966744
Well, if you collect commits on a feature branch you can just create a new one with a slightly different name - all the commits on your branch are rewritable before you push it in …