6
submitted 4 days ago* (last edited 4 days ago) by PumpkinDrama@reddthat.com to c/opensource@lemmy.ml

It's just a proof of concept.

https://concord.polarisocial.xyz/

A complaint-driven, consensus-based forge: development is driven by real complaints, ranked by pairwise Glicko-2 comparisons, decided through quorum consensus, executed on a phase-gated kanban board — and discovered through a first-class search surface (tags, quality, maintenance health, languages).

Governance is collective by default: maintainers exist, but direction is decided by collaborators. See docs/concord-spec.md.

-52
..l. (reddthat.com)
submitted 1 week ago* (last edited 1 week ago) by PumpkinDrama@reddthat.com to c/opensource@lemmy.ml

Linux Has an AI Problem (And Also an AI Obsession)

Omarchy isn’t the only distro flirting with AI — here’s the messy, fascinating landscape.

If you’ve been anywhere near Linux news lately, you’ve probably seen two things at once:

  1. Distros racing to bake AI into the operating system.
  2. Maintainers quitting, orphaning packages, and fighting about AI policies.

Omarchy gets a lot of attention for being “AI-agent-first,” but it is not the only Linux distribution embracing AI. Not even close.

Here’s the current vibe.


The Distros That Are All In

Ubuntu & Fedora
Both have announced plans to integrate local generative AI support, with a big emphasis on privacy-focused, on-device inference instead of shipping everything to the cloud. Fedora also introduced Fedora Hummingbird, a container-based distribution designed for AI agent experimentation.

Red Hat Desktop
This enterprise-focused workstation is aimed at secure, production-style AI development, built on Podman Desktop and Red Hat’s hardened images and trusted libraries.

Shadowfetch Linux
This one is built around “Mission Control.” You give an AI agent a task, and it has to get your approval before any changes are locked in. It also includes an “Ice” mode that works entirely offline and a “Firebreak” feature that limits an agent’s access to only the files it needs.

Gnoppix AI Linux
Gnoppix keeps AI local and air-gapped by default, running a Mistral 7B model with no network access. Privacy-focused, no telemetry.

AI-Native Linux (AIOS)
This is an open specification for an AI-native distribution, where the core distinguishing feature is a “cognitive core” and a “policy kernel” built on top of the standard Linux base. It treats the OS as a trusted execution substrate for AI-driven actions.

openKylin
Version 3.0 brings deep AI integration, including a native AI agent called KylinBot, support for multiple mainstream AI agents, and a desktop environment designed for multimodal interaction.

ZentoraOS
Based on Linux Mint, this distro includes built-in AI capabilities out of the box using Ollama models. It’s aimed at users transitioning from Windows who want offline AI features.


The Big Split: Debian vs. Void Linux

This is where things get spicy.

Debian: “We Neither Endorse Nor Prohibit”

In August 2026, Debian reportedly voted to allow AI-generated code in its contributions. The project’s stance was essentially: we don’t endorse these tools, and we don’t prohibit them — but contributors take full responsibility for the output.

That decision led to at least one contributor quitting in protest.

Void Linux: “Human-Made Only”

Then you have Void Linux, which went the opposite direction.

A Void maintainer reportedly orphaned 113 packages — including major ones like Kubernetes — after being reminded of Void’s policy that all contributions must be human-made. The maintainer had admitted to using AI tools for research, which violated the project’s strict guidelines. The result was a mass abandonment of packages.

Two distros. Two completely opposite reactions. Same underlying question.


Why This Matters

This isn’t just about whether your terminal can autocomplete a shell command.

It’s about:

  • Governance — who decides what counts as a contribution?
  • Trust — can you trust code you didn’t see a human write?
  • Attribution — where does the credit go?
  • Security — AI-generated code can be wrong in very confident ways.
  • Labor — are we replacing maintainers or helping them?

Linux has always been a community project. AI is forcing that community to define its boundaries in real time.


So… Is Omarchy Alone?

No. Not even slightly.

Some distros want AI as a copilot.
Some want AI as the core.
Some want AI banned entirely.

The real question isn’t “Will Linux embrace AI?”

It’s “Which Linux, and on whose terms?”


Tags:
linux, ai, open source, debian, voidlinux, omarchy, fedora, ubuntu , redhat, tech, linux community, ai policy, generative ai

17

