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/)M
Posts
6
Comments
114
Joined
3 yr. ago

  • Recently Teams is blocking Firefox even on Windows, but changing user agent was enough in my case...

  • Exactly, making everyone to switch over to something else is impossible...l'll uninstall it as soon as they roll this out

  • I've always thought estimates were a problem in programming, but now that we have switched to agile with sprints its almost comical, they hurt development in so many ways... People start to give all the value to time and completed tasks, and 0 value to what they're actually doing.

  • Thanks much better, however "Correlation does not imply causation" which is obvious in this case (and as the source itself say, the correlation is probably about education instead etc). The problem is much more complex and trying to explain it with a simple correlation is a bit naive, however you can't deny how much of an economic struggle raising a kid is for the average income family....

  • The source you linked tells that more developed countries have less kids, which is almost unrelated to how "affordable" having a child is, which infact have the opposite trend.

  • In one of my jobs, they were automatically locking any push 2 hours before the shift ended.

  • The main downside of Tuta free for me is that you can't create filters for free. The main downside of proton free is that you can't remove their signature...

  • Grazie me lo sono letto, ma non so... Tutte le cose che dicono di fare diverse da TOR compromettono la sicurezza, ma non migliorano necessariamente l'usabilità, ad esempio la storia di cambiare nodi per ogni singola connessione.

    Naturalmente come hai detto, la loro mission è molto diversa da quella di TOR per quello non capivo la comparativa sulla loro repo...

  • Sembra interessante, sicuramente meglio di una semplice vpn che come dicono anche loro sulla repository fa poco per la privacy... Compararsi a TOR mi sembra un po' ardito invece 😅

  • It is a stupid way to implement it, but the called function is named setMonth()! The minus one is performed externally, so if you set February you expect February, validation should adjust the other fields...

  • Beh in parte si, ma devi per forza inserire qualcosa di verificabile come recovery in Proton: se non è il cellulare è un'altra email...Tutanota ha l'opzione più anonima del "recovery code" e basta... Un altra completamente anonima è "skiff" (che suona ancora meglio in italiano 🤣)

  • Dall'immagine nell'articolo, uno dei domini valutati era youremailprovider.sucks 😄 Scherzi a parte, è l'unico provider con una buona reputazione rimasto che non richiede un numero di cellulare praticamente...

  • Windows

  • I did a test some time ago of the diff track against flac, it was just noise at 192k, its awesome

  • Ma non è su play store perché è beta, o per scelta?

  • Tv and movies don't look choppy because the shutter speed of the camera smooth out the movement with motion blur. Motion blur in games is instead just simulated and not as effective.

    Also as someone else have said a game is interactive and input latency can be as high as 3 frames, which at 30fps would be 1/10s and can be perceived....

  • I'll give a different perspective on what you said: dx12 basically moved half of the complexity that would normally be managed by a driver, to the game / engine dev, which already have too much stuff to do: making the game. The idea is that "the game dev knows best how to optimize for its specific usage" but in reality the game dev have no time to deal with hardware complexity and this is the result.