Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FA
Posts
2
Comments
448
Joined
3 yr. ago

  • I do hear them if they are large enough, in high enough numbers and if I have my ear close enough, but it isn't a hum that I hear. I hear what I imagine are them walking or the stuff they carry.

  • But how would that make the bowling ball fall faster? F = G × m₁ × m₂ / r² and F = m₁ × a ⇒ a = F / m = G × m₂ / r², where m₁ is the mass of the ball and m₂ the mass of the planet. So the gravitational acceleration of a bowling ball is independent of its mass (assuming the planet has way more mass than a bowling ball).

  • If it's like Lisp, then ? is just part of the symbol and doesn't have any special syntatic meaning. In different Lisps it's also convention to end predicate names with a ? or with P (p for predicate)

  • Is there any situation where you'd want to remember the opcodes? Disassemblers should give you user-friendly assembly code, without any need to look at the raw numbers. Maybe it's useful to remember which instructions are pseudo instructions (so you know stuff like jz (jump if zero) being the same as je (jump if equal) making it easier to understand the disassembly), but I don't think you need to remember the opcode numbers for that.

    Edit: Maybe with malware analysis where the malware in question may be obfuscated in interesting ways to make the job of binary analysis harder?

  • Autism

    Jump
  • Oh, that makes sense. I interpreted "sad" as the paper making the person who didn't read it sad, the same way sad music is about making the listener sad than the actual music itself.

  • That is something that often bothers me with many recipes. Often I'm confused why they are using a certain weird ingredient I don't have access to or when they have a step that I don't understand its purpose of and the recipe doesn't explain its reasoning or its reasoning doesn't make any sense. I then have to improvise without any idea if the changes I'm making will significantly impact the final result.

    Only very few online recipes I see explain why they are written the way they are.

  • This one, if by unix he also means modern linux systems. Nowadays you can simply use tar xf my-file.tar.whatever and it should work on most linux systems (it worked on every modern linux system I've tried and every compressed tar file I've tried). I don't think it is hard to remember the xf part.

  • I don't have a driver's license, so I'm not knowledgeable in the topic, but aren't there situations where the decision is deferred to the drivers? For example when 4 drivers of the same class arrive at an intersection without signage at the same time, with each having one of the other drivers to their right, with all of them wanting to go straight ahead, with none of them being a tiebreaker.

  • Speed

    Jump
  • I once lived with a sort of science skepticistdenier (didn't believe in the moonlanding nor did he believe that the earth wasn't flat). He was of the belief that scientists are deceiving the public and one of the examples he gave was that they claim that the earth rotates at 1 670 km/h but if we look outside that's very clearly not the case and if jump we aren't flung at that speed to the side. I spent half an hour in a back and forth trying to explain the concept of relative velocity and inertia. It didn't go anywhere.

    Edit: changed to denier based on the comment by logos.