Tomi Lähteenmäki

4 Followers
25 Following
15 Posts

PSA: Did you know that it’s **unsafe** to put code diffs into your commit messages?

Like https://github.com/i3/i3/pull/6564 for example

Such diffs will be applied by patch(1) (also git-am(1)) as part of the code change!

This is how a sleep(1) made it into i3 4.25-2 in Debian unstable.

Which additional quick settings do you enable in #Phosh?

Boosts appreciated to get more data.

#LinuxMobile

Mobile Data toggle 📞
24.1%
Wi-Fi Hotspot toggle 🛜
24.1%
Scaling (select display resolutions easily)🖥️
10.8%
Dark Mode toggle ☀️
15%
Pomodoro timer 🍅
2.8%
Caffeine ☕
23.2%
Poll ended at .
@heikkiket I would say GTK with C because it and the surrounding libs (libadwaita, gtksourceview) are written in C. Another reason is that gtkmm (c++ bindings for GTK) don't (or haven't) cover libawaita etc. so one ends up with some C interfaces anyway. Tho I haven't used any other language bindings
Managed to get HP 16C. Now to learn use RPN calculator

How hard do you think it would be to start contributing to the Fedora Project?

Please share why you feel that way in a reply!

#FedoraPoll #Fedora #Linux #OpenSource

Very hard to do
29%
Somewhat hard to do
50.9%
Not so hard to do
13.8%
Not hard at all
6.3%
Poll ended at .

Lately, I've been thinking about offering managed #Forgejo hosting, aimed at individuals and small businesses. The goal would be to provide something cheap, but reasonable, rather than something that'd scale way too big.

At this time, however, I'm not sure if it's worth the trouble. I mean, I'd love to see more Forgejo instances, because I'd like to believe that the future is many small instances, rather than a few big ones. But offering such managed hosting comes with significant work, and non-negligible costs, especially if I need to rely on something like Stripe for payment processing.

The exact details are TBD, but this would let you use your own domain, and would include backups, forgejo actions runner, and probably a few other things (cpu, ram, and disk - no idea yet at the moment). The entire stack would be free software, including any tooling I make for supporting the setup.

To help me gauge the viability of this idea, lets run a little experiment: assuming I'd offer managed hosting starting at €25 / month or thereabouts, with more expensive tiers also being available, would you be interested?

Boost appreciated, and feel free to ask about or comment on the idea too. This is just a very early exploration, really.

Yes, I might be interested.
21.3%
No, I would likely not be interested.
50%
Undecided (show me the results)
28.7%
Poll ended at .
@lkundrak thanks! No worries, better late than never
@martijnbraam what attribute you want to set? Setting the content I think would go by `<attribute name="label" value="Hello World"/>`
@omenos
now I was able to compile the "Hello World" example by just installing the hare -package on F39 👍