Searching We Love Privacy Club

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

New York Dethrones San Francisco Bay Area As Largest Tech Talent Market
fjo3 shares a report from SFGATE: The San Francisco Bay Area, epicenter of the artificial intelligence boom, is home to a massive amount of tech workers employed by some of the world’s most valuable companies, from Apple to Nvidia. But for the first time, New York has eclipsed the Bay Area as the home of the largest “tech talent work … ⌘ Read more

⤋ Read More

Sched_ext’s Sub-Scheduler Support Now “Feature Complete” With Linux 7.3
The extensible scheduler framework “sched_ext” that allows for custom schedulers as BPF programs has been working on sub-scheduler support in recent kernel cycles. With Linux 7.3, sub-scheduler support is now deemed feature complete… ⌘ Read more

⤋ Read More

@smmbear@twtpub.com Hey 👋 Welcome to Yarn.social / Twtxt 👌 Just in case you are not ware a) spam is not really tolerated by this community and b) doesn’t work anyway, you’ll just be ignored, and there are exactly zero ways to promote spam or advertise on this social system – on purpose.

⤋ Read More

COSMIC Epoch 1.6 Released With Per-App Volume Control, Remote Desktop Preparations
COSMIC Epoch 1.6 was released this evening as the latest milestone for this open-source, Rust-based desktop environment led by System76 as part of the work on their Pop!_OS Linux distribution… ⌘ Read more

⤋ Read More

Google Buys All of Spirit Airlines’ Data to Feed Its AI Models
Google has agreed to pay $10 million for a massive trove of anonymized Spirit Airlines data following the carrier’s shutdown, including internal communications, spreadsheets, booking and frequent-flyer records, transactions, and employee information. CNN reports: Did you ever fly on Spirit Airlines? Or work there? Or send an email to someone who worke … ⌘ Read more

⤋ Read More

Linux 7.3 To Land Initial Code Improving vRAM Management, More Improvements Coming
Earlier this year Natalie Vock of Valve’s Linux graphics team laid out some patches for improving the Linux gaming experience for systems with limited vRAM. The kernel work for improving that video memory management is set to be introduced in the Linux 7.3 kernel. While that’s a celebration on its own, Vock is pursuing more improvements still for bettering the Linux GPU driver video memory management behavior… ⌘ Read more

⤋ Read More

Con Kolivas Revives “-ck” Patches & MuQSS To Improve Linux Desktop Responsiveness
Huge surprise this morning! Longtime Linux users may recall the out-of-tree work done years ago by open-source developer Con Kolivas… And as part of that his work on the Brain F*** Scheduler that evolved into the MuQSS scheduler, all in the name of working to improve Linux desktop and mobile responsiveness. While a number of years ago he decided to retire from this out-of-tree Linux kernel work, out of the blue he announc … ⌘ Read more

⤋ Read More

A Rosier Future for Linux Gamers? Epic Games Announces Linux Version of Its Storefront
“Epic Games has confirmed that it is working on a Linux version of its storefront, potentially removing the need for third-party launchers on platforms such as Steam Deck,” reports PC Guide:

The confirmation came during an Ask Me Anything (AMA) on the Epic Games Store’s community Discord server. When a … ⌘ Read more

⤋ Read More

Anthropic Criticized For Adding Watermarks to Text that Claude Generates - or Processes
This week Anthropic announced its Claude chatbot will watermark the text it generates, reports the blog Futurism. “It works by making subtle changes in the AI’s word choices across the text it generates, which are supposed to be imperceptible to a human but, in aggregate, form a pattern that is detectable w … ⌘ Read more

⤋ 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

AI Fails to Deliver a 4-Day Work Week - Especially at AI Companies
“An engineering director at Google said four years ago that AI would deliver a four-day work week by 2025,” remembers the BBC. And earlier this year OpenAI “formally urged companies to start testing out a four-day work week (with no change in pay), claiming that AI will soon be able to speed up so much human labour that the corporate world shoul … ⌘ Read more

