bleistift2

joined 2 years ago
[–] bleistift2@sopuli.xyz 74 points 1 week ago (9 children)

is really good. You just need to cut away <roughly 75% of it>.

[–] bleistift2@sopuli.xyz 5 points 1 week ago

Yea, “earthworm” was definitely the first thing that came to mind when I saw that image.

[–] bleistift2@sopuli.xyz 198 points 1 week ago (2 children)

Nice of Steam to warn you though.

[–] bleistift2@sopuli.xyz 5 points 1 week ago

And when you're lost in the darkest of hours
Take a moment and tell me who you see

Avenged Sevenfold – Shepherd of Fire

[–] bleistift2@sopuli.xyz 35 points 1 week ago* (last edited 1 week ago) (1 children)

Quoting my self from this post’s anti-repost:

 Badly color-blind-friendlied:

collapsed inline media

[–] bleistift2@sopuli.xyz 27 points 1 week ago

Not my idea. I literally cited the source.

[–] bleistift2@sopuli.xyz 123 points 1 week ago* (last edited 1 week ago) (6 children)
  1. Rename every file from *.js to *.ts
  2. Set the compiler options
    {
      "checkJs": false,
      "allowJs": true,
      "noEmitOnError": false, // so the compiler compiles code it can’t prove right yet. Reset this after you’re done migrating
    }
    
  3. Install type packages for dependencies that don’t bring type information out of the box, for instance
    npm i -D @types/d3
    
  4. Add // @ts-nocheck to the beginning of every file.
  5. Go through your project file by file, remove the comment from (4) and add types until the errors are gone. And probably fix some errors along the way.

Abbreviated from “TypeScript Cookbook” by Stefan Baumgartner.

[–] bleistift2@sopuli.xyz 19 points 1 week ago* (last edited 1 week ago)

Thank god this image has a grand total of 20 pixels.

Ambidextrous Sofa

collapsed inline media
collapsed inline media

In mathematics, the moving sofa problem or sofa problem is a two-dimensional idealization of real-life furniture-moving problems and asks for the rigid two-dimensional shape of the largest area that can be maneuvered through an L-shaped planar region with legs of unit width.

A variant of the sofa problem asks the shape of the largest area that can go around both left and right 90-degree corners in a corridor of unit width (where the left and right corners are spaced sufficiently far apart that one is fully negotiated before the other is encountered).

Cantor’s Leaky Tent

collapsed inline media

In topology, a branch of mathematics, the Knaster–Kuratowski fan […] is a specific connected topological space with the property that the removal of a single point makes it totally disconnected. It is also known as Cantor's leaky tent […].

Sexy Prime

In number theory, sexy primes are prime numbers that differ from each other by 6.

Chicken McNugget Theorem

In mathematics, the coin problem […] is a mathematical problem that asks for the largest monetary amount that cannot be obtained using only coins of specified denominations. For example, the largest amount that cannot be obtained using only coins of 3 and 5 units is 7 units.

[…]

One special case of the coin problem is sometimes also referred to as the McNugget numbers. […] A McNugget number is the total number of McDonald's Chicken McNuggets in any number of boxes. In the United Kingdom, the original boxes (prior to the introduction of the Happy Meal–sized nugget boxes) were of 6, 9, and 20 nuggets.

According to Schur's theorem, since 6, 9, and 20 are (setwise) relatively prime, any sufficiently large integer can be expressed as a (non-negative, integer) linear combination of these three. Therefore, there exists a largest non–McNugget number, and all integers larger than it are McNugget numbers.

Ugly Duckling Theorem

The ugly duckling theorem is an argument showing that classification is not really possible without some sort of bias. More particularly, it assumes finitely many properties combinable by logical connectives, and finitely many objects; it asserts that any two different objects share the same number of (extensional) properties. The theorem is named after Hans Christian Andersen's 1843 story "The Ugly Duckling", because it shows that a duckling is just as similar to a swan as two swans are to each other.

[–] bleistift2@sopuli.xyz 34 points 2 weeks ago* (last edited 2 weeks ago) (2 children)
const that = this
[–] bleistift2@sopuli.xyz 3 points 2 weeks ago* (last edited 2 weeks ago)

The latin word, for those who are curious, being paraverēdus (additional postal horse, postal horse for special occasions), according to https://www.dwds.de/wb/Pferd

[–] bleistift2@sopuli.xyz 8 points 2 weeks ago (1 children)

Slug = Nacktschnecke – naked snail.

2
ich ≢iel (sopuli.xyz)
submitted 2 months ago* (last edited 2 months ago) by bleistift2@sopuli.xyz to c/ich_iel@feddit.org
 

Ich könnte das erklären, aber ich will mich nicht vor unserem Herrn und Meister blamieren. Deshalb warten wir, bis @ZonenRanslite@feddit.org spawnt.

Aus dem Video MRMCD2025 Durchblick im Takt

1
ich€iel (sopuli.xyz)
submitted 2 months ago* (last edited 2 months ago) by bleistift2@sopuli.xyz to c/ich_iel@feddit.org
 

Erläuterung: Wenn man nicht per PayPal bezahlen will und stattdessen diesen eindeutig beschrifteten Knopf drückt, öffnet sich das untere Fenster.

Aus der Antwort-Email des Unterstützungs-Mitarbeiters:

Ja das ist richtig, wir arbeiten in 1. Linie mit Paypal hier läuft die Zahlungen drüber.

 
 

MD5? SHA1? We increase security by not telling you.

 

Haven’t even staged it yet, so git reminds me tomorrow.

 
566
CSS Gardening (sopuli.xyz)
submitted 3 months ago* (last edited 3 months ago) by bleistift2@sopuli.xyz to c/programmer_humor@programming.dev
 
 

Brought to you by the unholy marriage between incompatible, pre-existing standards.

 
 
 
 

Under Windows DBeaver is a solid (and free) tool for the casual database user. But under Linux you really learn to save your scripts often.

view more: ‹ prev next ›