Docker issues are always fun. I’ve repeatedly ran into docker kubernetes ssl certs being blocked by my ISP because they are dumb. Recently switched ISPs that let let’s me actually have that control.
Docker issues are always fun. I’ve repeatedly ran into docker kubernetes ssl certs being blocked by my ISP because they are dumb. Recently switched ISPs that let let’s me actually have that control.
Unless I’m doing a simple bash or pwsh script, I prefer to use GHA Script due to the headaches caused by how things are translated down and missing quotes/slashes/etc can cause massive headaches.
I’ve been meaning on spending a morning getting Nektos/ACT running.
Gotta love jobs that treat their staff like children.
I can’t tell you how many times I’ve had to uninstall OneDrive & Teams from my work computer thanks to a Windows update reinstalling them. My IT director is getting frustrated by it too because he has to keep updating GP and other tools to prevent them from showing up and users inadvertently putting shit into the MS Cloud accidentally because OneDrive likes to insert itself the default documents folder.
I also prefer my start bar to be on the left hand side of my left-most monitor in vertical orientation (I run a tri-montior setup in a tie fighter configuration).
As already stated, the new right-click menu is also ass, and I keep having to fix it to get the actual fucking options I want/need without having to click a button to “show more options” from a menu that loads noticeably slower, or shift-right-click to get the intended menu.
There’s a ton of other little annoyances, like removing or relocating configuration flows with inferior tools that don’t support everything that used to be configurable. AI search in my start bar (so glad for PowerToys Run).
Windows 11 has done a great job at removing user control over their OS by forcing changes (often inferior to the old version/way) and forcing optional software installs (just wait til Recall is sitting on everybody’s machine).
Things that are nice: A better networking stack, blue tooth management, and a powerful built-in windows layout manager (Snap Layouts)
What?
New users.
https://github.com/MbinOrg/mbin/pull/969
Not on lemmy?
Because it’s a Mbin UI customization.
This shouldn’t be our responsibility to “fix”.
It isn’t? I’ve been using the term since I picked up my first Android phone in 2010 and there were side-loaded apps everywhere. Hell, you used to have to side-load the Amazon Store app. And that was all just “download this apk and install it” Workflows.
ITT: Witnessing somebody learning what sideloading is and isn’t as technical as they think it is.
My bet is that whatever remains is either a subsidiary of Kroger or Albertsons. I wouldn’t put it past them to start doing this too.
Lol… The Twitter offices are even in a nicer area of the SF business district. I’ve walked around that building many times in the middle of the night and during the day and have never felt unsafe.
What a weirdo.
This is what charge backs are for FYI.
“I’m sorry, but you failed to provide a service. Either give me a full refund or I will start the charge back process with my credit card company and you’ll be forced to explain why your refund policy violates their ToS and any penalties that arise from that process.”
Co-pilot is amazing and terrible at the same time.
When it’s suggesting the exact line of code I expect to write, amazing. When it can build the permissions I need for a service account for a TF module I’ve written, amazing
However, it will suggest poorly formed, un-optimized code all too often.
That said, knowing when to use/not use/modify the suggested code has greatly improved my productivity and consistency.
You’re complaining about a chin on an anthropomorphic cat woman that only has 2 breast’s instead of 6 to 8…
OP mentioned this also happened outside in the parking lot and was implying active blocking.
There’s ways for stores to work with telecoms to get service broadcast inside the warehouse/building as well to get around the natural passive blocking from the building materials.
I was well aware of the difference between active and passive blocking.
This is more likely a coverage issue than Walmart illegally blocking wireless signals (per to FCC regulations).
Report the coverage issue to Verizon and your local Walmart. Both of which will want to increase coverage of where people are gathering. This is because if bad coverage areas are in places where people gather this will cause affected people to switch services or stop going to those gathering areas if there’s alternatives.
I just wish it was an either/or situation.
I don’t always need my lawn mower/blower/weed trimmer on batteries. I wish I could easily plug them in when doing light dut work close to the house. But then they couldn’t tie me into their battery ecosystem as easily.
Do one of the following:
I’d personally use option 1, but you do you.
You can also use the
workflow_dispatch
execution pattern and use some data input params and execute through the portal interface.However, do be careful about trusting input params without sanitizing them (GH has docs around this).