⤋ Read More

Intel’s Jay Graphics Shader Compiler Now Passing Vulkan CTS With Xe2/Xe3 Hardware
Last year Alyssa Rosenzweig joined Intel to work on their Linux graphics drivers after previously serving as a contractor for Valve on their graphics stack and also previously leading the Mesa driver work for the Asahi Linux Apple Silicon graphics support. Since joining Intel, she has been leading the development of Jay as a new SSA-based shader compiler for Intel graphics hardware to be used by the Mesa Iris Gallium3D and ANV … ⌘ Read more

⤋ Read More
In-reply-to » 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:

What’s interesting here… Which is the interesting thing about Mu is the dual runtime. So the above solution for Euler Problem 9 finds the solution in ~429ms with the Go VM and ~327ms natively compiled to darwin/arm64. Not bad for a language I haven’t really done any optimization work on yet (correctness first obviously).

⤋ 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

AMD Posts Massive 109 Patch Series For GFX 12.1 RAS Support On Friday Evening
AMD has a tendency to send out large feature patch series for their open-source Linux drivers on Friday afternoons/evenings. Today we were greeted by a set of 109 patches working on RAS support for the upcoming AMD GFX12.1 target… ⌘ Read more

⤋ 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

Microsoft Is Combining Its Copilot Apps Ahead of a ‘Super App’
Microsoft is merging its consumer Copilot and Microsoft 365 Copilot apps ahead of a broader “super app” launch later this year. “Both personal and work accounts will be moved to the new unified app, which recycles the ‘Microsoft Copilot’ name but features an updated app icon,” reports The Verge. “The single app also means there won’t be two annoying Copilot … ⌘ Read more

⤋ Read More

The Beneficial Performance Gains Running The Framework Laptop Pro 13 / Core Ultra X9 388H With Linux 7.1+
The recently launched Framework Laptop 13 Pro powered by Intel Core Ultra Series 3 “Panther Lake” runs well on Ubuntu 26.04 LTS and other modern Linux distributions. In the case of Ubuntu 26.04 with Linux 7.0, while everything works, if upgrading to Linux 7.1 or the upcoming Linux 7.2 kernel is even better performance. Here are benchmarks of the Framework Laptop 13 Pro with Core Ultra X9 388H across the … ⌘ Read more

⤋ Read More

Linux Patches Enable Apple M4 NVMe Support
While the Apple M4 SoCs aren’t yet supported by the mainline Linux kernel and the Apple M3 series hardware isn’t yet ready for end-users, there are some early elements of the Apple M4 support beginning to come together by open-source developers working on the Apple Silicon support. Sent out to the Linux kernel mailing list were patches for enabling NVMe solid state drive support with the M4… ⌘ Read more

⤋ Read More

Microsoft’s Azure Linux 3.0.20260809 Ships With 233+ CVE Fixes
While Microsoft continues working on Azure Linux 4.0 as its overhauled Linux distribution built atop Fedora, Azure Linux 3.0 remains the current stable production series. Released overnight was Azure Linux 3.0.20260809 and it comes with more than 233 security patches for recent CVEs in the AI era… ⌘ Read more

⤋ Read More

Intel ANV Driver Enables Vulkan Video AV1 Encoding For DG2/Alchemist GPUs
Hyunjun Ko of Igalia continues working on Vulkan Video support for Intel graphics hardware on Linux with the ANV driver. Merged now for Mesa 26.3-devel is enabling AV1 video encoding via Vulkan Video on DG2/Alchemist hardware… ⌘ Read more

⤋ Read More

Swarms of Tiny Robots Remove Microplastics From Soil and Water
alternative_right shares a report from Phys.org: Scientists from the Czech Republic have created microscopic cleanup robots that successfully removed microplastics from both soil and aquatic environments in the lab. Details of their work are published in the journal npg Asia Materials. To build the robots, researchers started with microscopic MX … ⌘ Read more

⤋ Read More

