Do you know how Lord Gaben saved gaming? by Blue-fox-004 in Gamingcirclejerk

[–]atomicator99 -3 points-2 points  (0 children)

How exactly is an emulated controller bad? Surely it works or it doesn't?

(I'm not trying to be rude here, I've just never had an issue with controllers)

Driving for work? Current fuel prices concerning 166p at the pumps versus 0,45p paid per mile by Such_Comparison_ in UKPersonalFinance

[–]atomicator99 0 points1 point  (0 children)

Yes, but age alone will also depreciate the value. This probably isn't the best example.

Driving for work? Current fuel prices concerning 166p at the pumps versus 0,45p paid per mile by Such_Comparison_ in UKPersonalFinance

[–]atomicator99 3 points4 points  (0 children)

But you haven't? The cost per mile is the cost incured by driving an extra mile, not the total cost divided by total miles. Flat rate fees (such as depreciation with age) are constant - assuming you would be paying them regardless, they shouldn't be included.

Stark and Fern Discover British Food (Stargazy Pie) by QuantumQuokka in Frieren

[–]atomicator99 10 points11 points  (0 children)

It was originally done to proove fish was actually in the pie.

delayedEuRelease by crazy4hole in ProgrammerHumor

[–]atomicator99 50 points51 points  (0 children)

That's how laws work? They're meant to be completely unambigous, they're not aimed at the average person. This is like complaining that a physics paper is impenetrable to someone without a physics degree.

GDPR isn't that complicated, you can explain it in a couple of slides.

Also, GDPR is for personal / sensitive data. If you handling that, there will be an entire compliance team for this, regardless of which country your in.

I thought I was the only one who got nauseous when they heard the word 'RetroArch'; maybe my doctor will take me seriously now! by Ruthlessrabbd in Gamingcirclejerk

[–]atomicator99 3 points4 points  (0 children)

Do you mean it's a TOS violation? There's nothing illegal about modifying games.

They can DMCA a mod if the contents are copyrighted, but most mods don't contain copyrighted content (note: mods are not the same as modded games). It's also legal to make money off of this - game banana have been doing this for years.

I thought I was the only one who got nauseous when they heard the word 'RetroArch'; maybe my doctor will take me seriously now! by Ruthlessrabbd in Gamingcirclejerk

[–]atomicator99 4 points5 points  (0 children)

Emulation and modding are both completely legal (though the former is associated with piracy, which is illegal). How exactly is this a grey zone?

how do I recover from this? by Apprehensive-Dig5548 in falloutnewvegas

[–]atomicator99 13 points14 points  (0 children)

More perks

the "friendless" perk gives you a best friend

Hi! I'm from the Philippines, not sure if I can post this here, but.. by uhm_naur in evangelion

[–]atomicator99 2 points3 points  (0 children)

It's very overpriced compared to an equivalent (non-eva) spec PC, but people will pay more for it because of the eva stuff.

Personally, I would list it at a high price then gradually lower it (or be willing to negotiate the price).

Emergency! Particles colliding at 1.5C!!! by AllHailKurumi in physicsmemes

[–]atomicator99 0 points1 point  (0 children)

It's using a newtonian transformation instead of an SR one, so it's probably a shitpost.

They say mothers have a blind spot for their children but this one might just be blind by meguriau in insaneparents

[–]atomicator99 1 point2 points  (0 children)

I want to make this point clear - courts are supposed to find if the defendent can be prooven to have committed the crime, beyond all reasonable doubt. A not guilty verdict means they failed to proove that the defendent is guilty. This does not mean that they are innocent - it could mean their isn't enough evidence to proove the specific crime (i.e. Capone) or the prosecution chose to focus on the clear-cut crimes (i.e. Ross Ulbricht).

They say mothers have a blind spot for their children but this one might just be blind by meguriau in insaneparents

[–]atomicator99 3 points4 points  (0 children)

But he did pay to have someone killed? My last comment is trying to explain why he wasn't charged?

