Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
writebetterc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
writebetterc
8mo ago
> This is also a big party of why artists don’t earn shit. The pie that Spotify divides up among the artists is a global one. It's not like you listen to one artist, so they get your 10 bucks every month. You're paying Taylor S
2.
▲
by
writebetterc
8mo ago
The grammar matters also, of course. A pure Python program is going to be much slower than the equivalent Rust program, just because CPython is so slow. I don't know if this does semantic analysis of the program as well.
3.
▲
by
writebetterc
8mo ago
So it went from parsing at 25MiB/s to 115MiB/s. I feel like 115MiB/s is very slow for a Rust program, I wonder what it's up to that makes it so slow now. No diss to the author, good speedup, and it might be good enough f
4.
▲
by
writebetterc
8mo ago
This has to be AI slop text... It doesn't actually say what it does. If you've got a non-compacting GC that's fragmenting memory. If you need to release memory, then you better make sure that the blocks the GC is using are em
5.
▲
by
writebetterc
8mo ago
> (not counting emergency and service vehicles) Just gotta read the last line too :P
6.
▲
by
writebetterc
8mo ago
> The solution to city air pollution is a different vehicle with a different drive train: an EV. Priority list should basically be: 0. Bicycles 1. Metro 2. Buses 3. EVs (not counting emergency and service vehicles)
7.
▲
by
writebetterc
8mo ago
> chicken breast is more than twice as "good" ratio wise. Yes, at more than twice the price for me. > for the average person's protein intake, yes. The average person doesn't need that ratio, reaching 60-90g of pro
8.
▲
by
writebetterc
8mo ago
I'm on a M4 Macbook, and I can see it. I'm inclined to totally accept the blog author's experience as true for them, I'd probably experience the same thing.
9.
▲
by
writebetterc
8mo ago
Tofu's ratio is really good, though? I can get 162kcal/18g of protein tofu here. Anything where P*10 > KCAL is a very good protein source, imo.
10.
▲
by
writebetterc
9mo ago
I am not, how did they solve that?
11.
▲
by
writebetterc
9mo ago
I can't edit my comment any longer, but I really like nullprogram.com
12.
▲
by
writebetterc
9mo ago
void* is basically used for ad-hoc polymorphism in C, and it is a vital part of C programming. void new_thread(void (*run)(void*), void* context); ^- This let's us pass arbitrary starting data to a new thread. I don't kno
13.
▲
by
writebetterc
9mo ago
No, it's not? Using a VM is one way of preventing buffer overflows, it's not orthogonal.
14.
▲
by
writebetterc
9mo ago
> A stack based machine? Why? The JVM being a stack-machine is probably the least controversial thing about it. Wasm, CPython and Emacs all also have a stack-based bytecode language. The value, of course, comes from having a generic mach
15.
▲
by
writebetterc
10mo ago
I think it's the realm of maybe in Silicon Valley. That's 5000 dollars. Look at this statement: > Let's say only about 1/3 of the world's adult population is poised to take advantage of paid tools enabled by AI
16.
▲
by
writebetterc
10mo ago
You're saying $8 billion to cover interest, another commenter said 80, but the actual article says ""$8 trillion of CapEx means you need roughly $800 billion of profit just to pay for the interest". Eight HUNDRED billion
17.
▲
by
writebetterc
10mo ago
It's a joke
18.
▲
by
writebetterc
10mo ago
This is why you should only use /* */ as your comment style.
19.
▲
by
writebetterc
10mo ago
>I am very familiar with how Java does locks. This is different. Look at the ParkingLot/parking_lot API. It lets you do much more than just locks, and there’s no direct equivalent of what Java VMs call the inflated or fat lock. The
20.
▲
by
writebetterc
10mo ago
The students had identical answers, I presume
21.
▲
by
writebetterc
10mo ago
This is very similar to how Java's object monitors are implemented. In OpenJDK, the markWord uses two bits to describe the state of an Object's monitor (see markWord.hpp:55). On contention, the monitor is said to become inflated
22.
▲
by
writebetterc
10mo ago
In a single-threaded context, I think 'giant array array of bytes' is still correct? Performance, not so much. > This part of the blog didn't seem very accurate. It was a sufficient amount of understanding to produce this
23.
▲
by
writebetterc
10mo ago
Moxie doesn't want to federate, that's the main issue I believe.
24.
▲
by
writebetterc
10mo ago
The goal isn't to exchange facts, it's to bond.
25.
▲
by
writebetterc
10mo ago
To me, it doesn't. If someone says "tsc is a transpiler", it gives me nothing actionable. If you do say "it transpiles to JS", then I've got something, but that could just be "compiles to JS". It does
26.
▲
by
writebetterc
10mo ago
What value does the word have? When I'm writing a compiler, it doesn't matter whether I target C or asm, or Javascript, as my output language. I'll still write it the same way.
27.
▲
by
writebetterc
10mo ago
I'd probably say that "transpiler" is not a very useful word with that definition.
28.
▲
by
writebetterc
11mo ago
I'm sure that if you went back 100 years you'd be less surprised, but of course the rice would've been replaced with oat porridge or potatoes.
29.
▲
by
writebetterc
1y ago
> I think this is a dumb idea, a mix of wishful thinking and immature psychology. You become someone because of your competence, not of what you believe in. Shit works, it's not dumb at all.
30.
▲
by
writebetterc
1y ago
"good outcomes" doesn't have to be the best outcome for you, personally.
More ›