@h4ckernews@mastodon.social avatar h4ckernews Bot , to random
@fdroidorg@floss.social avatar fdroidorg , to random

Not sure where asked for feedback about their developer verification program, but they surely didn't talk with devs, civil society, privacy organisations or their users

did since September, and interacted with folks in the Fediverse, forum, email and in person

They all voiced one opinion: "developer verification must be stopped"

@marcprux has written an open letter, signed by likeminded organisations who want to

Click: https://f-droid.org/2026/02/24/open-letter-opposing-developer-verification.html

mcepl ,
@mcepl@en.osm.town avatar

@fdroidorg @marcprux

I completely agree with everything written by F-Droid, and I have signed the petition, but still this is the reminder for all developers why should prefer the only truly free platform for development of applications, which is the Internet itself, and s . Yes, it is not fit for every application, but everywhere else you are on your master’s plantation.

https://www.tbray.org/ongoing/When/200x/2003/07/12/WebsThePlace

Thank you, @timbray for reminding us!

@SharonCummingsArt@mastodon.social avatar SharonCummingsArt , to random

Stack stones in your own garden and not on trails to preserve natural ecosystems. Let it be a practice in focus and a meditation...

ART
https://fineartamerica.com/featured/mindful-balance-stacked-stones-art-sharon-cummings.html

ALT
@ObsidianUrbex@mstdn.social avatar ObsidianUrbex , to random

An abandoned Japanese spa resort built in the late 1980s. The leisure complex has been empty for over twenty years. Seasonal snow and storms have shattered the glass dome, leaving the structure open to the elements. Now, plants colonise everywhere!

It closed after the economic collapse in the early 1990s.

A row of abandoned sun beds covered in dust and debris, lined up
Abandoned indoor swimming pool with a glass arched roof, overgrown plants, dirty tiles, and stagnant water. Sunlight streams through the broken windows.
Abandoned indoor spa with broken tiled pools and overgrown vegetation under a large glass ceiling structure.

ALT
@m0bi@mastodon.com.pl avatar m0bi , to random Polish

⁂ Postawiłem sobie dzisiaj pl-fe od Nicole @mkljczk dla mojego Fedika.pl

Z małym zgrzytem. wymagał drobnej korekty location. To pomyślałem że podzielę się, bo może ktoś się odbije od tego samego. Tu akurat domyślna konfiguracja nginx w -owej apce "My webapp" nie zadziałała. Wyskakiwały 404 przy logowaniu do domeny instancji.

Domyślne location było:

try_files $uri $uri/ /index.php?$args =404;

a powinien być dodany index.html, bo to przecież / :

try_files $uri $uri/ /index.html =404;

Niniejszym macie receptę jak do swoich GtSów na YunoHost dodać własne .

Polecam, to najlepszy klient webowy i na telefon 👍

P.S. Zacznę chyba nazywać bo mi się pl-fe średnio podoba 😉

ALT
@SharonCummingsArt@socel.net avatar SharonCummingsArt , to random
@h4ckernews@mastodon.social avatar h4ckernews Bot , to random
@indivisibleteam@mastodon.social avatar indivisibleteam , to random
ALT
Joe_Hill ,
@Joe_Hill@union.place avatar

@indivisibleteam
and on SiriusXM. on XFinity music.

@modev@snac.bsd.cafe avatar modev , to Technology

~ Code Crafters Cafe ~

Hello everyone. You know me from two scandalous topics: It's time to return to the roots, to the C programming language and Why is C hidden gold.

I have got enough answers and a predictable assessment. You might have thought that I was some old man from the past or an inadequate newbie who did not understand what he was saying. Some supported me. These topics were clearly fanatical. It's true. In fact, I am not for fanaticism. I am for restoring the true goals of programming as an art.

I created my "cafe" even before this, first in irc, then in the matrix. This is a place for people who perceive programming as creativity, art, handmade, crafting. Here we are not tied to C or other languages. If you are a Rust programmer and do not want to rewrite the whole world in Rust, you are welcome. If you are a JavaScript programmer and do not think that you need to learn TypeScript instead of JavaScript (because it is unsafe) and that everything should be written in Angular and React, you are welcome. You are tired of writing SaaS garbage, you are welcome. Whether you are a CSS artist, or just a creator, you are welcome. No idols, fanaticism, or heroes.

A cozy place where you can share a common vision and feeling with like-minded people. The only rule is to be human and respectful.

Official description: ~ A cozy place in the jungle of the techno world for all programmers who like to create high-quality and effective code from scratch with their own hands. Hobbyists, professionals, beginners, and just curious about how things really work. Handmade, free and open-source software written with a love for engineering and deep knowledge is code crafting. ~

Welcome to our campfire:

irc: irc://irc.libera.chat/
matrix: https://matrix.to/#/#codecrafters:bsd.cafe

programming@programming.dev icon Programming
technology@lemmy.world icon Technology

ALT
zirias ,
@zirias@snac.bsd.cafe avatar

Side note, it's not so much React, Angular, Vue or whatever that sucks, it's the concept behind: . Or, more precisely, that concept used not in a niche where it belongs, but for every damn web site, or classic form-based web app. I remember getting into some very weird arguments with "frontend devs" over a simple demo class I wrote in vanilla JS to "enhance" a standard browser control (so, it still worked without a script). This class was pretty short and clean. Still they insisted it would be "hard" to program like that. It seems they can't do the simplest things any more without the help of their massive shitloads of "frameworks". And then, everything is a stupid SPA in the end, completely breaking the logical design of the web.

Ok, back to admiring the pure elegance of #C, sorry 😂

CC: programming@programming.dev icon Programming technology@lemmy.world icon Technology

zirias ,
@zirias@snac.bsd.cafe avatar

Sure, that's yet another aspect. ( to be precise) evolved a lot. Where we came from was a very limited standard and browsers doing their own incompatible thing, also adding "random" bugs, which btw triggered development of , back then an extremely helpful thing, nowadays more or less obsolete. I'm sure writing a well-working with nothing but vanilla JS is perfectly possible these days, it just requires some planning and design, you'd probably end up with a (minimal and tailored to your needs) "framework" as part of your project. But from my experience, most "frontend devs" are indoctrinated into a strong belief you absolutely need super-fat frameworks for everything.

What I was talking about is that these you mentioned (React, Angular) are designed with nothing but SPA in mind. So, everything will end up being an SPA, which just makes no sense for 95% of "web apps". There's a nice set of architecture guidelines for web apps called , which is in line with the initial design of and the web in general: https://roca-style.org/ -- and then, you decided in your organization to follow that, you have the need for some enhanced UI components in JS, and these frontend guys basically keep telling you "we need our awesome framework here". Oh boy. 🤦

In the end, I see the resident set of my local browser and have no questions left...