home.social

#freecode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #freecode, aggregated by home.social.

fetched live
  1. 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. opensourcestrategy.eu/?eicker. #tech #news

  2. 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. opensourcestrategy.eu/?eicker. #tech #news

  3. 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."

    opensource.org/blog/osi-welcom

    (1/?)

    #DigitalSovereignty #OpenSource #FreeCode #EU #TechSovereignty

  4. 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."

    opensource.org/blog/osi-welcom

    (1/?)

    #DigitalSovereignty #OpenSource #FreeCode #EU #TechSovereignty

  5. New #Disintermedia blog post, using the metaphor of a cafe to tease out different aspects for running a platform cooperative using Free Code software;

    disintermedia.net.nz/from-comp

    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).

    #FreeCode #PlatformCooperatives #BridgeSeat

  6. New #Disintermedia blog post, using the metaphor of a cafe to tease out different aspects for running a platform cooperative using Free Code software;

    disintermedia.net.nz/from-comp

    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).

    #FreeCode #PlatformCooperatives #BridgeSeat

  7. 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.

    #VibeCoding #FreeCode

  8. 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.

    #VibeCoding #FreeCode

  9. 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: modpure.cx/thu-thuat/code-blue

    ✨ 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

  10. 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 twitch.tv/flintgold

  11. Fortunately some developers stepped up to fork the Simple apps under the name Fossify;

    fossify.org/apps/

    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)

    #SoftwareFreedom #CopyLeft #FreeCode

  12. Fortunately some developers stepped up to fork the Simple apps under the name Fossify;

    fossify.org/apps/

    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)

    #SoftwareFreedom #CopyLeft #FreeCode

  13. #GameDev #FreeCode #Godot #CSharp If anyone wants to play with this, the code is here:

    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/faces

    Omissions:
    - 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 😄

  14. #GameDev #FreeCode #Godot #CSharp If anyone wants to play with this, the code is here:

    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/faces

    Omissions:
    - 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 😄

  15. @paoloredaelli
    > OpenVibe seems to be proprietary software

    They are published some code here but I can't tell at a glance if it's the full app code or not;

    github.com/Tweetoshi

    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.

    #OpenVibe #FreeCode

    @Bluesky

  16. @paoloredaelli
    > OpenVibe seems to be proprietary software

    They are published some code here but I can't tell at a glance if it's the full app code or not;

    github.com/Tweetoshi

    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.

    #OpenVibe #FreeCode

    @Bluesky

  17. 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

  18. Out now!
    Beefus B - Sushi Cat

    A 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

    fanlink.tv/bbsushicat

    🎧 #bandcamp #freecode #yum #music #electronicmusic

  19. 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.

    sovereigntechfund.de/

    #FreeCode #OpenSource #SoftwareMaintenance #Germany #STF

  20. 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.

    sovereigntechfund.de/

    #FreeCode #OpenSource #SoftwareMaintenance #Germany #STF

  21. "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

    techcrunch.com/2023/11/06/dece

    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 🙄

    #FreeCode #licensing #AGPL

  22. "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

    techcrunch.com/2023/11/06/dece

    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 🙄

    #FreeCode #licensing #AGPL

  23. 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. 😎

    youtu.be/Ozc_bFtcZC8

    #amiga #amos #retroprogramming #freecode

  24. 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. 😎

    youtu.be/Ozc_bFtcZC8

    #amiga #amos #retroprogramming #freecode

  25. "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."

    gmu.edu/news/2024-01/new-video

    #HatTip to @Researchbuzz for the link.

    #FreeCode #OpenSource

  26. "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."

    gmu.edu/news/2024-01/new-video

    #HatTip to @Researchbuzz for the link.

    #FreeCode #OpenSource

  27. "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."

    hacktoberfest.com/

    #HacktoberFest #FreeCode #OpenSource

  28. "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."

    hacktoberfest.com/

    #HacktoberFest #FreeCode #OpenSource

  29. 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):

    opensource.com/article/17/2/to

    ... but it lists LimeSurvey, JD Esurvey, Quick Survey, and TellForm. A quick web search also turned up Surveyjs and KoboToolbox.

    #surveys #FreeCode

    @lightweight

  30. 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):

    opensource.com/article/17/2/to

    ... but it lists LimeSurvey, JD Esurvey, Quick Survey, and TellForm. A quick web search also turned up Surveyjs and KoboToolbox.

    #surveys #FreeCode

    @lightweight

  31. 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.

    #FreeCode #OpenSource #maintainers #CodeRevoew

  32. 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.

    #FreeCode #OpenSource #maintainers #CodeRevoew

  33. 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/?)

    #HX #UX #FreeCode #SoftwareFreedom

  34. 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/?)

    #HX #UX #FreeCode #SoftwareFreedom

  35. 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

    community.interledger.org/temb

    #FreeCode #OpenSource #community #documentation

  36. 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

    community.interledger.org/temb

    #FreeCode #OpenSource #community #documentation

  37. 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.

    #FreeCode #accessibility #Semaphore

  38. 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.

    #FreeCode #accessibility #Semaphore

  39. 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...

    github.com/mendel5/alternative

    #MicroSoft #GitHub #enshittification #FreeCode #FrontEnds

  40. 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)'

    nsf.gov/pubs/2023/nsf23556/nsf

    #FreeCode #OpenSource #funding

  41. 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:
    simplemobiletools.com/donate

    Android #FreeCode #FDroid #SimpleApps

  42. 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.