Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dataangel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
dataangel
1mo ago
The models are dev tools ;)
2.
▲
by
dataangel
4mo ago
You must be trolling. Most open source software is released under MIT license which explicitly says the author isn't liable for anything.
3.
▲
by
dataangel
4mo ago
Yes the person making the accusation could do that
4.
▲
by
dataangel
4mo ago
I made this prediction years ago
5.
▲
by
dataangel
6mo ago
As always emacs has it already https://github.com/mickeynp/combobulate
6.
▲
by
dataangel
10mo ago
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 technical knowledge to understand what E2E is and not wantin
7.
▲
by
dataangel
11mo ago
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 depending on whether * is left or right associative that
8.
▲
by
dataangel
11mo ago
Do the people who have control of the information have an incentive to lie?
9.
▲
by
dataangel
11mo ago
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 on the side of a gun or whatever.
10.
▲
by
dataangel
11mo ago
they were hoping Cell would get more widespread use though, which it did not
11.
▲
by
dataangel
11mo ago
they can't move everything to the cloud because of latency
12.
▲
by
dataangel
1y ago
imports run arbitrary Python code, making them faster is the same as making every other language feature faster
13.
▲
by
dataangel
1y ago
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 library through transitive imports.
14.
▲
by
dataangel
1y ago
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 still better.
15.
▲
by
dataangel
1y ago
The atomics in std::weak_ptr are >20x more expensive even with 0 contention.
16.
▲
by
dataangel
1y ago
Why use an egpu with a raspberry pi? all the games are x86 based. LLMs?
17.
▲
by
dataangel
1y ago
If you have serious RSI I strongly suggest Svalboard. https://svalboard.com/
18.
▲
by
dataangel
1y ago
This is the comment that is going to get me to actually try Nim
19.
▲
by
dataangel
1y ago
> median word error rate of 25% So 1 out of every 4 words is wrong? How does Neuralink compare?
20.
▲
by
dataangel
1y ago
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 instructions that don't feed results into later i
21.
▲
by
dataangel
1y ago
It's not word salad, Grok was literally posting unironic praise for Hitler two days ago.
22.
▲
by
dataangel
1y ago
The type of bread matters. Fiber dampens the spike.
23.
▲
by
dataangel
1y ago
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 outlive the arena itself.
24.
▲
by
dataangel
1y ago
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 really care about
25.
▲
by
dataangel
1y ago
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 into rounding issues pretty quickly?
26.
▲
by
dataangel
1y ago
You're absolutely correct, just look at the top languages and what's idiomatic in them
27.
▲
by
dataangel
1y ago
no it doesn't, you just diff against the real source code. probably something more fuzzy/continuous than actual diff, but still
28.
▲
by
dataangel
1y ago
that's not the issue, the problem is the operator is required by the language to return a type from the stdlib, so you have to pull in the stdlib to get that type
29.
▲
by
dataangel
2y ago
This what a huge chunk of HN wanted! HN was all aboard the Trump train for years and the mods admonished anyone being too critical of other users for it, it's when I wrote off most of the people here as morons.
30.
▲
by
dataangel
2y ago
C++ templates can also take other C++ templates (the template itself, not just an instantiation), enum values and I think in C++23 maybe even structs but I need to check
More ›