ProdigalFrog

joined 2 years ago
MODERATOR OF
[–] ProdigalFrog@slrpnk.net 1 points 15 hours ago* (last edited 13 hours ago) (1 children)

Personally I was quite astonished at the sheer extent of the toxic off gassing his testing revealed just from merely playing or handling a record, I'm not terribly comfortable keeping them around now, myself.

[–] ProdigalFrog@slrpnk.net 5 points 16 hours ago

That's pretty much the fascist modus operandi.

[–] ProdigalFrog@slrpnk.net 14 points 20 hours ago

Just a heads up, the template of this meme is based on a stonetoss comic, an outed far right neonazi and holocaust denier.

 

This was a surprisingly good talk about revolutions, and went more in-depth than I would've suspected.

[–] ProdigalFrog@slrpnk.net 2 points 1 day ago (1 children)

I'm a little bewildered why you're being condescending toward my comments, but responded "That is fair" to @nagaram@startrek.website who made a similar argument to mine.

[–] ProdigalFrog@slrpnk.net 1 points 1 day ago* (last edited 1 day ago) (3 children)

And when the gun comes out you are many times more likely to be killed.

This is ultimately dependent on the situation. Pulling a gun on a nervous mugger? Absolutely increasing the chances of being killed.

Holing up your bedroom and pointing a shotgun at a door that will be kicked in? High chance of the firearm saving your life if the person on the other side intends deadly harm.

I agree that access to firearms does increase the chances of it being used in anger against others, or against yourself if suicidal, as I mentioned in my previous post. But you're not addressing that the apparatus in the US designed to help people in those rare dangerous situations are deeply flawed, and can in fact be as deadly as the threat you are calling them to help against, depending on your own skin color and disposition of your local police department.

I think in Europe and Japan, where there seems to be less of a chance of those specific problems within the police, the argument against gun ownership is stronger. But personally I think the argument for the populace to disarm before solving the problems of those institutions is not one I can get behind.

I would also say it's not a great idea to disarm if your government is actively turning toward becoming a fascist totalitarian state, which the US currently is.

[–] ProdigalFrog@slrpnk.net 2 points 1 day ago* (last edited 1 day ago) (5 children)

The need to defend yourself with a firearm is generally very low, even in the US. Most people won't ever need one.

But there are times when if you do need one, you really need one. And at least in the US, the institutions that are supposed to help can often make things worse, especially if you're a minority (U.S. police forces have an incredibly high ratio of white supremacist, racist, and violently abusive pro-fascist members).

In the case of the recent killing of the couple in Arkansas, the killer would've been unlikely to be deescalated, as he seemed to have set out to kill someone at random to begin with.

Help was too far away to offer any assistance when it was most needed, and the end result is two innocent parents dead, and two children who will be traumatized for life. A gun would've drastically increased the odds of the parents surviving.

Ready access to firearms in a society does also bring with it many downsides, such as a higher likelihood of suicide and mass shootings, and the heavy adoption of firearms by right-wing people who then seem prone to developing a culture of violence being glorified or romanticized.

But I think ultimately, if a society has poor options that can't be fully relied upon for an individual in those admittedly uncommon horrific scenarios, then it's unfortunately up to that individual to determine if they wish to have the means to secure their own safety and survival in such an event.

[–] ProdigalFrog@slrpnk.net 2 points 1 day ago

Used Buicks from the 2000's can be had for around 3 grand and are very reliable if they have the 3.8l engine. Insurance is often less then 400 a year.

[–] ProdigalFrog@slrpnk.net 1 points 1 day ago* (last edited 1 day ago)

Are the cars used? Early 2000's Buicks with the 3.8l engine are incredibly cheap even with low miles (a really mint one is 5k, a good daily driver can be had for 2.5 to 3.5k).

They're extremely reliable and relatively safe cars. Not bad on gas, cheap to repair, and extremely cheap insurance, since you don't need collision, only liability.

[–] ProdigalFrog@slrpnk.net 1 points 2 days ago

I've been able to avoid it from happening as long as the DE is using X11, seemingly.

[–] ProdigalFrog@slrpnk.net 3 points 2 days ago

I do think there's a balance to be struck where at some point, a larger swath of people need to use that software even if it's not 100% ready, as then it creates more 'pressure' to actually address those final roadblocks. Wayland did seem to improve at a faster rate since it was introduced by default on some distros.

And at least in the Linux world, we have many options to avoid being on that bleeding edge. I'm pretty happy just sticking with Debian as opposed to getting the new stuff, and while I was annoyed I couldn't use my preferred DE on Fedora, I've learned that Debian is actually pretty slick in its own way, which removed the slight sense of FOMO I once had.

[–] ProdigalFrog@slrpnk.net 3 points 3 days ago* (last edited 3 days ago) (4 children)

The M&P Shield Plus is very comparable, and has a trigger dingus (it's insane the p365 doesn't with how light the trigger is).

Other option would be the Springfield Hellcat.

19
submitted 5 days ago* (last edited 5 days ago) by ProdigalFrog@slrpnk.net to c/anarchism@slrpnk.net
 

The previous parts 1 to 3 can be found here.

Written version of the entire series here: https://theanarchistlibrary.org/library/anark-a-modern-anarchism

 

This has apparently been a problem for a few months now, and can effect Intel and Nvidia graphics too, but AMD is the most susceptible, and Gnome on Wayland seems to trigger the issue the most. A developer of Kwin explains in a comment on the bug report what's causing it.

My “Favorite”: Pageflip Timeouts

Judging by how often I come across this issue in bug triage, if you’re reading this, chances aren’t too terrible that you’ve heard of this one already, possibly even seen it yourself in the form of

kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/is>sues
kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma->kwin_wayland > --boot 0'

in your own system logs at some point. To be clear, this is just an example and it does not only affect amdgpu. I’ve seen the same with NVidia and Intel too, but as amdgpu’s GPU resets have been a lot less reliable in >the past, it’s been a bigger issue for them.

Basically, pageflip timeouts are when the compositor does an atomic commit through KMS, and then waits for that to complete… forever. When this happens, the kernel literally doesn’t allow the compositor to present to the screen anymore, so the screen is completely frozen forever, which is >very bad, to state the obvious.

Fixing all the individual causes of the problem hasn’t really worked out so well, and this is a bad enough situation that there should be a way out when it does happen. We discussed how to do this, and I’m happy >to report that we figured out a way forward:

  • we need a new callback in KMS that tells compositors when a pageflip failed and will never arrive
  • drivers need to support resetting the display-driver bits of the GPU to recover it
  • if the driver entirely fails to recover in the absolute worst case, it should send a device wedged event, which tells the compositor it should try to reload the entire driver / device
11
submitted 1 week ago* (last edited 1 week ago) by ProdigalFrog@slrpnk.net to c/retrogaming@lemmy.world
 

Mondragon, United Steel Workers, and the Ohio Employee Ownership Center wrote a larger document detailing this concept here.

view more: next ›