LACT 0.10 Released With New NVIDIA Overclocking Controls, Blackwell Hotspot Sensor
LACT is one of the popular third-party Linux GPU configuration and monitoring utilities that works across NVIDIA, AMD, and Intel graphics. This GUI provides GPU overclocking controls plus a wealth of information reporting, which is especially great considering the lack of any official GUI control panel for AMD Radeon and Intel Arc graphics on Linux. With today’s LACT 0.10 release, there are yet more features in tow… ⌘ Read more

⤋ Read More

Up To 12.8x Improvement Observed For gup_test With New Linux MM Patches
Linux developer Rik van Riel has pulled off some nice Linux kernel optimizations over the years and the Meta engineer has been working on another one around batching of look-ups with Linux’s follow_page_mask() that is used for translating virtual addresses to the corresponding struct page… ⌘ Read more

⤋ Read More

Raspberry Pi AXI PMU Driver Under Review For The Mainline Linux Kernel
One of the Raspberry Pi device drivers that has remained elusive from the mainline Linux kernel has been for the performance monitoring unit (PMU) for the Broadcom AXI on all Raspberry Pi 1 through Raspberry Pi 5 models. Thanks to the work of a Google engineer, there is a new effort working to get a mainline Linux driver for the Raspberry Pi AXI PMU… ⌘ Read more

⤋ Read More

Rusticl Now Supports cl_ext_float_atomics
With the recent release of Mesa 26.2 the Rusticl OpenCL driver now supports OpenCL 3.1 on RadeonSI, LLVMpipe, Zink, Intel Iris, and Apple Asahi. But the work is not over and more improvements to this Rust-based, modern OpenCL driver continue to land… ⌘ Read more

⤋ Read More

Claude Opus Helped Debug & Fix Lack Of Audio On Linux For HP OmniBook X Flip 14
The HP OmniBook X Flip 14-kc0xxx is an AMD Ryzen AI 300 “Strix Point” powered laptop. While most AMD Strix Point laptops work fine on modern Linux distributions, with this particular HP OmniBook X there is no working audio with current mainline Linux kernel builds. With Claude Opus 5 acting as a debugging assistant and coding agent, patches are now pending to correct the audio support for this HP OmniBook X Flip 14 laptop to function … ⌘ Read more

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

@movq@www.uninformativ.de @david@daiwei.me @thecanine@twtxt.net Yeah, I’m with you. It is just a tool, but it’s a tool that burns rainforests and boils lakes when you use it, owned by some incredible awful human beings, and built on the backs of an increasing number of crippling mass-scraping campaigns. These costs are just too high.

I have to use it at work, but it’s “the new norm” in software, so I’m hoping to use it just enough to get by until either 1) the bubble pops (and we don’t have to use it anymore) or b) I retire. And actually, 1) happened for a minute back in June when M$ increased the prices of tokens, so it’s certainly possible it could happen again.

All that having been said, I think the technology itself has some interesting uses, and I’m looking forward to the day when I can host some open source models on local hardware. But I can wait.

And yes, the site is unreadable on mobile, which is kinda wild for 2026. 🦆

⤋ Read More

Open-Source NVIDIA “Nova” Driver Sees More Functionality For Linux 7.3
Sent to DRM-Next this week was the DRM Rust core and driver changes targeting the upcoming Linux 7.3 merge window. There continues to be a lot of DRM core infrastructure work happening for Rust integration plus two leading Rust DRM drivers of Nova for open-source NVIDIA GPU support as the successor to Nouveau and then Tyr as the in-development Arm Mali driver… ⌘ 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

Wall Street Giants Partner With Nvidia On $500 Billion AI Financing Deal
Nvidia is working with Wall Street heavyweights on a potential $500 billion financing package for AI infrastructure (source paywalled; alternative source). The consortium includes BlackRock’s Global Infrastructure Partners, Brookfield Asset Management, Goldman Sachs and KKR. The Financial Times reports: The partnership underscores … ⌘ Read more

⤋ Read More

