xodoh74984

joined 2 years ago
[–] [email protected] 36 points 3 days ago

I don't see this talked about much anymore, but the day Plex added telemetry in 2017 was the day I became five-alarm desperate for an alternative. Had to wait a 2-3 years with Plex's telemetry IP's and domains blacklisted before Jellyfin was mature enough for me to make the change.

How Plex users can be comfortable with any telemetry is beyond me.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Fair point. My original prompt asked for more, but the model wasn't capable enough. Not sure if the "warp drive" part would be part of any standard algo.

Any ideas on challenges that are new and more fun than the "balls rolling in a hexa-,hepta-,octagon" or "simulate a solar system" prompts everyone's using these days?

[–] [email protected] 2 points 3 days ago (1 children)

It's a 4090 using cublas. I just run the stock llama.cpp server with CUDA support. Do you know if there'd be any advantage to building it from source or using something else?

[–] [email protected] 3 points 4 days ago (3 children)

22466MiB / 24564MiB, awesome, thank you!

[–] [email protected] 5 points 4 days ago* (last edited 4 days ago) (5 children)

I'm close to the limit at 23886MiB / 24564MiB of VRAM used when the server is running. I like to have a bit of headroom for other tasks.

But I'm by no means a llama.cpp expert. If you have any tips for better performance I'd love to hear them!

 

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

[–] [email protected] 4 points 3 weeks ago

I'm so incredibly tired of weaponized stupidity. First, I had to cringe while I studied science and the internet studied the art of denying reality. Now these dipshits are in charge of the most powerful nation in the world, working tirelessly to remove it from that position.

In the case of his daughter, he believes the hospital should have given her budesonide, a steroid often prescribed for asthma, among other conditions, that has been touted by Kennedy for treating measles. “They didn’t give her the budesonide breathing treatment that we’d been asking for,” Hildebrand said. “They were saying that the IV steroids they were giving her were better.”

Seriously, why even treat these people? Let them treat each other with vibes and ivermectin or whatever

[–] [email protected] 3 points 3 weeks ago (1 children)
[–] [email protected] 83 points 3 weeks ago (7 children)

Isn't every app that's not open source assumed to be spyware nowadays?

Wake me up when this sort of thing is actually illegal. Preferably punishable with jail time.

[–] [email protected] 22 points 1 month ago* (last edited 1 month ago)

Actually, this is a great idea in principle, because the inverse is possible.

We could use Amazon's resources for search, then use a browser plug-in to replace the buy button and have it buy the product from somewhere else using an AI agent.

[–] [email protected] 20 points 1 month ago (2 children)

In the decades that people have been screaming about nuclear plants "taking too long to build" stalling progress, we could have built many nuclear plants and significantly reduced emissions.

We've kicked the can down the road for far too long. We are well past the point of preventing the devastating impacts of climate change we were warned about 20+ years ago.

If this institute is so convinced wind and solar are the answer, I hope they also have vast amounts of lithium pre-mined or a novel approach to energy storage that isn't so damaging.

[–] [email protected] 23 points 2 months ago

Reddit natively supports RSS feeds as well. The major feature here is comment support IMO.

[–] [email protected] 1 points 2 months ago (3 children)

Is there any way to fling YouTube videos to SmartTube from a smartphone?

That's the one thing locking me into Kodi.

30
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

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 ›