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

  • It's not that you change the passwords for each website often, it's that you use a different password for each site. That way if one site gets hacked and your password is leaked, it can't be used to access your accounts on other sites.

  • It's a quite entitled view to take that they should make an effort to pass the project on. It would be very hard to build sufficient trust in a new developer quickly, and passing it on without that trust would be undermining the trust that users of the projects have placed in this dev. If I were him, I wouldn't be staking my reputation on finding someone to take over from me if there wasn't already an obvious candidate.

    The successful fundraiser you mention looks to have had a target of $12k USD (from: https://discuss.techlore.tech/t/divestos-is-unsustainable-needs-community-support-we-sent-250-and-you-can-help-too/6660, the original page has been taken down), and was as a alternative to them taking a full time job. I'd say its a reasonable bet that money was spent on living expenses, and IMO $12k a year is much less than this level of skilled work is worth. It's certainly not enough money to make it unreasonable to shut down the project a year later, and I doubt anyone who donated feels shortchanged by it.

  • The upside of IANA doing it would be a standardised place for sites to move to. Without coordination, different sites would move to different TLDs, probably mostly based on what isn't already registered. IANA could create a new TLD for this and give existing whatever.io owners a chance to register whatever.iox before its generally available

  • If you're just commuting & riding flat, even-ish trails, you maybe don't need a MTB at all. You'll get much bigger changes in handling/comfort/speed from changing the style of bike than the marginal gains from upgrading individual parts.

    What are you hoping to gain from a drivetrain upgrade? It might make more sense to look at changing the type of bike you have, rather than trying to transform a MTB to act like a hybrid/gravel/road bike

  • Blaming Spotify for this is like blaming the company that made your TV for showing you ads that are part of the broadcast. Unless Spotify makes the specific podcast you're listening to, they're just playing you the content someone else made, including the ads they included in that content.

  • It's marked solved, but since OP didn't post the solution:

    -e uses basic regular expressions, where you need to escape the meta-characters ((|)) with a backslash. Alternatively, use extended regex with -E

     
        
    $ echo a | grep -E "(a|b)"
    a
    $ echo a | grep -e "\(a\|b\)"
    a
    $ echo a | grep -e "(a|b)"
    $ echo a | grep -E "\(a\|b\)"
    
      
  • The male gaze is the idea that we judge things from the perspective of a (heterosexual) man. In particular, it often refers to what society considers to be beautiful. Society often equates being sexually attractive with beauty, and often values people who are considered beautiful more highly.

    The article is critizing the video for claiming to subvert this trope in the second half, while still placing emphasis on Katy Perry's sexual attractiveness.

  • That seems too harsh a penalty, it makes using an additional PU likely to mean starting from the back for ~5 races. It'd also hurt smaller teams worse - if your average qualifying position is 16th you'd be starting from the back for about 12 races.

  • The x390/x280 are the same era as these but smaller, so might be a better fit here. The X390 has soldered RAM though, so I'd look for the 16GB version if you can find it (there's not much of a price difference used)

  • I wouldn't wait that long in the hope that Google release another Pixel tablet and that it then fixes the issues you have with the current one. IMO there's too much risk that either they don't release it, or they don't release it at the time you're expecting, or it doesn't change things you care about, or they change the price/features.

    I'd say buy the best (/least worst) thing you can actually get now.

  • I'd question whether the 45 degree option will really be optimal ergonomically. It'll mean that it's harder to get at the dishwasher racks from the sides while they're pulled out (since there's a cabinet door at a 45 degree angle to them). Particularly for loading the back of the rack, that'll mean reaching relatively far.

    I have a dishwasher next to the sink, and I tend to load it from the side standing in front of the sink. If it was at 45 degrees the door would open so that I couldn't stand in front of the sink while it was open.

    Obviously I haven't seen your floor plan, so there's maybe something I'm missing, but I don't see how a 45 degree angle could make the ergonomics better.

  • Graphene OS drops support for devices pretty soon after Google does. It's not a good idea to buy anything before Pixel 6 to run Graphene OS right now (see https://grapheneos.org/faq#supported-devices)

    This will get better going forward since Google is supporting the Pixel phones for much longer (5 years for the Pixel 6/6a onward, 7 years for the newest devices).