eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

214
active users

#simplicity

0 posts0 participants0 posts today
Replied to ℒӱḏɩę :blahaj:

@Lydie
Years ago I compared social media to smoking (nicotine) and the more time goes on the more parallels are drawn. My generation was there first to have social media and be told about it's benefits which hardened us against hearing how negative it actually is.... Younger generations are, thankfully, starting to take those negatives to heart. I mean, they are even essentially creating non-smoking areas by designating areas and events phone-free.

Continued thread

"A complex system that works is invariably found to have evolved from a simple system that worked.
"A complex system designed from scratch never works and cannot be patched up to make it work.
"You have to start over with a working, simple system."
—John Gall, 1975

cited and explained by @baldur there: baldurbjarnason.com/courses/ye

www.baldurbjarnason.comYellow
More from Baldur Bjarnason
#book#systems#MVP

"Former Uruguayan President Jose Mujica, a onetime Marxist guerilla and flower farmer whose radical brand of democracy, plain-spoken philosophy and simple lifestyle fascinated people around the world, has died. He was 89."

en.m.wikipedia.org/wiki/Jos%C3

Current leaders should take him as an example of good and humble governance.

#democracy #degrowth #ecology #simplicity #sustainability #OnePlanet

apnews.com/article/uruguay-pep

en.m.wikipedia.orgJosé Mujica - Wikipedia

Years ago, while searching for a nice and simple music player in Libadwaita, I came across Amberol.

Simple and does its job.

I have tried other music players in #Libadwaita, but none of them have really convinced me as much as Amberol (I still respect the devs and their work!)

For many years on Linux, from 2015 to 2023, I used Audacious, but I preferred to find something nicer and more in tune with the #GNOME design.

I have a question now, what music player do you use? (not necessarily in Libadwaita) :blobcat:

The original #LISP had 7 primitives: \(\texttt{cons}\), \(\texttt{car,}\) \(\texttt{cdr}\), \(\texttt{atom}\), \(\texttt{quote}\), \(\texttt{eq}\), and \(\texttt{cond}\). And the original #Smalltalk syntax could fit on a 5×7 card. That meant a novice could learn the syntax in a matter of minutes, and direct all his efforts to learning how properly to wield the power of that Turing-complete language. This was why, in the 1970s and the 1980s, many college freshmen were taught FP in Scheme (a more modern LISP) and many middle school children were taught OO in Smalltalk. These were surely the best "first" #programming languages.

#FORTRAN and #BASIC were simple, too. FORTRAN, the first high-level language, has been in continuous use since the late 1950s by engineers, who are not keyboard warriors. BASIC was invented in the early 1960s for teaching programming to non-STEM students at Dartmouth. It sired a whole generation of self-taught children in the 1980s.

Compare those to C++, Erlang, Python, Haskell, Java, JavaScript, Scala, Rust, Kotlin, and pretty much every language in popular use today. Most consider Python and JavaScript to be the simplest of modern languages. Yet, they are massive, complex languages. No 10-year-old could teach himself those, nor should he.

The original versions of those classic languages cannot be used to solve modern problems. But they should still be taught to youngsters as their first language. Throwing in the kids' faces a modern enterprise language confuses them and discourages them. Consequently, many novices never attain that state of flow, when the joy of programming gushes forth.

#Simplicity is a virtue. Self-motivated learning is virtuous.