Skip Navigation
Jump
New episode just dropped too. Join us!
  • My dad and I both think apple has been best bang for the buck. I've let that one lapse, but I've enjoyed their originals.

    1
  • Jump
    New episode just dropped too. Join us!
  • I still pay for it because they haven't cracked down on sharing. It's why o still have Hulu too.

    If that goes, then so does my sub.

    3
  • Full name: Lilliana Los Pantalones

    1
    Jump
    What's the dumbest thing you've shipped?
  • I'm in that boat now 😭

    Except I built the app from the ground up and I was super proud of it. I learned so much about PKI and S3 and made a better system for our suppliers, engineers, and customers.

    The fatal flaw was that changing supplier workflows was a complete non starter. It didn't matter that I reduced the complexity of supplier involvement and made it easier for them to work with us, the old supplier portal HAD to be their front end, which has no api to interact with (one of the drivers for this project).

    Without the direct supplier pipeline, the tool is worse than useless. Now we need a manual process to receive, validate, and sign software before moving it to the new system. Then to deliver it requires another manual process in reverse.

    I made everyone involved life worse.

    2
  • Jump
    *Permanently Deleted*
  • I've learned a bit about trans life and issues from boards like these. The problem is that people assume that you know everything, and making a bad assumption is a personal attack.

    So learning about trans issues is this annoying game of: put my foot in my mouth, get piled on by a bunch of pissed off internet commenters, try to engage so I can learn something, wade through the vitriol to find the one or two people not putting words in my mouth, learn a new thing.

    It's exhausting and makes me not want to try most of the time.

    8
  • Jump
    Extreme Misogyny in Incels Probably Not Caused by Sexual Frustration
  • I was 21 when I joined up. Got my batchelors, saw the world, met some people, did some things. Now I'm settled where I want doing the career I want. I credit the navy with a lot of the growing up/maturing I did.

    2
  • Jump
    Extreme Misogyny in Incels Probably Not Caused by Sexual Frustration
  • You could join the AirForce. Get a degree or two out of it and get to travel some. 4 years isn't a terrible commitment. I'd avoid the navy, army, or Marines tho, unless you also want to aim for medical disability lol

    -7
  • Jump
    *Permanently Deleted*
  • Big tech won't chip in is my bet. My company maintains its own version of Linux that has some specific certifications. Updating that box requires an act of god. My bet is that the companies that can afford to will create their own "LTS" versions that just get older and older, and more broken and exploited as time goes on...

    Sorry, long night at work =/

    83
  • Jump
    mood
  • We use git lab... there might be something equivalent I'll check out. I really hate testing/building/fixing cicd because of how long it takes to try something out.

    10
  • Commit message: update .gitlab-ci.yml

    3
    Jump
    lgtm 👍
  • That pattern makes sense for large distributed systems or mature miceoservice frameworks that undergo constant maintenance or updating. And even then, it's only useful if the interface is well thought out and designed.

    In practice, the interface is whatever you happened to need when you make the service class, and it ends up being a 1:1 service to serviceImpl situation.

    Most things don't need to be a service, a utility class to send emails is fine, you're not going to "interface" with that in any unique ways that need a service... im rambling on the toilet now

    1
  • Jump
    Choosing to lose $300M to $500M to break unions
  • No this is about money.

    In 15 years there won't be any live action "big budget" movies anymore, they will be generated using ai models and licensing the likeness of actors.

    The fact that they are eating 500M right now means that they are confident in their models, hence my 15 year prediction.

    62
  • I dunno... just software engineering things I guess.

    0

    115 files changed and almost 3k lines added... sure, I'll have this reviewed by tomorrow for ya 🙄

    6

    Edit: so im done with my preliminary research into this codebase.

    Our corporate SSO provider is changing, so I've been updating our tools to take advantage of the new badges. I found this in a web application that I started on today. The original developer is long gone, and according to our PaaS, this app has been running for just under 3 years without an update.

    There is no CI/CD, blue-green deployment, or back ups. The database is an H2 db with ddl-auto set to create-drop on startup, meaning that this database will delete itself if the app is restaged but thanks to this guys code, it won't populate itself. 🤷

    8