addie

joined 1 year ago
[–] addie 6 points 4 months ago (3 children)

Yes, because it doesn't do as much to protect you from data corruption.

If you have a use case where a barely-measurable increase in speed is essential, but not so essential that you wouldn't just pay for more RAM to keep it in cache, and also it doesn't matter if you get the wrong answer because you've not noticed the disk is failing, and you can afford to lose everything in the case of a power cut, then sure, use a legacy filesystem. Otherwise, use a modern one.

[–] addie 3 points 4 months ago (1 children)

Yeah. Unless they've some ulterior motive for porting their RE engine to iOS, then this is insane. That kind of cash will barely fund a senior engineer for a month once you've paid out overheads as well.

If they're planning to have some kind of phone tie-in to the next Resi game, then maybe it might have made sense to work the compatibility issues out. An app that runs on your phone that makes it "your phone in game", so you can receive texts from the president's daughter while shooting some definitely-not-Spaniards on your Playstation, bit of an augmented-reality thing. Could be a laugh to have your phone be in control of a drone so that you can see round corners, while juggling the other things you're doing? But probably mostly so that you can get dinged for microtransactions.

[–] addie 10 points 4 months ago (5 children)

Thanks for all the great work, squire - I know it's a bit thankless. Let us know if the well's running dry.

[–] addie 28 points 4 months ago (7 children)

I think when Disney demands an internally-hosted version of your product, then the sales team tells engineering that they'll provide one, and mark the price up accordingly. That kind of thing doesn't appear on the external listing for everyone else.

[–] addie 36 points 4 months ago (4 children)

Man alive, I thought that Mozilla had been doing their own Personal Package Archives so that we didn't have to deal with Ubuntu packaging it as a Snap anymore. And this is doubly disappointing.

[–] addie 3 points 4 months ago

Note that bookmakers set their odds to minimise their own potential losses - if more bets are placed on a team, then they'll reduce the odds. So this graph will be weighted towards the larger bets placed by supporters of the wealthier nations.

Still cool, tho.

[–] addie 31 points 4 months ago (1 children)

Wife's birthday tomorrow, and she wants rid of the Tories as a present. Fortunately, that's what I was going to get her anyway.

[–] addie 1 points 5 months ago

Needs an endless repeating loop in there, plus one slang word spelled out in ridiculous furneticccc fashion, otherwise it's just not Joyce. AIs just have no appreciation of great art.

time for brekkie again, bit of a walk, wanked off on the beach, got burrrrrluckesaaaid with a bunch of prozzies while me wife cucked me and back home in

[–] addie 25 points 5 months ago (1 children)

Oh, one of our customers' users deleted the /var directory on one of the servers we provided to them, because it was "taking up too much space on disk". That's where Postgres saves its DBs as well; wiped out weeks of work in production for them. This hits very close to home.

[–] addie 39 points 5 months ago (1 children)

There's three regions missing here - region 0 is "worldwide", region 7 is "special purpose", Oscar screening DVDs and the like, and region 8 is "international waters" for cruise ships and things. You can set several regions on the same disk, to make a 2/4/5 and the like. Set each region as a bit, and you can store that in a single byte - that makes it very easy to flash the firmware on DVD players to decide which disks they can play. Aus/NZ will want content in English and Latin America will want Spanish or Portuguese, so the DVD consortium can still get up to their often-illegal, certainly immoral, price fixing and bullshit.

Really, fuck DVDs. So much potential in the increased capacity, and then it was mired in crap like this and "disabled user operations" so that you can't skip trailers. Time to raise the black flag and set sail for prosperous waters, me hearties.

[–] addie 41 points 5 months ago

The kernel option is mitigations=off, if you want to try adding it to your Grub command line? From the testing I've done, provides no benefits whatsoever - no more frames in games, compilation runs no quicker, battery life on a laptop is no better.

https://wiki.archlinux.org/title/Improving_performance#Turn_off_CPU_exploit_mitigations

[–] addie 10 points 5 months ago

If you made memory access lines twice as wide, they'd take up more space. More space means (a) chips run slower, because it takes time for the electricity to get there (b) they'd be bigger and more expensive.

The main problem with 32-bit, as others have noticed, is that that's not really so much RAM. CPUs do addition and subtraction the way we were taught at school - 'carry the one', they've an overflow bit that's set when your sum doesn't fit in the columns. On 8-bit CPUs, we were always checking back when adding up large numbers. On 64-bit CPUs, we can deal with truly massive numbers anyway, it's not such a hassle. And they're so fast at doing sums anyway and usually waiting for memory, it's barely a hassle.

Moving to 128-bit would give us a truly minuscule, probably unmeasurable, benefit in exchange for significant downsides. We could make them, but it would be pointless.

view more: ‹ prev next ›