

There’s only two. One has broken primary selection, the other has anti-user policies against adblock plugins.
I can live without copy on highlight. But you could pry UBlock Origin from my cold, dead hands.
There’s only two. One has broken primary selection, the other has anti-user policies against adblock plugins.
I can live without copy on highlight. But you could pry UBlock Origin from my cold, dead hands.
Legend: w - work day w - weekend
wwwwwww
I remember seeing lemmy maybe 4+ years ago on some open-source subreddit. It had practically non-existent user base, so I’ve ignored it. After that, I remember a first wave of people making mastodon accounts (even before elon). There I’ve first heard of concept of “fediverse”. I liked the idea but I honestly thought it had zero chances to compete with mainstream social media.
And then everything turned to shit, making a gap between something like lemmy and reddit a lot smaller. So I’ve jumped the ship with everyone after the API shitstorm.
Half of the linux ecosystem is personal projects.
Linux itself started as
just a hobby, won’t be big and professional like gnu
It’s not useless as you can learn from it.
Almost. It doesn’t try to solve all the problems, though. I’d say it’s a passion project like Haiku and TempleOS.
From interview: it started as a research project. The author wanted a distribution that uses the least system resources with maximum performance.
He started with archlinux, moved on to gentoo and to go even deeper - found the infamous “linux from scratch” and started to shape his own distro.
Ok, because of this post - I decided to bite the bullet and try wayland again. And it was much better experience this time:
I’ve installed sway “pattern” on OpenSuse-Tumbleweed and:
waybar absolutely supports clicking tray icons.
I confused it with swaybar, that’s installed with sway by default and should be an i3bar-compatible. Waybar doesn’t seem to support i3bar protocol, but anyway, after I configured it - it’s like 95% there from what I want.
I could switch tomorrow if I could do my current setup:
Last time I tried Wayland in December, I had issues with waybar not supporting clicking tray applet icons. Also I’ve ported my dropdown terminals script to support sway - and it worked half the time, like, literally every second key press was ignored.
On one hand I have X session that currently has no downsides for me, on other - wayland that has no upsides. Tell me, why would I switch?
it’s a marketing stunt not a logic-related problem
He might do like 2-5 deliveries per trip if they align.
For one - the error handling. Every codebase is filled with messy, hard to type:
if err != nil {
...
}
And it doesn’t even give you a stack trace to debug the problem when an error happens, apparently.
Second reason - it lacks many features that are generally available in most other languages. Generics is the big one, but thankfully they added them in last half a year or so. In general Golang’s design principle is to implement only the required minimum.
And probably most important - Go is owned by Google, aka the “all seeing eye of Sauron”. There was recently a big controversy with them proposing adding an on-by-default telemetry to the compiler. And with the recent trend of enshittification, I wouldn’t trust google or any other mega-corporation.
I have all apps I use daily in the appimage format. Yesterday I decided to try btrfs for my root partition and did my annual Linux reinstall. All my apps were already there and ready for work from the start.
I also have a usb flashdrive always on me with the same appimages. Just in case I’d wipe a hard drive by accident and wouldn’t have an internet connection or something like that (in case of emergencies). You can’t do this with flatpaks or snaps.
IMO, go’s gopher is ugly, not cute. But, anyway, there are better reasons not to learn Go.
No way… I remember seeing this comment ~10 years ago. I’ve been trying to search for it occasionally through past 5 years. I didn’t remember the guy’s nickname, only the concept and that it’s Youtube’s ‘constant/rule’. Couldn’t find even a mention anywhere. I legit thought I made it up or it’s the Mandela effect.
Thank you! I can now live in piece.
Try libredirect, it automatically redirects links from twitter, youtube, imgur and many other spying platforms to alternative privacy friendly frontends. It is also very customizable: you can turn only some redirects and configure what particular site to use for each platform.
Somebody should make a standard for non-intrusive, not spying, ethical ads (no clickbaits, no contrasting colors, related to the article, etc. etc.).
Adblocks would have websites that strictly follow these guidelines in a whitelist by default (opt-out).
That’s the middle ground. But, I doubt any big ad company like Google or Meta would push for it, if not against.
1 - bloat
2 - click-bait title
Just tell me actual errors like a professional OS would.
Professional OS:
Flatpaks and Snaps become more efficient in terms of storage usage the more you use them…
I’m not disagreeing with that, but how many apps an average user requires that he can’t find in the distro’s repository? And how many snaps he should have installed, so it’d be more space-efficient than appimages, 10? 20? 30?
hint: for me - one is too many.
Flatpak and Snap share dependencies while Appimage doublicates all of them…
On the other hand, appimage only includes the libraries actually required by an app. Where Snap/Flatpack install big fat runtimes.
I’ve recently made a very simple gtk4 app and packaged it with all dependencies into a 10mb appimage you can just download and run. The very same app would rely on 250+ mb gtk4 runtime with snap.
And I could be fine with that; but no, it’s not that simple, you’ll have x3 gtk4 runtimes on your system. Because snap keeps 3 last versions of every snap pkg and it’s dependencies. I don’t know what flatpack installs, but it’s not efficient in that regard either.
2-3 gigs of libraries a program might not even need. It’s just wasted space for an average linux user. And if I was fine with that, I would be using Windows right now.
Copy on select and middle mouse button paste doesn’t work in text fields created by js code in Firefox. I remember finding a stale bug report for it,
but can’t find it.There are a lot of websites that use javascript to create text fields, some recent examples that I can remember right now:
Edit: found report: https://github.com/codemirror/codemirror5/issues/931
https://bugzilla.mozilla.org/show_bug.cgi?id=1593761