Spyke

Replies

Comment on

**SHOW ME WHAT YOU GOT**

Reply in thread

the overflow property in HTML controls what happens in a given element when its contents extend past the element's boundaries, in other words when the contents overflow.

Overflow has 4 possible values (AFAIK): visible, scroll, auto, and hidden, where:

visible does not clip the content and lets it extend past the parent element,

scroll clips the content and adds a scrollbar so that the user can see the rest of the content,

auto adds a scrollbar only when necessary,

and hidden clips the content that extends past the parent and doesn't add a scrollbar.

Some paywalled/loginwalled sites load all of the article content regardless of whether the wall is up or not, so when a paywall pops up you can just go into the Inspect tool (usually CTRL+SHIFT+I) and delete the element containing the paywall, and/or, as some_random_nick said, change the article container's overflow property from hidden to scroll, letting you see all of the content

Comment on

*Permanently Deleted*

Reply in thread

Direct quote from the article:

Having difficulty securing enough grid power to fuel the energy-hungry data center, xAI brought in 35 portable gas turbines, and assembled them without environmental permits or pollution controls.

Looks like it's not just cooling that they're doing there. The link in the quote leads to an article describing the data centre's new turbines, specifically referring to them as methane gas turbines.

I skimmed that article briefly and I don't think it points out the mechanism by which these turbines work - if it does, I must've missed it. I did however see a line that said the turbines also release formaldehyde during operation.

Methane in this case seems to me to either be a byproduct of power generation or unused fuel somehow leaking from the system. I have no clue how gas turbines work, so I'm talking out of my ass here. In any case this seems to be the source of the methane emissions.

Comment on

I had a neighbour who embalmed his own wife.

almost blew myself up for good after a pistol flare exploded half a meter from my face.
went to the ER with superficial burns on my left hand and hearing damage that still rears its ugly head out to this day.
each time i think about that moment i realise that if i had been in any other position when that flare blew up i probably wouldn't be here today

Comment on

*Permanently Deleted*

Reply in thread

Apps - Photo editing and 3D CAD are the main areas I've struggled with on Linux

Yeah, I feel that. Paint.net is the sole reason I still fire up my Windows VM every now and then.

The closest you can get is Pinta and even then, looking at the surface things may seem very similar, but the workflow is totally different (it doesn't even have overscroll god damn it!) and the plugin scene is deader than dead. I wanted to code a proper replacement based on Pinta, but I haven't got the motivation or time for that.

If I wanna edit an image, firing up a VM is still genuinely faster than trying to work with Pinta or GIMP or any other opensource alternative for that matter. Krita has surprisingly been pretty good at replicating the workflow, but it still falls short.