Maybe a quarter was all the crow had, and the human took it as partial payment.
- 15 Posts
- 148 Comments
pmk@lemmy.sdf.orgto
Ukraine@sopuli.xyz•Ukraine urges EU to back loan using frozen Russian cash
3·3 days agoWe can call it Operation Gevalia, and have the Gripen draw a moose in the sky over Moscow.
pmk@lemmy.sdf.orgto
Open Source@lemmy.ml•Europe's plan to ditch US tech giants is built on open source - and it's gaining steam
1·3 days agoIsn’t sailfish proprietary?
pmk@lemmy.sdf.orgto
Open Source@lemmy.ml•Europe's plan to ditch US tech giants is built on open source - and it's gaining steam
5·6 days agoWow, Spain is way ahead of my country (Sweden), we have much to learn. Unfortunately our politicians are not the best at the moment, but hopefully in the future.
pmk@lemmy.sdf.orgto
Open Source@lemmy.ml•Europe's plan to ditch US tech giants is built on open source - and it's gaining steam
15·6 days agoIt seems like backend companies are ready for this, but today, what are the options for individual end users looking to escape google etc? Proton has a package with mail, storage, etc, murena for phones, nextcloud, opencloud, suite numerique, is the industry converging on any standards here like .odt for documents but for other standards and protocols?
pmk@lemmy.sdf.orgto
Open Source@lemmy.ml•Europe's plan to ditch US tech giants is built on open source - and it's gaining steam
10·6 days agoThe good thing about open source is that it’s open, so hopefully it will benefit everyone. Of course, hosting always cost money, but the tech itself isn’t locking you in.
pmk@lemmy.sdf.orgto
Linux@lemmy.ml•Windows 10 refugees flock to Linux in what devs call their "biggest launch ever"
21·6 days agoAs a percentage of desktop users or percentage of any users (including people who use their phones mainly)?
pmk@lemmy.sdf.orgto
ADHD memes@lemmy.dbzer0.com•It be like it do Todd.... it be like it doEnglish
5·8 days agoThis is water.
I used to switch a lot, and created scripts that install distroboxes with all the stuff needed for various purposes like java programming etc. Now on a fresh install I can get back to having all third party libraries and IDE set up with extensions, git configured etc in a couple of minutes. Debian distroboxes for things where versions don’t matter, tumbleweed for latest versions when needed. I looked forward to distrohopping all the time. But now I’m just on debian as the “host” system, no need to switch.
pmk@lemmy.sdf.orgto
Linux@lemmy.ml•Mobile Linux OS PostmarketOS finances smartphone audio & Call reliability projects
1·14 days agoI agree on all points.
pmk@lemmy.sdf.orgto
Ask Lemmy@lemmy.world•Is it possible to set up a PieFed or Mbin community out of the box, or do they require knowledge of coding?
2·15 days agoOP, did you get the answers to your questions? It seems like there was a bit of confusion if you meant a community or an instance.
An instance is the whole server, like for example feddit.uk or lemmy.world, or piefed social. Each instance contains many communities. For this you need to do some installing and configuring on a server that you buy or rent.
A community is like a “subreddit”, that runs on an instance. Devoted to some subject or general idea like news, knitting, or cats. This you need no programming or systems administration to do, it’s all clicking in a browser.
pmk@lemmy.sdf.orgto
Linux@lemmy.ml•Mobile Linux OS PostmarketOS finances smartphone audio & Call reliability projects
1·15 days agoBanks sometimes need a 2FA app, this is what some people need “banking apps” for. The bank website itself is trivial to just use, but you need to be able to log in. In sweden, much of society, from fetching a post package to booking an appointment with a doctor or getting a bus ticket, relies on this 2FA app. You can barely function in society without this app.
Many people find Debian to be a “boring” OS. After years of distrohopping some come to the conclusion that a boring OS is exactly what they want.
Time for Navidson and some cameras to document it!
Does Soulseek work with a VPN without port forwarding?
A good thing was also that Germany officially said that “suspicionless surveillance must be taboo in states that have rule of law”. This indicates it’s a firm position and not a flimsy “maybe tomorrow…” position.
Oh I know the reason, nobody knew git and had just worked alone before.










As a TeX hobbyist, I would argue that they serve slightly different purposes. Plain TeX is for typography, the workflow is that of low level control where your human judgement is needed for interventions and decisions. LaTeX serves a different purpose, it aides the author of a text to focus on the content while abstracting away the underlying inherent problems in fitting letters on a page. TeX is small, difficult, but simple. LaTeX is huge, with 30 years of abstractions built on top of abstractions, until nowadays few people know how to actually deal with an overfull or underfull hbox the right way.