Skip Navigation

Posts
3
Comments
586
Joined
2 yr. ago

  • Well, we've a single cable coming over from France that makes up about 3% (I think) of our total electricity supply. So "French Nuclear" should be a bigger entry in that table than coal, solar, hydro or bio. That's not the only import, either, so it's not completely impractical for the missing percentages to be imports.

    https://en.wikipedia.org/wiki/HVDC_Cross-Channel

  • Well, we've a minimum pricing per unit on alcohol, any kind of multipack deal is forbidden, and the licensing hours are such that it's easier to get yourself some bennies than it is to get a drink before lunchtime; need to plan your day around getting some booze in the house.

    National drug policy should really be about minimising harm, with treatment and rehabilitation for addicts, but any kind of talk that isn't about stringing them all up is anathema to our circus of bawbags in Westminster.

  • You can only store rational numbers as a ratio of two numbers, and there's infinitely times more irrational numbers than rational ones - as soon as you took (almost any) root or did (most) trigonometry, then your accurate ratio would count for nothing. Hardcore maths libraries get around this by keeping the "value in progress" as an expression for as long as possible, but working with expressions is exceptionally slow by computer standards - takes quite a long time to keep them in their simplest form whenever you manipulate them.

  • If it's a Robin Hood story, then presumably it's full of gold coins rather than dollar bills. Bag's about the size of his head, call it four litres. Gold has a density about 20 kg / litre and is worth about $100 / gram, so ignoring the fact that you'd struggle to lift that bag, especially in one hand, it would be worth about $8M.

    Still works out to about 0% of their wealth. Time to start taxing the rich.

  • Think you're understating it, there. Skyrim's combat system is terrible, bordering on a placeholder implementation while they worked on something better, and I can't think of many games with worse. The "stealth" gameplay is ridiculous and immersion-breaking, and the magic consists largely of circle-strafing while line goes up - they get you between the more interesting bits, but little more. However, if you had any dreams of role-playing as some kind of Viking berserker who survives in the icy northlands by their sheer skill with an axe, then I hope you enjoy your combat choices of "bonk" or "charged bonk", stopping occasionally to consume a few entire wheels of cheese.

    Completely with you on Oblivion - rough is a fine word for it. The 'realistic' graphics have, ironically, aged much worse than the fantasy world of Morrowind, but the plots and characters are much more interesting than the design-by-committee that they've settled into.

    I think the "fast travel from the start" and "points of interest visible from miles away" is what really spoils it. Doing a quest in Morrowind felt like an adventure where you had to prepare for the unknown, using all the clues that you'd picked up to your advantage, and it had a world that felt alive when you poked around in it. Frequently, you'd find even more things to do along the way. Doing a quest in Oblivion consists of clicking to get as close to the ready-highlighted destination as you can, zipping through all the meaningless dialogue as quickly as possible since there's nothing you need to read in it, and then clicking home again to get your reward. Bethesda feeling the need to pad that out with 'radiant' quests is completely the wrong direction.

  • That would be porn featuring people who were born as a boy or a girl by mistake, and who have since tried to put that right. Rocky Horror Picture Show has a "sweet" song with the word which is apparently problematic.

  • To be honest, that's equally likely. Some of these comics are head-scratchers.

  • We measure Right Ascension from the first point of Aries, which is the March equinox and one of the two times where the ecliptic intersects the celestial equator. (The other being the September equinox, of course.) That's easier to determine with a telescope than peri-/aphelion, and more meaningful to people on Earth. Might suggest that as new year, and then we won't upset the sun either?

  • I'm assuming it's a joke based on "campari" wine sounding like "calamari", and thus the squid is being dropped into the barrel to stomp on the grapes. Tell you something though, seeing all of the comics on Lemmy makes the Far Side collections, where they've selected out all the ones that make sense and/or are funny, into a revelation.

    https://en.m.wikipedia.org/wiki/Campari

  • Yeah, I was pondering this earlier. In exchange for giving up quite a lot of the CPU die, you can have some NPU functionality instead; rather than having to offload everything to the cloud, you can preprocess some of it first, and then offload it.

    Speech-to-text and text-to-speech plus general battery efficiency are reasonable use cases for a phone, certainly more so than a laptop and much more so than a desktop. But as you note, those models are going to be small, and RAM and backing storage on phones tends to be slow and limited.

    Was also considering that an NPU gives no benefit at all unless code has been written for it; it's a bastard to write code for something so concurrent, and giving up CPU die for an NPU instead of more cores and cache means that your phone will generally be slower unless it's largely used for NPU tasks. Plus if you need to offload to the cloud for most useful tasks anyway, it's just a marketing gimmick that makes your phone less good for most uses.

  • To be fair, compiling C code with a C++ compiler gets you all the warnings from C++'s strong-typing rules. That's a big bonus for me, even if it only highlights the areas of your C that are likely to become a maintenance hazard - all those void* casts want some documentation about what assumptions make them safe. Clang will compile variable-length arrays in C++, so you might want to switch off that warning since you've probably intended it. Just means that you can't use designated initialisers, since C++ uses constructors for that and there's no C equivalent. I'd be happy describing code that compiles in either situation as "C+".

    Also stops anyone using auto, constexpr or nullptr as variable names, which will help if you want to copy-paste some well-tested code into a different project later.

  • Man alive, don't get the managers working with audio. "Doubling the stream" might work if you're using a signed audio format rather than an unsigned one, and the format is in the same endianness as the host computer uses. Neither of which are guaranteed when working with audio.

    But of course, the ear perceives loudness in a logarithmic way (the decibel scale), so for it to be perceived as "twice as loud", it generally needs an exponential increase. Very high and low frequencies need more, since we're less sensitive to them and don't perceive increases so well.

  • I think every game of theirs since Dark Souls has a decent supply of homebones, and you can always 'suicide out' with the darksign. This a Demon's Souls issue? Never before in the history of video games has so much jank been dropped haphazardly into a pile and ended up creating such a great game. If you can't get stuck on geometry in that, then it's the only technical issue it doesn't have.

  • Assuming you had a pretty decent monitor and graphics output in the 90s, it may have been 800x600, but more likely 640x480, and you'd have been using the standard issue bitmap font with no anti-aliasing, blitted to screen using software rendering. Probably in a single colour, too.

    Alas, the problem with that is that it doesn't scale. On xterm a 4K monitor, I can watch Vim redrawing the screen, paging through logs is painful. Use Kitty for the same, it's instant, I can flip through tabs and split screens too, and have niceties like anti-aliased fonts and transparency if I want them.

    Some people spend a lot of time in the terminal, so I can't fault them for taking the time to make a nice working environment and sharing that work with others.

  • Permanently Deleted

    Jump
  • Ah, fair enough - thought you might have only seen a picture like this if it, which doesn't give a good impression if it. Apologies.

  • Permanently Deleted

    Jump
  • The original is quite large-print. Also, completely gorgeous as OP notes. This image could do with a few more of them pixels.

  • Surely i, j, k, l, m and n should be integers, and the rest should all be floats? Seems to me that this language model hasn't been trained up on enough FORTRAN77.

    Disgraceful lack of respect.

  • The incredibly expensive luxury perfume ingredients aren't exactly bad gifts either - should be able to convert them into ready cash at any market in the middle east.

  • Finish the transition from X to Wayland?

  • They developed and/or published so much good stuff - Menace, Blood Money, Shadow of the Beast, Killing Game Show, Walker, WipEout; and all the Lemmings games too.

    Admittedly, even the "big" publishers from the 90s were the size of the larger indie studios now, but they had a rare gift for turning out great games in a really wide range of genres with consistently banging tunes.