soc.octade.net is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
❄️ I can haz smoller NixOS ISOs? | natkr's ramblings https://natkr.com/2026-06-19-nixos-but-smol/
PhotoGIMP is a free, open-source patch that makes GIMP feel much more like Adobe Photoshop.
It adds Photoshop-style keyboard shortcuts, a familiar workspace layout, reorganized tools, and a refined UI—helping Photoshop users switch without losing their workflow.
A great way to ditch subscriptions while keeping powerful image editing capabilities.
More details: https://digitalescapetools.com/tools/tool.html?id=photogimp
#OpenSource #GIMP #PhotoGIMP #GraphicDesign #Photoshop #Linux #Privacy
Un client email progettato esclusivamente per Linux punta tutto su privacy, trasparenza e semplicità. Scopri Melia e le sue caratteristiche principali. #Linux #OpenSource #Email #Privacy #DesktopLinux
https://www.linuxeasy.org/melia-client-email-linux/?utm_source=mastodon&utm_medium=jetpack_social
Purism, @purism, launched a new #Linux laptop. The Librem 16:
https://puri.sm/posts/librem-16-product-launch/
"Designed for true privacy, real security, and absolute freedom, the Librem 16 runs on Purism’s PureOS, a fully free and open source operating system. The Librem 16 laptop includes a signature Purism design, hardware kill switches that disconnect the camera, microphone, and wireless radios with a simple flip of the switch."
#librem16 #purism #FOSS #opensource #PureOS #privacy #security #laptop #MobileLinux
A tip for users of our experimental instance mementomori.social:
You can enable the algorithmic "For you" feed from the top right corner of the Home feed. When you turn it on, it will instantly switch to a ranked feed that prioritizes posts based on who you follow, who you comment on, and what you like or boost. If you also toggle on "Include posts from people you don't follow," you'll see trending content across the Fediverse based on your interests.
Unlike Trending tab, For you -feed is personal. The logic is similar to pre-Musk Twitter but user-focused and not corporate-owned.
The Trending tab remains unchanged, and /explore shows posts from roughly the past 6-12 hours, with a strong focus on the most recent ones. A post that gets massive engagement might stick around a bit longer, but most cycle out within half a day. Your own For you page changes every time you click the menu, refresh the page, or return.
This is ongoing, experimental work. The PR draft and source code are available here: https://github.com/mementomori-social/mastodon/pull/4
#MementoMoriSocial #Mastodon #MastoAdmin #OpenSource #BuildInPublic #Algorithm #AlgorithmicFeed #Algorithms
Coming up in #LibreOffice 26.8, our next major release (in August): Draft writing mode in Writer. This removes all other elements, letting you concentrate entirely on the text. Thanks to László Németh for implementing this feature! https://wiki.documentfoundation.org/ReleaseNotes/26.8 #foss #openSource #freesoftware
Odysseus is an open-source, self-hosted AI workspace that brings chat, AI agents, deep research, documents, email, notes, tasks, and calendars together in one platform.
Supports local & cloud AI models, MCP tools, web research, IMAP/SMTP email, CalDAV calendars, document editing, and scheduled AI workflows.
Perfect for users who want more control over their data and AI tools.
More details: https://digitalescapetools.com/tools/tool.html?id=odysseus
Pake is a free, open-source tool that turns almost any website into a lightweight desktop app.
Built with Rust and Tauri, apps created with Pake are much smaller and use less memory than typical Electron-based alternatives.
Perfect for ChatGPT, Gemini, GitHub, YouTube Music, DeepSeek, and more.
Heading to BSides Porto?
Be sure to connect with
@jufajardini . She’ll be there representing Suricata on Saturday.
Find her and chat about open source security, and don’t forget to ask her for some Suricata swag.
bsidesporto.org
It is good not to take my game seriously at all. I never thought any of that would make it into Dani's Race. lol
#gaming #gamedev #danisrace #upbge #blender3d #freesoftware #opensource
📣 OPEN SOURCE FUNDING ALERT 📣
Are you an #opensource project and active in any of these 11 areas?
1. Digital Workplace
2. Communication
3. Business apps
4. IT & PM tools
5. Virtualization
6. Cloud, data, databases, AI
7. IAM
8. Security
9. OS & Apps
10. Mobile OS & Apps
11. Geo & spatial
On July 1st in Paris, @caissedesdepots will invite CIO's & OSS communities to kick off its #EuroCommons Techsprint to fund OSS alternatives.
💶 This could be a MAJOR FUNDING opportunity 💶
Links in comments.
#LibreOffice is free thanks to your donations. Here's how your support helps us to improve the software and grow the community that makes it 😊 https://www.libreoffice.org/donate/ #foss #opensource #freesoftware
Mouzi organizza automaticamente la cartella Download con regole personalizzabili, cronologia delle azioni e massima attenzione alla privacy.
#Windows #OpenSource #Produttività #FileManager #Mouzi #Privacy #Utility
#LibreOffice isn't just software – it's a worldwide community of people. Join us at events around the world! Here's a recap of what we did in 2025: https://blog.documentfoundation.org/blog/2026/06/23/libreoffice-conference-and-external-events-tdf-annual-report-2025/ #foss #openSource #freesoftware
I thank that so many people have engaged in the many threads & hundreds of posts re: #SFC's #LLM-gen-AI Recommendations¹ . The threads are a bii scattered in a diaspora around the #Fediverse now as per usual #Mastodon deletion situation, threads go wonky even if a few people delete I post. I delete-and-redrafted a few of mine to fix massive typos, but I think others were deleting. I can only find you if @-mention me at this point. However …
¹ https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html
The PortaSpeccy is released and joins all the other #opensource/#openhardware projects on https://codeberg.org/Jonn-reenthused
And re:enthused is ad free on YouTube (and, of course, ad-free on MakerTube)
https://makertube.net/c/reenthused/videos
https://www.youtube.com/@reenthused
if you do want to help support my work then I have merch over on https://www.camputers.com and books on https://mixam.co.uk/print-on-demand/roguegunners including my new comedy fantasy book The Orcs are attacking and we're all out of ham
haha. Joke asides, there are few ways to ignore bash aliases. For example, to ignore python alias, type the `command` followed by alias name:
```
command python ...
```
Both \ and " symbols allows you to run real python command and ignore python alias at the CLI:
```
\python ...
"python" ...
```
Or just full path:
```
/usr/bin/python ...
```
more @ https://www.cyberciti.biz/faq/ignore-shell-aliases-functions-when-running-command/ in case if you wish to read.
#unix #linux #opensource
Canada’s Bill C-22 is advancing toward a vote with provisions for metadata retention, expanded data sharing, and government-mandated encryption backdoors. 🔒
Signal, Apple, Google, and VPN providers oppose the bill, warning it could limit features or services and weaken private communications. ⚖️
🔗 https://www.eff.org/deeplinks/2026/06/canada-forging-ahead-its-dangerous-surveillance-bill
#TechNews #Canada #BillC22 #Encryption #Privacy #Surveillance #DigitalRights #CyberSecurity #OpenSource #DataProtection #Technology #InternetFreedom #InfoSec #TechPolicy
I would just
...slap it on my wrist, depending on the power requirements of the microcontroller
Much more niche, totally unique no need for a factory produced Gizmo
There are countless Open Source Projects for something like this readily available
#Watch #binary #micro #controller #led #matrix #programming #OpenSource
Improvements are coming to #LibreOffice's tabbed user interface, in our next major update, due in August! Big thanks to our Design community for working on them. (Of course, the menu+toolbar interface option isn't going away 😉) #foss #opensource #freesoftware
10 more days until our #CfP is closed.
Remember we moved our dates and #SeaGL2026 is now happening October 23rd and 24th. Same location.
Visit: https://seagl.org for details
#linux #opensource #FLOSS #FOSS #OSS #ophw #community #tech #seattle #freedom
LibrePods brings AirPods features to Android & Linux — no iPhone or Mac required.
Change noise control modes, view accurate battery status, use ear detection, head gestures, conversational awareness, and more by implementing the AirPods protocol in an open-source app.
LibrePhotos is a free, open-source, self-hosted photo management platform.
Organize photos and videos with AI-powered face recognition, object detection, semantic search, timeline views, albums, and metadata search, all while keeping your library under your control.
More details: https://digitalescapetools.com/tools/tool.html?id=librephotos
boostedBose thinks it can be a media company for some reason
The history books are littered with the corpses of corporate record labels started by companies that had no business being in the music industry. Bose thinks it can be the exception to the rule. It thinks it can be Red …
https://www.theverge.com/entertainment/953324/bose-studios-record-label-media-company
#Tech #Technology #TechNews #AI #Gadgets #Software #Cybersecurity #Apple #Google #Microsoft #Startup #OpenSource #TheVerge [The Verge]
Kopuz is a free and open-source music player built with Rust.
It supports local music libraries, Jellyfin, Navidrome/Subsonic servers, synced lyrics, playlists, and equalizer controls across Windows, Linux, and macOS.
A privacy-friendly alternative to cloud-focused music players, with full support for self-hosted music collections.
More details: https://digitalescapetools.com/tools/tool.html?id=kopuz
#OpenSource #MusicPlayer #Jellyfin #Navidrome #SelfHosted #Privacy #Linux #Windows #macOS #FOSS
Browser-Based Euro Office Clone
This is an experimental, local-first project designed to demonstrate client-side managed functionality without requiring any setup. By leveraging the FileSystem API, it offers a unique approach to storing files directly on your device from your browser.
Current Features:
- PWA (Progressive Web App)
- Local-first storage
- Word processor
- Spreadsheet tool
- PDF capability
Coming Soon:
- Support for more file types
- Storage synchronization
- Collaborative editing
- Encryption at rest
- P2P file-transfer
Long-Term Goals (Clones of):
- NextCloud
- WhatsApp
- Instagram
- WeTransfer
Note: This project is experimental, far from finished, and presented strictly for testing, feedback, and demo purposes (USE RESPONSIBLY!).
Check out the demo version and let me know your thoughts!
Demo: https://enkrypted.chat/?tab=file
#WebDev #JavaScript #PWA #LocalFirst #OfficeSuite #FileSystemAPI #Tech #Programming #SoftwareEngineering #WebApps #Privacy #SelfHosted #NextCloud #P2P #WebDevelopment #IndieDev #Coding #DevCommunity #TechNews #AppDevelopment #FreeSoftware #BrowserApp
Happy father's day for the ArcaneChat fathers out there!
We went to the mountains of the Black Forest to collect some wild flowers for you!
#fathersdaygift #ArcaneChat #security #privacy #decentralization #opensource #european #europe #fathersday