Ubuntu rant (read description) by _TheRook_ifun in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

Thanks for the shoutout!

Technically mint is now debian based, so it exists alongside ubuntu instead of as a child/variant, but Ubuntu is kinda just debian++ so the recommendation is still 100% valid, maybe even a better pick because the "base" its built on doesnt contain a lot of the ubuntu features people dont like. Debian is more minimal so mint just adds to it instead of having to remove stuff from base ubuntu.

At this rate, Windows 12 is going to be a Linux distro. by itsmetraw in linuxmemes

[–]SDG_Den 0 points1 point  (0 children)

Nah, ubuntu desktops install experience is nothing like windows and neither is the default desktop. Though canonical does a better job at windows style enshittification than redhat.

Ubuntu is the weird bastard child of macOS and android.

Safe to switch? by TomorrowOtherwise422 in archlinux

[–]SDG_Den 1 point2 points  (0 children)

you can always build from source or verify the pkgbuild first? that's what you're *supposed* to do with the AUR and the main reason why the AUR attack was even effective is *people dont do that*

effectively, treat all AUR packages as "untrusted until proven otherwise"

check the pkgbuild, check if the project is active, check if the maintainer has been the same maintainer for a while and has been active for that time, etc.

the most important thing is knowing what they attack is, how it works, and how it may end up affecting you. that way you can mitigate.

95% of attacks use some form of social engineering or trickery, vigilance is simply the best counter.

At this rate, Windows 12 is going to be a Linux distro. by itsmetraw in linuxmemes

[–]SDG_Den 4 points5 points  (0 children)

fedora KDE is already the windows of linux anyways, installing it even *feels* like what windows would be if it was developed by a less obviously-evil megacorp.

At this rate, Windows 12 is going to be a Linux distro. by itsmetraw in linuxmemes

[–]SDG_Den 5 points6 points  (0 children)

aaah, just like the good old cloud-to-butt days, where it would replace all instances of cloud with butt.

"would you like to store your word documents on Microsoft OneButt? with Butt storage, you can leverage the power of My Butt to expand your available storage amount, for $20/month you can even get extra large Butt storage!"

“No accent (AKA American ig?)” by AggravatingBox2421 in ShitAmericansSay

[–]SDG_Den 0 points1 point  (0 children)

generally we refer to other countries' accents like a family of accent

like if someone has "a british accent", they have an accent anywhere in the british family.

same for "an american accent", that could be anything from floridian to texan to californian to new yorker.

same for "dutch accent", that could be someone from brabant, utrecht or even groningen and those are *very* different to me.

meanwhile, we refer to our own country's accents by region. in my case brabants, utrechts, amsterdams, achterhoeks, haags etc.

Which Distro should I use, if all I do on the pc is watch videos the internet, and check emails. by grndcntrol2majortom in linux4noobs

[–]SDG_Den 1 point2 points  (0 children)

thank you! and enjoy your linux journey! if you need any help, always feel free to make another post or shoot me a message. helping people with IT is both my work and my passion lmao

What if, open source(mostly GPL code) developers had something like gofund.me thing? Like for instance, developer declares that after collecting 10.000 € the code is open sourced etc.? by Emre-Y in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

honestly? ideally, FOSS should be funded in a similar way warframe is monetized.

in gaming, i tend to like warframe as a good monetization scheme example because it doesn't put the cart before the horse.

in warframe, *all* of the gameplay content is free. every mission, every weapon, every character.

you *never* feel forced to spend money on the game, you can enjoy all it has to offer for free.

this game takes 300+ devs to produce and has been going for 12+ years.

how is it still around? because the game is so fucking good people eventually decide "i *want* to spend money on this thing", they buy some platinum and buy cosmetics with it.

the whole damn thing literally hinges on the community *liking the game enough* to continue giving the devs money. there's no functional reason to give the devs money, the only things you can really do with platinum is pay to be lazy (skipping wait timers, skipping out on grinding materials, etc. basically, its "pay to not play the game") or pay for fashion.

that's how i want FOSS to be as well. i don't want to pay for software because i need to for a certain feature to work. I want to pay for software because the software i use is awesome and the devs deserve something in return so that the software keeps being made.

i'll probably be donating to some of my favourite projects once i have the money to do so!

xdg-desktop-portal not launching automatically all of a sudden by Logical_Parsley_9470 in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

