Comment on
Why is X.org not suing bird site X.com?
Because X's janitor budget for lunch is better than their whole budget.
Comment on
Why is X.org not suing bird site X.com?
Because X's janitor budget for lunch is better than their whole budget.
Comment on
You can use emojis as credentials
Please, don't use subjects like "I love this". Please.
Comment on
I'm hearing Lemmy itself, the .ml instance and some others are ran by Tankies that censor criticism of russia and china. What are your thoughts on this?
Don’t like it, don’t read it. The price of freedom is that it is freedom for everybody even for those you (or I) don’t think should be free.
Comment on
What is the point of dbus?
Yes, of course, the sockets are the answer to everything (and BTW, d-bus uses sockets as well, e.g. /run/dbus/system_bus_socket on my current system), but the problem is no standard for the communication over these sockets (or where is the socket located). For example, X11 developed one system of communicating over their socket, but it was used just by few X11 programs, and everybody else had their other system of communication. And even if an app found some socket, there was absolutely no standard how exactly should programs communicate over it. How to send more than just plain ASCII strings? Each program had to write their own serialization/deserialization code, their own format for marshalling binary data, etc. Now there is just one standard for those protocols, and even libraries with the standard (and well tested) code for it.
Comment on
What is a nifty little feature modern gadgets have lost?
Size. I really don’t like the current 6”+ phones. The last phone I really liked was Google Nexus 5, because it had just 5" display.
Comment on
Reddit CEO: We're Sticking With API Changes, Despite Subreddits Going Dark
Reply in thread
Yes, this made me to seriously work on switching to Lemmy.
Comment on
These are the privacy permissions that you grant for Meta's new twitter competitor
Reply in thread
Dirty laundry.
Comment on
YSK: While you're on Lemmy/Kbin/Fediverse, you're not "the product" but you're also not "the customer".
Actually, this is not necessarily true. Because it is open source doesn't mean it cannot be commercial. I can happily imagine that with the future rise of spam, porn, and other nasties, I would happily pay small amount of money for well moderated, clean experience.
Comment on
What's the point of terminal file managers (mc, ranger, nnn, etc)?
People who can use them effectively tend to be a way faster with the regular admin work. Also, they can do some things which are not that simple on the command line (browse through tarball, browse through remote directories).
Comment on
Google decimates Twitter search results after Elon Musk imposes limits on reading tweets
Reply in thread
If it is just a revenge for Elon not paying fees for the Google hosting, it would be very evil indeed. Of course, from Lemmy point of view, it is just reason to get more popcorn.
Comment on
The shady world of Brave selling copyrighted data for AI training
Reply in thread
Firefox can import from Chrome profile.
Comment on
Microsoft to stop forcing Windows 11 users into Edge in EU countries
Reply in thread
The huge difference between FTC and EC in terms of the mandate of their operation. Whereas the Sherman Law and FTC are operating with aim to protect customers’ rights or something like that, EC anti-monopoly law is oriented just on that: fighting anti-competitive behaviour. The problem is IMHO that “customer rights” is so flexible term, that (with good support in the campaign contributions, I am sure) it is easy to persuade FTC that almost anything you do is perfectly nice. EC’s anti-monopoly mandate is on the other hand rather strict and inflexible.
Comment on
Is the Linux Foundation Certified System Admin (LFCS) worth it?
It cheaper alternative it RHCE. It should be able to persuade a potential employer that when they put you next to a Linuxbox the result most likely won't be an explosion. It did work for me and I got my first IT job with it, paradoxically with Red Hat. While being there I got also RHCE (both certificates are long expired now) and it was a way more practical and thorough. Whereas LFCS is much more wide (including LDAP and similar exotics if I remeber correctly), RHCE is much more deep.
As usual, you get what you pay for.
Comment on
My First Regular Expressions
Give a man a regular expression and he’ll match a string… teach him to make his own regular expressions and you’ve got a man with problems. -- yakugo in http://regex.info/blog/2006-09-15/247#comment-3022 (and yes, it is
http://neverhttps://for this domain)
Comment on
What's with all these hip filesystems and how are they different?
Reply in thread
This is twelve years old, but it nicely illustrates what BTRFS (and ZFS on other OS) can do … https://youtu.be/9H7e6BcI5Fo?t=206
Comment on
*Permanently Deleted*
You can feel that this is a distro made by Germans.
Oi, a lot of engineers working on this is us, Czechs! ;) Welcome on board!
Comment on
Long term OpenSuSE users, how has your experience been?
Don’t. That is to distro hop.
Yes, I am a long time openSUSE user (heck, I am a SUSE employee!), but the difference between various distros is truly minimal. Yes, openSUSE has Yast, but aside from that it is really very similar to any other distribution. Instead of spending time on distro hoping, just sit on your behind and learn to resolve your issues with your current distribution.
Comment on
How can I migrate my existing /home/ directory to another drive?
/home when asked nicely.rsync -avz /home/youruser/ other-machine:/home/Comment on
Who here uses a less popular Linux distribution? What made you choose it?
Reply in thread
Talking about unpopular, I have just created fork of the project Greybeard (MicroOS+Sway) called “Moldavite” (meteorite induced explosion near Nürnberg caused a lot of gems falling on the ground in Bohemia, if it is not a symbol of the cooperation inside of SUSE, then I don’t know what would be ;)). The main project site is https://sr.ht/~mcepl/moldavite/ and OBS project is https://build.opensuse.org/project/show/home:mcepl:moldavite . Whereas, as I understand it, Greybeard is at least for the moment more or less on the back burner, I hope to continue to work on this.
Comment on
What less popular text editors do you like or should have a shout out more often? What stuff do you do with it?
Reply in thread
I am trying to help with vis and it is a lot of fun to use. Aside from things where I really need neovim (because of large plugins), I use vis every day. Sam and ACME (and whole Plan9 for that matter) have the biggest problem with being too GUI oriented. They are from times when we discovered a mouse and then decided we need to use it for everything. Thirty years down the line we know better: we don’t.