gornius

joined 1 year ago
[–] gornius@lemmy.world 0 points 8 months ago (2 children)

Chromium now requires you to type a string inside the console before it lets you paste anything.

[–] gornius@lemmy.world 1 points 11 months ago (1 children)

Java used to lack many features to make the stuff you wanted it to do, so most Java programmers adapted design patterns to solve these problems.

Honestly, older versions of Java are utter garbage DX. The only reason it got so popular was because of aggressive enterprise marketing and it worked. How can a language lack such an essential feature as default parameters?

So, anyway after the great hype Java lost its marketshare, and developers were forced to learn another technologies. And of course, instead of looking for language-native way of solving problems, they just used same design patterns.

And thus MoveAdapterStrategyFactoryFactories were in places where simple lambda function would do the same thing, just not abstracted away three layers above. Obviously used once in the entire codebase.

Imo the only really good thing about Java was JVM, while it was not perfect, it actually delivered what it promised.

[–] gornius@lemmy.world 1 points 11 months ago (2 children)

Because they learned that from hearing, not reading so that makes sense.

[–] gornius@lemmy.world 1 points 1 year ago

I already had a huge respect for him for being really pragmatic, but after this post my respect for him climbed a level above I thought wasn't even possible.

And that's without considering the guy basically made software that runs >99% of modern internet.

[–] gornius@lemmy.world 0 points 1 year ago

Brave behaving like Win XP era browser with gazillion toolbars installed, with a pinch of crypto and crypto promoting ads should be a giant red flag.

FOSS =/= trusted by default. Why are there so many FOSS evangelists, but such a damn tiny part of them are programmers, let alone programmers able to examine a source code behind such a giant codebase as web browser?

I use Vivaldi, at least their business model is clear, and developer is kind of trusted, and not crypto scammer and homophobe.

[–] gornius@lemmy.world 0 points 1 year ago (1 children)

I used to, but I need to get my job done, not play with configuring it for hours just to achieve what VSCode does out of the box. Plus settings sync is great.

[–] gornius@lemmy.world 0 points 1 year ago* (last edited 1 year ago) (3 children)

although I'm not a TWM user I like to just press super and type the first letters of the program I'm looking for to open it.

It will never stop to amaze me how many people don't know it's a feature in every major DE and every Windows starting from Vista.

Even on Windows 10/11, just tap windows key and start typing without clicking anywhere.

My list of FOSS I use everywhere (these work in Win and Linux):

  • Open Tablet Driver - if you've got the drawing tablet it probably supports it. You can customize everything and has even built-in plugin manager.

  • Krita - GIMP alternative with non-destructive editing capabilities.

  • yt-dlp - download videos from almost any video sharing service, even TikTok, Instagram etc.

  • neovim - for quick file edits

  • vscode/vscodium with vim plugin - my IDE for everything

  • ffmpeg - forget handbrake - you can do even basic video editing here. Join two videos together? Done. Add audio to video? Done. Crop part of the video without reencoding it? Done. Loop a video to 10 hours without reencoding it? Done in matters of seconds.

  • kdenlive - an actual video editor that is 100% FOSS, doesn't suck and works on Windows and Linux.

  • imagemagick - ffmpeg for images

[–] gornius@lemmy.world 0 points 1 year ago (1 children)

Because terminal emulators are literally the old terminal emulators (ye oldy screens + keyboard combos that looked like a computer but were just IO) and everything modern they do is just a hack.