I'm building a fanfiction archive and I was wondering whether I should add federation just to the forum or to the whole site and if I add it to the whole site whether or not ActivityPub would be a good fit, like is it possible using ActivityPub to share the load of hosting the files across different instances or is that something unrelated and it's only useful for typical social interactions?

0

Look, I've seen plenty of "X beats Y" hype cycles, but this one actually made me stop and pay attention.

Someone combined DeepSeek V4 Pro 0813 with an open-source harness called J-Space – and the numbers are legitimately wild. No model weights changed. No fine-tuning. Just a smarter way to run the damn thing.

The TL;DR:

Benchmark DeepSeek V4 Pro (stock) + J-Space Gain
Terminal Bench 87.9 90.1 +2.2
NL2Repo 61.5 73.4 +11.9
CyberGym 83.3 86.8 +3.5
DeepSWE 62.7 72.0 +9.3
Toolathlon 74.1 79.5 +5.4

That's not margin-of-error stuff. That's a different tier of performance.

What is J-Space exactly?

It's a "Cognition Suite" – think of it as a structured reasoning protocol that sits on top of the model. It forces the model to:

  • Think in a structured, step-by-step format
  • Verify each step before moving forward
  • Roll back and recover when it detects errors
  • Maintain a persistent "scratchpad" so it doesn't lose track in long tasks

The core insight here is that DeepSeek V4 Pro already has the capability – it just loses it in the pipeline. The report calls this "capability-realization loss" – the gap between what the model can do and what it actually delivers in complex agentic tasks.

Why this matters

DeepSeek V4 Pro is a 1.6T-parameter MoE model with 49B active parameters and 1M context. It's objectively strong. But in the wild, with real tool schemas and open-ended prompts, its behavior could "jump tracks" unpredictably – one session gives you one reasoning style, another gives you something completely different.

J-Space fixes that by anchoring the reasoning process. It doesn't make the model smarter – it makes it more reliable at using what it already knows.

The big claim: it outperforms Fable 5 and Opus 4.8

According to the benchmark report, the J-Space + DeepSeek V4 Pro combination beats both Fable 5 and Opus 4.8 across several agentic and coding benchmarks. The developer behind it (Tiger380) published a capability realization report with evidence, and Jun Song (@jun_song) posted on X that it "completely outperforms Fable across every task."

Caveats (because this is r/LocalLLaMA and we stay skeptical)

  1. Single-run results – These are the author's own test runs, not third-party verified.
  2. Community skepticism – Some people have already tried reproducing and found that not all tasks show the same dramatic improvement. It also costs more tokens and time.
  3. It's a harness, not magic – The core idea (structured thinking + verification + rollback) is the same logic behind Claude Code's skills or Codex's config tuning.

The bigger takeaway

We spend so much time chasing the next model release. But this experiment proves something uncomfortable: how you run a model matters as much as which model you run.

DeepSeek V4 Pro was already strong. J-Space just figured out how to unlock it.

The repo is open-source: https://github.com/Tiger3807861189/J-Space-Cognition-Suite-V3.6

Has anyone here tried it yet? Curious to hear real-world experiences beyond the benchmark claims.

4

cross-posted from: https://reddthat.com/post/71512059

I'm planning to self-host a 24/7 radio show and need some architecture advice.

The vision:

  • Monitor my RSS feeds and social media posts, then turn them into spoken-word segments.
  • Follow a fixed daily schedule (e.g., news at 8 AM, sports/tech at 9 AM, music blocks, etc.).
  • Serve the stream via a web player on my site.
  • Keep audio files on disk for three days so I can catch up on anything I missed after airing, with the option to choose playback speed.

The confusion:
Are any of the tools I'm considering actually suitable for audio streaming and playlist management? Or am I approaching this the wrong way?

Current thinking:

  • Use radio-dj or SUB/WAVE as the broadcast engine.
  • Use Piper TTS for speech synthesis.
  • Use Cron for scheduling.
  • Write a custom Python script with Ollama (local) for content generation, in case I want an AI "host" to create a continuous flow from all the disparate sources.

Has anyone built something similar? What framework would you recommend? Am I overlooking a dedicated FOSS radio automation tool that already does this?

Thanks in advance!

0

I'm planning to self-host a 24/7 radio show and need some architecture advice.

The vision:

  • Monitor my RSS feeds and social media posts, then turn them into spoken-word segments.
  • Follow a fixed daily schedule (e.g., news at 8 AM, sports/tech at 9 AM, music blocks, etc.).
  • Serve the stream via a web player on my site.
  • Keep audio files on disk for three days so I can catch up on anything I missed after airing, with the option to choose playback speed.

