• 20 Posts
  • 1.07K Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle


  • I’m kind of looking forward to this, in a way? I’ve been struggling with social network addiction, while I was fortunate enough to skip on doomscrolling FB, Instagram, TikTok and all that bullshit, I was always mostly just on Reddit, now Lemmy (but I’ve also been getting back to Reddit more than I should), or watching youtube.

    Over the past 15 years I’ve been more or less (usually less) successful in cutting off that habit, but I’ve unfortunately always fallen back into it.

    My utmost hate for fingerprinting and any kind of verification will make me finally cold turkey that shit. I’ve already seen it with youtube - every time it forces me to sign in to prove I’m not a bot, I fuck off and go do something else. Same with Reddit.

    So, yeah.


  • Yeah, I can make a feature without really bothering about it, just by prompting. It works, so I don’t really care that much, but the PR takes ages to both clean up for review and then review.

    Oh, and it also burns on average 3000$ a month, which is with prices we have, that seems to average at about 1$ per 1mil tokens, so you’d have 10k+ down the drain, per month, if using consumer Claude API. The math just isn’t there, like how can they look at literally millions in monthly spend and say “Yeah, that’s worth it”. And that is before the inevitable price increase.

    But whatever, I can increasingly see colleagues just giving up and sending PRs that have been probably only reviewed by AI, with AI written description, that a colleague answers to with another AI written review, that is then merged. There’s even someone who keeps answering to chat messages with AI - we do have it wired up, and it sends messages on your behalf, but it tags them as AI, so it’s really fucking obvious. And some do that even in DMs, ffs.

    At this point I’m just figuring out what field will I change my career to, while burning thousands of dollars so a bot can do my job while I’m playing games or watching videos waiting for it. I get paid either way, so fuck that.


  • Oh, that’s cool! To be honest, I’ve kind of expected some of the values to be a lot higher. I’d expect that with the inhumane conditions the animals are being stacked, at least the land use per kg would be more efficient than i.e carrots.

    I learned a new (not so cool) fact, thanks for the data!

    I’m not sure I understand what “meters squared (m²) for one year to produce one kilogram of a given food product.” means, though. I’m not doubting the data, World in Data is my favorite newsletter/source, but I’m having a hard time imagining why do you need almost 400m3 per kg of beef. Or rather, I understand that for actually free-range animals, but as far as I know they are not kept in those conditions. It kind of intuitively feels like larger animals should be more space-efficient than vegetables. Again, not trying to argue or doubt it, just trying to understand why.






  • While you’re technically right, I’d say that FOSS in general is more than just a tool, and Linux is The FOSS project.

    Deciding to share your work freely and cooperate with strangers as a contributor is, especially in a world driven by profits, a pretty major lifestyle/philosophy and an act of resistance against capitalism.

    Of course, you can just exploit the ecosystem and treat it as any other tool, that happens to be free, but I would say that that is the explanation about “people that worship the altar of Linus” that you’re looking for. Spending basically your entire life to help make something, especially as complex as an operating system, for others and for free is something that, at least in my eyes, is worthy of admiration and I have utmost repsect for people who contribute.








  • This is great news, it actually means that catching someone who did this isn’t as easy as I expected. Like, it took them three days to notice that some of the cameras are missing, plus they have not caught them for another three and had to go public with this embarrassment, so they are probably getting desperate.

    Haha, get fucked.

    Also, it might be a good idea to flood the online tipping form with random-but-plausible tips, like about the size/weight/color of clothes of the assailant, so anyone snitching will get burried. Don’t forget to use a vpn, if you can get one as close as possible.




  • As someone who had his relatively fine and deterministic scripts replaced by skill.md bullshit by coworkers – no. This is exactly the things AI is the worst fit for.

    We’ve already ran into it halucinating complete result data-set, because it ran into an error but the skill mentioned that it should give the results data to the user. So it just made it up, since it couldn’t get it by following the correct process.

    It has also ran wrong builds or input parameters, because it confused their order.

    I’ve also seen it skip a step.

    I’m pretty confident that the AI running this script will eventually, for someone, run into an issue with getting one of the dependencies, and go on a wild goose chase in trying to satisfy it, eventually running into one of the typosquatting malware repositories or clones. Not to mention that there are groups that are actively poisoning AIs that search the web to feed them their malware-ridden typosquatting libraries instead.

    If you suck so much you can’t write a simple script like this (or just can’t be bothered), you should at least just ask the AI to write it for you, so you have a deterministic set of steps that you are confident will always behave the same.