• 12 Posts
  • 526 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.




  • Mikina@programming.devtoMath Memes@lemmy.blahaj.zoneProbability
    link
    fedilink
    English
    arrow-up
    62
    arrow-down
    1
    ·
    4 days ago

    Couldn’t you argue that 0% is correct?

    It’s a paradox, no of the answers can be correct, so the chance that you pick the correct one is 0%.

    Sure, by picking it, it makes it wrong, but you don’t care about that.

    If you ran a infite monte carlo test on it, you’d end up with 0% correct answers.



  • 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.





  • I’m glad we have options here in Europe. Not many, but there are at least 3 mobile and internet providers at my location, so whenever one tries to pull something like this, I just call them that I’m switching providers. I’ve netted a permanent 50% discount and even managed to convince them to keep the discount at my old flat (which was a student’s shared flat where my friends still live) and also transfer it to my new home I have with my partner.

    As far as I know, they can give you massive discounts, but you have to be willing to go through hell and run into a good call operator.

    But also, that was like 10 years ago and I didn’t need to do it again. I can imagine that in the age of clankers, things may be a lot different (also with the transition to late-stage capitalism and enshittification).




  • 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.



  • While I’m not a fan of most AI usages, this is the thing that infuriates me the most.

    I like writing scripts to automate parts of my job. I’ve had a few for things like build performance testing comparison and the like.

    All of it was replaced by skill.md, that does exactly the same, but burns like 3$ per run in tokens, and has also at least once generated hallucinated results, because it ran into an error, ran wrong builds, or in general fucked up in a way that was not easy to detect (and we did in fact not detect it until much later).

    But hey, at least my colleagues now don’t have to open the filthy commandline and write py perf-test.py main feature/branch to run the test, and can just talk about it to a clanker.


  • Windows 11 recently had to start enabling some kind of turbo CPU mode just to open a right click menu on files, because otherwise it took more than 5-10 seconds. Same with File Browser.

    https://www.thewindowsclub.com/windows-11-low-latency-profile-cpu-boost

    They are extremely incompetent.

    I had to use Teams for a week because of a second jpb I do occasional contracts for, and it was baffling how extremely worse has it gotten in the last two years.

    Three times! It has happened that the teams would load (after going through login loop twice times for some reason) that it would load and show everything as usuall. Only after like three hours of waiting for answer I’ve noticed that my message actually didn’t send, without any error or indicator, and that everyone’s, including mine, status is “Undefined” and nothing works - messages don’t send, just appear sent, and I’m not getting any messages.

    The only indicator was that everyone’s status dot was a hollow grey circle, and that messages did not have the sent checkmark but just a hollow dot next to them. Even refreshing did not fix it and I had to relog it for it to start working.


  • My bachelor’s was actually called Software Engineering (it was 10 years ago, so it migh’ve changed a lot), on Faculty of IT. It was mostly just applied programming (but also indepth - from assembly through smalltalk, to bash, C and Prolog), with a lot of courses about SDLC, UML, DevOps, and all that.

    We also had a lot of advanced math, from integrals to logic, and some CS like data structures, algorithms and all that jazz.

    It was not as theoretical as actual Computer Science on other faculties, and was more devops oriented, but I did learn a lot of fundamentals about every language I can imagine, including lambda calcul, and also all the math I could ever need. And I’m pretty glad I was forced to learn about proper processes, am able to read and correctly design an UML, and have some insight into various types of the SDLC - which apparently isn’t that common, judging by my experience when actually working. Not that it ever matters - all it ever got me was being internally annoyed that people are using/doing it wrong, but it’s not a big deal because everyone understands eachother, and there’s no reason to point it out and be smug about it.

    But yeah, CS was mentioned a lot, but the difference was mostly that CS is theoretical and way more math heavy, while SWI is pretty similar in most of the circulum, but instead of obscure theoretical proofs about big O of algorithms, you are learning about UML and SDLC.

    Also, I got to do an Ethical Hacking optional course, which landed me a job in cybersec and started my carrier (before I moved to gamedev), so that’s also nice.

    In general, it gave me a lot of “technical soft skills”, it was also team project oriented and asked us to have all the requirements and documentations and architecture designs 100% formally written, and that is a really good skill to have.