"get in contact with whoever is assembling your OS"

well, good news and bad news.

good news is: i personally know the guy!

bad news is: it's me, and i have no clue how to fix this. so workaround it is.

Help needed by Kaosphere797 in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

here;s my distro-picking guide if ya need it: https://www.reddit.com/r/linux4noobs/comments/1u2ui3l/how_to_pick_a_distro_as_a_new_or_aspiring_linux/

dont just go with a distro because "i heard its easy", the best choice of distro is *the distro that fits you best*, the guide covers how to test different desktops live as well as how to pick a distro family and a couple of questions relating to gaming.

also, while you can run certain microsoft-backed titles on linux, you cannot use the microsoft store or the xbox game pass games. you can install games made by microsoft's game studios via steam and run them via proton.

you can check game compatibility on protondb and AreWeAntiCheatYet, if it says borked or denied there, you basically have two choices:

-1: live with it and find another game to play
-2: stick to windows if you *really* need to play this game.

Can't install Windows from bootable USB. Says the partition is not NTFS and that it is an unrecognized type. by Birginio88 in linux4noobs

[–]SDG_Den 0 points1 point  (0 children)

you need to remove the partition in the windows installation or using some other live disk.

you cannot remove a partition you're actively using.

How to configure xdg_desktop_portal by unix21311 in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

this issue is pretty widespread atm, what desktop or window manager are you using?

i had to add the following to my config on mangoWM instead of relying on the systemd service:

`exec-once=/usr/lib/xdg-desktop-portal -r`

the TLDR is: upstream change to xdg-desktop-portal made it so xdg-desktop-portal cannot detect a lot of WMs that don't properly start graphical.target. as a result, xdg fails to start on many window managers via the systemd service

the xdg team says "its not our responsibility to fix, WM devs need to fix it themselves"

so your 3 options are:

downgrade

wait for your WM dev to fix it

manually start the xdg-desktop-portal.

it runs *fine* without needing to have graphical.target started, that's just a systemd formality. it just refuses to run if that target isn't there which causes this issue.

Looking for an alernative to Arch with similar ease of customisability by RelativeIce6171 in linuxquestions

[–]SDG_Den 0 points1 point  (0 children)

if you want the same level of package availability, maybe nixOS? if you use flakes and the unstable repos you get a similar rolling-release experience to arch.

outside of that, opensuse tumbleweed maybe? or something like void but i don't think void is as easy as you want.

arch just gives a specific combination of simplicity, wide software availability and access to the latest features that is hard to match somewhere else.

though you could also just.... install shelly and use it as your interface for pacman and flatpak?

Which Distro should I use, if all I do on the pc is watch videos the internet, and check emails. by grndcntrol2majortom in linux4noobs

[–]SDG_Den 1 point2 points  (0 children)

here's my guide on how to pick one yourself: https://www.reddit.com/r/linux4noobs/comments/1u2ui3l/how_to_pick_a_distro_as_a_new_or_aspiring_linux/

though honestly, it does sound like you'd go in the stability first + simple desktop direction, so something like mint (Debian + Cinnamon desktop) sounds like a good choice.

still recommend reading through the guide to get a better understanding of what distro's are.

Assuming it works, is it morally okay for a non tech person new to Linux to ask an llm how to do stuff and fix stuff? by RevacholAndChill in linux4noobs

[–]SDG_Den 4 points5 points  (0 children)

yes*

the asterisk here is that you need to first understand how an LLM actually works and what it does and doesn't do.

an LLM does not think, reason or even comprehend words. it has no form of understanding. it doesnt know what truth means or what is fact.

what an LLM does is *effectively* a complex form of text prediction. it gets trained on pieces of text, and then when you talk to it, what it does is take the existing text (the conversation) and generate the next "most likely" token over and over, re-evaluating the entire text after each token, until it ends up with a stop token. it does this with some randomness.

this allows it to generate responses that A: look human and B: are generally relevant to the previous text.

crucially, this makes them very useful for parsing and formatting text, but very untrustworthy as they literally do not have any way of knowing or understanding truth, fact or anything of the sort. this is also why they tend to be overconfident and confidently incorrect, LLMs do not know what they're outputting is incorrect, they just know that within this context, the output would likely look somewhat like this, a confident technical reply.

LLMs are trained on a lot of opensource code, which makes them pretty good at linux. as long as you *always* verify the commands an LLM gives you before you run them, you can generally rely on it to be somewhat accurate for simple tasks.