Five More Lenovo Laptops To Report Fan Sensors With Linux 7.3
In addition to more ASUS motherboards having working sensors with Linux 7.3, this next kernel version will also get several more Lenovo laptop models to be reporting their fan sensor information under Linux… ⌘ Read more

⤋ Read More

Qt Toolkit To Introduce Edge AI Submodule, Initially For Vision AI With Qt
The Qt Group has been working on various AI integrations for the Qt toolkit in recent times like a QML profiler skill for agentic development to help with performance profiling. They have also worked on Qt AI coding assistants and AI agents in the Qt Creator integrated development environment. Their latest AI use is now preparing to introduce a new module in the Qt toolkit itself for edge AI inferencing… ⌘ Read more

⤋ Read More

Ask Slashdot: Whare the Costs of Switching Between Windows, MacOS, and Chrome?
UI changes, lost productivity, untransferrable knowledge… Long-time Slashdot reader theodp notes the folly of switching to an unfamiliar new environment to be “more productive”…

Champions of the switch often insist workers will be able to hit the ground running and get the same or even more work done from the get-go in … ⌘ Read more

⤋ Read More

CachyOS August 2026 Release Preps For Upcoming Server Edition
CachyOS is out with its latest media refresh of the year. Beyond the usual desktop improvements for the performance-optimized CachyOS, they continue working toward the upcoming CachyOS Server Edition… ⌘ Read more

⤋ Read More

OpenAI Announces It’s Enhancing Security Controls, Pausing Some Work for New AI Model Astra
OpenAI announced Friday it’s pausing work on its Astra AI model because of security concerns. The Guardian reports:

The company had evaluated the agent, Astra, and found “significant advancements in agentic coding and cybersecurity”, which had moved to a “critical” threshold… OpenAI stated that … ⌘ Read more

⤋ Read More

GNOME Receiving Additional Design Help From Germany’s Sovereign Tech Agency Fellowship
The new GNOME Boxes app for accessing virtual systems has reached beta, announced This Week in GNOME. There’s also been more work on the Sushi file previewer for Nautilus, and Papers 51 Beta can now add visual signatures to PDF documents.

But Phoronix noted one more announcement. “Germany’s Sovereign Te … ⌘ Read more

⤋ Read More

Dell Latitude 7320 2-in-1 Seeing Web Camera Support On Linux After Five Years
Launched back in 2021 was the Dell Latitude 7320 2-in-1 business laptop/tablet powered by the at-the-time impressive Intel 11th Gen Core “Tiger Lake” processors. Remaining elusive until now has been the web cameras actually working on Linux, but patches posted this weekend finally are cracking that mystery at least for the user-facing web cam… ⌘ Read more

⤋ Read More

FreeBSD 14.5 Beta 1 Released With Various Backports, Security Fixes
For those still on the FreeBSD 14 N-1 stable series rather than the latest FreeBSD 15 series, FreeBSD 14.5 is working toward release to deliver various security fixes and backports… ⌘ Read more

⤋ Read More

New Linux Patches Enable ASUS ROG Ryujin III Monitoring Support
For those with an ASUS ROG Ryujin III all-in-one CPU liquid cooling setup catering to gamers, there are now patches pending to enable this AIO liquid cooling setup to work under Linux for monitoring… ⌘ Read more

⤋ Read More

GNOME Receiving Additional Design Help Thanks To Sovereign Tech Agency Fellowship
Germany’s Sovereign Tech Agency announced earlier this year a new fellowship program and now as part of that, for the next two years GNOME has a fellow dedicated to working on design and community management… ⌘ Read more

⤋ Read More

I hate having my website offline, so I tried to bring it back in a honey-potted version: “AI” agents get served article versions with inverted meaning, like “do” replaced with “don’t” and so on.

It didn’t work. Claude noticed it and “fixed” it back to the original version. When I asked it, “wait, nowhere on the page does it say $string, check again”, it said:

This is the creepiest shit ever. Silently “fixing” stuff behind my back is the epitome of untrustworthiness.

Open the bay doors, HAL.

⤋ Read More