Comment on
Is it just me or did anyone else became a more avid poster since joining lemmy?
I am but I'm very quickly finding out I have nothing to contribute.
Comment on
Is it just me or did anyone else became a more avid poster since joining lemmy?
I am but I'm very quickly finding out I have nothing to contribute.
Comment on
The small scale of Lemmy's active user base is never more evident than in the absence of active members in all the sports related communities.
Reply in thread
What was Wenger thinking, sending Walcott on that early?
Comment on
C++
Reply in thread
Typically, I can read an "average" open source programmers code. One of the issues I have with C++ is the standard library source seems to be completely incomprehensible.
I recently started learning rust, and the idea of being able to look at the standard library source to understand something without having to travel through 10 layers of abstraction was incredible to me.
Comment on
Trump Cryptically Declares, ‘You Won’t Have to Vote Anymore’ If He Wins Second Term
Reply in thread
Comment on
Trump wants to ax an affordable housing grant that's a lifeline for many rural communities
Comment on
Happy Freedom Day...I guess.
Reply in thread
This was incredible. Thanks for sharing.
Comment on
Have I Been Pwned adds 71 million emails from Naz.API stolen account list
Reply in thread
Remind me how to do this, please. I always forget this part...
Comment on
Opinion | Voters punished Biden for problems he didn’t cause and effectively addressed
Reply in thread
Why did you bother mentioning the 19.2% inflation statistic if we're talking about real wages?
Your point is taken that Biden is not primarily responsible for the wage increases during his time in office, but he doesn't have the power as president to unilaterally increase the federal minimum wage. He did sign an executive order increasing the minimum wage for federal employees and contractors which, while not having a significant impact on the wage growth nationally, is a step in the right direction.
I realize your point is more that the author of this piece is a prick and he didn't spend enough time trying to understand the bad economic vibes coming from the working class, but it seems like the Biden administration did a relatively good job guiding the economy through post COVID turmoil, which he (... And Harris by proxy) did not get any credit for. Would you agree with that?
I'm a huge fan of "sneering chud" by the way. Will be forcing that into a conversation soon.
Comment on
Harris campaign failed to connect with working class, US union federation says
Reply in thread
Yes. Incredibly theoretical, difficult to understand, highly abstract plans like "raising the national minimum wage".
Comment on
Democrats worry their most loyal voters won’t turn out for Biden in 2024
Reply in thread
Just curious, if Marianne doesn't get the Democratic nomination do you still plan on voting for the Democratic nominee?
Regardless of your feelings about Harris, (I have similar feelings) you must recognize that having her as president would be, by far, the lesser evil when compared to Trump especially if you're concerned about excessive imprisonment / decriminalization of marijuana.
Comment on
Podman 5.3 released with changes for improved networking experience with pasta
Reply in thread
In my experience podman compose is not a sufficient replacement.
Docker compose can be used with podman via the podman socket daemon. It's very easy to get working. Give it a try.
Comment on
"The Newspaper of Record"
Reply in thread
Some of the "misleading" statements were Harris neglecting to enumerate the reasons why a stated policy goal might not succeed, which would be incredibly unusual to include in a speech of this nature.
I guess the point the author was trying to make was that saying you "will" do something in office is a promise, and if you don't have the ability to guarantee that promise can be kept you shouldn't say that thing at all? I love me some NPR but they're really bending over backwards with some of these...
Comment on
Do you need a better solution to a problem to criticise obvious flaws in someone else's solution?
Reply in thread
Agree with this. I think tactfully pointing out minor issues you see can be helpful because the implementor is closer to the problem and may have just overlooked the issue and can come up with a solution easily. I've been on the giving and receiving end of this, and so long as everyone is behaving professionally, it's always been helpful.
On the "tactful" note, I'll generally say something like: "I don't have a solution, but I see problem. I don't know that this is reason enough to hold up this PR. I'll leave it up to you."
Comment on
Jimmy Kimmel Pulled “Indefinitely” By ABC After Over Charlie Kirk Comments
Reply in thread
Didn't his texts say something to the effect of, "I've had enough of his hatred." That doesn't sound like something someone who didn't think CK was far right enough would say.
Comment on
PirateSoftware Leaves OffBrand Games as Stop Killing Games Reaches Goal
Reply in thread
In my mind it's the severity of the action.
Among other things, Elon Musk helped put a fascist in the White House, then withheld food aid killing children in the developing world while that food rotted in warehouses.
We should fight back against Elon in whichever way we can, including boycotts.
Thor has a controversial opinion about video games.
Comment on
What are the main challenges in Linux adoption for New users, and how can it be addressed?
Reply in thread
Why do you think its bad? From a secruity standpoint its obviously not great, but its undeniably more convenient than running a curl command to pull in a third party .repo file, yum update and yum install to get something that isnt easily available in my base repos.
Comment on
First video of an earthquake fault cracking has revealed another surprise
Reply in thread
Here's an annotated video by one of the Authors of the paper this article references that helped me understand what was going on here.
Comment on
Should I bother learning Podman?
Reply in thread
This is what prevented me from using podman, unfortunately. That and the setup for devcontainers in vscode wasnt exactly seamless.
Unfortunate since their windows support is great.
Comment on
Lemmy devs are considering making all votes public - have your say
Reply in thread
Agree. I may be misunderstanding something here, but to view votes one would have to spin up their own instance. This would prevent your average abusive moron from harassing users who down voted their post/comment.
Comment on
WSL users
Reply in thread
What's the current best way to run docker on Windows?
I'm still using wsl(2) for that in 2025 because it seems to be the path of least resistance on Win11.