If someone holds their pee, which would happen first - the sphincters giving way due to the pressure, or the bladder rupturing?


Asking this since I've always been told the former and that your bladder rupturing from not going to the toilet is a myth and the story of Tycho Brahe is too old to be reliable. But in recent years, I've seen articles about people drinking alcohol and passing out and their bladders bursting because the sensations got dulled (which still shouldn't affect the sphincters giving way due to the pressure before the bladder actually ruptures, since it's about the sphincters being not physically strong enough to hold back the pressure).

The existence of overflow incontinence would seem to contradict this story from 2020, for example. Alcohol dulls the urge to urinate, but overflow incontinence often happens in absence of this urge as well, and when the detrusor muscles (which squeeze the bladder) aren't working.

What's the straight dope here?

This entry was edited (1 week ago)
in reply to Talonflame (she/her)

Disclaimer: Not a medical scientist.

With that said, your question would probably hold more water (pun intended), if you had asked regarding a urinary tract infection or similar infection forcefully blocking the urethra, making it almost impossible to piss even if you wanted or needed to.

I won't go into the fine details, but early 2009 was definitely not fun for me after a multi-systemic infection that started as a dental abscess.

No, luckily nothing down south ruptured, but its never good when someone is pissing brown, I couldn't hardly even piss for a few days after I started antibiotics.

This entry was edited (1 week ago)

Anyone get a Royal Kludge R75 working under linux and Vial?


My R75 works fine under via.

I'm using the R75 vial firmware located here.

github.com/mossbed/r75

It won't compile, as cloned. It's more than just the directory structure which is completely silly. It's not surprising it didn't work, given it's messy state. I had to modify it a bit, so it could easily be something I did.

I had to add a UID:

config.h -> #define VIAL_KEYBOARD_UID { }

and uncomment tap_dance_action in keymap.c.

tap_dance_action_t tap_dance_actions[] = {
[TD_RESET] = ACTION_TAP_DANCE_FN(safe_reset),
[TD_CLEAR] = ACTION_TAP_DANCE_FN(safe_clear),
[TD_CTL_TG] = ACTION_TAP_DANCE_LAYER_TOGGLE(KC_RCTL, _CTL_LYR)
};

That's about it.

It compiles and downloads cleanly. Via continues to work but Vial does not discover it.

This mosbed firmware extension claims to be a derivative of this work but it doesn't seem to be.

github.com/irfanjmdn/r65/tree/…

Anyone have Vial working? It's a popular keyboard so I expect someone has solved this problem. If no one responds, I'll take it on in a week or so so we can all enjoy ou R75 on linux with Vial.

This entry was edited (1 week ago)
in reply to TomB19

The problem seems to be lack of ability to give the board a magic serial number. The vial app looks for a specific string in the serial number ("vial:") to identify a vial capable keyboard. My R75 won't accept a serial number, no matter what I do.

Apparently, this is a limitation of some cheap USB controllers (always answer 0 to all serial requests). I don't know if that's true but ChatGPT tells me it's so.

udevadm info -a -n /dev/hidraw$(ls /dev/hidraw* | tail -1 | tr -dc '0-9') | grep -i serial  2 ✘
ATTRS{serial}=="00000000000000000000000000000000"
ATTRS{serial}=="0000:09:00.0"

Apparently, the magic number can be coded into the UID, also. I'm working on that, too, with no success so far. Apparently, USB controllers don't stand in for UID in any case.

I'm struggling with this. If anyone has some ideas or clear direction, I would consider it a favor. If I can manage to make it work, I'll publish the firmware for everyone.

Even if someone got the mossbed firmware to work, that would be helpful to know. I have been banging on it for three days with no luck. This is the most expensive, cheap keyboard I've ever purchased. lol!

Scientists discover new life aboard Great Lakes research vessel


cross-posted from: lemmy.world/post/32575156


Scientists discover new life aboard Great Lakes research vessel


Does people doing things that upset others also upset you?


This question came about over a discussion my brother and I had about whether dogs should be on leashes when outside. We both agreed that yes, they should, for several reasons, but that's not the point.

Let's use a hypothetical to better illustrate the question. Imagine that there's a perfume - vanilla, for example - that doesn't bother you at all (you don't like nor dislike it), but that is very upsetting to some people, and can even cause some adverse reactions (allergies or something). In this hypothetical, based on the negative effects, you agree that vanilla perfumes should be banned. Currently, however, they are allowed.

