Many Rust Changes Submitted For Linux 6.15

All of the Rust programming language infrastructure updates for the Linux 6.15 kernel have now been submitted. In addition to a lot of technical Rust improvements for the Linux kernel, this cycle also marks the first time Rust Linux maintainer Miguel Ojeda has taken a pull request directly from another contributor as they prepare to work out sub-trees for the Rust ecosystem...
phoronix.com/news/Linux-6.15-R…

#Python #git #forgejo

Was ziemlich cool an Pip ist:
Man kann Python-Packages direkt aus einem Git-Repo installieren, ohne dass das Package auf PyPi existiert.

Das geht so:
pip install <package_name>@git+<repository_url>

Das währe dann z.B. der Installationsbefehl für ein Modul, an dem ich gerade bastle:
pip install smalltag@git+teapot.informationsanarchistik…

in reply to The Wobbler

1. <package_name>@ is usually not even necessary,
2. additionally, you may append @<ref> with a branch name or tag to install a certain version, and
3. if you need more control you may have a look also at Forgejo’s internal per-owner package registry (forgejo.org/docs/latest/user/p…)
~ @mahlzahn

Tiling Shell update adds option to show window suggestions when using the tiling assistant, and use a hotkey to hide all windows bar the current

omgubuntu.co.uk/2025/03/tiling…

#linux #OpenSource #GNOME

ไม่เคยบอกว่าของจีนไม่ดี แต่ทุกอย่างมันมีสเปคของมัน ถ้าเลือกถูกและลงตัวกับของจีนก็ได้คุ้มราคา

youtube.com/watch?v=Y-vVoIwTrU…

CachyOS Adds Limine Bootloader, Easier Samba Integration & NTSYNC Wine

The Arch Linux powered CachyOS is out with its March 2025 update that delivers a number of new features for this OS that is popular with open-source enthusiasts and power users for its out-of-the-box performance optimizations and extensive tuning...
phoronix.com/news/CachyOS-Marc…

2025 mazda ออกรถราคา 5xxk ที่มีแต่วิทยุ FM กับแอร์แบบมือหมุน! headlightmag.com/official-pric…

SukinoVERSE reshared this.

Check out Michael Christen's session "The Complete Anatomy of ChatGPT: A Precise Breakdown of LLMs and Transformers" at #FOSSASIASummit2025 for a deep dive into how ChatGPT works, unraveling the architecture of LLMs and Transformers with a precise technical breakdown.

🔗 Click here youtu.be/QLF6sfeEcxI?si=Nk9W_d… to watch on the FOSSASIA YouTube channel
#AI #LLM #ChatGPT #FOSSASIA

Microchip PolarFire-Powered TinyBeast FPGA Delivers Real-Time Performance with DDR4 and PCIe lxer.com/module/newswire/ext_l…

หน้าร้อนนี้จ้างล้างแอร์ผ่าน Fastwork ได้นะ ลูกค้าใหม่ 1 เครื่องฟรี 1 เครื่อง :ablobblewobble:

fastwork.co/air-technician

ติดตั้งและใช้งานโปรแกรม Darktable เป็นโปรแกรมจัดการและตกแต่งภาพถ่ายซึ่งทำงานเหมือนกันกับ Adobe Lightroom มาดูกันว่าตัวโปรแกรมมันมีอะไรให้ใช้งานกันบ้าง
youtu.be/xe4udnzIrlU

Mesa's Exciting Q1 With More Ray-Tracing, NVK Progress & Performance Optimizations

The first quarter of 2025 is already drawing to a close... It seemed like Q1'2025 flew by but when looking back at all the Mesa 3D graphics driver activity, there was a heck of a lot accomplished in this area of the open-source landscape. Open-source Vulkan drivers continued advancing feverishly, Mesa code continues to be adapted to new platforms from Windows…
phoronix.com/news/Mesa-Q1-2025…

IO_uring Network Zero-Copy Receive Lands In Linux 6.15

IO_uring continues maturing while being one of the greatest innovations within the Linux kernel in the past number of years. With Linux 6.15, IO_uring is getting even more interesting with introducing network zero-copy receive support. With this new code a 200G link could be saturated off a single CPU core in a recent demonstration...
phoronix.com/news/Linux-6.15-I…

MIPS Lands Multi-Cluster Support In Linux 6.15 For The EyeQ6 SoC

While the upstream MIPS architecture is at a dead-end due to RISC-V, the Linux kernel code for the MIPS CPU architecture continues to improve for all the existing MIPS-based platforms out there. With Linux 6.15 there is new work for enhancing the Mobileye EyeQ6 SoC support...
phoronix.com/news/Linux-6.15-M…

เคยบ่นไปว่า getpocket.com extension มันใช้ไม่ได้ใน chromium เลย workaround ด้วย extension เขียนมืออย่าง

```javascript
chrome.action.onClicked.addListener((tab) => {
// Get the current URL
const currentUrl = tab.url;

// Create the Pocket URL with the current URL encoded
const pocketUrl = `getpocket.com/edit?url=${encodeURIComponent(currentUrl)}`;

// Navigate to the Pocket URL
chrome.tabs.update(tab.id, { url: pocketUrl });
});
```

edited: แน่นอน เกิดจาก vibe coding

This entry was edited (3 months ago)

แยกนี้เคยเลี้ยวมาแล้ว ตอนนั้นเช่ามาสด้า 2 hatchback ที่ว่าสั้นก็ยังเสียว ๆ soranews24.com/2019/10/31/huge…
This entry was edited (3 months ago)

Low-Cost Luckfox Pico Pi Boards Offer Linux Development with Ubuntu Support lxer.com/module/newswire/ext_l…