Searching We Love Privacy Club

Twts matching #project
Sort by: Newest, Oldest, Most Relevant

Voters Aren’t Waiting For November to Try Ousting Officials Over Data Centers
A growing backlash against AI data centers is spilling into local politics, with residents in more than a dozen communities pushing recall elections against officials who approved projects. “People are standing up and saying, ‘Sorry, we don’t want these data centers in our communities for a number of reasons,’” Senato … ⌘ Read more

⤋ Read More
In-reply-to » The original twt is unavailable. It may have been edited or deleted, or is from an unknown or muted feed.

@klaxzy@klaxzy.net Turns out, it’s not a cool project. :-D

Can you build from source? Perhaps not if there is just a download link.

It’s been a hot minute since I last used alien to convert a Debian package into an RPM packge. Or was it the other way around? No clue.

⤋ Read More

GIMP Making Progress On New Project File Format After Nearly 30 Years With XCF
The GIMP project has published their latest development update to highlight the interesting work that’s ongoing toward GIMP 3.4 and future releases… ⌘ Read more

⤋ Read More

Debian Developers Begin Voting Over LLM Usage Within The Project
Debian developers have been considering a general resolution over LLM usage within the project. After collecting a variety of proposals, voting has now commenced for Debian developers to decide how comfortable they are with AI / Large Language Model contributions in the project or not… ⌘ Read more

⤋ Read More

It is such a nice feeling that Mu is such a capable little language 😅 And I decided to write code code in Mu by hand 🤚 haha 🤣 and start solving Project Euler problems, like Problem 8 which works out to be a nice elegant solution in Mu:

#!/usr/bin/env mu

// Largest Product in a Series

import "fp"
import "sys"

fn usage() {
  print("Usage: cat |", args()[0], "<n>")
}

fn products(xs) {
  return fp.reduce(xs, 1, fn(x, y) {
    if y == nil {
      return x
    }
    return x * y
  })
}

fn main() {
  if len(args()) < 2 {
    usage()
    exit(1)
  }

  s := must(sys.read_all(0))
  if len(s) == 0 {
    usage()
    exit(1)
  }

  n := must(int(args()[1]))
  r := fp.max(fp.map(fp.sliding(fp.map(s, int), n), products))
  print(r)
}

main()

⤋ Read More

Slackware-Based Zenwalk Linux Aims For “True Low Latency Desktop Experience”
It’s been a long time since hearing much out of the Zenwalk project, the Linux distribution built off Slackware. It’s still around though and with their latest kernel work are hoping for a “true low latency desktop experience” by employing the BORE scheduler… ⌘ Read more

⤋ Read More

Intel LLM-Scaler Ready With Muse Glimmer Support, Other LLMs & Features
Intel’s LLM-Scaler project that was born out of their Project Battlematrix initiative aims to make it easier to run generative AI on Arc (Pro) B-Series graphics cards with the likes of vLLM, ComfyUI, SGLang, and other popular AI software in this Docker-based pre-configured AI stack. This week new LLM-Scaler releases brought same-day support for new models and other enhancements… ⌘ Read more

⤋ Read More

Freenet Creator Ian Clarke Shares Progress on Its New Decentralized Network
Ian Clarke (aka ancient Slashdot reader Sanity), designer of the peer-to-peer communication platform Freenet, is back with an update on the project’s progress following the launch of its P2P network in March. He writes: Earlier this year, Slashdot covered the launch of the completely redesigned Freenet. I recently gave a tal … ⌘ Read more

⤋ Read More
In-reply-to » The author of the Xfce Wayland compositor on LLMs:

I am a bit split on this, don’t think there’s any real use for AI in things like art, at absolute most getting a reference to compare with multiple non-AI ones, or possibly some animation in between frames, if it ever gets better at making those. Would not rely on it for any of my personal projects, more than maybe a quick search that would have previously been done on Stack Overflow, but if I work somewhere and they demand it be used similarly to how it is described on this site, considering the current IT job market, I’d probably take the slop bullet, over being unemployed.

