#freecode — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #freecode, aggregated by home.social.
-
A deliberate #OpenSourceStrategy leverages #freecode for #marketpower, building #ecosystems and #standards: The EU’s Open Source Strategy for Sovereignty, published in 2026, aims to reduce costly proprietary IT dependencies and promote open source adoption across public administration. The strategy includes concrete instruments like the Open Source Maintenance Instrument and the Open Internet Stack, with ambitious 2030 targets. https://opensourcestrategy.eu/?eicker.news #tech #news
-
A deliberate #OpenSourceStrategy leverages #freecode for #marketpower, building #ecosystems and #standards: The EU’s Open Source Strategy for Sovereignty, published in 2026, aims to reduce costly proprietary IT dependencies and promote open source adoption across public administration. The strategy includes concrete instruments like the Open Source Maintenance Instrument and the Open Internet Stack, with ambitious 2030 targets. https://opensourcestrategy.eu/?eicker.news #tech #news
-
Some #GoodNews for a change, via the OSI. #HatTip to folks in the #dccp-policy:matrix.org room for the link;
"This week, the European Union (EU) published its “Tech Sovereignty” package, with a vision that puts Open Source at the heart of the EU’s digital sovereignty ambitions, while addressing many concerns and requests of Open Source communities."
https://opensource.org/blog/osi-welcomes-the-european-unions-tech-sovereignty-package
(1/?)
#DigitalSovereignty #OpenSource #FreeCode #EU #TechSovereignty
-
Some #GoodNews for a change, via the OSI. #HatTip to folks in the #dccp-policy:matrix.org room for the link;
"This week, the European Union (EU) published its “Tech Sovereignty” package, with a vision that puts Open Source at the heart of the EU’s digital sovereignty ambitions, while addressing many concerns and requests of Open Source communities."
https://opensource.org/blog/osi-welcomes-the-european-unions-tech-sovereignty-package
(1/?)
#DigitalSovereignty #OpenSource #FreeCode #EU #TechSovereignty
-
New #Disintermedia blog post, using the metaphor of a cafe to tease out different aspects for running a platform cooperative using Free Code software;
https://disintermedia.net.nz/from-competing-digital-cages-to-cooperative/
Well, another recycled one really, this one a couple of times now. It was originally published on the archived CoActivate version of the Disintermedia blog, then reposted on the Bridge Seat Co-op. It's the final repost in a series of 5 posts related to Bridge Seat (see links).
-
New #Disintermedia blog post, using the metaphor of a cafe to tease out different aspects for running a platform cooperative using Free Code software;
https://disintermedia.net.nz/from-competing-digital-cages-to-cooperative/
Well, another recycled one really, this one a couple of times now. It was originally published on the archived CoActivate version of the Disintermedia blog, then reposted on the Bridge Seat Co-op. It's the final repost in a series of 5 posts related to Bridge Seat (see links).
-
Vide-coded apps published as Free Code are like foundations made of concrete mixed with oatmeal instead of sand. Do not build on them. Ever.
-
Vide-coded apps published as Free Code are like foundations made of concrete mixed with oatmeal instead of sand. Do not build on them. Ever.
-
#LlamaLegends has released on #CrazyGames! 🎮
To celebrate, unlock the new "Crazy Gamer Llama"!🕹️
🎁Redeem the Code:
CRAZYGAMES
In your Gift Box!https://crazygames.com/game/llama-legends
#IndieDev #FreeLoot #Gacha #WebGame #BrowserGame #Gaming #FreeCode #IndieGame #Idle #RPG #indiegames #clicker
-
#LlamaLegends has released on #CrazyGames! 🎮
To celebrate, unlock the new "Crazy Gamer Llama"!🕹️
🎁Redeem the Code:
CRAZYGAMES
In your Gift Box!https://crazygames.com/game/llama-legends
#IndieDev #FreeLoot #Gacha #WebGame #BrowserGame #Gaming #FreeCode #IndieGame #Idle #RPG #indiegames #clicker
-
Tổng hợp CODE Blue Lock Rivals Mới Nhất - Cập nhập liên tục
Đừng bỏ lỡ cơ hội nhận code miễn phí để đổi lấy các phần thưởng cực giá trị trong Blue Lock Rivals!
➡️ Lấy code Blue Lock Rivals tại: https://modpure.cx/thu-thuat/code-blue-lock-rivals/✨ Code mới luôn được cập nhật, vào ngay để nhận quà miễn phí!
#CodeBlueLockRivals #MODPURE #BlueLockRivals #GameRoblox #FreeCode #CODERoblox
-
Once again, today we'll probably be playing a mix of Tom Clancy's The Division 2 and Dead by Daylight. Both have twitch drops and if you type !code in my stream chat, you get a code for a free cache in Division 2. See ya there! #FreeCode https://www.twitch.tv/flintgold
-
Fortunately some developers stepped up to fork the Simple apps under the name Fossify;
So we can still have that simple, pleasant app experience we know and love, with regular updates via F-Droid or our app manager of choice.
This is a textbook example of how Free Code licenses, which enshrine the software freedoms of the people who use software, can protect us from enshittification.
(3/3)
-
Fortunately some developers stepped up to fork the Simple apps under the name Fossify;
So we can still have that simple, pleasant app experience we know and love, with regular updates via F-Droid or our app manager of choice.
This is a textbook example of how Free Code licenses, which enshrine the software freedoms of the people who use software, can protect us from enshittification.
(3/3)
-
#GameDev #FreeCode #Godot #CSharp If anyone wants to play with this, the code is here:
https://github.com/IanBadcoe/SubD_Test
(to be precise, that is the test project which has the real repo as a sub-module)
Semi-polished and moderately tested, there are some awkward corners...
The features are:
- build-control-mesh from cubes (lame)
- build-control-mesh from "cylinders" (prisms)
-- radius, roll, pitch, yaw for each section
-- set edges/verts sharp, or tag them for later retrieval
-- add holes, set their edges sharp or tag them
- normals for all polys/edges/facesOmissions:
- no UVs yet
- there is a ton of Linq used, it works for me in editor, but may give GC stalls if used a lot in game...Further work:
- I want to add a feature beyond "holes" where I can turn a hole into a "socket" into which another surface could be plugged, producing side-branches...
- if performance is a problem, rewrite in C++...Talk to me if you need anything. I do bite, but I am (on average) a long, long way away from you 😄
-
#GameDev #FreeCode #Godot #CSharp If anyone wants to play with this, the code is here:
https://github.com/IanBadcoe/SubD_Test
(to be precise, that is the test project which has the real repo as a sub-module)
Semi-polished and moderately tested, there are some awkward corners...
The features are:
- build-control-mesh from cubes (lame)
- build-control-mesh from "cylinders" (prisms)
-- radius, roll, pitch, yaw for each section
-- set edges/verts sharp, or tag them for later retrieval
-- add holes, set their edges sharp or tag them
- normals for all polys/edges/facesOmissions:
- no UVs yet
- there is a ton of Linq used, it works for me in editor, but may give GC stalls if used a lot in game...Further work:
- I want to add a feature beyond "holes" where I can turn a hole into a "socket" into which another surface could be plugged, producing side-branches...
- if performance is a problem, rewrite in C++...Talk to me if you need anything. I do bite, but I am (on average) a long, long way away from you 😄
-
@paoloredaelli
> OpenVibe seems to be proprietary softwareThey are published some code here but I can't tell at a glance if it's the full app code or not;
If not, it may be like Loops; developing behind close doors until it's relatively stable, or until they get time to tidy up their full code for publication? But I definitely won't be using it until it's available in F-Droid.
-
@paoloredaelli
> OpenVibe seems to be proprietary softwareThey are published some code here but I can't tell at a glance if it's the full app code or not;
If not, it may be like Loops; developing behind close doors until it's relatively stable, or until they get time to tidy up their full code for publication? But I definitely won't be using it until it's available in F-Droid.
-
Muito bacana ver o poder do software livre e do código aberto sendo reconhecido. E quando isso ocorre em uma cerimônia internacional com o do Oscar então, melhor ainda. Flow, o longa ganhador da categoria de Melhor Animação, não possui diálogos e foi inteiramente produzido com o software livre Blender.
👏👏👏
Créditos da imagem: Omelete.
#tech #freesoftware #tecnologia #digital #blender #animação #animation #opensource #freecode #códigoaberto #softwarelivre #oscar #Oscar2025 #flow
-
A hora de convocar a tribo do #softwarelivre, por Luís Nassif
"Seria interessante reviver um movimento fantástico da primeira década do século, do qual o Brasil foi um dos líderes: o movimento do software livre."
#tech #freesoftware #tecnologia #digital #ambientesdigitais #InteligênciaColetiva #IA #opensource #intelligence #algoritmo #artificialintelligence #inteligenciaartificial #freecode #algorithm #matrix #linux #códigoaberto
-
Out now!
Beefus B - Sushi CatA beefy selection of choice musical cuts that will delight and entertain. Score your life properly with these brilliant bangers.
Stream everywhere
$1 on Bandcamp
Free codes available -
Good on the German authorities who set up the Sovereign Tech Fund. To help fund the maintenance of core software that most people have never heard, but depend on every day. I want to see every government in the world setting up a similar fund, and having them coordinate their efforts.
-
Good on the German authorities who set up the Sovereign Tech Fund. To help fund the maintenance of core software that most people have never heard, but depend on every day. I want to see every government in the world setting up a similar fund, and having them coordinate their efforts.
-
"Decentralized communication protocol Matrix shifts to less-permissive AGPL open source license."
"AGPLv3 is a recognized open source license, even though not everyone is a fan of its inherent restrictions."
#PaulSawers, 2023
Yeah, we get it Paul. Having to help with the dishes after you eat your free lunch is "restrictive". It's more "permissive" to let people waltz in, eat their fill, and bugger off, without being expected to help out 🙄
-
"Decentralized communication protocol Matrix shifts to less-permissive AGPL open source license."
"AGPLv3 is a recognized open source license, even though not everyone is a fan of its inherent restrictions."
#PaulSawers, 2023
Yeah, we get it Paul. Having to help with the dishes after you eat your free lunch is "restrictive". It's more "permissive" to let people waltz in, eat their fill, and bugger off, without being expected to help out 🙄
-
Have a FREE AMOS Utility on me - get your colour palette hexadecimal values, *AND* load them via an array into ‘Default Palette’. 😱
The video explains all. 😎
-
Have a FREE AMOS Utility on me - get your colour palette hexadecimal values, *AND* load them via an array into ‘Default Palette’. 😱
The video explains all. 😎
-
"This novel camera system will open new avenues of research for scientists and allow filmmakers to produce dynamic, accurate depictions of how animals see the world around them, the authors say. The system is built from commercially available cameras, housed in a modular, 3D-printed casing, and the software is available open-source, allowing other researchers to use and build on the technology in the future."
https://www.gmu.edu/news/2024-01/new-video-camera-system-captures-colored-world-animals-see
#HatTip to @Researchbuzz for the link.
-
"This novel camera system will open new avenues of research for scientists and allow filmmakers to produce dynamic, accurate depictions of how animals see the world around them, the authors say. The system is built from commercially available cameras, housed in a modular, 3D-printed casing, and the software is available open-source, allowing other researchers to use and build on the technology in the future."
https://www.gmu.edu/news/2024-01/new-video-camera-system-captures-colored-world-animals-see
#HatTip to @Researchbuzz for the link.
-
Does the Free Software Directory archive source code for all the projects it indexes, along with version history? If not, why not?
#FreeCode #FreeSoftware #SoftwareFreedom #FreeSoftwareDirectory #archives #DigitalArchives
-
Does the Free Software Directory archive source code for all the projects it indexes, along with version history? If not, why not?
#FreeCode #FreeSoftware #SoftwareFreedom #FreeSoftwareDirectory #archives #DigitalArchives
-
Some good advice from @brainwane on finding your way into contributing to Free Code projects;
-
Some good advice from @brainwane on finding your way into contributing to Free Code projects;
-
"This year marks the 10th anniversary of Hacktoberfest, and we’re calling on your support! Whether it’s your first time participating—or your tenth—it’s almost time to hack out four pristine pull/merge requests as we continue our month of support for open source."
-
"This year marks the 10th anniversary of Hacktoberfest, and we’re calling on your support! Whether it’s your first time participating—or your tenth—it’s almost time to hack out four pristine pull/merge requests as we continue our month of support for open source."
-
What's the best self-hostable tool for adding a survey to your website. Looking for something that's 100% Free Code, not a mostly proprietary tool with source code released for a few non-essential bits released for openwashing purposes.
This article is a bit dated (2017):
https://opensource.com/article/17/2/tools-online-surveys-polls
... but it lists LimeSurvey, JD Esurvey, Quick Survey, and TellForm. A quick web search also turned up Surveyjs and KoboToolbox.
-
What's the best self-hostable tool for adding a survey to your website. Looking for something that's 100% Free Code, not a mostly proprietary tool with source code released for a few non-essential bits released for openwashing purposes.
This article is a bit dated (2017):
https://opensource.com/article/17/2/tools-online-surveys-polls
... but it lists LimeSurvey, JD Esurvey, Quick Survey, and TellForm. A quick web search also turned up Surveyjs and KoboToolbox.
-
I was thinking about a model for doing Free Code maintainership.
I know a few older hackers who can't be bothered writing whole software packages themselves anymore. But if there's a project they personally use or care about, and they're familiar with the programming language(s) used (or willing to brush up), they might be willing to review and merge patches.
Sparing enthusiastic coders from review duties, and maybe increasing code quality.
-
I was thinking about a model for doing Free Code maintainership.
I know a few older hackers who can't be bothered writing whole software packages themselves anymore. But if there's a project they personally use or care about, and they're familiar with the programming language(s) used (or willing to brush up), they might be willing to review and merge patches.
Sparing enthusiastic coders from review duties, and maybe increasing code quality.
-
It just occurred to me that it could be really useful to have a standardised HX (Human eXperience) rating system for Free Code apps. With a regular review process (eg annual) by a group of HX experts who support software freedom, and a set of trademarked symbols illustrating the ratings. Once reviewed, app projects could display the symbol on their homepage, if they want to.
(1/?)
-
It just occurred to me that it could be really useful to have a standardised HX (Human eXperience) rating system for Free Code apps. With a regular review process (eg annual) by a group of HX experts who support software freedom, and a set of trademarked symbols illustrating the ratings. Once reviewed, app projects could display the symbol on their homepage, if they want to.
(1/?)
-
This!
"I'm coming to understand that open source is largely about a community and only partially about shared code development. Since I'm a writer I'm especially intereted in the crucial role that documenters (and community managers!) play in that community."
#JoshSenyak, 2020
https://community.interledger.org/tembo/let-s-talk-about-open-source-44i8#comment-gj
-
This!
"I'm coming to understand that open source is largely about a community and only partially about shared code development. Since I'm a writer I'm especially intereted in the crucial role that documenters (and community managers!) play in that community."
#JoshSenyak, 2020
https://community.interledger.org/tembo/let-s-talk-about-open-source-44i8#comment-gj
-
I *love* the way @nickcolley prioritizes accessibility issues in the Semaphore.social tracker. That's a fantastic Free Code dev pattern that I'd love to see widely adopted.
Another pattern I'd like to see, although it's not so easy to do in existing code forge platforms, is a second issue tracker specifically for #UX issues. Again with accessibility as a top priority.
-
I *love* the way @nickcolley prioritizes accessibility issues in the Semaphore.social tracker. That's a fantastic Free Code dev pattern that I'd love to see widely adopted.
Another pattern I'd like to see, although it's not so easy to do in existing code forge platforms, is a second issue tracker specifically for #UX issues. Again with accessibility as a top priority.
-
Now that a bunch of code in GitHub repos isn't visible without running MicroSoft's proprietary JS, it would be great to have a software freedom-protecting front-end for browsing GH itself. Of course, Free Code projects moving off GH onto community-hosted code forges is the ideal solution, but in the meantime...
https://github.com/mendel5/alternative-front-ends/discussions/179
-
Looks like the US now has an answer to the EU Next Generation Internet funding program. The deadline for their next funding round is in September.
'Pathways to Enable Open-Source Ecosystems (POSE)'
-
Another shameless plug for the Simple range of apps for Android. I've installed a bunch of them using F-Droid. I love them so much I wish Tibor Kaputa (the developer) would put out a Simple OS; a deGoggled Android fork with all the Simple apps as defaults, and the Simple aesthetic applied to the UI of the whole OS.
If you use Tibor's apps, please consider supporting his work:
https://www.simplemobiletools.com/donateAndroid #FreeCode #FDroid #SimpleApps
-
One of the hardest but most important things to do as a passionate ethical tech evangelist is to resist labouring the point, and hectoring people. Building relationships is more important than winning conversions (eg from this proprietary tool to that #FreeCode replacement). Sometimes it takes an external trigger to get people to face transition pain (eg Melon Husk), and when that time comes, you want people to have positive memories of conversations with you about potential replacements.
-
Redes alternativas de medios VS Inteligencia Artificial. https://loquesomos.org/redes-alternativas-de-medios-vs-inteligencia-artificial/ #SoftwareLibre #AntiCapitalismo #FreeCode #LibertadDeComunicación #RedAlternativaDeMedios