1 Followers
12 Following
58 Posts
A jack of many trades, master of some
Scrappy codeshttps://codeberg.org/mattit

đź’ĄCode paid by the people should be available to the people! đź’Ą

Why is software created using taxpayers’ money not released as #FreeSoftware under a #FOSS licence? If it is public money, it should be public code as well!

🖥️ https://publiccode.eu

https://media.fsfe.org/w/7cH6EATpmPwaMsEZN8vfyj

Public Money, Public Code

Public Money, Public Code - A campaign for releasing publicly financed software as Free Software

#bookmarklet to copy the text of the current oppi.uef.fi slide to the clipboard:

navigator.clipboard.writeText(document.querySelector('div[role="main"]').innerText)

GNU Health as an example of #interoperability in Healthcare. "Interoperability Solutions: Bridging systems for a connected future.. Unlocking seamless integration for enhanced collaboration and innovation within Europe".
https://data.europa.eu/en/news-events/news/interoperability-solutions-bridging-systems-connected-future
#interoperability #Europe #GNUHealth
#GNU #OpenScience @gnusolidario
Interoperability Solutions: Bridging systems for a connected future | data.europa.eu

In today's interconnected world, interoperability solutions are essential for seamless communication and collaboration across various domains. These solutions enable different systems, devices, and applications to work together harmoniously, ensuring efficient data exchange and enhanced user experiences. By adopting interoperability solutions, organisations can break down silos, foster innovation, and create more integrated ecosystems.

Rebble · The future of Rebble

Today we’re excited to announce several developments which will affect the future of Rebble. Let’s get straight into it, starting with the big one…🎉 Google O...

Last week I tried to help a fellow pianist get the hang of #strumming which included filming our playing to illustrate differences in technique.

It later occurred to me that we now have real-time #handtracking on phones, and I’m wondering if anyone has developed a strumming instruction app. Personally, I’d find a graph of arm movements handy (pun intended).

Given the proliferation of shortcut gestures in note-taking apps (eg. double-tap with two fingers to undo), I wonder whether anyone has implemented spatial gestures like raising the tablet to scan slides (similar to how the #Pebble compass changed to show heading or how the level works in the #iPhone Measure app).

Perhaps you could hold a finger on the screen to keep adjusting upon lowering & otherwise save the scans automatically.

#ux #notetaking #apps #spatialcomputing #gestures

My first published piece of sponsored open source code :)

https://codeberg.org/mattit/laakekoodiksi

laakekoodiksi

Convert medicinal product names to ATC codes using Fimea's open register.

Codeberg.org
Idea: use the Fimea open data for a tool that converts brand names to ATC codes

My first research assistant contract begins tomorrow! To celebrate, I’m releasing all the code I’ve written for my upcoming article thus far under the 3-clause BSD license.

It’s not up on Codeberg just yet, but for future reference the latest commit hash is cd53d03bb17572dccc8ec0cf8c5ad00f26e45f3b

Writing a thorough procedure manual feels a lot like programming: in place of importing code libraries you cite other manuals and your library of how-to videos, and in place of functions you can use footnotes and endnotes for abstraction and readability. You can get away with some grammar mistakes, but scope management is a lot harder! Perhaps we'll get automated testing and CI via AI some day, haha.