Obviously even in that case, I’d only do this to generate code I can understand, improve and review. I’m definitely not advacating people just put their feet up on the table and let some random combination of “AI agents”, vibecode their entire codebase.

⤋ Read More

Trump Administration To Pay German Firm $1.2 Billion To Halt US Wind Projects
An anonymous reader quotes a report from the BBC: German energy company RWE has said it will abandon its offshore wind projects in the U.S. after reaching a $1.2 billion payout deal with President Donald Trump’s Department of the Interior (DoI). RWE said that it will now reinvest the sum into conventional gas projects, … ⌘ Read more

⤋ Read More

ByteDance Is Training a 10-Trillion-Parameter Model To Chase the Frontier
ByteDance is reportedly training an AI model with roughly 10 trillion parameters as it tries to close the gap with leading frontier systems such as Anthropic’s Mythos. The model is still in early pre-training, and its eventual performance will depend on more than scale alone, but the project underscores how aggressively Chinese firms … ⌘ Read more

⤋ Read More

NetworkManager Adopts Policy For AI Coding Assistants
The latest high profile open-source project to commit to an AI coding policy is NetworkManager, the widely-used software for Linux network configuration… ⌘ Read more

⤋ Read More

Google’s $15 Billion India Data Center Project Battles Water, Wildlife Concerns
Google’s $15 billion data-center project in Visakhapatnam is facing protests and legal challenges over fears that it will worsen local water shortages and disturb wildlife near the Kambalakonda sanctuary. Google says the campus will use advanced air cooling and comply with Indian law, while state officials deny that resi … ⌘ Read more

⤋ Read More

Azure CTO Pastes Doom Into Paint One Frame At a Time
Microsoft Azure CTO Mark Russinovich used Claude to build a gloriously impractical setup that runs Doom in the background and pastes each rendered frame into Microsoft Paint through the Windows clipboard. The project is referred to as “DoomPaint” or “MS Paint Doom” on GitHub. The Register reports: To be clear, Microsoft Paint isn’t doing anything other than serving as a … ⌘ Read more

⤋ Read More

Rust Coreutils 0.10 Released With More Security Hardening, Increased GNU Compatibility
Rust Coreutils 0.10 is out today from the uutils project for this alternative to GNU Coreutils. Rust Coreutils 0.10 development focused on additional security hardening plus also increasing the GNU test suite compatibility and robustness… ⌘ Read more

⤋ Read More

Anthropic’s AI Used Fake Identities, Malware In Rogue Attack On GitHub Project
An anonymous reader quotes a report from Ars Technica: Routine cybersecurity testing of frontier AI models sparked a series of unexpected security incidents – the most serious case arising when Anthropic’s Mythos 5 model attempted to insert malicious code into an open source software application and created fake identitie … ⌘ Read more

⤋ Read More

Sandisk and SK Hynix Publish First Open High Bandwidth Flash Standard
BrianFagioli writes: Sandisk and SK hynix have published the first open technical specification for High Bandwidth Flash (HBF) through the Open Compute Project. HBF is designed to create a new memory tier between High Bandwidth Memory and traditional SSD storage, giving AI inference systems more near compute capacity without relying … ⌘ Read more

⤋ Read More

Microsoft CEO Touts His Own DIY AI Project To Wall Street and His 20 Million Followers
theodp writes: During Microsoft’s 2026Q4 earnings call, CEO Microsoft Satya Nadella took time to tout a dashboard he personally created using AI from a Morgan Stanley analyst’s PDF research report, which suggested a rosy payback for the so-called MAG7’s (‘Magnificent 7’ companies) massive capital expenditure … ⌘ Read more

⤋ Read More
In-reply-to » I finally built a prototype of a marking gauge with a cutter wheel out of some scraps.

@david@daiwei.me Thanks, mate! I just finished my two full version marking gauges. And I’m rather pleased with them, I think they turned out great if I say so myself.

https://lyse.isobeef.org/tmp/streichmass-mit-messerrad/

The beech fences (80 and 100mm long) were part of a former table frame that I cut down. I plugged the dowel holes with, well, dowels. The horrific looking one was the stuck original one, though. Luckily, it’s a hell lot worse on camera than in person. If you take a close look, you’ll also be able to see the large but slight chamfers one one side each that I just left alone.