The confusion:
Are any of the tools I'm considering actually suitable for audio streaming and playlist management? Or am I approaching this the wrong way?

Current thinking:

  • Use radio-dj or SUB/WAVE as the broadcast engine.
  • Use Piper TTS for speech synthesis.
  • Use Cron for scheduling.
  • Write a custom Python script with Ollama (local) for content generation, in case I want an AI "host" to create a continuous flow from all the disparate sources.

Has anyone built something similar? What framework would you recommend? Am I overlooking a dedicated FOSS radio automation tool that already does this?

Thanks in advance!

101
submitted 1 month ago* (last edited 1 month ago) by PumpkinDrama@reddthat.com to c/opensource@lemmy.ml

A federated internet archive, I'm wondering whether I should build it myself. With so many journalists being banned for reporting the gaza genocide we need more ways to combat censorship.

-23
-19
submitted 2 months ago* (last edited 2 months ago) by PumpkinDrama@reddthat.com to c/asklemmy@lemmy.ml

I've been banned from reddit, lemmy, and now piefed for posting ai generated content with a bot. I want to have a platform where I can send all the automated ai generated content I want, and do self promotion. What's the simplest, cheapest way to have a platform like that? I would like to complain about internet censorship due to surveillance capitalism, but it would be disingenuous when every corner of the internet does the same thing.

8
submitted 3 months ago by PumpkinDrama@reddthat.com to c/linux@lemmy.ml

With the recent AUR supply-chain attack that compromised over 400 (and possibly up to 1,500) packages, I'm seriously considering switching distros. Attackers took over orphaned packages and modified PKGBUILDs to pull in malicious npm dependencies like atomic-lockfile, which deployed credential-stealing malware and even eBPF rootkits. The fact that the trusted packages themselves didn't look malicious makes this especially concerning.

Like many Arch users, I'll admit I don't carefully read every PKGBUILD before installing from the AUR. The official recommendation has always been to review them manually, but realistically, who does that for every package? This incident made me realize I've been relying on trust rather than vigilance.

I've been on Manjaro for years specifically because of the AUR's vastness, but this attack directly undermines that selling point for me. I ran the Distrochooser to see what else is out there, and it strongly recommended openSUSE as my top match: https://distrochooser.de/en/d5b4e0067841/

For those who've made the jump from Arch/Manjaro to openSUSE Tumbleweed (or Leap): How was the transition? How does the OBS compare to the AUR in terms of package availability for niche software?

-5

The headline: "South Korea criticizes Israel and compares its actions to Japanese sexual slavery."

Maybe I'm reading too much into it, but isn't there a layer of irony here? Both South Korea and Japan struggle with high suicide rates, brutal work cultures, soaring living costs, and systemic pressures that push people to the edge. And in that context, sexual labor often becomes just another form of exploitation, not always consensual, often economic survival.

So when South Korea uses the trauma of sexual slavery as a rhetorical weapon against another country, while similar exploitative dynamics exist at home (even if different in scale and nature), doesn't that come off as hypocritical? Not saying Israel is blameless, just wondering if the pot is calling the kettle black.

Am I missing something?

-4

cross-posted from: https://reddthat.com/post/63704236

The "exploding microphone" theory is a fringe subset of the many unsubstantiated claims that have emerged online following the real-life events. It connects Charlie Kirk's death to an alleged explosion at a weapons facility, which proponents claim was an attempt to destroy evidence.

🎤 The Core Theory: A Weaponized Microphone

The central claim is that Charlie Kirk was not killed by a gunshot on September 10, 2025, but by an explosive device hidden in the lapel microphone he was wearing.

  • The Mechanism: Proponents point to video of the event, suggesting the movement of Kirk's shirt and the nature of his neck wound indicate an internal explosion, not a bullet impact. Some theorists claim the device was a "small shaped charge" hidden inside a DJI Mic 2 or RØDE Wireless PRO transmitter, designed to detonate and mimic a gunshot wound.
  • The Purpose: The theory posits that a visible shooter (like Tyler Robinson) was a "patsy" or decoy, with the real cause of death being the concealed explosive.

💥 The "Prototype" Location: The Plant Explosion

