servobobo

joined 2 years ago
[–] [email protected] 5 points 2 months ago (2 children)

It's an ancient divide in parts of the FOSS community that believes copyleft licenses are not "free" because they force you to license contributions under the same license.

[–] [email protected] 3 points 2 months ago

LFS guy: chews the unground beans

[–] [email protected] 7 points 2 months ago

She doesn't give a crap about tech, her party is 100% owned by the Finnish financial elite who dictate policy based on what makes them the most money.

[–] [email protected] 19 points 2 months ago

Last change made by Evolution, commit message "ehh good enough TODO fix in next release", 500 million years ago

[–] [email protected] 9 points 3 months ago

Our voters constantly and consistently reject candidates and policies that only benefit billionaires and their stooges, what could that ever mean to the electability of our candidate who fawns over Reagan staffers?

[–] [email protected] 25 points 3 months ago

this is what a terminal case of neoliberalism looks like, kids

[–] [email protected] 1 points 3 months ago

The proof assumes that the monkeys mash the keys at random and that there is a nonzero probability to write any chunk of text appearing in Shakespeare's works. If there is a section that the monkeys cannot generate, for example if we removed the letter 'e' from their typewriter, the monkeys will never write the complete works of Shakespeare regardless of the amount of time spent on it, so their point still stands and it depends on the assumptions you make about the monkey typists' typing skills.

[–] [email protected] 25 points 3 months ago* (last edited 3 months ago)

Bezos going all-in on the fascists

[–] [email protected] -5 points 3 months ago* (last edited 3 months ago) (1 children)

tbh an AI generated feed is an improvement over the everyday natural intelligence slop from your racist uncle

[–] [email protected] 7 points 3 months ago* (last edited 3 months ago)

"If it's not an npm package it's impossible"

- JS devs, probably

[–] [email protected] 4 points 3 months ago (2 children)

Surely we could optimize the return value with a switch statement and store the result as an integer to hide the compiler warning about our clearly correct code:

internal static bool AreBooleansEqual(bool orig, bool val)
{
    int result;
    if(orig) 
    {
        if(val)
        {
            result = 0;
        }
        else
        {
            result = 1;
        }
    }
    else
    {
        if(val)
        {
            result = 1;
        }
        else
        {
            result = 0;
        }
    }
    switch (result)
    {
         case(1):
             return true;
         case(0):
             return false;
         default:
             return AreBooleansEqual(orig, val);
    }
}

New LOC: 35

view more: next ›