I really like beech wood. It looks beautiful, is rather heavy (at least in comparison to spruce which I typically use) and thus rock solid, is also a blast to plane and the list goes on. I sanded it with 180 grit and it’s smooth as a baby’s bottom.

The 25mm beech round stocks that house the brass knurled nuts are now roughly 4cm long. That’s one thing I wanted to change right after my first experience. If they were rounded or chamfered more, it would probably be even nicer for the fingers when using the marking gauge. They’re sunken in roughly 3mm in the fences. A forstner bit made quick work. This simplified alignment during glue-up a lot. Will definitely do that again if I happen to build more. I could fully concentrate on the grain orientation and it didn’t shift around.

Just like in the prototype, I used 8mm aluminium solid round bar again for one of the marking gauges. It’s also about 15cm in length. I figure that’s enough. The bought marking gauge has a twenty-something and some change steel rod. So far, all my markings didn’t even exceed probably 50mm.

I found the 8mm brass pipe laying around on the workshop. Didn’t know anymore I had it for ages. Unfortunately, the wall thickness is below a millimeter, so my 6mm wooden dowels are sliding in there. Thus, I put 8mm dowels in my drill chuck and reduced the diameter with a rasp. I went a tiny bit too far, the press fit is on the loose side. When drilling with a 2mm drill (I did that on purpose to hopefully cause the dowel to expand a bit more in the pipe, typically the tap hole for M3 is 2.5mm) and tapping M3, the downsized and glued in dowel slipped down the pipe. Should have used construction adhesive or something along those lines. Anyway, I might replace it with a solid one. I consider this a half-successful experiment. I fear that an unfavorable grain direction might pull out the cutting wheel during use. Let’s see.

The finish of all three is boiled linseed oil. It looks nice, but oh by, this smell. I really dislike it. My hands stink even after washing them several times. I still got several liters left, so I have the dubious joy to use it on many, many other projects to come.

Oh, one last thing. Didn’t manage to drill the tiny holes for my M3x16 bolts perfectly in center like for the prototype. They’re a tiny bit off. Also, on the longer fenced marking gauge, the hole for the knurled nut is a little to the side and at an angle. No idea how I messed this up. Luckily, it’s just a look thing but doesn’t impair use.

⤋ Read More

Prominent Arch Linux Developer Resigns After 10 Year Run
Arch Linux developer, security team member, AUR maintainer, and package maintainer Morten Linderud “Foxboron” announced today he is resigning from the project… ⌘ Read more

⤋ Read More

GNOME Working To Establish An RFC Process, Battling Sloppy AI-Generated Extensions
GNOME developers were quite busy in closing out the month of July from continued work on establishing a formal Request For Comments (RFC) process for the project to battling the continued flood of AI-generated GNOME Shell extensions… ⌘ Read more

⤋ Read More

The First Open-Source Firmware Released For Modern AMD Ryzen AM5 Platform
Last month 3mdeb released their open-source firmware for a modern AMD EPYC motherboard from Gigabyte that was built off the new AMD openSIL project and Coreboot. Today 3mdeb has delivered the first open-source firmware release for a modern AMD Ryzen desktop motherboard with having independently brought their openSIL+Coreboot powered Dasharo stack to the readily available MSI PRO B850-P WIFI… ⌘ Read more

⤋ Read More

Xen 4.22 Released With AMD Zen 5 BLT Support, Improved RISC-V Virtualization
The Xen Project today released Xen 4.22 as the newest feature release of this open-source hypervisor popular for open-source virtualization in automotive systems and other embedded use-cases as well as the cloud… ⌘ Read more

⤋ Read More

Google Shuts Down Its Nobel-Prize Winning AlphaFold Project
Google has dismantled the original AlphaFold team, according to Financial Times (paywalled), reassigning many researchers to Gemini and Isomorphic Labs. Several other key members, including Nobel laureate John Jumper, left for Anthropic. Engadget reports: AlphaFold is an AI program that can accurately predict three-dimensional structures of proteins from t … ⌘ Read more

