Trying to get `ghdl-lsp` working on #Guix. Running the program from the terminal gives the following error: https://paste.debian.net/1371473/. Does anyone know how to fix this? I have `ghdl-llvm` and `ghdl-lsp` in the same profile, so how could it be unable to find the package?

#GHDL #Programming

debian Pastezone

typical Microsoft, wall gardening its extensions to prevent using them in non-MSFT IDEs.

which is why VSCodium makes sense only if you don't use any of Microsoft's extensions.

https://www.theregister.com/2025/04/24/microsoft_vs_code_subtracts_cc_extension/

#Coding #Programming #CPlusPlus #C #VSCode #VSCodium #Microsoft

Devs sound alarm after Microsoft subtracts C/C++ extension from VS Code forks

: Cursor, Codium makers lose access as add-on goes exclusive

The Register
My daughter is studying #programming in #Python. She just called me and told me she'd aced an exam. "Two days ago it just clicked for me, like if I suddenly understood Spanish!" ♥️

Wow, I have hardly ever used a software development tool that was easier to get going than https://github.com/SimonKagstrom/kcov . I want to add unit testing to https://codeberg.org/harald/bashbuilder . But without code coverage, unit testing is only half as useful. So I did

% kcov build/kcovout ./bb preview

to run bashbuilder's build process and, woooowa, build/kcovout/index.html has all I need for a coverage. Now I can add some real tests and run them. Great.🎉

#bashbuilder #kcov #programming #softwaredevelopment

GitHub - SimonKagstrom/kcov: Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options - SimonKagstrom/kcov

GitHub
Making Accessible Audio Software – Perspectives of a Blind Music Producer Trey Culver & Adam Wilson
https://www.youtube.com/watch?v=JeyWnToyd1c
#Accessibility #coding #programming #software
Making Accessible Audio Software - Perspectives of a Blind Music Producer Trey Culver & Adam Wilson

YouTube
Lispy Gopher Climate sm0lweb

Why Software Devs Keep Burning Out

YouTube
Storybook 9 is now in beta

Try the future of UI testing today

Storybook Blog
GitHub - xadecimal/async-style: Higher level utilities over Clojure core.async that let you use an async style of programming with ease.

Higher level utilities over Clojure core.async that let you use an async style of programming with ease. - xadecimal/async-style

GitHub
Implementing Unsure Calculator in 100 lines of Haskell

Implementing a calculator with normal ranges, embedded in Haskell, using a simplified probability monad.