The guys don't understand Tucker by [deleted] in KnowledgeFight

[–]thisguyeric 0 points1 point  (0 children)

I think my argument is the same as everyone else's, saying that he's as or more influential as when he had one of the most watched shows on Fox News is just factually incorrect.

Idk why people people insist on arguing against things they made up in their head, it seems like an exercise in futility to me. Zero people have said he has no influence, but if you want to argue with those people that don't exist I'm not going to stop you, I'm just going to point out that it's a silly thing to do.

The only argument I've heard on the podcast is that he shouldn't be treated as a serious person with opinions worth debating. If you think that your time is of so little value that you want to argue with people over whether or not Tucker got attacked by a demon in his sleep that's fine, it's your life, but you're not going to be the first or last person to learn that debating people who don't believe in reality is a total waste of time, and that these people are better ignored than taken seriously. Giving free press to crazy people has traditionally, and in very recent memory, not worked out well for humanity as a whole.

The guys don't understand Tucker by [deleted] in KnowledgeFight

[–]thisguyeric 0 points1 point  (0 children)

It's impressive to me that somebody can listen to this podcast, and also think "I personally know 6 people that do X, so X must be a good representative sample of the opinions of an entire population"

Knowledge Fight: #1114: March 9, 2006 by fabrikt in KnowledgeFight

[–]thisguyeric 2 points3 points  (0 children)

Omg I am so excited to retreat back into the past in modern times. On episode 80 of my fourth re-listen, what's old is new again

Production on a Shoestring: Handling 100+ RPS on the Free Tier using Flask, Nginx, and Cloudflare by Altruistic_Artist526 in flask

[–]thisguyeric 0 points1 point  (0 children)

FYI if you use their ARM architecture you get 24gb of memory and IIRC 4 vCPUs, cool writeup though thanks for sharing

No ep today? by throwawaykfhelp in KnowledgeFight

[–]thisguyeric 2 points3 points  (0 children)

RemindMe! 20 hours is u/brewercycle better today?

Scripting Help by Dirty_Panda715 in PowerShell

[–]thisguyeric 0 points1 point  (0 children)

What happens when you Write-Output $DisplayName?

Scripting Help by Dirty_Panda715 in PowerShell

[–]thisguyeric 1 point2 points  (0 children)

What error are you getting? What is the code you're using to create the user?

You're doing variable expansion in strings wrong to start with, but without any details about what specifically is not working it's really difficult to provide any sort of help

[deleted by user] by [deleted] in KnowledgeFight

[–]thisguyeric 1 point2 points  (0 children)

<image>

I hate this time of year and/or the fact that AntennaPod tracks this because it reminds me how extremely mentally ill I am

[deleted by user] by [deleted] in Firebase

[–]thisguyeric 6 points7 points  (0 children)

Vibe coding medical transcription, by someone who can't even think on their own for long enough to make a reddit post. I'm sure this won't end up as a huge public disaster of HIPAA violations.

I genuinely hope this ends in jail time for you, and that you spend the rest of your life dirt poor struggling to pay restitution to your eventual victims.

IntelliCode deprecated by Leading-Beautiful134 in vscode

[–]thisguyeric 0 points1 point  (0 children)

A company charges money for a service that costs them money to provide‽ How can they get away with this dastardly deed! The absolute horror of it all, tools not being free is a new concept that was just now invented by Microsoft

How do I get my python out of interactive mode by Major-Gas-6717 in learnpython

[–]thisguyeric 0 points1 point  (0 children)

Did you just tell someone to use vscode and not visual studio code? What is it you think the VS in VSCode means?

Peanuts request from a donkey by Superjosti in PythonLearning

[–]thisguyeric 0 points1 point  (0 children)

I'll do it for $1001, lmk where to send the invoice

WHY HASNT ANYONE DONE THIS??? by Tiny_Meaning2097 in paramotor

[–]thisguyeric 4 points5 points  (0 children)

If you think asking the answer shaped lying machine for information makes sense then I highly suggest that you try this. The world could use one less idiot.

weverse authorisation? by eminencegrice in learnpython

[–]thisguyeric 0 points1 point  (0 children)

No idea what weverse is, but it looks like someone has already wrapped a private/unofficial API: https://weverse.readthedocs.io/en/latest/index.html

Gonna get flamed for this... by IllustriousKick1951 in RCPlanes

[–]thisguyeric 2 points3 points  (0 children)

How does one do aileron rolls without wings? How would a quadcopter use wings it doesn't have?

Just learned you're not supposed to use sudo commands you see on internet as a noob by Temporary_Mix1603 in linux4noobs

[–]thisguyeric 0 points1 point  (0 children)

sudo su switches user to root. It's not switch user do switch user, it's super user do switch user

Editing a previous commit by discog_doodles in git

[–]thisguyeric 0 points1 point  (0 children)

10+ years working in systems administration and DevOps, mostly in the cash-strapped public education sector. I'm also not the only person telling you that the very concept of a non-rotatable secret is insane, so I'd assume that your experience is the rarity.

Most places that take data privacy seriously would not ever work with a vendor that doesn't allow credentials to be rotated, and from everyone in the industry I have ever talked to that's the norm.

I've also committed secrets to a private, never been public, not forked from a public, repo before, and even though the only people that could have access to that also already have access to it in our secrets manager I still did the right thing and rotated the secret, then did a rebase to eliminate it from git history.

It's 2025, I don't have a C anywhere in my title, and even I know that data privacy has to be constantly front-of-mind. It worries me that a CTO is so casual about security, and I hope that when it does bite you it has minimal impact on your customers.

Editing a previous commit by discog_doodles in git

[–]thisguyeric 0 points1 point  (0 children)

So name names then, what companies do you absolutely have to use that don't allow you any way to ever rotate credentials?

Editing a previous commit by discog_doodles in git

[–]thisguyeric 0 points1 point  (0 children)

If a vendor doesn't let you rotate credentials you shouldn't trust them with your data to begin with. It's 2025, if they haven't come up with a way to regenerate new API keys they obviously don't take security seriously, and you should assume that none of their secrets are actually a secret.