Viewing profile — dataangel
dataangel
HN member- Joined
- Thu, Mar 13, 2008, 11:27 PM UTC
- HN karma
- 1,281
- Public activity
- 490 items
- HN profile
- View on Hacker News ↗
About dataangel
No profile information was provided.
Recent public activity
-
comment
Comment #49160494
The models are dev tools ;)
-
comment
Comment #48344974
You must be trolling. Most open source software is released under MIT license which explicitly says the author isn't liable for anything.
-
comment
Comment #48344964
Yes the person making the accusation could do that
-
comment
Comment #48198862
I made this prediction years ago
-
comment
Comment #47290055
As always emacs has it already https://github.com/mickeynp/combobulate
-
comment
Comment #46086965
I mean, E2E is the entire point of Signal. if you don't think E2E is important then Signal is the wrong app. Personally given the current political climate I think having the techn…
-
comment
Comment #45830832
For those to be equal you need both associativity and commutativity. Commutativity says that a*b = b*a, but that's not enough to allow arbitrary reordering. When you write a*b*c de…
-
comment
Comment #45709320
Do the people who have control of the information have an incentive to lie?
-
comment
Comment #45693644
That era was nice but it has a different problem. People will pearl clutch about kids getting exposed to someone's custom skin making their character nude, or putting curse words o…
-
comment
Comment #45551354
they were hoping Cell would get more widespread use though, which it did not
-
comment
Comment #45551273
they can't move everything to the cloud because of latency
-
comment
Comment #45468816
imports run arbitrary Python code, making them faster is the same as making every other language feature faster
-
comment
Comment #45468807
This would be a huge deal for Python startup time *if* it was applied to all the standard library packages recursively. Right now importing asyncio brings in half the standard libr…
-
comment
Comment #45433596
Context switching makes you less productive compared to if you could completely finish one task before moving to the other though. in the limit an LLM that responds instantly is st…
-
comment
Comment #45421808
The atomics in std::weak_ptr are >20x more expensive even with 0 contention.
-
comment
Comment #45421791
Why use an egpu with a raspberry pi? all the games are x86 based. LLMs?
-
comment
Comment #45392874
If you have serious RSI I strongly suggest Svalboard. https://svalboard.com/
-
comment
Comment #45094181
This is the comment that is going to get me to actually try Nim
-
comment
Comment #45033472
> median word error rate of 25% So 1 out of every 4 words is wrong? How does Neuralink compare?
-
comment
Comment #44630573
You're a bit naive about the complexity. Commonly longer sequences are actually faster, not just because instructions vary in their speed, but also because the presence of earlier …
-
comment
Comment #44518914
It's not word salad, Grok was literally posting unironic praise for Hitler two days ago.
-
comment
Comment #44430555
The type of bread matters. Fiber dampens the spike.
-
comment
Comment #44409406
Ryan is one of the people who really badly want arenas to be a borrow checker substitute, but they're not. You still need to make sure references to objects in the arena don't outl…
-
comment
Comment #44155754
Okay but when can we be connected to more than one tailnet at once and have tail scale auto reconnect directly after resume from sleep? That's the quality of life stuff users reall…
-
comment
Comment #44144554
you can't accurately represent 10 cents with floats, 0.1 is not directly representable. same with 1 cent, 0.01. Seems like if you do and significant math on prices you should run i…