(more Linux and FOSS news in previous posts of thread)

Apache NetBeans 30 updates Maven and Ant, adds GlassFish 8.0 support:
https://alternativeto.net/news/2026/5/apache-netbeans-30-updates-maven-and-ant-adds-glassfish-8-0-support/

VS Codium 1.121 Brings Packaging Fixes and Telemetry Cleanup to Your Workflow:
https://www.linuxcompatible.org/story/vscodium-112103429-released/

Pulsar 1.132 adds new terminal package, improved Git branch switching & large file setting:
https://alternativeto.net/news/2026/5/pulsar-1-132-adds-new-terminal-package-improved-git-branch-switching-and-large-file-setting/

Vim Text Editor Lands Opt-In GTK 4 GUI Support:
https://linuxiac.com/vim-text-editor-lands-opt-in-gtk-4-gui-support/

WordPress 7.0 launches with a new admin panel, editor upgrades, and an AI integrations hub:
https://alternativeto.net/news/2026/5/wordpress-7-0-launches-with-a-new-admin-panel-editor-upgrades-and-an-ai-integrations-hub/

Godot 4.6.3 Fixes Critical Bugs:
https://www.linuxcompatible.org/story/godot-463-released/

nginx 1.31.1 Mainline Update Fixes Critical Rewrite Buffer Overflow and Tightens HTTP Headers:
https://www.linuxcompatible.org/story/nginx-1311-released/

PHP 8.4.22 Release Candidate Fixes JIT Crashes and Memory Leaks Before Stable Launch:
https://www.linuxcompatible.org/story/php-8422-rc1-released/

Node.js 24.16.0 LTS Update Fixes Crypto Quirks and Adds Better Debugging Tools:
https://www.linuxcompatible.org/story/nodejs-24160-lts-released/

Node.js 26.2.0 Release Brings Stream Stability, HTTP 1xx Support, and Crypto Hardening:
https://www.linuxcompatible.org/story/nodejs-2620-current-released/

Deno 2.8 adds 'audit fix', new CI workflows, and npm packaging support:
https://alternativeto.net/news/2026/5/deno-2-8-adds-audit-fix--new-ci-workflows-and-npm-packaging-support/

Valkey 9.1 delivers improvements in security, performance, and more:
https://www.phoronix.com/news/Valkey-9.1-Released

Video Encoding and Decoding with Vulkan Compute Shaders in FFmpeg:
https://www.khronos.org/blog/video-encoding-and-decoding-with-vulkan-compute-shaders-in-ffmpeg

OpenBSD 7.9 boosts AMD64 CPU core support, adds delayed hibernation and improves scheduler:
https://alternativeto.net/news/2026/5/openbsd-7-9-boosts-amd64-cpu-core-support-adds-delayed-hibernation-and-improves-scheduler/

FreeBSD 15.0-RC1 release candidate arrives:
https://nerds.xyz/2025/11/freebsd-15-0-rc1/

#WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #NetBeans #VSCodium #Pulsar #Vim #WordPress #Godot #GodotEngine #Nginx #PHP #NodeJS #Deno #Valkey #Vulkan #FFmpeg #OpenBSD #FreeBSD #BSD #Coding #Development #Dev #Programming #IDE #CodeEditor #JavaScript #CMS #ProgrammingLanguage #FosseryTech

Apache NetBeans 30 updates Maven and Ant, adds GlassFish 8.0 support

Apache NetBeans 30 updates bundled Maven and Ant, introduces support for GlassFish 7.1.0 and 8.0.0, and adds new PHP 8.5 and Java enhancements.

AlternativeTo

Deno 2.8

Deno 2.8은 보안 취약점 자동 수정, 버전 관리 자동화, CI 전용 명령어, npm 호환 패키지 생성, 타입스크립트 단순 변환, 의존성 추적 등 개발자 편의 기능을 대폭 강화했다. 특히 npm 패키지 기본 지원과 Node.js API 호환성(테스트 통과율 76.4%)이 크게 향상되어 Node 생태계와의 통합이 원활해졌다. 성능도 npm 설치, HTTP 처리, 암호화 등에서 2배 이상 개선되어 실무 적용 가치가 높다.

https://deno.com/blog/v2.8#task-runner

#deno #nodejs #packagemanager #typescript #performance

Deno 2.8 | Deno

`import defer`, six new subcommands (`deno transpile`, `deno pack`, `deno bump-version`, `deno ci`, `deno why`, `deno audit fix`), network debugging in Chrome DevTools, framework-aware `deno compile`, and 3.66x faster cold npm installs.

