I know a fair bit of gang signs. From left to right you have P, L, A, S, M and A.
magic_lobster_party
- 0 Posts
- 101 Comments
For most ”laymen” Wayland works just fine. I prefer Wayland because it has proper support for fractional scaling, which is a must for monitors with higher resolution than 1080p.
magic_lobster_party@fedia.ioto
Programmer Humor@programming.dev•You can pry pattern matching from my cold dead hands
7·4 months agoI like to use
unwrap_or()to define fallback values. TheOptionAPI is quite expressive.
Being frustrated because nvidia drivers sucks
magic_lobster_party@fedia.ioto
linuxmemes@lemmy.world•Linux is the reason Windows apps are bloated these days
73·4 months agoThe problem is that mobile versions of the app is expected, and maybe also a web version. And then it should work on Mac as well. Linux is just a tiny fraction of the market share.
Each platform would require their own team if developed natively. That’s a huge headache to coordinate all features between the teams. Let’s build just one cross platform application which one team can be in charge over.
There’s always that one Microsoft engineer who is annoyed about OpenSSH being slightly slower
magic_lobster_party@fedia.ioto
Programmer Humor@programming.dev•Clock but it is SELECT RomNum FROM Digits ORDER BY RomNum; --it will work this time
46·5 months agoI also checked the last 3 numbers just to be sure. LGTM
magic_lobster_party@fedia.ioto
linuxmemes@lemmy.world•Today has been eventful, but I now use arch.
6·5 months agoArch wiki is so good it’s useful even when you’re not on Arch
magic_lobster_party@fedia.ioto
Programmer Humor@programming.dev•StackOverflow vs ChatGPT
51·6 months agoYour question is stupid! It has already an answer here you doofus. Don’t ever dare to ask again!
That’s a brilliant question! Here’s a confidently incorrect answer I totally made up. Don’t hesitate to ask any further questions.
magic_lobster_party@fedia.ioto
Programmer Humor@programming.dev•StackOverflow vs ChatGPT
6·6 months agoYour question is stupid!
That’s a brilliant question!
Linux doesn’t need anti virus because nothing can run on it either way
magic_lobster_party@fedia.ioto
linuxmemes@lemmy.world•Sometimes people like to complain about windows and iOS
21·6 months agoRelax, it’s just a joke almost as old as Linux itself.
Anyone dependent on Adobe suite.
Many are dependent on software suites that only work decently on Windows or Mac. Switching to Linux means they might have to have up on those applications. And if some alternative software exist, it’s a huge gamble to hope they support your existing workflow.
People also tend to work with other people. Whatever alternative software you might pick must also support your collaborative workflow as well.
And let us not kid ourselves, Linux is quite fragile. It’s expected that something will break at some point and you’re forced to find a solution online. Often the solution involves finding a configuration file somewhere, enter a string of characters and pray it works.
Last time I had to enter some config file was a week ago because of some issues with my keyboard.
I’m a nerd, so I’m fine with doing it. Overall I prefer the flexibilities Linux offers. But most people aren’t nerds. They don’t want to open a terminal and write strange incantations.
magic_lobster_party@fedia.ioto
linuxmemes@lemmy.world•In response to the other thread
221·6 months agoThe Linux community is just a bunch of nerds with superiority complex.
I use Arch btw.
magic_lobster_party@fedia.ioto
linuxmemes@lemmy.world•Sometimes people like to complain about windows and iOS
1110·6 months ago”Linux is only free if your time is worthless” springs to mind.
magic_lobster_party@fedia.ioto
Selfhosted@lemmy.world•A single DNS race condition brought AWS to its knees
2011·6 months agoIt’s not DNS
There’s no way it’s DNS
It was DNS
That’s a stupid question it doesn’t deserve an answer. You should be ashamed you even thought about it.
Keep your commits small. Merge often. That will reduce the likelihood of terrible merge conflicts.
If you’re not sharing your work with your team mates for a long time, then you’re setting yourself up for trouble.
Every time I’ve tried ”fractional scaling” on X11 it’s just a blurry mess. Like as if it renders at a lower resolution and then scales it up by 125%. I don’t want all my text and icons to be tiny without having to configure every single application I’m using (with mixed results).
With Wayland it’s sharp even with 125% scaling.