xodoh74984

joined 2 years ago
[–] xodoh74984@lemmy.world 16 points 3 days ago* (last edited 3 days ago)

I actually interpreted it as callous to the suffering women endure at first read for some reason. But yeah, there's very much an element of, "The stakes are higher for women, so they can deal with the side effects," which is awful.

[–] xodoh74984@lemmy.world 24 points 3 days ago (3 children)

At first read that came off as callous, but I see your point. I had that thought as well regarding improving female birth control. Where's the research into a hormone-free pill for women?

[–] xodoh74984@lemmy.world 14 points 3 days ago

It looks like the hormonal NES/T male contraceptive gel passed safety a while back and started phase 2 trials in 2018. It's already gearing up for phase 3 trials with investors ready to fund this final phase:
https://www.einpresswire.com/article/835140008/contraline-exercises-license-option-for-nes-t-the-first-male-contraceptive-to-reach-late-stage-development

But a hormone-free option is more appealing. I hope YCT-529 makes it to the finish line.

[–] xodoh74984@lemmy.world 90 points 3 days ago* (last edited 3 days ago) (12 children)

June 29, 2010
Introducing the First Male Birth Control Pill
https://www.cosmopolitan.com/lifestyle/news/a8721/male-birth-control-pill-contraception/

That's the earliest year I remember hearing about a male birth control pill. There are probably articles from years prior to 2010. Obviously this is a great advancement, but is it reasonable to expect one of these to actually come to market within the next decade?

Edit: Actually, this is discussed in an article linked to by the Scientific American article:

A joke among researchers in the field of male contraception is that a clinically approved alternative to condoms or vasectomy has been five to 10 years away for the past 40 years.

[–] xodoh74984@lemmy.world 4 points 1 week ago* (last edited 1 week ago) (5 children)

Not OP, but I'd be more interested in making a tiny ball round enough to roll across a surface and fall into a hole (not the "absence of an electron" meaning of that word). And I'd want it achieved through gravitational forces rather than electromagnetic. I feel like that makes the problem harder and largely makes it a materials science question. Someone in MEMS research probably has a good idea of how to approach this.

With those parameters, the system would probably need to operate in a high vacuum with as little interaction from electromagnetic forces as possible. All materials used should probably have a low permittivity to reduce the amount of static charge buildup from friction. Intuitively, I feel like it makes sense to use the same material for everything. But it might not be that simple. Maybe the material used to make the smallest round ball isn't well suited to making the smoothest surface for a short putting green?

I dunno, I'm just a guy who took a few classes on semiconductor design in undergrad spit balling.

[–] xodoh74984@lemmy.world 13 points 2 weeks ago (1 children)

I've always had an issue with calling any of this AI. The branding is part of the problem. These people probably don't realize that they're talking to a fancy word predictor tuned to stroke their egos for engagement.

[–] xodoh74984@lemmy.world 6 points 2 weeks ago (1 children)

If it comes with the bubbles screensaver, I'm in

[–] xodoh74984@lemmy.world 31 points 2 weeks ago (1 children)

Link to the video:
https://xcancel.com/GeoffLewisOrg/status/1945212979173097560

Dude's not a "public figure" in my world, but he certainly seems to need help. He sounds like an AI hallucination incarnate.

[–] xodoh74984@lemmy.world 16 points 4 weeks ago* (last edited 4 weeks ago) (3 children)

Thanks for this. Another important bit:
5,000mAh × 3.88V ÷ 1,000 ≈ 19.4Wh

[–] xodoh74984@lemmy.world 6 points 4 weeks ago* (last edited 4 weeks ago) (6 children)

Didn't know there was an Android version!

I've been using OnlyOffice on Linux for a while. It's what LibreOffice could be if Libre's UI wasn't a potato. But does anyone know if fears about its ties to Russia are legitimate?

When I looked into it, I didn't find anything to worry about. Just a lot of fear mongering, because Russia=bad.

[–] xodoh74984@lemmy.world 2 points 1 month ago

This post is a violation of Rule 10:

No memes or low-effort posts: Memes, image links (including social media screenshots), images of text, or other low-effort posts or comments are not allowed. Videos require a text post or starter comment that summarizes the video and provides context.

 

It's amazing how far open source LLMs have come.

Qwen3-32b recreated the Windows95 Starfield screensaver as a web app with the bonus feature to enable "warp drive" on click. This was generated with reasoning disabled (/no_think) using a 4-bit quant running locally on a 4090.

Here's the result: https://codepen.io/mekelef486/pen/xbbWGpX

Model: Qwen3-32B-Q4_K_M.gguf (Unsloth quant)

Llama.cpp Server Docker Config:

docker run \
-p 8080:8080 \
-v /path/to/models:/models \
--name llama-cpp-qwen3-32b \
--gpus all \
ghcr.io/ggerganov/llama.cpp:server-cuda \
-m /models/qwen3-32b-q4_k_m.gguf \
--host 0.0.0.0 --port 8080 \
--n-gpu-layers 65 \
--ctx-size 13000 \
--temp 0.7 \
--top-p 0.8 \
--top-k 20 \
--min-p 0

System Prompt:

You are a helpful expert and aid. Communicate clearly and succinctly. Avoid emojis.

User Prompt:

Create a simple web app that uses javascript to visualize a simple starfield, where the user is racing forward through the stars from a first person point of view like in the old Microsoft screensaver. Stars must be uniformly distributed. Clicking inside the window enables "warp speed" mode, where the visualization speeds up and star trails are added. The app must be fully contained in a single HTML file. /no_think

26
submitted 7 months ago* (last edited 7 months ago) by xodoh74984@lemmy.world to c/android@lemmy.world
 

Is there any Android ROM that supports Wi-Fi audio streaming natively without root?

AirMusic is an app I've used for a few years to achieve this, and it supports a large number of protocols, including:

  • DLNA / UPnP
  • AirPlay
  • Sonos
  • FireTV
  • and more

However, without root, AirMusic relies on capturing audio from the screen recorder app and relaying it. It's a clever workaround, but I find it frustrating that stock Android doesn't simply support Wi-Fi audio at a system level. It shouldn't be this hard.

I'm currently running GrapheneOS. Unfortunately, the native screen recording app in Graphene seems to block AirMusic's ability to capture audio entirely, so I've lost the ability to stream audio.

Does anyone here know of a better solution?

Frankly, this seems like a feature that should've been native to stock Android 15+ years ago.

view more: next ›