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/)A
Posts
1
Comments
277
Joined
3 yr. ago

  • Sure, let me make a web request when the user presses the back button. Can't see anything wrong with making the user wait every time.

  • I love uniforms because I hate clothes and all the stupid ass stipulations society has purposely and inadvertently put on them.

    But uniforms still reflect the social expectations. I don't trust the designers of the cloth to reflect everyone's needs. My clothing for example needs to be flexible and durable enough for me to climb a tree and fall back down without worry.

    Spending any more than 5 secs selecting what's gonna cover me for the day is already too long.

    There are 2 questions I ask myself when selecting cloth for the day:

    1. What is the weather like?
    2. Will I do something that could ruin a good T-shirt today?

  • Leap seconds are already a problem for minutes and hours, which is probably why they weren't added until now.

  • Banana

    Jump
  • Have you tried fresh banana picked a minute ago?

    No, but if climate change keeps accelerating, I might be able to eat a home grown banana. Unless the gulf stream breaks of first, in which case I can heard reindeer.Both are horrifying to think about.

  • Deleted

    Permanently Deleted

    Jump
  • It could also be scaled (THz) or when working with light given as a wavelength (nm) and sometimes even photon energy (eV).

  • Is there ever an instance when you do want to compare object identity instead of “equal”-ness?

    Maybe if you have to check if the object is one you already hold a lock for or account for some similar consequence of questionable architecture.

  • Physics!

    Jump
  • Deleted

    Permanently Deleted

    Jump
  • There is a reptile cannel on YouTube (think it's called clint's reptiles), that does annual skeleton reviews for halloween. The worst I can remember are where snail and octopus.

  • I will tell you that its popularity in America stemmed from a time period where they knew that removing that little bit of foreskin desensitized your penis which they believe made you less likely to play with yourself.

    I don't know if it stoped anyone, but having the skin certainly makes it easier. When I found out English speakers (probably mostly Americans) needed lube/soap to masturbate, I was confused.Also you can feel whan it's pulled back in your pants and I wouldn't want to have that feeling every day.

  • It's probably hungry, feed it a mouse.

    The actual best thing to do, apart from getting professional help, would probably setting the climate control to the lowest temperature to make the snake slow and sluggish before doing anything else.

  • hmmm

    Jump
  • Well, if I asking for help, it's probably because I am wrong about something. So I know who to trust.

  • Why assembly?Does C not allow putting the v-table in static memory/text or where is the hangup?

  • Having the sign bit in front, makes them compare like sign-bit-integers and if they are compared/sorted like 2s-complement integers, the negatives are reversed but still come after the positives.

  • Deleted

    Permanently Deleted

    Jump
  • Moskitos live anywhere there is stale water, so either clean it or have it wild enough that other insects outcompet them.Put your compost pile somewhere you don't walk past a lot, because that's where flies congregate.Ticks aren't that mobile, they need some animal to carries them there.

  • Deleted

    Permanently Deleted

    Jump
  • While it was probably not the best use of our time, it certainly made me think about relations and algebra in more interesting ways than the last uni course did.

  • Deleted

    Permanently Deleted

    Jump
  • But I am not taking about an amount of different things, but a parallel or branching number line being part of the set of natural numbers.I am not talking about modular arithmetic on its own, but as part of the set of natural numbers.

    Under the missing axioms those constructs would be part of the natural numbers, including an x in N such that s(x)=x and therefore x+1=x. While some might think this implies 0=1, it doesn't, because we don't have the axiom of induction, an thus can't prove a+c=b+c => a=b.

    The usefulness of such a system questionable but it certainly doesn't describe the natural numbers as we understand them.

  • Deleted

    Permanently Deleted

    Jump
  • There are also an infinite number of rationale between two integers, but the rationals are still countable and therefore have the same cardinality as the naturals and integers.

  • Deleted

    Permanently Deleted

    Jump
  • I know how how natural numbers work, but the axioms in the comment i replied to are not enough to define them.

    Not sure what you mean by 'loops'

    There could be a number n such that m=s(n) and n=s(m). This would be precluded by taking the axiom of induction or the trichotomy axiom.

    If we only take the latter we can still make a second number line, that runs "parallel" to the "propper number line" like:

     
        
    n,s(n),s(s(n)),s(s(s(n))),...
    0,s(0),s(s(0)),s(s(s(0))),...
    
      

    there are no natural numbers that are negative

    I know, but the given axioms don't preclude it. Under the peano axioms it's explicitly spelled out:0 is not the successor of any natural number