poddingue.bsky.social's Avatar

poddingue.bsky.social

@poddingue.bsky.social

27 Followers  |  29 Following  |  29 Posts  |  Joined: 10.05.2023
Posts Following

Posts by poddingue.bsky.social (@poddingue.bsky.social)

Preview
How Docker Gave My "Unsupported" GPU a Second Life I became a Docker Captain in January 2026. After more than a decade of using Docker, 37 images on Docker Hub, and over 2.

How a community Docker image saved my "unsupported" AMD GPU (gfx906).

AMD dropped ROCm support. Found the fix on r/LocalLLaMA.

docker pull mixa3607/llama.cpp-gfx906:rocm-7.1

Built full AI stack on abandoned hardware.

bit.ly/4pTk3zf

#Docker #LocalLLM #OpenSource #devEco

24.01.2026 18:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
The Ring Around the Rosie: Upgrading Next.js on RISC-V from 13.5.6 to 14.2.35 | Bruno Verachten Three attempts.Β Two hours.Β One Cargo.toml patch. I've been running Next.js on a Banana Pi F3Β (RISC-V hardware)Β since November.Β My SWC build for 13.5.6 worked fine withΒ --no-default-features to skip t...

Next.js 14.2.35 running on RISC-V hardware.

3 failed attempts (ring crate has no riscv64 asm) 1 Cargo.toml patch (native-tls instead of rustls) 130 min build on Banana Pi F3

Both App Router + Pages Router work. Patch on GitHub.

bit.ly/49eaAvS

#NextJS #RISCV #Rust #WebDev

28.12.2025 12:14 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
feat(cli): add RISC-V 64-bit pre-built binary support by gounthar Β· Pull Request #14685 Β· tauri-apps/tauri Summary Add riscv64gc-unknown-linux-gnu target to the tauri-cli release workflow, enabling pre-built binaries for RISC-V 64-bit Linux systems. Motivation When building a Tauri app for RISC-V: carg...

After 12 yrs cross-compiling, a maintainer asked: "Have you considered cross-rs?"

Never heard of it.

My 63min RISC-V build β†’ 4min. 14x faster.

Lesson: Experience β‰  omniscience. Ask before assuming.

PR: github.com/tauri-apps/tauri/pull/14685
Article: bit.ly/4qmkYbV

#RustLang #RISCV #OpenSource

23.12.2025 17:45 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Adding RISC-V Support to Armbian Imager: A Tale of QEMU, Tauri, and Deja Vu | Bruno Verachten Adding RISC-V Support to Armbian Imager: When "Straightforward" Becomes a 6-Hour Build I wanted to contribute RISC-V support to Armbian's new Imager app (a Tauri desktop app). Adding a seventh platfo...

This feels like ARM32 in 2013. Same struggles getting docker-compose on Raspberry Pi.

The ecosystem catches up. Eventually.

Full writeup: bit.ly/3KY3Quc

#RISCV #OpenSource #Tauri #devEco

22.12.2025 11:23 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Tauri doesn't ship RISC-V binaries. If they did, every project building for RISC-V would save 6+ hours.

Plan: contribute RISC-V to Tauri's release workflow. Rising tide lifts all boats.

22.12.2025 11:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Workarounds found:
- WebKit2GTK: use Debian trixie (now stable)
- NodeSource no RISC-V: Debian's nodejs works fine
- Build time: pre-built Docker image, then 10-20 min

But the real fix is upstream.

22.12.2025 11:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Adding RISC-V support to Armbian Imager (Tauri app). Seemed straightforward.

Then I hit tauri-cli: 600+ Rust crates to compile under QEMU. Killed the build after 3 hours. Estimated total: 6-8 hours.

Same build: 2 min on native x64.

22.12.2025 11:21 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

The answer is YES !

12.12.2025 22:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Installing vibe on a banana pi f3

Installing vibe on a banana pi f3

Would #Mistral AI's new tool (#vibe) work under #RISCV?

Let's find out.

12.12.2025 18:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0
Preview
Release Node.js v24.12.0 for RISC-V 64 Β· gounthar/unofficial-builds Node.js v24.12.0 - Native RISC-V 64 Build This release provides natively compiled Node.js binaries for RISC-V 64-bit architecture. Build Information Architecture: linux-riscv64 Build Type: Native ...

GitHub emailed me, "New release published." My automation had shipped Node.js v24.12.0 for RISC-V. I didn't trigger it. I built the system in November; now it auto-detects, builds (22 min.), publishes, and notifies. Set it and forget it.

github.com/gounthar/uno...

#NodeJS #RISCV #devEco

11.12.2025 19:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Shipped BuildKit for RISC-V64. Workflows green. Then users tried it: crash loop.

Missing runc, wrong ENTRYPOINT/CMD, hanging tests. 3 PRs later, it works.

Lesson: test integration, not compilation. Add timeouts everywhere. Document WHY.

bit.ly/4oRyNhf

#BuildKit #RISCV64 #Docker #DevOps #devEco

11.12.2025 10:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Releases Β· gounthar/docker-for-riscv64 #hacktoberfest. Contribute to gounthar/docker-for-riscv64 development by creating an account on GitHub.

πŸš€ Built BuildKit for RISC-V64 in 4 hours when demo got blocked

βœ… 0.26.2 packaged (.deb + .rpm)
βœ… No patches needed (pure Go)
βœ… First Linux distro packages

Download: github.com/gounthar/docker-for-riscv64/releases

