Skip Navigation

Posts
1
Comments
250
Joined
3 yr. ago

  • Although you should give the egg to the thief (he can open it and you can't) and then kill him and retrieve it from his dead body later, otherwise you can't win the game. Obviously.

  • Well, we know that our understanding of physics isn't correct - galaxies rotate faster than we think they ought to based on the amount of matter that we think is in them based on our theories of gravity and the evolution of the universe.

    The "simplest" explanation is that there's a particle that only interacts gravitationally, and has no other interaction with matter, hence being dark. Gravity might work differently on galactic scales, although it's hard to make that maths work; or neutrinos (which are also 'dark') don't have the gravitational interaction that we expect from theory.

    Simple answer is that we don't know, and "dark matter" is the useful placeholder term until we work it out. Could be a lot of things, although there's a lot of things that we know it isn't.

    Wikipedia has a big list of all the things that don't fit our current model, and which a proper theory of everything would have to explain. Dark matter ticks all the boxes, whereas other theories work for one or two but can't explain the rest.

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

  • You've got that a bit backwards. Integrated memory on a desktop computer is more "partitioned" than shared - there's a chunk for the CPU and a chunk for the GPU, and it's usually quite slow memory by the standards of graphics cards. The integrated memory on a console is completely shared, and very fast. The GPU works at its full speed, and the CPU is able to do a couple of things that are impossible to do with good performance on a desktop computer:

    • load and manipulate models which are then directly accessible by the GPU. When loading models, there's no need to read them from disk into the CPU memory and then copy them onto the GPU - they're just loaded and accessible.
    • manipulate the frame buffer using the CPU. Often used for tone mapping and things like that, and a nightmare for emulator writers. Something like RPCS3 emulating Dark Souls has to turn this off; a real PS3 can just read and adjust the output using the CPU with no frame hit, but a desktop would need to copy the frame from the GPU to main memory, adjust it, and copy it back, which would kill performance.
  • You say that, but elephants, which are the largest animal alive on land today, are surprisingly quiet. They've got very padded feet to support their enormous weight, which means they move very quietly.

    Now, not seeing them? They were big bastards. Need some trees to hide in.

  • This, exactly. When we redid our bathroom, we went from "immersion tank" hot water with about three metres of pressure behind it, to central heating in a closed system, where both hot and cold have the exact same pressure, about thirty metres head. Went from being basically impossible to have a shower, to being an absolute pleasure where nearly the entire range of the tap gives a useful temperature, and it's got a right blast of pressure behind it too.

    Another alternative would be an electric shower - since you're just heating up cold water, the pressure is "always the same". They tend to be a bit pathetic and crap, tho.

  • Once you start Vim, you don't even need to activate the lock screen when you leave your desk. Ain't no-one going to be using that machine for anything nefarious any more.

  • Money is an emotional thing. Do I believe that this coin / bit of paper / number on a website is something that I can exchange for goods and services? If not enough people believe that, that currency will collapse.

    Mind you, not using money is inefficient at scale. Sending the bag of potatoes that I've grown in my garden this month to my internet provider for continued shitposting privileges only goes so far.

  • According to this: https://www.globaltimes.cn/page/202407/1315864.shtml

    In the first five months of 2024, Brazil, the US, Canada, Russia and Argentina remained China's top five soybean importers in terms of value. China imported $12.56 billion of soybeans from Brazil, followed by the US with $6.25 billion and Canada with $531 million, according to data from the General Administration of Customs (GAC).

    Brazil and Russia (and China, of course) are part of BRICS and will be delighted to strengthen trade links. I hear that Canada have a neighbour who have become a trade liability recently and would be delighted to increase trade with other countries, too?

  • Beautiful creatures with excellent names.

  • Hey! The images of Ryugu that were taken from Hayabusa2. What a sad lonely rock that place is - a loose collection of boulders in an endless orbit, in which it will probably continue without further interaction from now until the end of time. You could sneak a few ghosts onto that place, right enough, and no-one would notice.

  • As an aside, the Mars rovers are much larger than this - we don't see them side-by-side with people for comparison very often. Curiosity is the size of a car - three metres on a side, two metres tall, and weighs the best part of a tonne.

  • Heard it doesn't take him much at the moment - the slightest chuckle will probably do.

  • It's one of those materials that has an almost complete list of superb properties, with one overwhelming downside. It's cheap, abundantly available, completely fireproof and can be woven into fireproof cloth, adds enormous structural strength to concrete in small quantities, very resistant to a wide range of chemical attacks. It's just that the dust causes horrific cancers. See also CFCs, leaded petrol, etc, which have the same 'very cheap, superb in their intended use, but the negative outweighs all positives'.

    One of the 'niche industrial applications' was the production of pump gaskets in high-temperature scenarios, especially when pumping corrosive liquids. We've a range of superalloys that are 'suitable' for these applications - something like inconel is an absolute bastard to form into shapes, but once you've done so it lasts a long time. But you still need something with similar properties when screwing the bits together. For a long time, there was no suitable synthetic replacement for asbestos in that kind of usage.

    If you know that the asbestos is there, have suitable PPE and procedures, then IMHO it's far from the worst industrial material to work with. It's pretty inert, doesn't catch fire or explode, and isn't one of the many exciting chemicals where a single droplet on your skin would be sufficient to kill you. What is inappropriate is using it as a general-purpose building material, which is how it was used for so long, and where it was able to cause so much suffering for so many people.

  • If I believed that they were sincerely interested in trying to improve their product, then that would make sense. You can only improve yourself if you understand how your failings affect others.

    I suspect however that Saltman will use it to come up with some superficial bullshit about how their new 6.x model now has a 90% reduction in addiction rates; you can't measure anything, it's more about the feel, and that's why it costs twice as much as any other model.

  • A binary tree is one way of preparing data, usually for sorting. Each node can have a left, right, or both, children.

     
        
      A
     / \
    B   C
       / \
      D   E
    
      

    "Inverting the tree" means swapping the children for each node, so that the order that the nodes are visited is reversed. Depending on whether you want to copy the tree or swap it in place then the algorithm is different. C++ provides iterators too, so providing a "order reversed" iterator can be done efficiently as well.

    You're going to have to visit every node and do at least one swap for every node, and an efficient algorithm won't do much more than that. Bring unable to do it suggests that the student programmer doesn't understand stacks or recursion yet, so they've more to learn.

  • Does make me think about the story of Thales of Miletus; ancient Greek philosopher, got asked what use was philosophy if it doesn't make you any money. Predicted good weather, and monopolised all the olive presses, made a fortune.

    For a modern example; shares in Rheinmetall (German firm who make, amongst other things, the turrets for tanks) have gone through the roof after the recent US debacle. I could have told you a year ago that Trump getting in would have meant the US abandoning Ukraine; obvious in hindsight that that would mean a boon for European arms manufacturers.

    I don't think you need to be quick to take advantage. I think you need insight. If there's a topic that you're knowledgeable about and you can see which way the wind is blowing, then you can make your own boat.

    https://en.wikipedia.org/wiki/Thales_of_Miletus#Olive_presses

  • Now that sounds interesting!

  • You're understating it a bit there - the sun is 99.86% of the mass of the solar system by itself. To the nearest whole percent, the solar system consists of 100% "the sun". To the nearest 0.1%, it's 99.9% the sun and 0.1% Jupiter.

    https://en.wikipedia.org/wiki/Solar_mass

  • Man alive, all that time I wasted learning LaTeX in that case. Supports tables properly, "floats" pictures and figures about without messing up the flow of text, exceptional support for equations, beautiful printed output...

    Suffers from a completely insane macro-writing language, and its markup is more intrusive in the text than markdown's is. Also, if you have very specific formatting output requirements (for a receiving publication, for instance) then it can be somewhat painful to whip into shape. Plain-text gang forever, though.