From the river to the sea, Palestine will be free 🇵🇸

Admin of orcas.enjoying.yachts and web dev of nearly 2 decades.

  • 1 Post
  • 165 Comments
Joined 2 years ago
cake
Cake day: July 7th, 2023

help-circle



  • A few years ago I was a titled member of a local activist group that was considered “militant” by local police. It was a Black-lead group (I’m white myself) that spoke out and fought against police corruption, had a low-frequency radio station, and some other cool socialist shit. Anyway, I learned in a roundabout way that the local police would come by my house weekly to keep tabs on when I was home and when I wasn’t. I’m pretty sure they did this with every member. I’ll admit it was kind of flattering, seeing as I don’t consider myself even remotely important, but also fun because it wasted some cops’ time.

    I don’t think people fully realize that the tons of funding these pig farms get is enough to allow them to arbitrarily put surveillance on everyday folks without even breaking a sweat. Some of the FOIA requests I’ve heard about from people in my local activist circles are wild. FBI vans, country-wide surveillance tracking using ATM cameras, wild shit!

    The tl;dr - yes, even you can be under some sort of surveillance. Even if it’s just that the cops have seen your face more than once at various marches.



  • All the details point to Palantir from what I’ve read. There is this sudden massive surveillance and censorship push everywhere we look. I’m convinced they are trying to funnel people into a position where they have zero privacy (and eventually payment system) protections. We’re going to see new tech pop up. A Palantir VPN; a Palantir payment processor; some new crypto banking system. They’re forcing us all into a world where Elon Musk’s stupid “Everything Platform” idea is a reality so that we are beholden to a single entity that possesses all of the keys.







  • I’ve always been multi-faceted, but it’s trapped in a brain that fucking squanders it. I was diagnosed with ADHD in the 90s. Programmer for decades; sang in a band; been drawing off and on since I was a kid; have an insane ear for following drum arrangements and knowing what’s coming; ice and inline skater since I was a child (grew up playing hockey).

    No energy or drive to put all of it to use. Terrible student and traditional teaching environments have never worked for me. I was always labeled “lazy” or hit with the same “he has potential, but […]” bullshit. Programming and computer science stuff were the only things that really panned out for me. Managed to make a career out of it, despite having garbage grades, so that’s been the upside. But I always have those daydreams that crop up where I wonder what could’ve been if I had stuck more heavily with hockey, singing, or art.

    Regardless, I’m in my 40s now and I like who I’ve become at the end of it all, I still skate, and I’ve been getting back into art again. You have to keep reminding yourself that everyone’s measure for success is different and you have to refrain from attaching that success to some bullshit capitalist-driven metric that ultimately means fuck all.





  • Yeah, you get immediate feedback, vs a scenario where you have to manually check the “facts” it provides in order to ensure it’s not hallucinating. I’ve had Copilot straight up hallucinate functions on me and I knew that they were bullshit instantly.

    I iterate with it a ton and feed it back errors it makes, or things like type mismatches. It fixes them instantly and understands the issue almost every single time.

    That’s the trick. Iterate often and always give it new instructions if it does something stupid. Basically be as verbose as needed and give it tons of context, desired standards, pitfalls to avoid, whatever. It helps a ton.


  • I’ve had the greatest success with Claude. The company I work for basically let us all go wild with a few to trial, and Claude has been the best for all of us—even better than GitHub Copilot.

    I pay for my own pro plan outside of work and use the VSCode plugin. I’d say read the quickstart guide and experiment with it. Start off with having it do smaller changes and don’t be afraid to be verbose. The more context, the better. Point it to existing files you want to follow the patterns of and model after; give it links to resources for best practices, etc. You can also use it in “plan mode” if you want to see its proposed approach before it starts editing.

    I also recommend leaving it so that each change it makes requires your approval (it will do this by default and you can step through everything). That way you always have some control and if it does something dumb, you can stop it at that step and pivot with a different instruction. Alternatively, if you want to see it go ham and carry everything out without approval at each step, you can enable auto-accept.

    Once you get into it, start looking into how to craft instruction files. You can have those at your disposal for things like writing tests, language-specific guidelines and practices, etc. That way you can make sure it uses those as a reference so you don’t have to give it the same instructions over and over with every prompt.

    If you hate writing tests, I’ve had really good luck letting it handle that. I tend to use it more for the bulk tasks that suck. For things where I want more control, I work with it on a piecemeal basis in my project.


  • Speaking as someone who hates generative AI but has been forced to adapt to using AI in the programming field to stay relevant, this doesn’t suggest they’re vibe coding. The programming world is the only place AI has actually added value (I should note it’s done some neat stuff helping with diagnoses in the medical world too), but like everything, you get what you put into it.

    Feed it enough instruction and context, and it can handle the drudgery of things like tech debt updates and other things a programmer knows how to do, but would rather offload to a tool. I’ve had Claude do refactors like that while stepping through and reviewing every single change. It has saved me hours, spared me from hell, and made me look good at work.

    That’s my grounded take as a person that has worked with Claude a ton.

    But AI everywhere else? Fucking worthless. The whole point is to do the bullshit mundane tasks so that us humans can do art and passionate work, not the opposite.