cooligula

joined 1 year ago
[โ€“] cooligula@sh.itjust.works 6 points 4 months ago (1 children)

Hahaha this is false. I am from the EU, live in the EU, and have travelled all over the EU, and I can categorically and confidently say that there are people this obese in Europe. I have no idea how common this is in the USA, and it probably is way more common than in Europe, but it does happen here too.

[โ€“] cooligula@sh.itjust.works 13 points 4 months ago* (last edited 4 months ago) (1 children)

I agree... Saying LLMs are good at nothing is just plain ignorance... One can disagree with the philosophy or dislike hallucinations, but they are definitely good at some things.

[โ€“] cooligula@sh.itjust.works 7 points 7 months ago

Only Pixels support it

[โ€“] cooligula@sh.itjust.works 7 points 7 months ago (2 children)

Yes, but there's an official microsoft app named Terminal, and it's honestly a very good application. You can do CMD and Powershell, as well as WSL, all in the same native windows 11 app.

[โ€“] cooligula@sh.itjust.works 3 points 8 months ago

I'd say Meta hiring someone to work on WhatsApp. Man, is that piece of software crap... Every update, a new UI bug/glitch appears

[โ€“] cooligula@sh.itjust.works 2 points 8 months ago

Tenerife, Paris, Milan, among others. I've only ever traveled within Europe.

[โ€“] cooligula@sh.itjust.works 5 points 8 months ago (5 children)

Idk, but I've never paid more than 30โ‚ฌ/night on AirBnB

[โ€“] cooligula@sh.itjust.works 13 points 8 months ago (4 children)

I just recently bought a Samsung 16GB 5600MT/s stick for 45โ‚ฌ and received a 32GB stick instead! Sorry, but I wanted to brag x)

[โ€“] cooligula@sh.itjust.works -5 points 9 months ago (3 children)

Hi, excuse me, but it looks like you dropped this: /s

[โ€“] cooligula@sh.itjust.works 2 points 10 months ago

But mypy will not accept it :)

[โ€“] cooligula@sh.itjust.works 3 points 10 months ago

That is not the same as building an OS in Python hahaha

[โ€“] cooligula@sh.itjust.works 2 points 10 months ago (4 children)

You just cannot do it, I'm afraid. Python is an interpreted language, and requires de CPython library to be translated into machine code so that it can then be run, but that requires an underlying OS that makes the calls. The closest thing would be micropython, which can be run inside the Linux kernel, but that's about it. The only thing I can think of is using a custom compiler that would generate either C/C++ or assembly code from a Python script, and then compile it using a standard C/C++/assembly compiler.

view more: next โ€บ