You're walking down the street, and randomly smell someone passing you by and they're wearing a vanilla perfume.

Would that upset you? Why, or why not?


My answer is yes, without a doubt. Even though the smell itself doesn't bother me, the fact someone would wear that perfume and not only potentially upset others, but put them in danger, is upsetting.

My brother, however, would say no! He couldn't explain his reasoning to me.

I know this is a little convoluted, but I hope I got my question across.

in reply to BryceBassitt

There was a certain type of perfume that seemed popular back in the 90s, that would make me instantly gag and almost puke within seconds. I have no clue how anyone found that as any sort of pleasant smell.

To me I thought it smelled like a woman with a nasty yeast infection, trying to cover it up with potpourri. But it wasn't even the women's health causing it, literal potpourri smell alone causes me the same gag reflex, the stuff just smells nasty to me and I can't be in the same room as that smell for long.

So yes, there are reasons to be offended by particular scents, even if others somehow find them pleasant.

[Workaround] (Arch, KDE Plasma 6.4, Wayland) Resuming from sleep taking up to 30 seconds, display settings not loading, screen auto-rotate broken after suspend - issue with iio-sensor-proxy 3.7


Once again posting something for reference as I couldn't find it online

Symptoms


No issues after logging in.
After suspending (sleep) and resuming, screen takes 25 - 30 seconds to turn on.
Display settings in Plasma take a long time to load, sometimes don't show automatic rotation option.
Turning on screen after turning off (even without sleep) takes a long time.
No suspicious logs in Kernel and Journald (even after comparing post-fix).
Switching kernel makes no difference.
Logging out and back in temporarily fixes screen rotation and screen waking until next suspend.
Everything works in X11 session apart from screen rotation (appears unsupported).
Running monitor-sensor hangs when running after suspend
systemctl stop iio-sensor-proxy fixes slowdown issues

Workaround


Downgrading to iio-sensor-proxy 3.6-1 following Arch Linux package downgrade instructions.
In my case with a cached package
```<>
sudo pacman -U file:///var/cache/pacman/pkg/iio-sensor-proxy-3.6-1-x86_64.pkg.tar.zst

and optionally adding it to IgnorePkg  
```<>
IgnorePkg   = iio-sensor-proxy # Issues in Wayland after suspend

System info


OS: Arch Linux x64
Host: Lenovo ThinkPad L390 Yoga
Kernel: 6.12.35-1-lts
DE: Plasma 6.4.2
iio-sensor-proxy (broken version): 3.7-1
Last full system upgrade: 2025-07-06

This entry was edited (1 week ago)

Installing Guix as a Complete GNU/Linux System - System Crafters


Trying out Guix for the first time! Waiting for packages to download.

I'm a long time Arch user. Any tips?!

I've heard there aren't as many packages for Guix as other distros, but I was thinking Flatpak and distrobox will help bridge the gap for me.

in reply to paequ2

