med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

343
active users

#linux

634 posts505 participants60 posts today

Auf der Suche nach einer Möglichkeit eine LibreOffice Präsentation mit einem externen Programm zu steuern und bei Drücken eines Buttons eines Buzzers/Gamecontrollers ein HUD anzuzeigen, welcher Spieler gedrückt hat und ggf. die Präsentation zu pausieren.

Gibt es da schon was oder hat jemand eine Idee wie man da einsteigen könnte. #linux #schule #FediLZ

A new #blog post appears!

I discovered that the GNU D compiler has been broken on FreeBSD 14 for over a year and it seems no one noticed. Let's discover the issue and brainstorm some solutions to it.

A great case study for why operating system package maintainers matter.

briancallahan.net/blog/2025081

briancallahan.netThe GNU D compiler has been broken on FreeBSD 14 for over a year and no one noticed, or, why operating system package maintainers matter - Dr. Brian Robert Callahan

I see NixOS hasn’t taken the same security measures in its compiler settings that Gentoo has.

I turned off the stack canaries in Gentoo, but I am referring to the thing where all executables are made the same type of file as a shared library.

I used to do the same thing on my own long ago, actually, but quit doing so after a while. I think it was one of the things done as part of OpenWall or grsecurity measures I had adopted while still on Slackware.

Noch 62 Tage, dann wird das Fensterprogramm der Version 10 abgekündigt, d.h. es gibt keine weitere Sicherheitsupdates mehr. Oder Sie werfen noch ein paar Münzen für den erweiterten Support ein.

Sie müssen dann auf die Version 11 oder etwas Besseres upgraden.

Da nehmen Sie doch am Besten #Linux!

Wie das funktioniert? Fragen Sie eine LUG in Ihrer Nähe!

Infos dazu gibt es unter endof10.org/de/places/

Worauf warten? Die Zeit drängt. Nur noch 2 Monate Zeit zum Umstieg!

Windows 11 : un test montre que l'IA Microsoft Recall est toujours capable d'enregistrer cartes bancaires, mots de passe et données sensibles malgré le paramètre « Filtrer les informations sensibles » activé

microsoft.developpez.com/actu/

PASSEZ A LINUX !

J'utilise depuis très longtemps Linux MInt en version Mate et j'en suis toujours très content !

malekal.com/meilleurs-distribu

Sonderheft: c’t digital souverän – Ihre Unabhängigkeit in der digitalen Welt

Wie Sie als Privatperson oder Unternehmen die Kontrolle über Ihre Daten und Dienste zurückerlangen, zeigt Ihnen das neue c’t-Sonderheft “digital souverän”.

heise.de/news/Sonderheft-c-t-d

heise online · Sonderheft: c’t digital souverän – Ihre Unabhängigkeit in der digitalen WeltBy Keywan Tonekaboni

"GitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account. Each environment has a full Linux container and a browser-based UI using VS Code.

I found out today that GitHub Codespaces come with a GITHUB_TOKEN environment variable... and that token works as an API key for accessing LLMs in the GitHub Models collection, which includes dozens of models from OpenAI, Microsoft, Mistral, xAI, DeepSeek, Meta and more.

Anthony Shaw's llm-github-models plugin for my LLM tool allows it to talk directly to GitHub Models. I filed a suggestion that it could pick up that GITHUB_TOKEN variable automatically and Anthony shipped v0.18.0 with that feature a few hours later.

... which means you can now run the following in any Python-enabled Codespaces container and get a working llm command:"

simonwillison.net/2025/Aug/13/

Simon Willison’s Weblogsimonw/codespaces-llmGitHub Codespaces provides full development environments in your browser, and is free to use with anyone with a GitHub account. Each environment has a full Linux container and a browser-based …