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/)PH
Posts
0
Comments
99
Joined
2 yr. ago

  • Python is probably the language that popularized them, if not invented them. They're saying the team doesn't like using them.

    My take is that other than C++, where it's reasonable, forbidden language features are a smell for the team not having a healthy understanding of the language

  • I don't get this comment. Gnome is not trying to make a walled garden, and Microsoft has taken every chance they get at making walled gardens (Windows phone, windows 8 arm, various proprietary file formats and protocols), they just haven't been very successful at it.

  • El título es bastante jailbait. Es la cárcel de baja seguridad, pero no es un nuevo capuchino según el mismo artículo

    Según un informe de 2017 del Instituto Nacional de Derechos Humanos (INDH), las celdas de Capitán Yáber miden aproximadamente unos cuatro metros cuadrados y albergan a dos personas como máximo, mientras que cada habitación tiene catres metálicos para una litera. “No tienen ventanas, por lo que no hay luz natural ni es posible ventilar el lugar. Sí hay luz artificial que proviene de tubos fluorescentes y lámparas, cuyos interruptores son controlados por los internos”

    Quienes conocieron ambas cárceles, Capitán Yáber y Capuchinos, dicen que coinciden sólo en el tipo de delitos, pues la amplitud de los espacios no es comparable.

  • Yeah, they're mostly bits of hardware that turn ttl/serial into a USB device. Then you can use minicom or dterm to connect to the host. Mostly used for embedded development, but also useful for debugging servers that are not connecting to the network without having to lug a keyboard and screen.

    After they're connected, if they speak vt110, your terminal emulator can display everything properly

  • Being alone with humans on a forest happens all the time. Hiking is a thing. And while I do grant you that rarely fucked up people do fucked up shit, most of the time absolutely nothing happens. At most there's some nodding.

  • tz offset is really not enough. You'd need to save the time zone id and/or offset, to have you library calculate deviations such as daylight savings.

    Even that, that would break if the user moves and now what they setup is using their previous timezone.

    Basically, I'm saying that storing the offset works most of the time, but not all of the time.