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/)CA
Posts
4
Comments
66
Joined
2 yr. ago

  • I feel like this is overlooked far too often. I rarely see anyone use data structures outside of (array) list and hash table and any attempt to use something descriptive of the problem is often shot down because of "familiarity," which is sort of self-fulfilling.

    I get away with flagging lists which should be sets, though.

  • I think you're asking if it's possible for your government to be a man-in-the-middle? Depending on which government you live under, the answer is likely no but more importantly the answer will always be; it's not worth their effort to find out what you're watching.

    YouTube's public key is signed by a certificate authority whose public key (root) is likely installed on your device from the factory. When you connect to YouTube, they send you a certificate chain which your browser will verify against that known root. In effect, it's information both you and YouTube already share and can't be tampered with over the wire.

    Technically, those signatures can be forged by a well resourced adversary (i.e. a government) with access to the certificate authority through subversion, coercion, etc. At the same time, it's probably easier to subvert or coerce you or YouTube to reveal what you watch.

  • Yep, employers under capitalism only understand leverage. Job hop, play multiple offers against each other, negotiate a higher salary and have the power to walk. It feels sleazy but it's self preservation. It's only as sleazy as their incentive to pay you as little as possible.

    "Hard work" was the wisdom passed down but I think it came from confirmation bias. If your employer gives you good raises just to keep you, you'll feel you deserve it instead of attributing it to a very good job market for workers.

    It's cool, we figure it out after a year or so in this environment (if nobody has told us.)

  • obscure corporate jargon like KPIs (key performance indicators), KRIs (key risk indicators) which, after having thrown them at me during an interview for a college intern position, made the interviewer wonder why i got so flustered. i would hesitate to throw any acronyms around in any interview, let alone for a college student.

    by the way, i got the internship. the acronyms weren't even used in my position.

  • Yeah, it's pretty understandable to associate telemetry with wrongdoing. There's been so much of it that it's easier to switch it off.

    There's a lot of useful, non-personal data they have legitimate reason to collect. Namely, app profiling data for profile-guided optimization which can improve the performance of the browser by analyzing how it runs on actual devices.

  • The biggest issue most people have with it is the dynamic DNS feature, which is automatically enabled and contacts their server to create the record. If you turn this off before connecting the router to the internet, you're probably good.

    The simplified DoH client also only allows either Cloudflare or NextDNS, which aren't the most privacy-oriented options. Still, it's possible to set up your own.

    Otherwise I've never heard of anything major; the devices are cheap and reliable. I've had one running constantly for years and only had to reboot it manually once.

  • Where did you get 100 from? I'm just asking if it's a real limit or a guess at "some manageable number" under one million.

    It can be worth experimenting and tuning this value. You might even find that less than 100 works better.

  • I agree. I use Proton and I have exactly one service which supports GPG. It's a cherry on top but it's not all that useful.

    The big thing is to use a trustworthy service that you pay for. It's not bulletproof but at least the incentive is there to keep your email private and away from advertisers.

  • Ah, it might be a regional thing. In the UK, the cheapest Vitamix is almost £400 where the Magimix was about £200 at the time. They might be pretty comparable but the prices don't quite work out the same here.

    Totally agree though, I was getting through a £50-75 blender each year for really silly breakages with no spares available.

  • A decent blender. Not anything industrial like a Vitamix, it's a Magimix which was about half as much but still durable and has replaceable parts. It's fine for what I need and is lasting much longer than the pile of crap I had before.

    Vacuum pack bags for clothes is another one. I like to keep my wardrobe seasonal but I don't have much space, so packing it down helps.

    Also anything reusable: PTFE/silicone baking sheets, rechargeable batteries, reloadable floss handles. All of these have saved recurring purchases, money over time and reduced waste (which made me feel good.)

  • me_irl

    Jump
  • To be honest, I agree they should be able to be larger at times.

    I had a lot of disagreements when I was on a new codebase, knew what I was doing and I was able to push a lot of code out each day.

    The idea is to have them small, easily readable with a tight feedback loop. I argued that bootstrapping a project will have a lot of new code at once to lay the foundations and my communication with the team was enough feedback. If I split it up, each PR would have been an incomplete idea and would have garnered a bunch of unnecessary questions.

    That said, I think it's generally pretty easy to put out multiple PRs in a day, keeping them small and specific. As you say, half of the job is reading code and it's nicer to give my coworkers a set of PRs broken down into bite sized pieces.

  • Yeah, I think that comes from the developer having high standards for hardware security. The effort put in is a waste if the hardware fails. I would have thought Samsung would have been suitable too, though.

    What about /e/OS or plain old degoogled Lineage? I like it as a phone OS, it's just a shame the app ecosystem is so dependent on Google's services.