• 2 Posts
  • 196 Comments
Joined 1 year ago
cake
Cake day: May 28th, 2024

help-circle




  • Agreed. I’m with you it should be treated as a basic tool not something that is used to actually create things which, again in my current line of work, is what many places have done. It’s a fantastic rubber duck. I use it myself for that purpose or even for tasks that I can’t be bothered with like creating README markdowns or commit messages or even setting up flakes and nix shells and stuff like that, creating base project structures so YOU can do the actual work and don’t have to waste time setting things up.

    The hate can be overblown but I can see where it’s coming from purely because many companies have not utilized it as a tool but instead thought of it as a replacement for an individual.



  • rozodru@lemmy.worldtoMicroblog Memes@lemmy.worldIs It Just Me?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    24 days ago

    the bubble has burst or, rather, currently is in the process of bursting.

    My job involves working directly with AI, LLM’s, and companies that have leveraged their use. It didn’t work. And I’d say the majority of my clients are now scrambling to recover or to simply make it out of the other end alive. Soon there’s going to be nothing left to regulate.

    GPT5 was a failure. Rumors I’ve been hearing is that Anthropics new model will be a failure much like GPT5. The house of cards is falling as we speak. This won’t be the complete Death of AI but this is just like the dot com bubble. It was bound to happen. The models have nothing left to eat and they’re getting desperate to find new sources. For a good while they’ve been quite literally eating each others feces. They’re now starting on Git Repos of all things to consume. Codeberg can tell you all about that from this past week. This is why I’m telling people to consider setting up private git instances and lock that crap down. if you’re on Github get your shit off there ASAP because Microsoft is beginning to feast on your repos.

    But essentially the AI is starving. Companies have discovered that vibe coding and leveraging AI to build from end to end didn’t work. Nothing produced scales, its all full of exploits or in most cases has zero security measures what so ever. They all sunk money into something that has yet to pay out. Just go on linkedin and see all the tech bros desperately trying to save their own asses right now.

    the bubble is bursting.



  • I charge them more than I would if I was just developing for them from scratch. I USED to actually build things, but now I’m making more money doing code reviews and telling them where they fucked up with the AI and then myself and my now small team fix it.

    AI and Vibe coders have made me great money to the point where I’ve now hired 2 other developers who were unemployed for a long time due to being laid off from companies leveraging AI slop.

    Don’t get me wrong, I’d love for the bubble to burst (and it will VERY soon, if it hasn’t already) and I know that after it does I can retire and hope that the two people I’ve brought on will quickly find better employment.


  • For the DC? yeah, it would play burned CDs no problem.

    For the playstation? not sure. I had mine modded so I could import games from Japan but I don’t believe it could play burned CDs.

    Xbox and the 360 were easy to mod though and you could play burned games on those also.

    But yeah the Dreamcast just did it right out of the box. no mods required.




  • best decision I ever made years and years ago was to stop being a regular employee and instead do freelance/consulting work. No more interruptions. Emails can be ignored when need be, same with calls and texts, I don’t use whatsapp or any of that. My Jira is PURELY for bug tracking and if anyone that has been invited into it goes off rails on it for something OTHER than bug tracking they get removed.

    If I go into an office I leave whenever I want. If someone starts bothering me I pack up and go.



  • I had a program that came with special CD Labels for the printer where you could make your own cool CD label covers. that was fun.

    Or going into a Dreamcast IRC channel to download games and burn them to disk. I think I only ever actually bought like 2 Dreamcast games, Shenmue and Seaman, the rest were just burned to CD-Rs.


  • I read the manuals for everything now. I think it’s because when I was a kid videogames used to come with great manuals and half the fun was just reading through those. One of my favourites was for the original Heavy Gear on PC. that thing was like a hybrid manual and lore bible. Or old Flight Sim games with manuals that were as thick as text books.

    Now you don’t get shit.


  • I don’t see how it would save time as someone whose job is to currently undo what “time” it “saves”. You can give Claude Code the most fantastic and accurate prompt in the world but you’re still going to have to explain to it how something actually works when it gets to the point, and it will, that it starts contradicting itself and over complicating things.

    You said yourself he has to reiterate through the code with the LLM to get something that works. If he already knows it, he could just write it. Having to explain to something HOW to write what you ALREADY know can’t possibly be saving time. it’s Coding with extra steps.




  • No automatic browsing activity reporting - The extension only searches for Lemmy discussions when:

    1. A page finishes loading (background.js:119-128)
    2. URL changes are detected (content.js:37-54)

    What data is sent:

    • Only the current page URL and its variations (content.js:73-80)
    • URL variations include cleaned URLs (no tracking params), with/without www, http/https variants (content.js:109-168)

    Where data is sent:

    • Only to Lemmy instances you’ve configured (background.js:149-152)
    • No third-party analytics or tracking services
    • All requests go directly to Lemmy APIs for post searches

    Privacy protections:

    • Results are cached locally for 30 minutes (background.js:141-143)
    • No persistent logging of browsing history
    • You can disable the notification indicator (content.js:172-184)
    • Only sends URL when you actually visit a page, not preemptively

    User control:

    • You choose which Lemmy instances to search
    • You can remove instances at any time
    • The extension only activates on http/https URLs

    Answer: No - The extension does not report all browsing activity to third parties. It only queries your configured Lemmy instances with the current page URL to find relevant discussions, and only when you actually visit a page.

    Regardless after some discussion last night I’ve added a consent notification when the extension is installed, it can now also be enabled/disabled via the sidebar so now people know exactly how the extension is being used: https://codeberg.org/rozodru/LemmyBridge/commit/2e735b56f273d44bae9df638b01985519debcfd1