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.
Sealion infestations are problematic. Be sure to call your local exterminator promptly whenever you encounter one.
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)
Off-topic comment.
I appreciate the misuse of isle instead of aisle. The mental imagery of navigating around stores compromised of isles makes me want to go shopping so I can go on an island hopping adventure looking for booty to haul back to my kingdom.
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 right. Had to dig into my memory for this one and fact check myself.
IRC, BBS, and most forums (of the era) used PM or SP. MUCKs and a few other tools used Whisper. ICQ introduced “IM me”. Part of me remebers using the term “DM” for IRC messages, but I used IRC fairly regularly well into the 2010s.
However, the forum I spent a ton of my younger years on used “Direct Messages” which has likely polluted my memory. Since it was a technology related forum, that was probabaly a customization from the operator to distance everyone from the idea of “private” since everything was clear-text and unencrypted back then. That or I’m confusing “IM me” from the ICQ/AIM/MSN days.
Point being, nobody thought “PM” meant secure and not visible to the server operators back then. It just meant that only you, the recipient, server operators, and 1337 h4xx0rz could see your messages.
What a trip down edited memory lane that was. Thanks for fact checking me.
Umm… People have been using the phrase “Direct message (DM) me” since forever in the game and online comms world. Private message wasn’t a concept until after DMs were later encrypted. And we always knew, that if we didn’t control the servers, even encrypted, those messages were subject the server operators.
Your logic is giving me the impression that you’re younger and didn’t go through these experiences.
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.
Feedback:
Format your README better. And don’t be a condescending jerk and say “wikipedia is your friend”. If you can’t explain what you’re doing here we’re going to question your solution. You don’t have to write a white paper, but enough to show you actually understand the concept enough to explain it in brief then you provide links to detailed refefences.
Comment your code. Meaningful names are great, but you should be explaining complex concepts and algorithms within your code. This provides clear intent to people using and maintaining your code if implemented directly.
TBH, I never dug into rational wiki. However the timeline is fairly accurate from what I watched what happened to my friends both in the game industry and my former friends that were gamers (hint, i worked in games when this shit was unfolding).
Unfortunately, no other “timeline” source exists, with Wikipedia starting its paragraphs of history with Zoe Quinn creating Depression Quest, and many many other articles starting there as well. Some people like to attribute a slightly earlier event of a handful of journalists critiquing gamers over their reactions to the Mass Effect 3 ending, but that doesn’t really fit with how quickly things snowballed after “The Zoe Post”.
I stand against gamergate buddy.
Your timeline of events and triggers are off though.
https://rationalwiki.org/wiki/Timeline_of_Gamergate
I vividly remeber this time period and witnessing these events unfold live. I lost a good deal of people I considered friends at the time due to the misogyny that rose out.
You’re right though, gamergate followers were radicalized by what we now know as the “Alt-right”.
Gamergate started with “The Zoe Post”, not the removal of jailbait.
“The Zoe Post” is a hit piece from an Ex-boyfriend of game developer Zoe Quinn that alleged that she slept with a notable game reviewer to get positive reviews for her game. Said reviewer never actually reviewed her game.
Please don’t re-write the history of these events. Especially since jailbait had been removed for around a year when “The Zoe Post” dropped.
To resell them on Amazon for $4.99 a pop to rubes that don’t buy a box on AliExpress for $4.99
And the jobs are rarely worth the stress of picking apart the terribly designed, chock full BizDev rushed ads-on features due to foolish promises, and a manager that’s stressed out due to how few experts they’re are that’s going to try and micro-manage you because his skip-level is breathing down his neck about when something is going to be fixed.
No thanks, not again.
BBS predate chatrooms and are proto-forums.
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).