- 1 Post
- 22 Comments
UlrikHD@programming.devto Linux@lemmy.ml•What can you do on Linux that you can't do on Windows?1·2 years agoYou can, but you may need to edit some registers to avoid windows reseting them.
You genuinely think it’s faster to make a Web query, wait for search results to show up, click and wait for the correct webpage to load, navigate to the download page, download the exe, run the exe and go through the pop up menu than it is to type
apt install x
?
UlrikHD@programming.devto Firefox@lemmy.ml•Why is firefox losing market share? Why don't more people use Firefox?30·2 years agoIt’s uses safari’s engine, which is the only one allowed by Apple. Doesn’t matter what browser you download from the store.
Also, I’ve yet to see a single Linux kernel that is aesthetically pleasing
Hmm…
Does lemmy have copypasta community?
UlrikHD@programming.devto Gaming@beehaw.org•The Main Lesson From ‘Baldur’s Gate 3’ Should Be ‘People Hate Microtransactions’2·2 years agoSalty? I listed a bunch of games that are clearly made by passionate developers and have been part of defining of defining the space in recent history. You are the one leaving a snarky comment that I listed less than 1 percent of games as if that proves anything.
UlrikHD@programming.devto Gaming@beehaw.org•Why Baldur’s Gate III is an accidental PS5 console exclusive6·2 years agoMate, you’re not John Carmack. It would be a ridiculous assumption to think their developers didn’t take a serious look into optimisation before deciding to ignore the xbox ecosystem for initial launch.
UlrikHD@programming.devto Gaming@beehaw.org•The Main Lesson From ‘Baldur’s Gate 3’ Should Be ‘People Hate Microtransactions’7·2 years agoSorry for not combing through every major release since tetris and making a perfectly objective list of every good game of which most them I’ve never even seen gameplay of.
UlrikHD@programming.devto Gaming@beehaw.org•The Main Lesson From ‘Baldur’s Gate 3’ Should Be ‘People Hate Microtransactions’7·2 years agoHow many exceptions do you need before it no longer being an exception, 50%?
UlrikHD@programming.devto Gaming@beehaw.org•The Main Lesson From ‘Baldur’s Gate 3’ Should Be ‘People Hate Microtransactions’29·2 years agoWitcher 3, the Last of Us (ps3), Baldurs Gate 3, God of War, Horizon Zero Dawn, Elden Ring, Read Dead Redemption 2 (offline), Zelda, etc…
There are plenty of triple A games that were well received that didn’t involve gambling and mtx.
UlrikHD@programming.devto Technology@lemmy.ml•This post knows where you're viewing it from (Lemmy doesn't proxy external images) [ARCHIVED]38·2 years agoI guess it knows that it’s unknown
UlrikHD@programming.devto Asklemmy@lemmy.ml•Is it still necessary to use _ while naming files?2·2 years agoStockholm syndrome from whatever the convention is for your daily programming language. Long live snake case 🐍
Just be a decent human being and use type hints in python, problem solved.
UlrikHD@programming.devto Firefox@lemmy.ml•Blink (Chromium, Chrome, Brave, Edge...) now implements the hyphenate-limit-chars property. This is great news for typesetting in [#cssprint](https://fosstodon.org/tags/cssprint) ! Seven years I've be2·2 years agoWell that was quick. I barely had the time to look it up and edit my comment lol.
Thanks, appreciate the response.
UlrikHD@programming.devto Firefox@lemmy.ml•Blink (Chromium, Chrome, Brave, Edge...) now implements the hyphenate-limit-chars property. This is great news for typesetting in [#cssprint](https://fosstodon.org/tags/cssprint) ! Seven years I've be8·2 years agoNo link or explanation for what it does?
Edit:
hyphenate-limit-chars: 10 3 4;
In the CSS rule above, the last declaration indicates to the browser that it should hyphenate only words of 10 characters or more and, when it does, three is the minimum number of characters before the hyphen and four is the minimum after the hyphen.
UlrikHD@programming.devto Linux@lemmy.ml•Rethinking Window Management on GNOME – Space and MeaningEnglish3·2 years agoputting thumbnails in the file selection dialog
Could you elaborate what you by this?
What plug-in is it and does it work with Firefox? I had a plug-in that worked with chrome, but it didn’t work with Firefox and I never got around to fixing it.
UlrikHD@programming.devto Asklemmy@lemmy.ml•Those who tried Linux and went back to Windows, what caused you to go back to Windows?1·2 years agoExcept that you have to know exactly what <program> is, character for character, and usually includes some long string of numbers and letters where 1 character is wrong and you have to retype the whole damn thing. This is the opposite of easy.
If it a program you are unfamiliar with, yes you’ll probably need to search for the apt name and copy paste. I much prefer that over searching a website, verifying it’s not a scam site, then download the exe, and then run the exe once the download is finished. After the first time, just add it to a .sh script and then you can download every program you need automatically if you ever need to set up a new instance again.
I guess it’s not for all, but worst case it’s hardly any more work than needing to go to a website to download the exe.
Downloads and Documents starting with a capital letter is my biggest pet peeve with Ubuntu. It makes it a lot more annoying to navigate through them than if it was all lower case.
UlrikHD@programming.devto Asklemmy@lemmy.ml•Those who tried Linux and went back to Windows, what caused you to go back to Windows?132·2 years agoI have no idea how to install all the different program types (flathub, db, appimage, etc.). Windows has exe. I click “install” and boom, it’s done.
That’s strange, I’ve always felt that installing stuff is a lot easier on Ubuntu than windows. It’s just
apt install <program>
andapt remove <program>
. Having to manually download and run an exe feels outdated in comparison.I can’t even select a file because there are no previews. Just a gazillion blue squares with names like “dlcosn_3947912947”.
Curious what distro you installed that had that issue. The only preview issue I’ve encountered was on win10 where I had to pay for windows to support H.265 to give me previews of H.265 files.
Things are constantly breaking. When they do I look up support articles that are written in fucking Klingon and sent to the terminal to type in commands that always return some sort of generic error “command not found” or some shit because the solution is written for a different one of the 862700422 available distros.
That’s a fair point though. If you aren’t willing (and most aren’t) to learn enough to be comfortable with the terminal, it can be very easy break something when you are forced to interact with the terminal.
That should actually work great, in the absence of being part of the API, thanks! Funnily enough the copilot autocomplete suggested that when I was formatting the url param.