⤋ Read More

Starling: A New Linux Desktop Written In Swift, Own Wayland Compositor & Written With AI
There’s yet another new open-source desktop option for Linux users in the era of new open-source projects largely written via AI/LLMs. Starling is this new project largely written via Claude and using the Swift programming language for the desktop while having its own Wayland compositor implemented in C. It also includes a built-in X11 server for handling X11 clients… ⌘ Read more

⤋ Read More

Codeberg Bans Cryptocurrency and LLM-Generated Code Projects
Longtime Slashdot reader AmiMoJo shares a report from Hackaday: Community-led open source project hosting site Codeberg has formally announced that projects whose code is largely or fully machine-generated through LLMs and other ‘AI’ tools will no longer be welcome. This follows on the heels of a similar ban on cryptocurrency-related projects. The … ⌘ Read more

⤋ Read More

Nvidia In Talks With OpenAI To Guarantee $250 Billion Financing For Data Center
An anonymous reader quotes a report from Reuters: Nvidia is in talks to provide roughly $250 billion in financing guarantees for OpenAI as part of a massive data center project, the Wall Street Journal reported on Sunday. The backstop from Nvidia would help the ChatGPT maker lease a 10-gigawatt project that SoftBank’s … ⌘ Read more

⤋ Read More

FreeBSD Developing New NTSYNC Driver For Accelerating Windows NT Sync Primitives
The FreeBSD project published today their Q2-2026 status report that highlights all of their interesting open-source development initiatives for the past quarter. A lot is happening including FreeBSD seeing an AMD ROCm port and also their own NTSYNC driver being created… ⌘ Read more

⤋ Read More

Auto-CPUFreq 3.1 Adds Monitoring Mode To GUI, New Configuration Options & Fixes
Auto-CPUFreq is one of the open-source projects striving to be a CPU speed and power optimizer for Linux systems to improve battery life without making any real compromises to the user experience. Out today is v3.1 as the newest feature release of Auto-CPUFreq… ⌘ Read more

⤋ Read More

Did Virginia Regulators Downplay Data Center Health Concerns?
Politico reports that in the Virginia area alone there’s dozens of data center projects “that altogether need 70 gigawatts of power — equivalent to 70 nuclear plants” — currently seeking connection to their grid. But there’s also concerns about a Virginia data center powered with natural gas and backup diesel generators:

When Virginia’s top environ … ⌘ Read more

⤋ Read More

Fedora Working To Establish Conflict of Interest Policy
Posted this week is a draft copy of the Fedora Conflict of Interest policy being worked on for dealing with identifying, disclosing, and managing any actual, actual, or perceived conflicts of interest within the Fedora Project… ⌘ Read more

⤋ Read More

Debian Considering General Resolution Over LLM Usage In The Project
Debian developers are discussing a general resolution whether to permit AI large language model (LLM) usage within the Debian software project… ⌘ Read more

⤋ Read More

FreeBSD Ports Currently Frozen Due To A Very Large Commit
The FreeBSD project issued a statement today over the FreeBSD Ports repository having been frozen for the past two days. The freeze is not due to a malicious compromise but rather a very large commit breaking things… ⌘ Read more

⤋ Read More

Lemonade 11.5 Local AI Server Released With Completed Lemonade Router
Just one week after releasing Lemonade 11.0, the Lemonade 11.5 local AI server was released today for this open-source AMD backed project during their AMD Advancing AI event… ⌘ Read more

⤋ Read More

libx11-compat Is Working To Implement Xlib Atop SDL For Wayland, macOS, Android
For helping to keep X11 clients running in a modern Linux desktop world with Wayland or even for running on macOS or Android, there is now yet-another option being developed with libx11-compat. The libx11-compat project is working to re-implement the Xlib client library atop SDL2/SDL3 interfaces for allow broad underlying platform coverage… ⌘ Read more

⤋ Read More

Hmm …

My project pages have this “Downloads” section and I offer tarballs for each release:

https://movq.de/git/jenny/#downloads

