xodoh74984

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

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

[–] xodoh74984@lemmy.world 6 points 2 days ago* (last edited 2 days 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 5 days 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.

[–] xodoh74984@lemmy.world 14 points 2 weeks ago

Are these so-called experts supposed to have me believe that gambling apps designed to get people addicted to their gambling app might be a gateway to gambling addiction?

[–] xodoh74984@lemmy.world 2 points 2 weeks ago

I've heard rumblings about the beta amyloid hypothesis being weak or incomplete for a while. Does anyone better versed in the research know what alternative hypotheses have shown promise?

[–] xodoh74984@lemmy.world 28 points 4 weeks ago (1 children)

20+ years behind

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

I don't think it's realistic, but what they mean is that the community can in theory get together and decide to fork the code, collectively deciding that BlackRock's Bitcoin addresses are no longer part of their Bitcoin network. The BlackRock Bitcoin would be incompatible with the forked code.

The result of a fork like that is two coins: BlackRock Bitcoin and Everyone Else Bitcoin. Every holder of the original Bitcoin gets an equal amount of both. It's a popularity contest between the two resulting Bitcoins to determine the price of each.

In 2017, Bitcoin was struggling to scale. It had absurd transaction fees due to demand (just like Ethereum a few years later), and the community couldn't come to a consensus on how to upgrade it. 10% of the community forked the code to upgrade it by increasing block size, while everyone else opted for an L2 scaling solution. The result for holders was that they ended up with both Bitcoin and Bitcoin Cash in their wallets. Weirdly, the combined market value ended up being higher than value of the Bitcoin before the fork. I sold my Bitcoin Cash immediately and pocketed the money, expecting the price to go to zero. It did not.

[–] xodoh74984@lemmy.world -2 points 1 month ago* (last edited 1 month ago)

Multiple people like making every community political and unfocused. It doesn't change the reality that many communities are unfocused.

[–] xodoh74984@lemmy.world -2 points 1 month ago (2 children)

This has nothing to do with sticking my head in the sand and everything to do with the post being misclassified.

It's important news. But it's incongruent with the expectation people have when they subscribe to a community to learn about science. Did I learn anything about science from the Politico article? No, I learned something about politics.

Everything is affected by politics. Politics is the primary topic of the article. Politico agrees, because it is a publication dedicated to politics.

[–] xodoh74984@lemmy.world 0 points 1 month ago* (last edited 1 month ago)

It is definitely a political article about politics and not about science

[–] xodoh74984@lemmy.world -5 points 1 month ago (1 children)

I agree with the sentiment, but incessant political rage bait across every single Lemmy community is so exhausting

 

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

27
submitted 6 months ago* (last edited 6 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 ›