> 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…
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.
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…
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…
> (not counting emergency and service vehicles) Just gotta read the last line too :P
> 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)
> 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 protein…
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.
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.
I am not, how did they solve that?
I can't edit my comment any longer, but I really like nullprogram.com
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…
No, it's not? Using a VM is one way of preventing buffer overflows, it's not orthogonal.
> 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…
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 2/3 of…
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…
It's a joke
This is why you should only use /* */ as your comment style.
>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…
The students had identical answers, I presume
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…
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…
Moxie doesn't want to federate, that's the main issue I believe.
The goal isn't to exchange facts, it's to bond.
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 doesn't really tell me…
> 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…
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.
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…
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…
> (not counting emergency and service vehicles) Just gotta read the last line too :P
> 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)
> 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 protein…
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.
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.
I am not, how did they solve that?
I can't edit my comment any longer, but I really like nullprogram.com
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…
No, it's not? Using a VM is one way of preventing buffer overflows, it's not orthogonal.
> 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…
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 2/3 of…
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…
It's a joke
This is why you should only use /* */ as your comment style.
>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…
The students had identical answers, I presume
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…
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…
Moxie doesn't want to federate, that's the main issue I believe.
The goal isn't to exchange facts, it's to bond.
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 doesn't really tell me…