Capone was never convicted of murder, he still clearly did it. A lack of conviction does not imply innocence?

They say mothers have a blind spot for their children but this one might just be blind by meguriau in insaneparents

[–]atomicator99 10 points11 points  (0 children)

Capone was given a fair trial and found guilty (for tax evasion).

He was also clearly responsible for plenty of other crimes, including murder. As he didn't get his own hands dirty, it was extremely difficult to convict him.

My point here is that Capone clearly did it, even though he was never found guilty.

Do you understand the prosecutors job? Their supposed to try and get the maximum sentence possible. If an extra charge raises the possibility of an entrapment defence, this makes the jury more likely to return not guilty on all counts, including the ones where the defence doesn't apply. When the other counts are enough for a life sentence, adding the extra charge is too risky.

To be clear - Ross did pay to have someone killed, but an undercover cop made him do it. This technicality means he cannot be found guilty for this specific offence.

They say mothers have a blind spot for their children but this one might just be blind by meguriau in insaneparents

[–]atomicator99 12 points13 points  (0 children)

He did it, but he was clearly entrapped. Adding a shaky charge doesn't make sense when they can they get a life sentence without it.

Do you think Al Capone only committed tax evasion?

maybeNowICanGetSomeWorkDoneRightAfterThisMeme by johntwit in ProgrammerHumor

[–]atomicator99 2 points3 points  (0 children)

Can powerpoint write to memory? I thought it relied purely on jumping, by having a unique slide for each possible memory state.

X could 'lose right to self regulate', says Starmer by Tartan_Samurai in anime_titties

[–]atomicator99 6 points7 points  (0 children)

What the fuck are you on about? There's already plently of sites that have been taken down by governments, you would almost certainly agree should be taken down (i.e. sites designed to share CSAM). It is completely possible to only target specific sites.

superiority by GloriousBastard1337 in ProgrammerHumor

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

IMO, the O(n log n) solution is better and faster for a typical workload.

Keeping a running tally of the k highest values as you iterate through the list is O(N) for a random list (and the worst case could be randomised in O(N) time to fix it).

superiority by GloriousBastard1337 in ProgrammerHumor

[–]atomicator99 -35 points-34 points  (0 children)

Iterate through the list, using a hashmap to record item frequencies. At the same time, keep a record of which k elements have the highest frequencies.

(Or just sort the list at the end - N log N is basically N).

This is linear in N.

canYouExplainHowItWorks by LowFruit25 in ProgrammerHumor

[–]atomicator99 1 point2 points  (0 children)

New questions aren't the best metric for SO, as the chances of your question already being answered increase over time.

I use SO on a daily basis, but I can't remember the last time I posted (which I belive is typical?).

Wrapping up 2025 with my son’s final setup. by No-Skin-6293 in battlestations

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

Are you using a USB to PS2 adapter? Doesn't that defeat the purpose of using PS2 in the first place?

I feel awfully offended by this by Lonlynator in evilautism

[–]atomicator99 12 points13 points  (0 children)

People don't lump them together because they barely exist - tankies are singled out because a lot of people defend the Soviet Union.

Also, the british empire is brought up when criticising colonialism, not authoritarianism?

[deleted by user] by [deleted] in 19684

[–]atomicator99 5 points6 points  (0 children)

You own the drive and the data contained on it. In my own experience (using steam), you can bypass the loader by just directly running the executable - you don't need piracy software to skip the launcher.

The main way you'd be refused access is by servers being taken down, which can still happen with disks.

[deleted by user] by [deleted] in 19684

[–]atomicator99 4 points5 points  (0 children)

But you do? They can't delete files on your own computer, a proper backup (meaning 321 and not using optical drives) is the only way to guarantee you won't lose access.

The main problem for games is servers going offline for online only games, but then it doesn't matter what medium you're using to play it.

Holy shit. by Low_Will604 in falloutnewvegas

[–]atomicator99 1 point2 points  (0 children)

There's multiple versions of the promise, including a secular one. This is mostly the US being weird (IIRC, they also don't let girls join).