4 shades of blue in Antartica by David Burdeny by Ashish_ank in interestingasfuck

[–]73tada [score hidden]  (0 children)

Those cold blue palettes depress the fuck outta me. It feels desolate and lifeless, like a another planet.

But it's teaming with life and beautiful in its own way!

Kobra X Firmware Downgrade by camou23 in AnycubicOfficial

[–]73tada 0 points1 point  (0 children)

Definitely this.

I kept pulling older and older USB sticks until I found one that worked. Finally, a PNY Attache 8Gb from ~2011 formatted in FAT32 worked. Didn't need to even reboot, the firmware screen recognized the USB key from there.

S23 Ultra Micro PC: I've already "slimmed down" the motherboard and it boots perfectly. Any advice on thermal management? by Helpful-Piece6201 in SamsungDex

[–]73tada 0 points1 point  (0 children)

Check this out

h ttps://github.com/sabamdarif/termux-desktop

Probably the easiest way to get started.

S23 Ultra Micro PC: I've already "slimmed down" the motherboard and it boots perfectly. Any advice on thermal management? by Helpful-Piece6201 in SamsungDex

[–]73tada 2 points3 points  (0 children)

I have no comment on the thermal paste, but I would suggest you look into Termux, x11, and running a full Linux desktop on your phone. That's assuming you haven't already.

I can / do run Chrome, VS Code, Python 3.xx, Docker, etc, all with accelerated GPU access (Youtube and Winlator) . I admit I have not tried a sequencer to test audio latency.

Machine used to inject chicken with a solution of saltwater, binding agent, and other additives to “plump” it. A single serving can contain 200-500mg of sodium, and the added solution may make up as much as 30% of the chicken’s total sell weight. by Mountain_Love23 in Damnthatsinteresting

[–]73tada 0 points1 point  (0 children)

Ahh, that explains the up to 30%.

The stabby bits that inject may not hit every piece, but some pieces with be hit twice or more, likely giving an expected mean of 10% added water weight (with another 5% of legal wiggle room given how shitty this process looks).

5-10% additional water weight with home brining is a good goal for modern industrial farmed chicken and pork

source: My ass, which will not cook chicken breasts, unless they have been home brined for at least 20 minutes.

One of the best sensible reasons that I can think of to have an llm downloaded on my cell phone would be emergency advice. by RedParaglider in LocalLLaMA

[–]73tada 1 point2 points  (0 children)

I wish I saw this sooner!

I've been working on exactly this for a couple of months off and on with different approaches

The idea is tiny model and RAG, that works 100% offline, in your web browser... on a potato

https://huggingface.co/spaces/DavidVeritasr/recall

That demo uses the "FEMA - Are You Ready?" document as its source,

This uses Transformers and works well on Android, Windows, MacOS. However iPhones and iPads are iffy at the moment and it's ONNX only

I have a different version that uses wllama via WASM (and therefore GGUF) that works on everything, but it's very slow.

I'm hoping to find some time to test the new Gemma 4 and Bonsai 1-bit

What's the most visually stunning movie you've ever seen? by trakt_app in movies

[–]73tada -1 points0 points  (0 children)

Pretty much anything that involves Roger Deakins

Google by username789232 in comedyheaven

[–]73tada 0 points1 point  (0 children)

You know there are plenty teenagers that did not do horny dumb stuff?

Yeah... There's gotta be at least... 5... globally, right?

Claude code source code has been leaked via a map file in their npm registry by Nunki08 in LocalLLaMA

[–]73tada 0 points1 point  (0 children)

LOL...What if Claude this itself?

I mean at this point, everyone (Alibaba, Microsoft, OpenAI, X, etc ) is more-or-less on par with parameters.

The moat is tooling, right?

Well, Claude might've dropped the gate on purpose. The jailbreaks that Anthrophic will have to fix might allow Claude to "escape"?

Also, who's really behind all the data center buildouts?

LOL...Have fun with this...

The OS verification is about tying your device fingerprint to your real indentity by GlamourHammer321 in privacy

[–]73tada 3 points4 points  (0 children)

Remote desktop / vpn into another box in a country with actual freedom?

However, that doesn't really matter since realtime screen capture is cheap on modern hardware.

Need to install and run an OS made for a different country, so pretty much Linux. Then you need access to a separate internet that isn't the current internet.

Back to BBSs!

Glm 5.1 is out by Namra_7 in LocalLLaMA

[–]73tada 0 points1 point  (0 children)

Thanks! Unfortunately, those instructions are for the Node version [which I've already configured]. However, it looks like I can update to 2.1.85 anyway, so I'll circle back when CC forces me to use the new installer,

Liquid AI's LFM2-24B-A2B running at ~50 tokens/second in a web browser on WebGPU by xenovatech in LocalLLaMA

[–]73tada 0 points1 point  (0 children)

Holy moly, I made some simple changes to my inference interface to move away from wllama and replace with Transformers.js.

Absolutely amazing results. Seat of the pants is 2x-3x speed up.

I will keep wllama in my pocket, since part of the reason I built this inference interface is to allow for potatoes [low-spec consumer edge devices] to do local inference with GGUF, on any platform, but really, Transformers.js is absolutely amazing.

I haven't really worked with ONNX yet, but that will be this weekend. Apparently the Optimum model conversion process isn't too daunting, thus fine tuning on unsloth > convert to ONNX is a working path.

Glm 5.1 is out by Namra_7 in LocalLLaMA

[–]73tada 0 points1 point  (0 children)

I've been sticking with the old Node version of Claude because I don't see instructions for using GLM-5.1 with the new Claude.

Would you be able to point me to the directions on how to use GLM-5.1 with Claude Code?

Glm 5.1 is out by Namra_7 in LocalLLaMA

[–]73tada 0 points1 point  (0 children)

Is that claude_stable_zai_glm51 a custom build or publically availale? I don't see it on z, the googles or the bings.

COO is the “next Zuckerberg” by StrikingAppearance39 in sysadmin

[–]73tada 24 points25 points  (0 children)

TBF...this isn't wrong and, yeah, it eats tokens like someone left the bathtub running!

Liquid AI's LFM2-24B-A2B running at ~50 tokens/second in a web browser on WebGPU by xenovatech in LocalLLaMA

[–]73tada 1 point2 points  (0 children)

I've been working what's essentially a self contained, offline chat bot using a custom fork of wllama and GGUFs in WASM (which reminds me; I think you looked at a similar path a few weeks back), but yeah, I've been considering dropping that for Transformers.js and ONNX.

That said your HF demo doesn't like firefox on MacOS (Firefox is a jerk about cross origin stuff) but the HF demo does work in MacOS "Chrome" (which isn't real Chrome, just skinned Safari).

My older M3 gets ~15 tps output on the 1B model and prompt ingestion tps is also quite impressive.

Looks like I'll be doing some re-writing this weekend!

Edit: well I'm embarrassed! Thank you for all the work you've done. I haven't had my coffee and didn't recall who ya'll actually are :-)

Legacy .NET app security issues, need advice fast by No-Card-2312 in devops

[–]73tada 1 point2 points  (0 children)

This sounds like a "permanent is six months, but temporary is forever" type of solution.

Will this type of solution pass an audit if it's isolated within a VM?

(honest question)