catacomb

joined 2 years ago
[–] [email protected] 3 points 5 months ago

Yeah, I've filled 256GB pretty easily by recording on an action camera all day, maybe for a couple of days. 4TB would be very convenient for a holiday.

[–] [email protected] 1 points 5 months ago

Did you pull it before checkout?

[–] [email protected] 1 points 6 months ago
[–] [email protected] 3 points 6 months ago (2 children)

Don't forget rustaceans for rust!

[–] [email protected] 1 points 6 months ago

Good to know the name, I've seen it invoked a few times.

In fact, I had this recently at work where I questioned a decision only for them to retort with one similar characteristic which a prior suggestion of mine shared. This was also a modal fallacy as they only used that one characteristic to come to a conclusion about both.

You also see it all of the time in politics unfortunately, a lot of "yeah but you also..." where we should be hearing good justifications.

[–] [email protected] 3 points 7 months ago* (last edited 7 months ago)

I've used it for the exact same purpose, great minds think alike. It's perfect for that scenario given there's no internet.

I just don't use it much otherwise because apps like Signal are far easier to move my friends and family on to and they're more than good enough. The metadata privacy Tor would provide would give me a lot of peace of mind but I know it'll never happen.

[–] [email protected] 3 points 8 months ago (2 children)

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.

[–] [email protected] 1 points 10 months ago

DMCA takedown from Meta incoming

[–] [email protected] 1 points 10 months ago

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.

[–] [email protected] 1 points 10 months ago (2 children)

I'd be pulled up at my job for any PR exceeding a few hundred lines. I don't even know what they'd do if I just dropped a 15000 line stinker.

view more: next ›