Story: www.linkedin.com/feed/update/...

#RISCV #Docker #BuildKit #devEco

10.12.2025 08:58 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - gounthar/nextjs-riscv64: Experimental Next.js support for riscv64 architecture Experimental Next.js support for riscv64 architecture - gounthar/nextjs-riscv64

🎯 BREAKTHROUGH: My first Next.js build with native SWC on RISC-V!
The problem: Next.js couldn't see our binaries
The cause: Missing arch in loader
The fix: ONE LINE OF CODE
βœ… 17x faster than Babel
βœ… 8-13% smaller bundles
βœ… App Router works
www.linkedin.com/pulse/one-li...

#RiscV #NextJS #devEco

26.11.2025 09:13 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
When Your Binary Builds But Next.js Won’t Use It: The riscv64 Platform Detection Story After 77 minutes of watching cargo compile hundreds of Rust crates, I had a perfectly valid 210MB native SWC binary for riscv64. I packaged it correctly, placed it exactly where Next.

Built native @next/swc for riscv64: 77min compile, 210MB binary, valid & loadable.
Next.js used WASM fallback. Why? riscv64 missing from the hardcoded platform map.
Peak dev irony: solved Rust compilation, crypto blockers, NAPI bindings, blocked by missing `riscv64` in JS object.
bit.ly/48iSyIy

25.11.2025 10:59 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Tested Next.js on riscv64 (Banana Pi F3):

βœ… Sharp WASM: 604ms, production-ready
❌ Prisma: Broken, no fix

Hardware testing > speculation.

www.linkedin.com/pulse/buildi...

#RISCV #NextJS #WebAssembly #EmbeddedSystems

24.11.2025 18:54 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

πŸ“’ A security advisory has been issued for Jenkins plugins πŸ›‘οΈ. Further information is available at www.jenkins.io/security/adv...

03.09.2025 16:56 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

🌟 Contributor Spotlight: Allan Burdajewicz
πŸ‘¨β€πŸ’» Jenkins contributor since 2013
πŸ› Keen on troubleshooting scalability issues
πŸ”Œ Maintainer of Support Core & Mina SSHD API plugins
🌴 Nature lover, πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ family time, πŸ”­ science enthusiast

Read his story πŸ‘‰ contributors.jenkins.io/pages/contri...

29.08.2025 15:38 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image

Part 2 of Redesigning Jenkins by Jan Faracik is out 🀩 Read more about what new changes have come along with LTS 2.516.1 and revamped UI jenkins.io/blog/2025/07... ✨

24.07.2025 17:24 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Il y a mΓͺme mon talk sur #android et @jenkinsci.bsky.social 😍

14.07.2025 20:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

My trusty battle suitcase and I are on our way to #BreizhCamp 2025 in Rennes, France!
We'll be talking about #Jenkins and #Android β€” what else would you expect? 😊

www.breizhcamp.org/conference/

25.06.2025 05:52 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Android and Jenkins: What Is the Limit? Part Two. Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software

πŸš€πŸ€– Jenkins on Android? Challenge accepted!πŸ§ͺ

We fired up a Jenkins controller on a Redmi Note 7 using Termux, Java, and a dash of tech whimsy. Proof that even Android devices can host Jenkins with a bit of creativity.

πŸ› οΈCurious how we did it?
ℹ️ πŸ‘‰ jenkins.io/blog/2025/05...

22.05.2025 23:53 β€” πŸ‘ 5    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Preview
Android and Jenkins: What Is the Limit? Part Two. I know it’s been over two years since the first article of this series, but hey, life happens! I’ve been juggling quite a few things that are more important for the Jenkins project. Let’s face it, nob...

Could we use #Jenkins to build code on an old #Android phone gathering dust? Is it possible to install a Jenkins controller and build real projects on it?
Check out my thoughts on this intriguing challenge: www.linkedin.com/pulse/androi...

21.05.2025 17:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I got the Hacktoberfest 2023: Level 1 badge from Hacktoberfest! www.holopin.io/userbadge/cl... via @holopin_

08.10.2023 19:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

#Docker Desktop 4.24: Compose Watch, Resource Saver, and Docker Engine
www.docker.com/blog/docker-...

05.10.2023 18:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

How #GenerativeAI Can Support #DevOps and #SRE Workflows

thenewstack.io/how-generati...

03.10.2023 09:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

#CICD for #MachineLearning: A Simple Explanation πŸš€
medium.com/@shahneel240...

02.10.2023 06:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Docker 4.22 Introduces Resource Saver and Improvements to Docker Compose Docker Desktop 4.22 has been released, featuring the new Resource Saver functionality designed to reduce idle memory and CPU usage, ensuring optimal utilization of machine resources. Additionally, Doc...

#Docker 4.22 Introduces Resource Saver and Improvements to #DockerCompose
www.infoq.com/news/2023/09...

01.10.2023 10:38 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

Je crois qu'on appelle Γ§a l'"Automne dans le Nord".
Γ‡a ne vaut pas une aurore borΓ©ale, mais bon...

28.09.2023 07:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

#riscv’s Registration Scholarship program aims to support individuals who may not otherwise have the opportunity to attend #RISCV events. Apply for a diversity or need-based #scholarship by Sept. 22 for a chance to attend the summit for free:
events.linuxfoundation.org/riscv-summit...

14.09.2023 15:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Jenkins in Google Summer of Code final project demos will begin in 22 minutes. See you there!
www.meetup.com/jenkins-onli...

14.09.2023 14:38 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0