It's not running at 400 fps, the UI has the current global listener count next to a button that says "fps". The fps is only shown once you click that button. Weird design, I know.
It's not just a chat interface, it's a written communication front-end :sparkle:!
Why make Claude play the guitar?
They're asking what precision the model parameters were quantized/rounded to, look up "LLM quantization" to learn more
Being fraudulent doesn't make something less notable. It might even make something more notable, provided to enough sources report on it.
I have to imagine these types of features are for people who treat chatgpt like their friend/therapist/girlfriend/assistant/... instead of people who use it to answer questions
I don't think there's a joke, this commenter seems to believe Rust is controlled by Microsoft
When the lobbyist in question heard "private server" they just jumped to saying "those are illegal". Perhaps she got confused between private servers offered as part of the game and reverse-engineered community servers?…
I can confirm it works exactly as well as putting "everything belongs to its original owners, no copyright intended" in your youtube video description
why name your servers db-us-east-2 and web-de-stuttgart-3 when they could be called grindelwald and silkeborg?
10+ gigabit serial connections (Thunderbolt, USB 3.2/4 DisplayPort 1.4, HDMI 2.1, etc) are limited to 1 or 2 meters on passive copper cables. You need optical for anything longer (or a hot, power-hungry transceiver,…
It's a bit slice if you put it in a packed struct. I like them, they're nicer than C's bitfields: The order isn't implementation-defined, and the types remember their range rather than being converted to a power-of-two…
Different situations call for different responses. When someone steals a watch, we force them to give it back. Yet when someone steals a cake and eats it, we don't force them to puke it back up. If you pirate a movie,…
Every signatory of the Berne convention or member of the TRIPS agreement, and most others too.
For crates.io: They don't allow closed-source packages. But they're just the free community package index, you're not forced to use them. You can: - host a private index - host the proprietary binaries in a git repo and…
Using crates.io is entirely optional, you can download a library's source code and specify the path to it in your cargo config file. (Which is not uncommon in production) For that matter, using cargo is optional, you…
8 billion people running a 2000 watt AC continuously for 8 hours a day = 5 trillion watts of heat. (Only the electricity consumed by the AC is turned into new heat. The heat from inside the house would have moved…
Yes it is control flow, but IMO it's not hidden. It's true that you need to learn that * happens before + (which usually happens in school), but I don't see how that's any different from needing to learn that `and`…
From what I remember, it was specifically chosen (among other reasons) because of experience with the JVM, where it was difficult to verify bytecode type-safety due to unrestricted jumps and branches. So the choice was…
Really? You've never reverted a positive change because it contained a regression only discovered after release?
US still has the second amendment and the most guns per person of any country in the world (more than 10x the average), yet I don't see anybody "fight back against the benefactors"
That's what WASI is for
Never understood this complaint about operator overloading. In any language, a function called `isEqual` could wipe your hard drive and replace your wallpaper with a photo of a penguin. Therefore, letting programmers…
Why have operators at all? x = x.add(step.mul(2)).mod(width) Or in C x = imod(iadd(x, imul(step, 2)), width) vs x = (x + 2*step) % width For me the answer is very simple: Operators make it easier to read the code which…
I wish HN would ban posting links to issue trackers with comment sections, like lobsters has done. Although the spam volume from HN and reddit is pretty small compared to that from youtube reaction video influencers
It's not running at 400 fps, the UI has the current global listener count next to a button that says "fps". The fps is only shown once you click that button. Weird design, I know.
It's not just a chat interface, it's a written communication front-end :sparkle:!
Why make Claude play the guitar?
They're asking what precision the model parameters were quantized/rounded to, look up "LLM quantization" to learn more
Being fraudulent doesn't make something less notable. It might even make something more notable, provided to enough sources report on it.
I have to imagine these types of features are for people who treat chatgpt like their friend/therapist/girlfriend/assistant/... instead of people who use it to answer questions
I don't think there's a joke, this commenter seems to believe Rust is controlled by Microsoft
When the lobbyist in question heard "private server" they just jumped to saying "those are illegal". Perhaps she got confused between private servers offered as part of the game and reverse-engineered community servers?…
I can confirm it works exactly as well as putting "everything belongs to its original owners, no copyright intended" in your youtube video description
why name your servers db-us-east-2 and web-de-stuttgart-3 when they could be called grindelwald and silkeborg?
10+ gigabit serial connections (Thunderbolt, USB 3.2/4 DisplayPort 1.4, HDMI 2.1, etc) are limited to 1 or 2 meters on passive copper cables. You need optical for anything longer (or a hot, power-hungry transceiver,…
It's a bit slice if you put it in a packed struct. I like them, they're nicer than C's bitfields: The order isn't implementation-defined, and the types remember their range rather than being converted to a power-of-two…
Different situations call for different responses. When someone steals a watch, we force them to give it back. Yet when someone steals a cake and eats it, we don't force them to puke it back up. If you pirate a movie,…
Every signatory of the Berne convention or member of the TRIPS agreement, and most others too.
For crates.io: They don't allow closed-source packages. But they're just the free community package index, you're not forced to use them. You can: - host a private index - host the proprietary binaries in a git repo and…
Using crates.io is entirely optional, you can download a library's source code and specify the path to it in your cargo config file. (Which is not uncommon in production) For that matter, using cargo is optional, you…
8 billion people running a 2000 watt AC continuously for 8 hours a day = 5 trillion watts of heat. (Only the electricity consumed by the AC is turned into new heat. The heat from inside the house would have moved…
Yes it is control flow, but IMO it's not hidden. It's true that you need to learn that * happens before + (which usually happens in school), but I don't see how that's any different from needing to learn that `and`…
From what I remember, it was specifically chosen (among other reasons) because of experience with the JVM, where it was difficult to verify bytecode type-safety due to unrestricted jumps and branches. So the choice was…
Really? You've never reverted a positive change because it contained a regression only discovered after release?
US still has the second amendment and the most guns per person of any country in the world (more than 10x the average), yet I don't see anybody "fight back against the benefactors"
That's what WASI is for
Never understood this complaint about operator overloading. In any language, a function called `isEqual` could wipe your hard drive and replace your wallpaper with a photo of a penguin. Therefore, letting programmers…
Why have operators at all? x = x.add(step.mul(2)).mod(width) Or in C x = imod(iadd(x, imul(step, 2)), width) vs x = (x + 2*step) % width For me the answer is very simple: Operators make it easier to read the code which…
I wish HN would ban posting links to issue trackers with comment sections, like lobsters has done. Although the spam volume from HN and reddit is pretty small compared to that from youtube reaction video influencers