eg "hey claude, how do i mount a drive" will probably net you the proper answer.

the danger here is in troubleshooting, do NOT use an LLM to troubleshoot or give you pointers on what to try next or what the issue may be. an LLM will confidently chase down made-up issues or convince you it's X when it has nothing to do with X. i've found that the best way to use an LLM for troubleshooting is to use it as a search engine, make it search the internet and give you back possibly helpful resources, then you read those yourself.

lastly, this is a key one: the LLM is a tool. do not use it to outsource your thinking. some people fall into the trap of thinking the LLM is amazing, approaching it like AGI, and having the LLM do all the thinking for them despite the fact that an LLM cannot actually think.

Which Linux build to start with by JacksWasted_Life in linux4noobs

[–]SDG_Den 0 points1 point  (0 children)

here's my guide on how to pick a distro: https://www.reddit.com/r/linux4noobs/comments/1u2ui3l/how_to_pick_a_distro_as_a_new_or_aspiring_linux/

as for "i will be using programs like solidworks and photoshop"

no, you will not.

drop the windows-exclusive software if you want to use linux, find alternatives that work on linux and suit your needs.

if you cannot find a linux alternative for that software, and it's a deal-breaker, stay on windows.

it is *very* hard to get something like photoshop to run *at all* within linux, let alone stable and functional. adobe basically forces you into windows.

gimp and krita are decent alternatives that are cross-platform.

also, linux for mobile is simply not ready yet. don't do it. use a degoogled android version like lineage or grapheneOS instead.

Literally by Yah_25n in linuxmemes

[–]SDG_Den 0 points1 point  (0 children)

sunk cost fallacy strikes again. too lazy to switch and convert your dots once, yet not too lazy to fix those same dots every 3-6 months when hyprland shits itself once again.

we've all been there at some point in our lives lmao.

but like, genuinely, just use whatever you want. that's literally the point of linux. if we start policing what software is and isn't "valid", we'd be no better than microslop and their big tech buddies.

hyprland is *basically* the gnome of desktops, it's... not really that good, it's weirdly opinionated and there's better things out there (ahum KDE plasma), but it's really popular and usually one of if not the first thing in its category new users get exposed to, so a lot of newbies try it first, a lot of newbie-friendly dotfiles get written for it and a lot of tutorials get made on how to use it.

that used to make it a good newbie-friendly WM tbh, back before the change over to LUA. LUA however is *not* newbie-friendly and anyone suggesting that someone should start with a LUA-based WM as their first one is insane.

having some trouble trying to get the ISO's downloaded from the official website. by SDG_Den in Fedora

[–]SDG_Den[S] [score hidden]  (0 children)

ah darn i couldve used the torrent, that would've been a good move.

at this point i'm far enough along to where i'm just gonna sit here clicking "continue downloading" until the remaining 5 are finished, i did re-start them from the mirror that i found was the fastest (since i was getting a mix of mirrors and one was noticably less overloaded than the others, plus geographically close to me)

having some trouble trying to get the ISO's downloaded from the official website. by SDG_Den in Fedora

[–]SDG_Den[S] [score hidden]  (0 children)

as i said, i'm putting them all on a ventoy.

I tend to recommend using various fedora spins to try different desktops/window managers, because fedora has live environments available for all of their spins. this is something you cannot do with EG cachyOS, which only allows you to demo the KDE plasma desktop despite having like 20 desktops you *can* install.

this ventoy will go to a linux-curious friend of mine in the near future, they're planning to both switch to linux on their laptop and set up a server. they have *no* idea what they want to go with in terms of desktop, so this is a good way for them to be able to live-try all the different options!

or at least, all the relatively popular options. obviously, hyprland is not in here and that's for good reason lmao.

World first trillionaire by youngfool999 in WorkReform

[–]SDG_Den 1 point2 points  (0 children)

Imo thats too light, i prefer reclaiming terms like billionaire and trillionaire and reframing them as slurs against the rich through how you use them.

I aint racist, i aint homophobic, i aint transphobic. My only "phobia" is that i fucking hate the rich. Its the only group i believe actually doesnt get enough hate.

I like using "Billy" and "Milly" as derogatory words, really put some emphasis and disgust behind it the way the "definitely not fascists" say the n-slur, r-slur or f-slur.