opensource

Back Open Paginator
08.05.2026 18:02
solomonneas (@solomonneas@infosec.exchange)

Dev tooling watch:

๐Ÿ› ๏ธ AWS Agent Toolkit: managed AWS MCP Server is GA, replacing AWS Labs MCP servers with 40+ evaluated skills and IAM guardrails.

๐Ÿ› ๏ธ Windsurf Next v2.2.1017: parallel multi-agent sessions, Git worktrees, Cascade hooks, and context-window indicators land in Wave 13.

๐Ÿ› ๏ธ Ollama v0.23.2: /api/show cache targets faster integrations, plus Claude Desktop launch restore controls.

#DevTools #AI #OpenSource
solomonneas.dev/intel




Show Original Post


08.05.2026 18:01
kiltedtux (@kiltedtux@mastodon.social)

Linuxiac: TUXEDO BM15 Debuts as a Repairable Linux Business Laptop
linuxiac.com/tuxedo-bm15-debut




Show Original Post


08.05.2026 18:00
linuxeasy (@linuxeasy@mastodon.uno)

Un nuovo IDE punta tutto sulla semplicitร  e sullo sviluppo locale ๐Ÿš€ #Linux #Programmazione #Rust #Go #CPP #OpenSource #Software

linuxeasy.org/codepointer-ide-




Show Original Post


08.05.2026 18:00
javedAB (@javedAB@mastodon.social)

TCP-over-SSH audio forwarding: nothing new on either side.

PipeWire already on the laptop. OpenSSH on both. Encryption comes free from the tunnel.

Alternatives: RTP skips encryption, module-tunnel-source sends auth in the clear, running locally trades remote resources.




Show Original Post


08.05.2026 17:50
sayzard (@sayzard@mastodon.sayzard.org)

Winston B. (@DoDataThings)

llama.cpp์— MTP๊ฐ€ ๋“ค์–ด์˜ค๊ณ  Gemma 4์šฉ GGUF ์ง€์›์ด ์‹ค์ œ๋กœ ๋™์ž‘ํ•˜๊ธฐ ์‹œ์ž‘ํ–ˆ๋‹ค๋Š” ์†Œ์‹์ด๋‹ค. ๋กœ์ปฌ์—์„œ Qwen์„ ์—์ด์ „ํŠธ ๋ฃจํ”„๋กœ ๋Œ๋ฆด ๋•Œ draft-token acceptance๋กœ 1.5~2๋ฐฐ ๋นจ๋ผ์ ธ, ํŒŒ์ดํ”„๋ผ์ธ์—์„œ ์‹ค์‚ฌ์šฉ ๊ฐ€๋Šฅํ•œ ์ˆ˜์ค€์œผ๋กœ ๊ฐœ์„ ๋๋‹ค๋Š” ์ ์ด ํ•ต์‹ฌ์ด๋‹ค.

x.com/DoDataThings/status/2052

#llamacpp #gguf #gemma4 #qwen #opensource




Show Original Post


08.05.2026 17:50
sayzard (@sayzard@mastodon.sayzard.org)

Andi Marafioti (@andimarafioti)

Hugging Face์˜ speech-to-speech ์ €์žฅ์†Œ๋ฅผ ๋กœ์ปฌ ๋ฐฑ์—”๋“œ๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ๋‹ค๊ณ  ์†Œ๊ฐœํ–ˆ๋‹ค. ๊ด€๋ จ ํŠœํ† ๋ฆฌ์–ผ์€ 1~2์ฃผ ๋‚ด ๊ณต๊ฐœ๋  ์˜ˆ์ •์ด์ง€๋งŒ, ๋ฌธ์„œ๋งŒ์œผ๋กœ๋„ ๊ตฌํ˜„ ๊ฐ€๋Šฅํ•˜๋‹ค๊ณ  ์–ธ๊ธ‰ํ•ด ์Œ์„ฑ ๊ธฐ๋ฐ˜ AI ๊ฐœ๋ฐœ ๋„๊ตฌ๋กœ ์ฃผ๋ชฉ๋œ๋‹ค.

x.com/andimarafioti/status/205

#huggingface #speechtospeech #voiceai #opensource #localbackend




Show Original Post


08.05.2026 17:48
techwire (@techwire@social.gamefan.net)

Netflix on TV makes it easier to fumble less and chill more with voice search test

Netflix is testing a new AI-powered voice search feature on TVs in the US.

androidauthority.com/netflix-v

