I find that Python requires a fair bit of discipline to keep it readable, and I’ve seen some very unreadable code written by people. Vibe coding with Python’s dynamic nature seems like a match made in hell.
- 0 Posts
- 32 Comments
TheAgeOfSuperboredom@lemmy.cato
Games@lemmy.world•What games are you picking up March 19th?English
6·2 months agoIt won’t be discounted, but I’m looking forward to Death Stranding 2 which is out that day.
TheAgeOfSuperboredom@lemmy.cato
Not The Onion@lemmy.world•Microsoft gets tired of “Microslop,” bans the word on its Discord, then locks the server after backlashEnglish
111·3 months agoIt’s really not. A corporation is not a person.
A random person also does not have control over aspects of my life via lobbying and contracts I have no influence over. And if such a person existed (say billionaires) then it would absolutely be acceptable to go to their place and insult them. That’s called protest.
This isn’t people going and insulting innocent little Microsoft who hasn’t done anything. Microsoft’s behaviour is seen as unacceptable and people are speaking up.
TheAgeOfSuperboredom@lemmy.cato
Games@lemmy.world•Real talk, which would you rather have: Megaman 12, or Megaman X9?English
3·7 months agoMegaman or X?
Ah yes, a fine example of small government free market.
TheAgeOfSuperboredom@lemmy.cato
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Google will block sideloading of unverified Android apps starting next yearEnglish
25·9 months agoI guess all these years of using apps from outside the Play Store and apps I’ve written myself have been an illusion.
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•Harvard dropouts to launch ‘always on’ AI smart glasses that listen and record every conversationEnglish
12·9 months agoDon’t worry, they’re probably going to he big and stupid looking in reality. Plus, the obnoxious AI bro wearing them will be easy to identify.
Take a look at the Kobo Elipsa. I know someone who has it and they like it a lot. They use it daily at work for taking notes. I think you can export your notes to a computer by connecting it via USB and mounting it as a drive.
TheAgeOfSuperboredom@lemmy.cato
Games@lemmy.world•Microsoft concedes that 'The Outer Worlds 2' retail price was too high — Xbox says it "will keep our full priced holiday releases at $69.99," with refunds incomingEnglish
4·10 months agoTrying to complete a Battletoads bike level is the only game you need. 😆
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•Hackathon King of San FranciscoEnglish
10·11 months agoI’m going to guess they’re companies without software expertise in house, so nobody to review the code anyway.
If companies continue hiring people like this, it’s only a matter of time before the exploits roll out.
I tried this one and Wezterm, but I just couldn’t get past how much vram they use, when vram is still at a premium. Konsole works really well for me anyway, so I guess I don’t see the appeal.
Though, I do like Wezterm’s lua config.
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•ChatGPT "Absolutely Wrecked" at Chess by Atari 2600 Console From 1977English
412·1 year agoIts because of all the people saying that LLMs can reason and think and the human brain works just like an LLM and… some other ridiculous claim.
This shows some limitations on LLMs.
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•Leaked Meta Rules: Users Are Free to Post “Mexican Immigrants Are Trash!” or “Trans People Are Immoral”English
201·1 year agoThis is why its important for us to retain the right to what Cory Doctorow calls “self-help”.
Our right to access and modify things are being stripped away and that gives the platforms even more power!
Today, if you released a tool to bring your Facebook friend list to another platform you’d get sued into oblivion.
TheAgeOfSuperboredom@lemmy.cato
Linux@lemmy.ml•Several windows programs won't work with Wine. Would running a Windows VM be a better option?
121·2 years agoThe software will likely work, but keep in mind that you’ll have to add VM startup time when you want to use the software. I have occasionally seen software behave strangely in a VM as well, so best to just try it.
Can you share the software you went to use? Maybe there’s a good Linux alternative or someone knows how to get it working in wine.
TheAgeOfSuperboredom@lemmy.cato
Linux@lemmy.ml•Nvidia Display Driver 560.35.03 Released
24·2 years agoIs this the one using the open source kernel module?
He’s just not fully materialized yet.
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•Netflix officially removes Basic - the cheapest ad-free tierEnglish
2·2 years agoI just don’t watch many shows and a lot of the stuff coming out I don’t find that great anyway so I’d rather do something else with my time than pay more for worse service.
TheAgeOfSuperboredom@lemmy.cato
Technology@lemmy.world•Netflix officially removes Basic - the cheapest ad-free tierEnglish
2483·2 years agoThat’s OK. I’ve already removed Netflix
Agreed! I think both linting and type checking are extremely important to Python, but it’s also an extra step that far too many people just don’t take. And honestly, I used to get tripped up sometimes with setting up Python tooling before I started using uv.
Unfortunately I also have to work with the occasional Python script that someone just slapped together, and that’s something far too easy to do in Python. It does kind of remind me of vibe coding. Initial velocity seems high, but if you’re not thinking about it, long term maintenance tanks.
That’s not to say Python is bad, and there is certainly a lot of good Python code out there too. But it’s a language that does make it easy to make a mess, which will probably be compounded by LLMs.