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/)C
2
96
3 yr. ago

Programming and reading.

  • In addition to all the good answers, there also the case that most browsers just hide it nowadays. Go to google.com, you'll see only that text in the URL field, the http(s)://www part is only shown when you click into the field, because as many have already said, it's redundant in today's infrastructure

  • Using zsh will gelp with that mistake, because by default it will turn the 'no matches' scenario into an error. But seriously, always quote your arguments if there is any chance for ambiguity (also for variables)

  • Is your instance auto-deleting media after a few hours? This is the third post from you that just gives 404

  • Tell that to those on-site - they are dead either way

  • "Just" implies that one is worse than the other - as if people didn't die either way

  • Fbi definition:

    Domestic terrorism: Violent, criminal acts committed by individuals and/or groups to further ideological goals stemming from domestic influences, such as those of a political, religious, social, racial, or environmental nature

    I'd say, anyone storming parliament has plenty political goals

  • Found the American

  • row! dam it

  • That would only work if half the workers are pushing instead of pulling. If you've ever tried rowing, you know that doesn't work, at least not with any efficiency

  • While that is the main way how pages are discovered, some scrapers also just try random URLs, or known words from leaks

  • I typically have one DB service per app service (not just ler cluster, unless multiple services need the same db).

    Advantages:

    • Simple backup/data organization, each service is self-contained
    • True isolation: Unless you manually create DB accounts for each service, likely all your services have access to all data, and even with accounts there are data leaks and exploits

    Disadvantages:

    • You have more services running than strictly needed, but this is a minuscule impact on performance (the overhead of the DB service is typically not noticable)
  • Any content that is not hidden (private) is effectively public since crawlers will eventually find it, even if it's not in the built-in search

  • Renault has some models with almost no gimmicks, only a typical navigation system, for example the Kangoo at least our older model, no idea if that changed)

  • If the time resets, change the CMOS battery (usually a round one, a bit smaller than a coin).

    Don't know about the other issue, it seems stuck trying to detect USB devices, so it may be unable to work with your stick, you could try an older one (usb 2?), but the motherboard or usb controller may just be damaged with no easy fix.

  • 20 minutes? That's a strong focus for a TikTok kid!

  • Not quite right. An existing model can and is tweaked during its lifetime, but these are minor changes to the weights and not worthy of a new version, but they can significantly reduce (or increase) certain outputs.

  • In that case it may be to keep birds away (to have them not nest on the balcony)

  • VBA can be used in place of scripts on Windows through the use of wscript.exe, so you might want to find any small thing you want to automate and figure out how to do that

  • I did not mean to remove MainWindow from main, I meant you shoud change ErrorWindow* ErrorWin to ErrorWindow ErrorWin, because you don't want a pointer variable, you want an instance, and then you pass a pointer to the instance using &ErrorWin as you did.

  • Summit @lemmy.world

    Parsing of spoiler tags seems to eat brackets

  • Summit @lemmy.world

    Titles should probably not be parsed as markdown