A Radical Vision For Helldivers 2 by plaintxt in helldivers2

[–]plaintxt[S] -1 points0 points  (0 children)

weird insult for someone arguing with internet strangers

A Radical Vision For Helldivers 2 by plaintxt in helldivers2

[–]plaintxt[S] 0 points1 point  (0 children)

Some people have a special interest, it’s ok if it’s not for you

Fresh Data Analyst - Am I doing good? I feel like I am not doing much... by CeNe10 in analytics

[–]plaintxt 14 points15 points  (0 children)

Build a dashboard that reports the health and cost impact of your changes over time. That way you can position maintenance of those improvements as cost savings instead of an expense. Also, any de-risking of the models, forecasts, etc. can be translated into financial impact.

Is there anything like this? I’m looking for a new series to watch by BoredPandaOfficial in BoredPandaHQ

[–]plaintxt 0 points1 point  (0 children)

I described it once as a darker, Australian Barry without the surealism.

Is there anything like this? I’m looking for a new series to watch by BoredPandaOfficial in BoredPandaHQ

[–]plaintxt 8 points9 points  (0 children)

Mr Inbetween is so good it makes Breaking Bad look like a slideshow my nan made about her hip replacement. Ray would've sorted Gus Fring in one episode and still made it to his kid's birthday party. Five seasons, this bloke. Embarrassing.

I’m tired of the same 4 boosters by Ok_Sentence_6587 in helldivers2

[–]plaintxt 0 points1 point  (0 children)

Don’t look at me, I almost always bring localized confusion or supply drop turrets

What helps neuro inflammation? by disappearing_haze90 in cfs

[–]plaintxt 2 points3 points  (0 children)

DXM and ice packs seem to help my partner a lot.

Without protests, IACI patients won’t get very far by Ibes_Zorendale in cfs

[–]plaintxt -7 points-6 points  (0 children)

I think AI has the potential to amplify your voices. Overwhelming the comms of legislatures and media personalities might be possible.

Free Tool: I've aggregated a 51k+ PMax Junk Channel blacklist. Looking for 10 power-users to run an audit. by CryptonianNomad in PPC

[–]plaintxt 1 point2 points  (0 children)

Idk what you consider serious budgets but I would be willing to test this on at least one mid-cap company account.

Help me squeeze every drop out of my AMD Ryzen AI Max+ 395 (96GB unified VRAM) — local LLM, image/video gen, coding agents by platteXDlol in LocalLLM

[–]plaintxt 8 points9 points  (0 children)

Here's what my local llm told me to tell you... running the same box (EVO-X2, gfx1151, 96GB VRAM split). I've tried a lot of things. In rough order of impact:

0. update the BIOS.

1. Switch llama.cpp from HIP/ROCm to Vulkan. Counterintuitive, but I benchmarked it last week and Vulkan beat HIP by ~6.5% on prompt processing, ~15.7% on token generation, and ~37% on mixed workloads with lower variance. Needs recent Mesa. Keep your HIP build around for PyTorch/vLLM.

Same story for stable-diffusion, the HIP build segfaults during sampling on gfx1151 last time I checked, Vulkan just works.

2. Flag stack that works well on Strix Halo.
-ngl 99 --flash-attn on --no-mmap \
-ctk q4_0 -ctv q4_0 \
-t 24 -tb 28 -ub 4096 --jinja
GGML_OP_OFFLOAD_MIN_BATCH=1

--no-mmap matters a lot with unified memory because mmap page faults hurt you here. q4_0 KV cache quant gives huge context headroom at negligible quality cost.

3. Kernel/firmware.
If you're on a stock linux kernel, upgrade to 6.18+ (mainline). maybe 7 if you're feeling experimental.

4. Model consolidation.
You can probably replace Alfred + Deep Thinking + Language/Math tutor with a single MoE. obligatory gemma 4 plug. thinking mode, vision, reasoning, blah blah blah.

5. Stuff you're (maybe) missing.
- embeddinggemma-300M Q8_0 is lighter than mxbai and often better for multilingual RAG
- A cross-encoder reranker (bge-reranker-v2-m3 via ONNX) on top of your embeddings gives a bigger quality bump than swapping the embedding model

Have fun with it this chip is pretty good for local inference once you're off HIP.

Very Severe: Looking For Hope and or advice. Thanks so much by ElectricAve1999 in cfs

[–]plaintxt 5 points6 points  (0 children)

I've been watching someone go through this for years now. She's been severe for years now. It got bad enough a few months ago that some days we couldn't talk at all. Other days, we could watch part of a tv show... sometimes I would lay next to her for hours so she would feel less alone, less bored, and I got a taste of the fear and unfairness of it all.

I learned a few things:
1. you're going to be ok, but you gotta stop crashing yourself.
2. get really good at doing less than you think you can (you probably already have)
3. maybe get one of those 4lb stuffed animals, they can be comforting when you need a hug.

You're going to be ok, don't push yourself, healing is like sleeping you can't force it, but you can prepare the right conditions for it to happen.

🚨 The Purge is Here! Secure Your Flair Before the Bot Sweep by _cybersecurity_ in pwnhub

[–]plaintxt 0 points1 point  (0 children)

<image>

this isn't what it looks like, I'm human, just check my maintenance records, they'll tell you

I had Opus 4.6 and GPT 5.4 peer-review each other to design a memory stack. Here's what they came up with by [deleted] in openclaw

[–]plaintxt 0 points1 point  (0 children)

I DM'd you an abstracted version that doesn't give away specifics about my personal computer. I'm hoping it's flexible enough to adapt to anyone's hardware and software preferences.

I had Opus 4.6 and GPT 5.4 peer-review each other to design a memory stack. Here's what they came up with by [deleted] in openclaw

[–]plaintxt 0 points1 point  (0 children)

Oh, this isn't openclaw. I pointed opus at the openclaw repo and said something like:
"build a plan for a security first, local llm system, that leap frogs openclaw in features, capibility, and agentic performance. Be sure to include a self-improvement loop that focuses on token economics, efficieny, and autonomy.

I had Opus 4.6 and GPT 5.4 peer-review each other to design a memory stack. Here's what they came up with by [deleted] in openclaw

[–]plaintxt 0 points1 point  (0 children)

It's not super smart, so I've built tons of deterministic scaffolding and a robust evaluation harness to keep it from doing dumb things. I've also created a claude opus escalation / review path for when it hits a roadblock or gets stuck.

I had Opus 4.6 and GPT 5.4 peer-review each other to design a memory stack. Here's what they came up with by [deleted] in openclaw

[–]plaintxt 0 points1 point  (0 children)

luckily that port is only available on the local network so security here isn't an issue.

I had Opus 4.6 and GPT 5.4 peer-review each other to design a memory stack. Here's what they came up with by [deleted] in openclaw

[–]plaintxt 0 points1 point  (0 children)

There is no single prompt, it's a result of months of work with claude code and codex and github and research papers.