• 2 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 30th, 2023

help-circle
  • towerful@programming.devtoTechTakes@awful.systemsVibe Coding
    link
    fedilink
    English
    arrow-up
    19
    ·
    7 hours ago

    A prediction engine struggles at coming up with novel ideas? Astounding!

    If you are of the opinion “coding is easy with AI”, it’s because you haven’t tried to do something novel with it.
    It’s been solved, the AI has been trained on it, and the next most likely word based on prompt & context is correct because someone else has already figured it out. Repeat until the AI has generated a function that works


  • I really wish there was a way to enforce transparency of docker env vars.
    I get that it’s impossible to make it a part of docker, env vars get parsed by code and turned into variables. There is no way that docker can enforce it, cause a null/undefined check with a default value is all that would be needed to subvert checks by docker, and every language uses a different way to check env vars (eg .env files, environment init scripts, whatever).
    And even then, the env var value could be passed through a ridiculous chain of assignments and checks.
    And, some of those ‘get env var’ routines could be conditional. Not all projects capture all env vars during some initial routine.

    I’ve spent hours (maybe days) trawling through undocumented env vars trying to figure out their purpose, in order to leverage them in docker/k8s stacks.
    I wish there was something.

    Thankfully, a bit of time spent with a FOSS project and reviewing the code does shed light on hidden env vars.
    And a PR or 2 gets comments and documentation updated.
    Open source is awesome


  • From experience, a lot of companies tend to be propped up by like 10% of their developers doing 90% of the work, maybe 50% of developers doing the last 10%, and then like 40% of developers either doing fuck all or actively harming the codebases and making more work for the other 60%.

    Hello, how do I join the 40%?
    I want to coast for a while











  • This… Except for contactless payment.
    I used graphene for a month. It was lovely. Even things like banking apps worked.
    I don’t care about absolute privacy, but I do care about controlling my privacy. Grapheme gave me that.

    I had only 1 issue.
    Contactless payment.
    It’s extremely convenient to me, from public transport to groceries. I just bop my phone.

    The fact that Google has that locked down surely violates some EU laws. But I’m sure they wave away the laws because of “financial security” or some other bullshit.
    As if bank card NFC/contactless doesn’t suffer exactly the same issues.
    I looked into some “graphene contactless payment” type systems or workarounds, and I couldn’t find anything that would fill the gap.