Deno

Deno 2.8

Deno 2.8이 출시되어 npm 패키지 취약점 자동 수정, 버전 관리 자동화, CI 전용 설치 명령어, npm 호환 패키지 생성, 타입스크립트 단순 변환, 의존성 추적 등 다양한 개발자 편의 기능을 추가했다. 특히 CLI에서 npm 접두어를 생략 가능하게 하여 Node.js 개발자 경험을 개선했고, Node.js API 호환성도 42%에서 76.4%로 크게 향상되었다. 성능도 npm 설치, HTTP 처리, 암호화 등에서 2배 이상 빨라져 실무 적용 가치가 높다.

https://deno.com/blog/v2.8

#deno #nodejs #packagemanager #typescript #performance

Post unavailable | Deno

Deno
Deno 2.8 released - Mander

Lemmy

🌖 Deno 2.8 版本更新:強化開發者體驗與生態系統工具
➤ 打造開發者友善的標準化流程,Deno 2.8 全面進化
https://deno.com/blog/v2.8
Deno 2.8 迎來了史上規模最大的次要版本更新,旨在透過一系列全新的子指令提升專案管理與發布效率。此次更新重點在於自動化處理依賴漏洞、簡化 CI/CD 流程、優化套件封裝(npm publish),以及提供更直觀的依賴追蹤工具。Deno 團隊致力於將 runtime 的管理作業「一鍵化」,讓開發者能更專注於應用程式邏輯而非繁瑣的指令配置。
+ 「終於有 `deno audit fix` 了!以前手動檢查 npm 依賴安全性真的很累,這對於維護專案安全是一大助力。」
+ 「`deno pack` 的出現非常有感,現在不需要額外寫複雜的 Build Script 就能產出 npm 相容的 tarball,這讓在 Deno 與 Node.js 生態之間轉換方便多了。」
#軟體開發 #Deno #JavaScript #TypeScript #開發者工具
Post unavailable | Deno

Deno

Deno 2.8.0 is out. The compatibility work is real: the #Node.js test suite pass rate jumped from 42% to 76.4%, deno install is now a drop-in for npm install, lib.node is included by default, and setTimeout() now returns a NodeJS.Timeout instead of a number. None of that is irrational on its own. Put it together, though, and #Deno starts looking less like an alternative to Node.js and more like a cleaner way to run Node.js-shaped code.

It reminds me of OS/2's Win32 compatibility layer. IBM offered it so developers wouldn't have to choose, but the effect was the opposite: people kept writing Windows apps, and OS/2-native software never got a reason to exist. The closer Deno gets to Node.js, the less reason anyone has to think about whether their code is Deno-aware. Maybe that helps adoption. I just don't see how a Deno-native package culture survives if the winning path is “pretend it's npm.”

Post unavailable | Deno

Deno
Deno Land Inc. released #Deno version 2.8.0. https://deno.com/
Deno, the next-generation JavaScript runtime

Deno features improved security, performance, and developer experience compared to its predecessor. It's a great time to upgrade your Node.js project to run on Deno.

Deno
🚀✨ "Deno 2.8" promises a universe of features: a #sandbox for your kiddie scripts, a #firewall named after a cartoon dog squad, and a package registry that screams "TypeScript or bust"! Meanwhile, the release post itself has entered a witness protection program. 🤦‍♂️💻
https://deno.com/blog/v2.8 #Deno #2.8 #features #TypeScript #tech #news #HackerNews #ngated
Post unavailable | Deno

Deno
Post unavailable | Deno

Deno

zed-live-server plugins tidak bisa jalan baik di Gram karena belum sempurna support code actions.

jadi gw ngadi - ngadi pakai live-server dari #Deno saja dan nemu ini yang setelah ane coba jadi mudah dan memudahkan (apalagi ringan).

https://jsr.io/@metalbolicx/httpath

jalankan saja langsung dengan beberapa pengaturan diijinkan dan boom! langsung jalan.

sedangkan alternatif lain adalah jsr:@kastrophony/live-server' ini juga asyik atau https://jsr.io/@bbcwqx/live-server

banyak pilihan, bersyukur deh Alhamdulillah

@metalbolicx/httpath - JSR

@metalbolicx/httpath on JSR: A lightweight, feature-rich static file server similar to Python's `python -m http.server` but with only the standard Deno modules.

JSR