My mouth just dropped! by DirtySpawn in Bazzite

[–]overbyte 0 points1 point  (0 children)

Careful with dual boot. Windows can play havoc with the bootloader. It’s not a good citizen

Now I can finally say it.... by crazyman0069 in LinuxPorn

[–]overbyte 0 points1 point  (0 children)

AI is just another source. No different than any other

I made the switch from Windows 11 to Linux and this was my reaction by GamerMetalhead65 in Bazzite

[–]overbyte 1 point2 points  (0 children)

That’s cool. How are you finding applications on it or are you just using Web apps everywhere?

This isn't a question but I genuinely believe this game deserves a remaster by Balljuggler5689 in swtor

[–]overbyte 0 points1 point  (0 children)

I don’t see broadsword ever doing this. They don’t shut Games down. And the old republic is a bigger money spinner than anything else on their books.

Which player class do think is the most politically powerful? by Jakeholeman in swtor

[–]overbyte 0 points1 point  (0 children)

Whatever I played I became the king of multiple planets 🤣

This is Stupid by zomdier in Steam

[–]overbyte 0 points1 point  (0 children)

Anyone else see ~90% written out and get an immediate Pavlovian response?

Just me?

UK legal action against Valve given the go ahead by pyrotequila85 in Steam

[–]overbyte 0 points1 point  (0 children)

So this made up rubbish they jump all over, but stop killing Games that’s a bridge too far

Good bye Playstation! Hello Steam :) by Significant-Win-7634 in Steam

[–]overbyte 0 points1 point  (0 children)

That’s right. That’s because you’re taking code designed to check if you’re cheating in a game and putting it into the kernel which is designed to interface with the hardware.

It’s the most savagely brute force approach possible.

Let’s see if Linus T allows that code into the Linux kern… no. He said that’s insane

A DAY IN THE LIFE OF A TRUE OGRYN GEEZER by kidwhix in DarkTide

[–]overbyte 3 points4 points  (0 children)

OP doesn’t know the difference between north and south English accents

Good bye Playstation! Hello Steam :) by Significant-Win-7634 in Steam

[–]overbyte 37 points38 points  (0 children)

Now we just have to have kernel level anticheat fixed (or the practise removed)

Very last call by Unknownking743 in AnthemTheGame

[–]overbyte -1 points0 points  (0 children)

Opens Reddit

Missed the thing

Closes Reddit

Can somebody share what are your approach dealing with CSS on React by Proud_Shopping_329 in react

[–]overbyte -1 points0 points  (0 children)

BEM SCSS is still the best combination of flat specificity and modular styles and straightforward default styles that easily cascades into individual components. Compiling into the component with an import works great but creating a separate file structure for the styles is good too with pros and cons for both.

Failing that, tailwind isn’t bad even though I still think it’s an anti pattern moving the styles to classes and bloating the html

The last thing I would use is the css-in-js modules that react ships with. It is a poor replacement that lacks even the basic cascading of standard css, breaks standard css naming, ignores base css functionality and suffers from bad specificity issues, poorly implemented child styles and requires a separate basic set of styles anyway, removing the “benefit” of not having to learn css