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

  • I'm far enough that I think it's inappropriate to have issued it to my area.

    It's a very invasive system. The phone screams at you with a siren noise for 10 seconds even on silent. And very boldly declared itself a RED warning.

    If they are expanding it to account for travel distances I think they should have more accurate wording.

    I'm happy to have these alerts enabled if they're used appropriately but if they start to make a habit of it I'll end up disabling them.

  • I don't think you even need to configure the email.

    If I recall correctly emails are optional for Let's Encrypt but Caddy are partnered with ZeroSSL who do require emails so you're encouraged to provide one.

  • I might consider using it if it was an open data format, or a download to Google Wallet, Apple Wallet etc but it's a proprietary app.

    Why the fuck does it need to be an app?

    Why would anyone want to send telemetry directly to the government, it's insane.

  • when stacking firewood, always put the pieces with the bark facing up. that way, rain can't get the wood wet, and the logs dry quicker.

    I read this as being another feature of half life. I was very impressed by the level of detail the devs put into such an early game. Although slightly confused why log stacking would be part of a game

  • It was far more then one complement. After the drama stirred the CEO started posting a bunch of official statements justifying his words in the reddit thread. Then kept editing and rewording them in response to the negative feedback. It was entirely unnecessary

  • Somebody had posted the link elsewhere in this thread. I'd been mistakenly searching u/ProtonSupportTeam for the offending comments rather than u/ProtonTeam

    https://old.reddit.com/r/ProtonMail/comments/1i1zjgn/comment/m7ahrlm

    Here's the r/privacy thread which summarised all the drama, including pointing out all the comments Proton mods were deleting and censoring in their own sub. Then true to form the r/privacy mods deleted the thread: https://www.reddit.com/r/privacy/comments/1i210jg/protonmail_supporting_the_party_that_killed/

  • Does anyone have links to the dumpster fire of a reddit thread in one or the Proton subs? There was also one of r/privacy but I can't find either so suspect they've been deleted to try to quell the flames.

    It was very entertaining drama

  • I dunno. The proactive approach you're describing doesn't sound very public sector. Why invest money in something when you could just ignore the issue, cross your fingers and hope it happens to someone else, not you.

  • Code is overwhelming. Even experienced professionals hate diving in to somebody else's code. It's scary, poorly documented and we always think we could have done it better.

    Don't let that put you off.

    A lot of us are practical learners. So like you we stare at a wall of code but struggle to comprehend it. But if you dive in and start editing, experimenting etc you'll change the output and understand why it was written in a certain way.

    Eventually once you've got it sussed you'll be able to adapt a script to do what you want it. That'll trigger the dopamine reward mechanism and you'll be hooked like the rest of us.

  • Do the other students feel the same way? It might be worth starting a study group amongst your peers to help one another out.

    Have you reached out to your teacher? they should be able to either help you catch up or steer you towards resources that better suit your pace/ learning style.

  • Date based version numbers is just lazy. There's nothing more significant about a release in two weeks (2025.x.y) than today (2024.x.y).

    At least with pride versioning there's some logic to it.

  • Single player blackjack against the dealer is a good choice.

    The basic rules of the game are easy to implement so the payoff is quick and you can extend it later with additional complexity if you like.

    • Aces as 1 or 11
    • splitting doubles
    • Betting
    • Random card, single deck, multiple decks etc
    • Dealer logic as AI
    • Player AI with card counting