Btw, here's how you configure HiDPI for GNOME. Unfortunately, my laptop has a hydeepeeay display, so it's not fully compatible with Linux. (It's 3840x2160, so at least 2x scaling is possible, hypothetically.)

Commands from the Arch Wiki, but also adds cursor scaling:

$ gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "[{'Gdk/WindowScalingFactor', <2>}, {'Gtk/CursorThemeSize', <48>}]"
$ gsettings set org.gnome.desktop.interface scaling-factor 2

The default GNOME configuration is some how missing that. I didn't have to do that in Arch, but I do in Guix. IDK. Anyway, if you don't run those commands certain apps will be tiny, including a tiny mouse cursor.

How do your toughts work?


As per title, I am curious. How does your mind / your thoughts work? I only ever experienced my own thoughts, so I'm curious how it works for other people.

I for one feel like my thoughts sometimes are like me talking to myself silently. Sometimes I can even let out a random short sound, which I've come to start disguising by laughing kinda quietly or coughing or whatever. Like it was part of something, and not like an inner monologue almost leaking out.

So, how do your thoughts work?

billionaires are a cancer on society [literally]


Ok so how does a cancer kill its host?

It grows until it consumes so many nutrients that the other living cells don't get enough. The host literally starves even if he eats plentifully.

The same applies for the US: The billionaires are not only hoarding wealth, but by doing so they're crippling the economy for workers and everybody besides themselves.

in reply to Karna

Beyond raw horsepower, 7-Zip quietly tightens its handling of several legacy formats. Support for ZIP, CcPIO, and FAT archives has been refined, smoothing edge-case extractions that previously required third-party tools.


Over the years there was a few .zip archives that 7z could not handle for whatever reason. For these cases I had to use another application, but don't know the reason. And my bad to not keeping copies of these files for future testing.

Weird line tearing on KDE


Posting here too as I've not had any responses in the more relevant communities.

Hi there, I've got these really odd issue where certain windows will cause random lines like the one in the screenshot appear on my screen. They will often flicker a bit and will dissapear if I hover my mouse over them. The lines will display what is beneath the window itself. These occour quite frequently and are frankly getting quite annoying to deal with.

Is this a known issue with KDE right now? It does not happen while using Gnome on the same machine + screen. If it matters I am running CachyOS+KDE 6.4.1+AMD.

If there is anythign I can do to fix this then I'd greatly appriciate some pointers!

This entry was edited (1 week ago)

Linux gave me a brand new laptop


I bought a Lenovo laptop, one from the the bargain bin, 11th gen Intel and 8gb soldered RAM

Even if I reinstalled Windows to make sure all the bloatware was removed, it was almost unusable. At boot I was left with only 800mb free memory, and "Lenovo vantage" kept reappearing automatically like malware. (It's a useless electron app that wastes half a gig of ram to show you on screen when you press caps lock, check driver updates and try to upsell you on extended warranty)

At idle the machine was as loud as a jet, with crystal disk mark always complaining "the nvme drive is over 65°C!!" (I'm guessing from the constant swapping)

Battery life was a disaster, 2 hours at idle with no foreground apps open

I thought that it was the CPU too slow for my use and the RAM not enough, so I was planning to spend some hundreds of euro to buy a new laptop with at least 16gb of RAM.

Then I installed cachyos and because I'm masochist I chose hyprland at the "easy" install screen that asks you which of the 19 available DE you prefer.

After a week of suffering trying to understand all the text configuration files for everything (it was a shock, everything needs the terminal) I'm now getting used to it and... It's like I got a brand new laptop??!?

Memory: clean boot now obviously is reversed situation. I don't have only 800mb of free RAM, the whole system uses only 800mb

Temperatures: by default cachyos is set to show the CPU temperature on waybar, and it's always around 40-45° C. The fan is way quieter. At idle they can even stop, before they were like a hair dryer even after a clean boot

Battery life: astounding. I can't believe that I can use it for a whole afternoon. Accidentally fell asleep and when I came back after two hours it lost only 10% (on idle, screen turn off automatically)

Gaming performance: tried only with casual games but with something like tinytopia I get 60fps on ultra when on windows it was choppy on high

“It’s over”: David Suzuki says it’s too late to stop climate change now and the damage is already done


And guess what ... most of the people who 'did what they could' just kept driving their cars. 'What choice did we have?' None.

Should Humanity Continue? Glenn Reacts to Thiel Interview [20:56 | JUL 05 2025 | Glenn Greenwald]


cross-posted from: lemmy.world/post/32525534

SponsorBlock and Generated Summary below:

SponsorBlock:
1. 0:00.000 - 0:06.150 Intermission
2. 18:43.000 - 20:56.301 Unpaid/Self Promotion


Video Description:

This is a clip from our show SYSTEM UPDATE, now airing every weeknight at 7pm ET on Rumble. You can watch the full episode for FREE here: rumble.com/v6vontt-system-upda…

Now available as a podcast! Find full episodes here: linktr.ee/systemupdate_

Join us LIVE on Rumble, weeknights at 7pm ET: rumble.com/c/GGreenwald

Become part of our Locals community: greenwald.locals.com/


Generated Summary:

Main Topic: The video discusses Peter Thiel's interview where he hesitates when asked if the human race should continue, and Glenn's reaction to Thiel's views on transhumanism, AI, and the potential dangers of unchecked billionaire influence.

Key Points:

  • Thiel's Hesitation: The video starts by referencing Peter Thiel's interview where he seemed uncertain about whether humanity should continue.
  • Transhumanism and AI: The discussion explores the transhumanist philosophy prevalent in Silicon Valley, focusing on merging humans with technology and AI, as exemplified by Mark Zuckerberg's vision of brain implants.
  • Autism and Conformity: Glenn discusses Thiel's perspective on autism, suggesting that it can provide a detachment from societal norms, fostering innovation.
  • Billionaire Culture: A significant portion of the video critiques the culture of Silicon Valley billionaires, arguing that their wealth and power, combined with constant flattery, can lead to detachment from reality, dangerous levels of self-confidence, and utopian/dystopian visions for society.
  • Essentialism vs. Nihilism: The video touches on the philosophical implications of transhumanism, contrasting it with essentialist views of humanity and raising concerns about the potential destruction of what it means to be human.
  • Lack of Debate: Glenn expresses concern about the lack of societal debate and safeguards surrounding the rapid advancement of AI, driven by billionaires with unchecked power.

Highlights:

  • Glenn's concern about billionaires' ability to reshape society without proper debate due to their wealth and perceived brilliance.
  • The discussion of Thiel's autism and how it might influence his unconventional thinking.
  • The comparison of mind-altering drugs to autism as a means of achieving transcendent thought.
  • The critique of Mark Zuckerberg's vision of brain implants and the potential implications for humanity.

About Channel:

Independent, Unencumbered Analysis and Investigative Reporting, Captive to No Dogma or Faction.

Musk gründet nach Konflikt mit Trump eigene Partei


[CH] Franzosen dürfen in Porrentruy JU nicht mehr in die Badi – schon wieder


#Europa macht dicht.

In einer Gemeinde im Jura dürfen Ausländer (korrekt: Personen ohne Wohnsitz oder Arbeitsplatz in der #Schweiz) nicht mehr ins Schwimmbad.

Die Franzosen würden sich angeblich zu schlecht benehmen.

berlin.social/@mina/1147969856…

This entry was edited (1 week ago)

Preventing Asian Citrus Psysllid


I have a small lemon tree that was bought from a local grower and came with the extra bonus of an Asian Citrus Psysllid infestation. The tree is dead now and I'd love to get a new tree, but want to make sure I've done everything I could to prevent a new tree from getting infested by any Psysllid still in the area.

Is there anything I can do to treat my soil or surrounding plants to make sure those little buggers aren't going to keep coming back? I'm in California where the sale of IMIDACLOPRID products is banned, which was previously the primary treatment for this.

in reply to anticonnor

In all seriousness, you need to contact your local university agriculture extension. Like right now.

This is a huge problem this generated from unlicensed growers, and they are shipping this all over the country, causing massive outbreaks.

Unless you live in an area with an abundance of Mantids or Wasps, I don't think there are any other means of control aside from harsh pesticides.

Call your local extension immediately, tell them where you got it, and have them come visit to treat if necessary.

Weird line tearing on KDE


Hi there, I've got these really odd issue where certain windows will cause random lines like the one in the screenshot appear on my screen. They will often flicker a bit and will dissapear if I hover my mouse over them. The lines will display what is beneath the window itself. These occour quite frequently and are frankly getting quite annoying to deal with.

Is this a known issue with KDE right now? It does not happen while using Gnome on the same machine + screen. If it matters I am running CachyOS.

If there is anythign I can do to fix this then I'd greatly appriciate some pointers!

GrapheneOS version 2025070300 released


Tags:
  • 2025070300 (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a, Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold, Pixel 9a, emulator, generic, other targets)

Changes since the 2025070100 release:

  • increase virtual memory reserved for Binder buffers from 1MiB to 8MiB due to Android 16 having a very large Binder transaction scaling up based on the number of apps and profiles which can go beyond the total size limit and break fully booting the OS, which occurred for a tiny number of our Alpha testers (if you were one of the tiny number of Alpha channel testers running into this, you can sideload this release to resolve the issue)
  • fix issues with display of the end session button to avoid it being wrongly displayed for Owner or not displayed for secondary users (we may remove this part of the upstream end session UI or make it optional since the functionality is also in the power menu)
  • update Pixel USB HAL to Android 16 (this was omitted in the initial port due to needing special handling for our USB-C port and pogo pins control feature)
  • always use UTC as the time zone for build date properties
  • kernel (6.6): update to latest GKI LTS branch revision

GrapheneOS Foundation Commentary On ICEBlock's False Claims About Push Notifications


ICEBlock is making incredibly false privacy claims for marketing. They falsely claim it provides complete anonymity when it doesn't. They're ignoring both data kept by Apple and data available to the server but not stored. They're also spreading misinformation about Android:

iceblock.app/android

Their claims about push notifications on Android compared to iOS are completely false. Both Firebase Cloud Messaging (FCM) and the Apple Push Notification service (APNs) function in a similar way with similar privacy. However, Android does not force using FCM and apps can use other push systems.

iOS forces uses Apple services including getting apps through Apple where they have a record of which apps each person and account has installed and using their push notification service. Both FCM and APNs have tokens. Android doesn't allow apps to access device IDs. Push tokens aren't device IDs.

Apple and Google can identify devices/users based on push tokens obtained by law enforcement from services. Unlike Google, Apple only recently began requiring warrants:

reuters.com/technology/apple-n…

ICEBlock's claims about this are highly inaccurate and they haven't acknowledged corrections.

in reply to spujb

           MY ANTI DEPRESSANTS JUST KICKED
                 IN ! FANTASTIC !
                   __      _______ ______
                ╱    /\__/\       //     ╲╲
        ______⊂╱    ( ´∇`  )     // ⊃     ||╲ フ 🡖
      ,´__▔▔▔▔╱  ▔╱▔  ⌒▔▔▔▔╱▔▔▔▔ 🡖▔ ▔▔▔▔▔🡖 ▔▔▔▔ |
    ,╱_ _╱   /-o—/ ___ ╱▔▔╱ ___/\  |     ▔ | /\__|
   ,========————´=============/⌒ ╲=/=======||🡖 ||
   | __  |  GAY!  |   __ "    |⌒| |/    ___/|  )╯
   )|🞕|_∈≡≡≡≡≡≡≡≡≡∋__|🞕|"  __|| ╯ ╯__ -‒‒‒‒‒┘  ╯
   ▔╲ ▔╲__╯▔▔▔▔▔▔▔▔三三三▔╲  ╲__╯ ▔▔     三三三三╯
     三三三三三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三三三三三三

OOP tweet (they explain in this thread that it’s from circa 2012): web.archive.org/web/2022090606…

pastebin archive (mildly unsatisfactory recreation, for example uses the wrong character for the headlights instead of perhaps 日): web.archive.org/web/2023061201…

recreation credit: web.archive.org/web/2022031512…

work of a fellow archivist: web.archive.org/web/2025021621…

have given up looking for older versions to archive but
~~if anyone knows how to search usenet communities that might be where the forum OOP got this from lives~~ actually i’m pretty sure 4-ch.net/dqn/index.html is the forum as it perfectly matches the description—all posts are timestamped 1993-09

cute redraw:

This entry was edited (1 week ago)

US consultancy firm [Boston Consulting Group] involved in GHF aid scheme modelled plans to 'relocate' Palestinians


The spy, private equity baron and ghost of a Trump donor: The revolving door behind a Gaza mercenary firm


in reply to cheese_greater

It depends on the transit service, and how much their IT people suck. I'm pretty sure there have been multiple attempts to make standardized APIs for this sort of thing, but you shouldn't necessarily expect them to be widely used except maybe in Europe.

Do a web search for "[transit service name] API" and start from there.

Edit: My local transit service apparently publishes a GTFS feed, which may be more widespread than I assumed, but I'm honestly kinda surprised they didn't try to roll their own or something stupid like that.

This entry was edited (1 week ago)

BlackRock Halted Ukraine Fund Talks After Trump’s Election Win


archive.ph/xZJXi

Wafrn: a tumblr clone that federates with fedi and now also has opt in native bluesky


Hello, its me gabbo the creator of this hellsite. I am totaly not making this post to make sure that lemmy federation works properly
in reply to Imhotep

Bit confused, what would they even do with a report of downvote? Doesn’t make sense.

Plus don’t even understand why someone cares so much about downvoting that they would message you and report it. The upvote/ downvote means seriously nothing. It’s “thin air”.

Put down your device and it has no impact on your live. Continue using Lemmy and it will have no impact on how you use Lemmy.