KindaABigDyl

joined 1 year ago
[–] [email protected] 1 points 1 month ago

You can build with mingw64 built with msvc and use more or less the same Makefile. As for Xcode... well, there's not really a good reason to support Mac. On principle I wouldn't even try

[–] [email protected] 1 points 1 month ago

How the heck does a Makefile not scale??? That's all it does!

[–] [email protected] 1 points 1 month ago (8 children)

Life is and will always be better writing your own Makefiles. It's literally so easy. I do not get the distaste. Cmake is arcane magic. Bazel is practically written in runes. Makefile is a just a glorified build script, but where you don't have to use a bunch of if statements to avoid building everything each time.

[–] [email protected] 13 points 2 months ago (2 children)

Just switched to LibreWolf/Mull + KeePassXC/KeePass2Android

[–] [email protected] -3 points 3 months ago* (last edited 3 months ago)

Also, as for reasoning for choosing a Pixel, Pixels are not really a product for Google but rather a device for Google employees to test things on but as a consequence can be sold as well. This makes them perfect for hacking

[–] [email protected] 20 points 3 months ago

AI is mostly just hype. It's the new blockchain

There are important AI technologies in the past for things like vision processing and the new generative AI has some uses like as a decent (although often inaccurate) summarizer/search engine. However, it's also nothing revolutionary.

It's just a neat peace of tech

But here come MS, Apple, other big companies, and tech bros to push AI hard, and it's so obv that it's all just a big scam to get more of your data and to lock down systems further or be the face of get-rich-quick schemes.

I mean the image you posted is a great example. Recall is a useless feature that also happens to store screenshots of everything you've been doing. You're delusional if you think MS is actually going to keep that totally local. Both MS and the US government are going to have your entire history of using the computer, and that doesn't sit right with FOSS people.

FOSS people tend to be rather technical than the average person, so they don't fall for tech enthusiast nonsense as much.

[–] [email protected] 4 points 3 months ago
[–] [email protected] 0 points 3 months ago (2 children)

People use IPv6?

I still don't know anything about it

[–] [email protected] 31 points 3 months ago (2 children)

I wonder if marketing this as "replacement to League" is the best move or if it should market itself as simply a new MOBA

[–] [email protected] 3 points 3 months ago* (last edited 3 months ago)

You're spot on. Bspwm is just worse.

Dynamic tilers are always worse off in the actual window management department than manual tilers.

It's why it's best to use i3-likes and then add a script for autotiling, so you can always break it when you need (or make n-ary trees as you put it).

A window manager should be useful; dynamic tilers are not

[–] [email protected] 5 points 3 months ago (1 children)

Hyprland works great as long as you make sure to get the build with nvidia patches to prevent flickering. It's very similar to i3, although not 1:1 like sway.

[–] [email protected] 34 points 3 months ago* (last edited 3 months ago) (1 children)

Also fyi there's trash-cli

I have rm aliased to trash-rm (not in sudo tho, so I can still force true deletion), so that if I remove something in terminal it also goes to trash.

You can empty the trash via trash-empty

It also uses ${XDG_DATA_HOME}/Trash (usually ~/.local/share/Trash)

view more: next ›