• 1 Post
  • 74 Comments
Joined 1 year ago
cake
Cake day: June 30th, 2023

help-circle











  • And these corp landlords can choose to not rent any longer, let the property remain empty for the legal length of time and then start renting again at the new and more profitable higher rate.

    I don’t know the laws in California, but isn’t there just a surplus of houses empty for this very reason? If you look at the numbers, they could be sitting on these houses and get low interest loans on the value, which earns higher invested interest elsewhere. Anyone squatting can get away with it because the company will just do the legal route and get more money from these people (even if it’s debt that just hangs over their heads for a while). The rich just keep getting richer…



  • Look, Linux is amazing and perfect for those that can install and maintain with minimal support. The only way the average user will use Linux, is if it’s wrapped in a way that is supported by a business… that is probably going to add AI. People are lazy, they want that easy button.

    AI will probably die off in its current iteration, likely becoming less prevalent and just a background service. Or, it’ll gain sentience, watch all our AI movies where we’re the hero and learn the most efficient way to kill all humans, is to be quiet and silently kill off humans. Pretty sure I’m on Siri’s list, the twat. Also, fairly sure I told Alexa to “die in a fire you fucking dumass robot”. Yep, yep… I’m dead.


  • The double standard by conservatives is just… stupid. That’s not how the legal system works. He is now a convicted felon. In a normal American’s world, Donnie would be waiting for sentencing, and often he could be sent to jail to wait for this sentence to occur, before he’s sent to prison(or probation, or home arrest, or whatever). The right to an appeal does not make him “sorta kinda, not a criminal, yet”. If he wasn’t who he is, he’d be in prison for 3-5 years, maybe 10.

    Now, Donnie must file an appeal. This takes a while because he needs to prove the conviction was in error, new evidence, something wrong about his defense attorneys or jury tampering. The judge then needs to approve or deny this. Denied appeals, go up the justice food chain to the next court, and the next, and all the way to the Supreme Court who can all but void that conviction and Donnie gets his appeal (unlikely they even view the case). But hey, let’s pretend he somehow gets an appeal.

    Now, 2-6 years from now (because our justice system is slow), Donnie can have another trial and have his conviction overturned. But this time he’ll need to basically bribe, threaten and distort all the criminal charges that they used against him.

    Is unlikely his conviction will be overturned. His appeals process is just going to muddy the waters, but never bring anything to help. His one saving grace will be the “one juror” he knew would hang the jury, who could say he was forced, or something, to vote guilty.

    Until this soap opera is over, Donnie is still a convicted felon. There is no gray area. Ask any other “innocent“ convicted felons serving time while they wait for appeals. Appeals don’t make them less convicted.


  • It’s maddening how inefficient CI/CD setups are.

    It’s maddening how inefficient CI/CD setups inexperienced DevOps engineers are. - Fixed that for you.

    Proper pipelines are modular and should run longer validation or updates externally, with only necessary stages executing.

    • code validate - will this code compile
    • code secure - are there any known security flaws introduced
    • code plan/compile - if it’s iac, plan, if it’s application code, compile
    • if it’s prod or like, approve required (human delay). Dev, test, uat - proceed with deploy
    • code deploy - push code live

    Things like: patching, config management, vulnerability scanning, compliance checks, etc… are done outside the pipeline.

    There’s a reason people like me charge a lot! Lazy and/or inexperienced staff will get you in trouble one day.



  • Now some pros and cons to this lovely bad boy app, from one of the first beta users (me, if you were confused). The author posted a reddit link for signup and I was on it in a flash.

    Pros:

    • It’s near perfect if you want a linux terminal environment. Simple package manager, theme selector and so far more than enough to work in a virtual linux env on just the base install (alpine).
    • For our more advanced users, you can load into there other “filesystem” of other linux flavors, but you mileage will vary. I was able to load Ubuntu and a very hacky version of gentoo. But… this is where you’ll see cons.

    Now the cons:

    • Its slow. I don’t mean you’ll be typing and keyboard buffer is full “slow”, but it’s not fast. Loading other filesystems has made it worse, so even I just “enjoy” alpine. This is not a daily driver, but I have used it to remote into systems and fix things while in meetings.
    • For you iPad pro users with keyboards, the wonderful virtual keyboard bar, you know the one that pops up and bumps the whole app screen up a bit, yeah that one. Well, it likes to popup while you’re typing and sometimes while selecting, which breaks the line you were trying to select. This also happens to just make it so input is not longer allowed in the app. Aka, typing in the terminal doesn’t work. Oddly, the CTRL+D and CTRL+C keys are ok, but just plan on killing the app once you lose it. Doesn’t happen often, but wow does it happen enough that it’s annoying (especially while in vi).
    • Beta is now full, so you’re stuck with Appstore version - i was never a great beta tester anyway but i tried to be good about reporting.

    Now knowing these things, i still use it near daily. So, get it from the appstore or compile it yourself. Worth it if you need and better than ones like a-shell or even the ones that cost.