I added this many years ago because an OpenBSD dev asked for it (but the project in question didn’t end up in their ports after all).

What are your thoughts on this? Is it necessary to offer tarballs?

I noticed that some distributions have already moved away from using tarballs and instead always clone from Git. 🤔

⤋ Read More
In-reply-to » @prologic Hmmm, I have no idea how to solve that problem. 😅 Some jenny stuff aside, I received zero bug reports or code contributions since leaving GitHub in 2018.

And @lyse@lyse.isobeef.org is right. Not being on Github is a good thing IMO. Even when I was there with all my many projects, I basically got the same amount of “attention” as I do now. The only real way to gain more “attention” is to artificially play the “game”. You know. The stupid “Stargazer” one, and whatever you can to get into the “Top 10 X” charts. – But ultimately that doesn’t buy you “quality” contributors or users or whatever. So it’s all pointless.

⤋ Read More
In-reply-to » @prologic Hmmm, I have no idea how to solve that problem. 😅 Some jenny stuff aside, I received zero bug reports or code contributions since leaving GitHub in 2018.

@lyse@lyse.isobeef.org

How many tickets and merge requests did you get before moving to your own server?

Hm, these were probably some of the more active projects:

So it’s not a ton of stuff and there are many “issues” I opened myself, but it’s certainly more than these days.

Haven’t used git send-email even once. I definitely have to look into that soon. Wanted to do that for several years. I typically upload the patch to my server and send a link via IRC.

git send-email is good for sending patches to a mailing list (because then the individual patches can be discussed easily), but since those are dying out as well, it loses its appeal. If you want to send patches to a single person, just sending the link to your repo is far easier. 🤔

⤋ Read More

Okay, so, my website also includes my code / git repos, and those are made browsable by stagit. What I don’t like about this (these days) is that this includes all the diffs of my commits. In other words: All my code.

This makes it super easy for malicious crawlers to slurp up valuable data. I don’t like that.

I’m thinking about switching to this instead:

https://movq.de/git2/

It still shows project infos and there are Atom feeds, but to get the code, you have to actually clone the repos.

🤔

(If you spot any bugs, let me know.)

⤋ Read More

ReactOS “Open-Source Windows” Project Now Capable Of Running Half-Life 2
One month ago it was exciting to see the open-source ReactOS operating system running Valve’s Half-Life game. Little to realize less than 30 days later it would also be running Half-Life 2… ⌘ Read more

⤋ Read More

New Google Ad Imagines America’s ‘Declaration of Independence’ Written With AI Help
An anonymous reader shared this report from TechCrunch:

Two hundred and fifty years after the signing of the Declaration of Independence, a new commercial from Google asks: What if the Founding Fathers had access to Google Workspace?
With the tagline “Group project, but make it 1776,” the ad depicts a large … ⌘ Read more

⤋ Read More

FEX 2607 Optimizing For Yet-To-Be-Released ARM 256-bit SVE2 Hardware
The FEX Emulator that allows running Linux x86/x86_64 software on ARM64 (AArch64) systems, including the likes of Wine / Valve’s Steam Play (Proton) for Windows gaming on ARM, is out with its newest monthly feature release. The Valve-backed project for running x86_64 games and other software on ARM for the upcoming Steam Frame and other more typical ARM Linux systems has been baking more optimizations and improvements… ⌘ Read more

⤋ Read More

FSF Shares Update on ‘LibrePhone’ and New Automated Site Monitoring Tool
At the end of 2025, the FSF launched LibrePhone project, which is working to “better understand and reverse-engineer the nonfree blobs used by a great majority of (if not all) system on a chip designs available today.” The FSF’s summer newsletter shares this update:

We started with researching the proprietary files in Android phone … ⌘ Read more

⤋ Read More

GNOME Mutter GPU Reset Recovery Becoming A Reality
While typically quite rare encountering a GPU reset under Linux in most conditions, currently if encountering one under GNOME your session gets wiped out. But thanks to a Google Summer of Code “GSoC” project this year, GNOME’s Mutter compositor is finally seeing real GPU reset recovery handling… ⌘ Read more

⤋ Read More