According to the theory, the explosive device used was linked to a real event: the explosion at the Accurate Energetic Systems (AES) plant in McEwen, Tennessee, which occurred on October 10, 2025, one month after Kirk's death.

  • The Facility: AES is a legitimate military contractor that produces explosives for the U.S. military.
  • The Explosion: A powerful blast destroyed a building at the plant, and officials reported that 19 people were initially missing, with 16 later confirmed dead.
  • The Conspiracy Claim: Conspiracy theorists allege this explosion was a deliberate act—a cover-up to destroy evidence and silence witnesses connected to the microphone's development. The real-world investigation, however, concluded it was a tragic industrial accident.

👥 "Missing" Persons: From Soldiers to Suspects

The theory also attempts to link several unrelated cases of missing persons to the assassination, weaving them into a larger narrative of a cover-up.

  • Richard Halliday: A 21-year-old soldier who went missing from Fort Bliss, Texas, in July 2020 (more than five years before Kirk's death). While a real missing persons case, conspiracy theorists have retroactively claimed Halliday was a "whistleblower" who was silenced because he had inside knowledge of the microphone plot.
  • Lance Twiggs: The 22-year-old live-in partner of Tyler Robinson (the man charged with Kirk's murder). Twiggs reportedly disappeared from their shared Utah townhouse after Robinson's arrest. While authorities stated Twiggs was moved to a "safe space" due to public backlash, conspiracy theorists cite this as another suspicious disappearance connected to the case.

🧩 The Connection to a Broader "Conspiracy Web"

This "exploding mic" theory is part of a larger ecosystem of unsubstantiated claims. Figures like commentator Candace Owens have promoted various theories, including the idea that Kirk was a "time traveler" or that the U.S. military was involved in his death. The theory also incorporates unrelated ideas, such as the debunked claim that a pre-published book about Kirk's death appeared on Amazon, as supposed "proof" the event was planned.

These theories rely on connecting unrelated events and ignoring official findings. There is no verifiable evidence to support the "exploding microphone" claim, and the connections to the AES plant explosion or missing persons like Richard Halliday are speculative.

If you'd like to know more about any of these specific figures or events, feel free to ask.

[-] PumpkinDrama@reddthat.com 70 points 1 year ago

tmux: A terminal multiplexer that enables managing multiple terminal sessions within a single window, allowing detaching and reattaching sessions to keep programs running in the background.

[-] PumpkinDrama@reddthat.com 80 points 1 year ago* (last edited 1 year ago)

LibRedirect is an open-source browser extension for Firefox and Microsoft Edge that automatically redirects popular online services like YouTube, Twitter, Instagram, TikTok, Reddit, and others to privacy-friendly alternative websites, enhancing user privacy by avoiding trackers and data collection on the original platforms.

[-] PumpkinDrama@reddthat.com 72 points 1 year ago* (last edited 1 year ago)

Joplin: An open-source note-taking and to-do app with markdown support and end-to-end encryption.

[-] PumpkinDrama@reddthat.com 97 points 1 year ago* (last edited 1 year ago)

Lichess: A popular free, open-source online chess platform offering play, puzzles, and tournaments.

[-] PumpkinDrama@reddthat.com 98 points 1 year ago* (last edited 1 year ago)

Forgejo: A self-hosted, lightweight software forge offering Git repository hosting with an easy-to-install, low-maintenance platform focused on collaboration, federation, and privacy.

[-] PumpkinDrama@reddthat.com 225 points 1 year ago* (last edited 1 year ago)

Syncthing: Continuous, private, and encrypted file synchronization across multiple devices without using the cloud.

[-] PumpkinDrama@reddthat.com 67 points 1 year ago* (last edited 1 year ago)

Pandoc: A universal document converter allowing conversion among numerous markup formats including Markdown, LaTeX, HTML, and Word.

[-] PumpkinDrama@reddthat.com 53 points 1 year ago* (last edited 1 year ago)

Typst: A modern typesetting system designed for easy document creation with markup inspired by Markdown but more powerful and programmable.

[-] PumpkinDrama@reddthat.com 140 points 1 year ago* (last edited 1 year ago)

KeePassXC: A modern, secure, open-source password manager that stores and manages sensitive information offline.

[-] PumpkinDrama@reddthat.com 43 points 2 years ago* (last edited 2 years ago)

I really like being able to edit the post title and the 6 hour top sort. Although I would like 3 or 4 hours even better.

view more: next ›

PumpkinDrama

0 post score
0 comment score
joined 3 years ago
MODERATOR OF