Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fear91
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
fear91
3mo ago
I don’t get what’s the point of non-profits if you can IPO them. How does that make any sense?
2.
▲
by
fear91
1y ago
Why not finance a more wide tax break for tech companies, including small companies? I have seen first hand, one of my classmates from high-school, whom I didn't consider to be too bright, receive a 100k EUR grant to build an esports p
3.
▲
by
fear91
1y ago
Same here, paying for Pro but I just get redirected to vanilla version...
4.
▲
by
fear91
1y ago
A rare game where having worse PC actually made you perform better. It was easier to time the jump perfectly. I recall starting 5 instances of it to slow it down as a kid and beating records. Fun times.
5.
▲
by
fear91
2y ago
And Mahomes wouldn’t last a 3 minute round with a boxer.
6.
▲
by
fear91
2y ago
Calling American football “one of the most competetive sports on Earth” feels like a stretch. It’s big in US, but not that popular anywhere else.
7.
▲
by
fear91
2y ago
Honorary mention: SAFe agile
8.
▲
by
fear91
2y ago
No, Haswell's PAUSE is 9 cycles, the P-cores of Alder Lake are 160 cycles. Zen 4 is 65.
9.
▲
by
fear91
2y ago
It differs by CPU model.
10.
▲
by
fear91
2y ago
Jakub Pachocki from OpenAI is polish too.
11.
▲
by
fear91
2y ago
It's an example of how trivial some of this low hanging fruit is, the above is a concrete case that I have personally implemented (arithmetic of in-register 64/32-bit integers). You can get into semantics and restrictions, but I t
12.
▲
by
fear91
2y ago
This is an assumption that a reasonable person naively comes up with. Then if you actually go ahead and check, it turns out it's not true! It's quite a shocking revelation. When you dig into the popular compilers/runtimes (wi
13.
▲
by
fear91
2y ago
The nice thing about compiler optimizations is that you can improve performance of existing CPU's without physically touching them. Year by year. You squeeze more of the machine someone designed. It adds up. Imagine what environmental
14.
▲
by
fear91
2y ago
You can shrink it further by doing xorl reg, reg. On x86, the upper 32 bits are cleared for you when using 32 bit opcodes. No need to do a 64-bit reg, reg xor. Instead of doing cmp $0, %eax, you can use test eax, eax - that's another l
15.
▲
by
fear91
3y ago
There doesn't seem to be a good in-depth academic resource for advanced compiler optimization. I've searched a lot and all the courses I found were introductory, the actual interesting techniques require diving deep into the sourc
16.
▲
by
fear91
3y ago
As if he wasn't playing with the prototypes daily before the launch. Maybe he should step down instead. How about that? Nah, the money and prestige is too good. Better compose a PR piece to control the damage.
17.
▲
by
fear91
3y ago
This might sound harsh, but: Maybe the wise choice is to change the path? That feeling of resignation, while a bitter pill to swallow, might be a good thing in the end. I used to beat myself over for not working hard and dedicating myself t
18.
▲
How many legs do 1337 elephants have, if two of them are legless?
(chat.openai.com)
1 points
by
fear91
3y ago
|
2 comments
19.
▲
by
fear91
3y ago
Yes, I copy pasted it (How many legs do ten elephants have, if two of them are legless?).
20.
▲
by
fear91
3y ago
ChatGPT 4: Ten elephants would have a total of 32 legs if two of them are legless. Analysis: # Calculating the total number of legs for ten elephants, considering two of them are legless # Number of legs each elephant normally has legs_per_
21.
▲
by
fear91
3y ago
A large SAD light therapy light (beurer). Fixes my insomnia. Bonus points for acting as a webcam light.
22.
▲
State of the Art for Unikernels
(github.com)
2 points
by
fear91
3y ago
|
0 comments
23.
▲
by
fear91
3y ago
What are they using to benchmark single-threaded performance? I don't think it's good to state that without clarifying what is the task being run. You could have a benchmark that increments a number in register. Since add/in
24.
▲
by
fear91
3y ago
Because the temporal factor is the hardest one to game. Thus a strong predictor of quality/spaminness. Spammers used to do churn and burn and rank in a month or so. This has been killed mid 2013.
25.
▲
by
fear91
3y ago
Use distilled water. I bought a distilling machine just for this and my pm2.5 sensor barely moves. Used to peak up to 120 on tap water. Now it’s consistently under 2 and the air is humid.
26.
▲
by
fear91
3y ago
Only if they are poorly predicted.
27.
▲
by
fear91
3y ago
New Intel/AMD CPU's do a register based popcount in a single clock.
28.
▲
by
fear91
3y ago
It's a very useful instruction. Go uses it extensively in its core runtime and the compiler itself. I assume other languages do too if they care about performance. Examples: 1. Growing a slice. 2. Runtime's heap bitmap. 3. Page al
29.
▲
by
fear91
3y ago
Off-topic but I'd have expected someone to spell-check a patent title. Mehtod seems like a misspelling?
30.
▲
by
fear91
3y ago
Writing everyday code, Go compiled binaries are on average more performant than C#.
More ›