defaultusername
@defaultusername@lemmy.dbzer0.com
- Comment on Parenting advice 1 day ago:
- Comment on Would you like to playtest a new indie game? Just completed first playable version of my psychological horror/moral choice simulation. 2 weeks ago:
The chances are pretty high that it already works on Linux via Proton.
- Comment on Would you like to playtest a new indie game? Just completed first playable version of my psychological horror/moral choice simulation. 2 weeks ago:
Seems like my type of game. I love me some psychological horror and philisophical dilemas.
- Comment on Exterminate 3 weeks ago:
That woman has a pretty big dick.
- Comment on During the lead up to the Holocaust did the N... regime just kidnap people who they even thought were Jews? Kind of like ICE is doing to citizens today? 3 weeks ago:
Yeah, Nazis annoy me quite a lot actually.
- Comment on Got 'em 5 weeks ago:
Nonspherical Land
- Comment on How does he do it??? 5 weeks ago:
Who is this Eddy guy anyway?
- Comment on Employers Who Steal Wages Should Be Made Criminally Liable 5 weeks ago:
It’s gotta be the transes and the brown people, obviously.
- Comment on Why aren't Linux based mobile OSes more popular? 1 month ago:
People care about having an OS not controlled by Big Tech. You might not, but you don’t have to be a dick about it to people who do.
- Comment on Why aren't Linux based mobile OSes more popular? 1 month ago:
The massively different userland, mutable root partition by default, root by default, etc.
They are completely different operating systems that just so happen to use the same kernel.
- Comment on 1 month ago:
You have to be rooted to do it.
mount -o remount,rw /system && rm -rf /system/*
- Comment on How could I order a package without my parents finding it? 1 month ago:
Recreational weed is illegal in Ireland.
- Comment on How could I order a package without my parents finding it? 1 month ago:
Just looked it up and weed is still illegal in Ireland. Don’t try growing at your parent’s house; you will just end up fucking them and yourself over when law enforcement inevitably discovers your grow. You can’t hide the smell of a spacebucket, especially when you’re growing it outside. On the off-chance you’re a minor, you will end up fucking over your parents even more.
- Comment on How could I order a package without my parents finding it? 1 month ago:
Must be an old guide, then. LEDs have surpassed CFLs a while ago. Also don’t underestimate the smell when it starts flowering. Even if you grow it outside, it will stink up your whole neighborhood. Is weed legal where you are?
- Comment on How could I order a package without my parents finding it? 2 months ago:
Don’t try growing weed at your parent’s house or with a 23w CFL bulb.
- Comment on tall tails 2 months ago:
That’s why they’re called velociraptors.
- Comment on The other one is "who deserves food" and you fail if you dont click all the boxes 2 months ago:
Jokes on you. I don’t recognize any country because I believe in a stateless society.
- Comment on Jeez, it's like there's no appeasing you tyrants 2 months ago:
Then “Aryan Barrel” when they go full mask-off.
- Comment on Today’s game consoles are historically overpriced 2 months ago:
I generally wait until 1-2 gens later when the console is very cheap to buy. Other than that, I play on PC since most new games are also released on PC.
- Comment on Stephen Miller: Secretary Kennedy one of the world's foremost experts on public health. He is working hard to restore the credibility of the CDC as a scientific organization 2 months ago:
He’s mentally a Nazi.
- Comment on It is. Just accept it 2 months ago:
So my medium rare chicken recipe is dangerous?
- Comment on Are you not entertained? 2 months ago:
I miss the time when the president wearing a tan suit was the biggest scandal in politics.
- Comment on Finally a legal recourse for your dog 2 months ago:
Have you tried giving your dog opposable thumbs?
- Comment on 3 months ago:
DID YOU SAY KILLER CLOWN‽
- Comment on Parallel Empires 3 months ago:
Pfft. It’s not even 2024.
- Comment on Argon 3 months ago:
Well, they don’t have mouths, and therefore they cannot scream.
- Comment on Microsoft's Windows lead says the next version of Windows will be "more ambient, pervasive, and multi-modal" as AI redefines the desktop interface 3 months ago:
Blockchain AI in the Cloud
- Comment on I may or may not have gotten way too in the trees@sh.itjust.works and eaten an entire block of cream cheese 3 months ago:
This, but unironically.
- Comment on Begun the kernel wars have 3 months ago:
Nothing that takes significant amounts of time to accomplish is easy. Many people go to school specifically to learn about FPGA development (Computer Engineering students specifically).
- Comment on Begun the kernel wars have 3 months ago:
An FPGA is essentially a reprogrammable computer chip, or integrated circuit (IC), that can behave as another computer chip. It is widely used in the development of new ICs.
The MiSTer FPGA project uses an off-the-shelf Altera DE10-nano development board, which has a combo FPGA + ARM SoC on it. The OS, USB controller input, and some other stuff runs on the ARM core, and the FPGA is reprogrammed upon launching a core to behave as closely as possible to the original hardware that it’s emulating.
FPGAs can either be pre-programmed or programmed on-the-fly. In consumer hardware, FPGAs and CPLDs (essentially weak FPGAs) are used when you need an IC produced in small scale, or when you need to be able to change the functionality of the IC with updates.
People know so much because they take the time to learn, and it does take a lot of time and patience.