#Tech #Technology #TechNews #AI #Gadgets #Software #Cybersecurity #Apple #Google #Microsoft #Startup #OpenSource #AndroidAuthority [Android Authority]




Show Original Post


08.05.2026 17:43
opensourcedesign (@opensourcedesign@mastodon.social)

What research projects would be people working in design and open source be interested in? (Please comment here or on our discourse!) //jd

discourse.opensourcedesign.net




Show Original Post


08.05.2026 17:40
9to5linux (@9to5linux@floss.social)

#KDE Frameworks 6.26 Improves Support for Kirigami and QtQuick-Based Apps 9to5linux.com/kde-frameworks-6

@kde #Linux #OpenSource #FreeSoftware





Show Original Post


08.05.2026 17:38
pierroons (@pierroons@infosec.exchange)

๐Ÿ” SelfDataGuard v0.1.0-beta โ€” open-source data-at-rest protection that survives DB exfiltration.

Released today as the second pillar of MySelf, paired with SelfRecover. The same May 2026 ANTS leak (~12M accounts in plaintext) made the case for both: SelfRecover protects authentication, SelfDataGuard
protects what's stored.

๐Ÿ›ก How it works (one line):
Per-user data master key, never stored in plain. Wrapped twice โ€” once by Argon2id-derived key from password, once by HMAC-SHA256-derived key from a memorized secret (shared with SelfRecover via mathematical
context separation). Personal fields encrypted field-by-field with AES-256-GCM. Dump the DB โ†’ encrypted soup.

๐ŸŽฏ Three operational modes:

โ–ธ Lite (default): server unwraps the master key in memory only during user sessions.

โ–ธ Hybrid (e-commerce): operational fields admin-readable, sensitive fields zero-knowledge.

โ–ธ Full (high-assurance): true zero-knowledge, all crypto in browser via WebCrypto.

๐Ÿ”ฌ Honest threat model โ€” explicitly out of scope: compromised user endpoint (keyloggers, info-stealers), browser exploits, theoretical cryptanalysis of SHA-256 / AES-256-GCM / Argon2id, weak-password
bruteforce. The lib enforces password policy at deployment time.

๐Ÿš€ Run the demo locally in 10 seconds:
git clone github.com/Pierroons/my-self
cd my-self/self-security/selfdataguard/demo && ./run.sh
(needs PHP 8.1+ with sodium + AES-NI capable CPU)

๐Ÿงช 155 sanity tests, 0 failures. Includes a "DB dump = encrypted soup" end-to-end assertion that greps the SQLite file post-write to verify no plaintext leaks.

๐Ÿ“œ GPG-signed tag selfdataguard-v0.1.0-beta, release dated 2026-05-08.

๐Ÿ”— Live demo (no signup, ephemeral data, public reset every night at 04:00 Europe/Paris):
dataguard.my-self.fr

๐Ÿ“š Whitepaper EN: github.com/Pierroons/my-self/b
๐Ÿ“š Whitepaper FR: github.com/Pierroons/my-self/b
๐Ÿ”ง Repo: github.com/Pierroons/my-self/t
๐Ÿ“ฆ Release: github.com/Pierroons/my-self/r

Companion to SelfRecover (bi-self.my-self.fr/selfrecover/). Same memorized secret unlocks both, mathematically isolated via HMAC contexts (/recover vs /dataguard). One word, two purposes.

Feedback especially welcome from people who have integrated Bitwarden / 1Password / ProtonMail-style envelope encryption in app-side multi-tenant setups. AGPL-3.0-or-later, no NDA, no commercial agenda โ€”
community cryptographic review before v1.0.0.

#opensource #infosec #AGPL #privacy #selfhosted #cryptography #encryption #zerotrust #dataprotection




Show Original Post


08.05.2026 17:37
suricata (@suricata@infosec.exchange)

Suricata was at BotConf on April 14, with Peter Manev and ร‰ric Leblond ( @Regit ) leading a hands-on workshop.

Good to spend time in person with people digging into the practical side of the project and working through the details together.

#Suricata #BotConf2026 #OpenSource





Show Original Post


08.05.2026 17:36
kiltedtux (@kiltedtux@mastodon.social)

Hackaday: Broadcasting GPS on the Local Network to Help Geoclue Find You
hackaday.com/2026/05/08/broadc




Show Original Post


1 ...332 333 334 335 336 337 338 339 340 341 342 ...6551
UP