Nice! Do they have plans to bring even bigger models down to ~16GB VRAM so that more consumer hardware might be useful?
And everyone will keep using them, and nothing will happen, because the markets are completely irrational, sociopathic and nobody was actually in charge, regulations are bad etc... What is the realistic expectation…
I would be happy just with a amazon that does not disappear 80% of the results when you apply basic list filters like "cheaper first". I don't even know why that is legal.
* 2 products: no change * 2 products: -1%, -16% * 1 product: +5% more of a mixed bad if you ask me
This was from 2018, and google has gotten worse. Do the fines get reapplied for the 8 years that passed while they did nothing? Google has what, 100B+ revenue in EU? This is a once-only, 4% fine from 8 years ago. Still…
"functionally illiterate" means that while you can read your native language, you will not correctly understand what you have just read. Rates seem to vary state by state, from as low as 8% (denmark) to 43% (romania).…
The EU reference for wallets strictly required google play services https://github.com/eu-digital-identity-wallet/eudi-app-andro... So Italy's IO app https://github.com/pagopa/io-app (wallet, documents, age…
Boy is it weird how yesterday the Fable story on HN had 2.5k points and 2k+ comments, while today two stories have about 300 points and comments. A lot less hype and enthusiasms, too. weird, uh.
how does it compare to the red hat ai code review? https://gitlab.com/redhat/edge/ci-cd/ai-code-review Has anyone experience with that one?
Framework was never the best hardware given a fixed budget, but it is true that Apple prices have become more competitive in the latest releases. Still, few do the math of upgrading just the motherboard after a couple…
And they hoarded and kept such knowledge for themselves and those who swore fealty for as long as they could, concentrating and maintaining power for centuries. Still, I agree with the pope this once.
I have to come to believe that Go is simple for the compiler, not necessarily for the programmer. `nil` is not simpler than references and Option<T>. lack of enum is complicating my code. automatic type promotion is a…
I write purely Go at $dayjob, but I write purely Rust in my projects. I have a huge list of things that I have in Rust that I would like in Go, but I don't have a single thing I am missing from Go in Rust. I grow tired…
There is an explanation for every one of them, the pointer equality one has code, too. try it with `gcc -O1` and you will get a different result than with `gcc -O0`
C is cursed, too. Just in a different way https://stefansf.de/c-quiz/
Just today some friends sent me this: https://stefansf.de/c-quiz Yesterday I would have agreed that C is a nice and simple language, today I believe it is a cursed one that we just happen to make work somehow.
> C is valuable because it’s simple This is funny to me because just today some friends gave me a link to a C quiz: https://stefansf.de/c-quiz/ From which I gathered that it is a much more cursed language than I…
Playing devil's advocate, but Bambu had the writing on the wall for this kind of stuff for years. You buy this, you "vote" for this. The open alternative exists. It costed more, but I saved a bit more and got it. Vote…
I can't make it work on nixos. Kernel 7.0.1 I tried fixing the paths and even linking `/bin/bash` to the nix /run/current-system/sw/bin/bash /etc/passwd is unmodified. Can anyone else try? CopyFail1 did not work because…
sligtly unrelated, but the portable way to execute stuff is via `/usr/bin/env`, not `/bin/bash`. I did try fixing the path to use nixos paths, but it was still unsuccessful. Did not really check further.
Dammit, this is why nobody uses NixOS. Nothing works on it! The copyFail didn't, the dirtyfrag doesn't. This copfail2 does modify /etc/passwd, but I can't `su - sick` as expected. /s
I notice with disappointment that none of the discussions even entertain the problem of software patents. Please stop using BSD/MIT licenses. Apache2+llvm extension, MPL2 are basically the same, but they also have…
No such assumption is made in the article. Nor does it give a single answer. Mere prompting is still not enough for copyright, and the problem is unsolved on how much contribution a human needs to make to the generated…
Solving insider trading is fundamentally impossible due to the burden of proof. However I am convinced that forcing people to keep their shares for even just one week would stabilize the markets enough to make insider…
It's not about being surprised, is about finally having proof and being able to go to the lawmakers with something concrete. Apple could initially dismiss this as "doomsayers that talk about unreal future". Now this is…
Nice! Do they have plans to bring even bigger models down to ~16GB VRAM so that more consumer hardware might be useful?
And everyone will keep using them, and nothing will happen, because the markets are completely irrational, sociopathic and nobody was actually in charge, regulations are bad etc... What is the realistic expectation…
I would be happy just with a amazon that does not disappear 80% of the results when you apply basic list filters like "cheaper first". I don't even know why that is legal.
* 2 products: no change * 2 products: -1%, -16% * 1 product: +5% more of a mixed bad if you ask me
This was from 2018, and google has gotten worse. Do the fines get reapplied for the 8 years that passed while they did nothing? Google has what, 100B+ revenue in EU? This is a once-only, 4% fine from 8 years ago. Still…
"functionally illiterate" means that while you can read your native language, you will not correctly understand what you have just read. Rates seem to vary state by state, from as low as 8% (denmark) to 43% (romania).…
The EU reference for wallets strictly required google play services https://github.com/eu-digital-identity-wallet/eudi-app-andro... So Italy's IO app https://github.com/pagopa/io-app (wallet, documents, age…
Boy is it weird how yesterday the Fable story on HN had 2.5k points and 2k+ comments, while today two stories have about 300 points and comments. A lot less hype and enthusiasms, too. weird, uh.
how does it compare to the red hat ai code review? https://gitlab.com/redhat/edge/ci-cd/ai-code-review Has anyone experience with that one?
Framework was never the best hardware given a fixed budget, but it is true that Apple prices have become more competitive in the latest releases. Still, few do the math of upgrading just the motherboard after a couple…
And they hoarded and kept such knowledge for themselves and those who swore fealty for as long as they could, concentrating and maintaining power for centuries. Still, I agree with the pope this once.
I have to come to believe that Go is simple for the compiler, not necessarily for the programmer. `nil` is not simpler than references and Option<T>. lack of enum is complicating my code. automatic type promotion is a…
I write purely Go at $dayjob, but I write purely Rust in my projects. I have a huge list of things that I have in Rust that I would like in Go, but I don't have a single thing I am missing from Go in Rust. I grow tired…
There is an explanation for every one of them, the pointer equality one has code, too. try it with `gcc -O1` and you will get a different result than with `gcc -O0`
C is cursed, too. Just in a different way https://stefansf.de/c-quiz/
Just today some friends sent me this: https://stefansf.de/c-quiz Yesterday I would have agreed that C is a nice and simple language, today I believe it is a cursed one that we just happen to make work somehow.
> C is valuable because it’s simple This is funny to me because just today some friends gave me a link to a C quiz: https://stefansf.de/c-quiz/ From which I gathered that it is a much more cursed language than I…
Playing devil's advocate, but Bambu had the writing on the wall for this kind of stuff for years. You buy this, you "vote" for this. The open alternative exists. It costed more, but I saved a bit more and got it. Vote…
I can't make it work on nixos. Kernel 7.0.1 I tried fixing the paths and even linking `/bin/bash` to the nix /run/current-system/sw/bin/bash /etc/passwd is unmodified. Can anyone else try? CopyFail1 did not work because…
sligtly unrelated, but the portable way to execute stuff is via `/usr/bin/env`, not `/bin/bash`. I did try fixing the path to use nixos paths, but it was still unsuccessful. Did not really check further.
Dammit, this is why nobody uses NixOS. Nothing works on it! The copyFail didn't, the dirtyfrag doesn't. This copfail2 does modify /etc/passwd, but I can't `su - sick` as expected. /s
I notice with disappointment that none of the discussions even entertain the problem of software patents. Please stop using BSD/MIT licenses. Apache2+llvm extension, MPL2 are basically the same, but they also have…
No such assumption is made in the article. Nor does it give a single answer. Mere prompting is still not enough for copyright, and the problem is unsolved on how much contribution a human needs to make to the generated…
Solving insider trading is fundamentally impossible due to the burden of proof. However I am convinced that forcing people to keep their shares for even just one week would stabilize the markets enough to make insider…
It's not about being surprised, is about finally having proof and being able to go to the lawmakers with something concrete. Apple could initially dismiss this as "doomsayers that talk about unreal future". Now this is…