jeansburger

joined 1 year ago
[–] jeansburger@lemmy.world 1 points 2 weeks ago

I've been using this to automatically skip ads on my Chromecasts (youtube ads and in video segments) for the past year.

https://github.com/gabe565/CastSponsorSkip

It's literally sponsor block but for all of my Chromecasts

[–] jeansburger@lemmy.world 4 points 3 months ago

That's correct, NHTSA required it federally on May 1st 2018. I may have mixed up some local laws or regulations that happened in 2015 (when I bought my last car they mentioned that all their cars were required to have backup cameras)

[–] jeansburger@lemmy.world 9 points 3 months ago* (last edited 3 months ago) (2 children)

You're aware that by law most cars after like ~~2015~~ 2018 have to have a backup camera in the US right?

If it is broken they are literally breaking the law by not fixing it.

Yes, you can have your mirrors and rearview but the camera removes your blindspots that those miss (you know things like a small child that is behind your vehicle). It's a critical safety feature that is broken and needs to be fixed.

edit: NHTSA required it in 2018 not 2015, Canada probably has similar laws on the books too

[–] jeansburger@lemmy.world 4 points 4 months ago

It is arbitrary. While what classification a substance is may have some grounding in research, it's mostly up to what interest group has either lobbied to get something under or whatever group law enforcement wants to be able to get easy charges for. Cannabis was Sched I because it made it easy for law enforcement to get big sentences for minorities and the counter culture participants of the day. Same thing with LSD and psilocybin.

All the DEA scheduling is just pick and choose your charge for whatever ideological ax they want to grind. Hence why things don't line up with reality

[–] jeansburger@lemmy.world 20 points 5 months ago (1 children)

Unfortunately I wouldn't buy these given that it's from Packt Publishing. I've bought quite a few of their books over the years and more often than not they're either full of glaring writing errors that would have been caught if the book was looked at by an editor at all, the code examples have errors that require deep knowledge of said book topic to correct making it hard to progress, or the book doesn't seem to follow a linear learning path making understanding what the author is trying to convey much harder.

Don't get me wrong there are some good books from Packt, but they're much rarer than say a book from O'Reilly or Manning. They seem to just churn out content and not have a rigorous editing process meaning that it's mostly up to the author's writing ability to create something useful.

I used to grab their free ebook of the day when they used to have that and more often than not I would delete or never finish the books because they were just so low quality.

[–] jeansburger@lemmy.world -1 points 7 months ago (1 children)

You're aware that you can send whatever traffic you want over any port right? Using 123/udp for NTP is just convention. A light bulb that is updating its time over Tor is suspect. TP-Link would have their own infrastructure or use public pools to update the device's time.

[–] jeansburger@lemmy.world -5 points 7 months ago (3 children)

It's been hacked, the light bulb is likely part of some botnet or under an attacker's control directly. Which is why it's sending that much data continuously. IoT/smart devices don't send a lot of data in this sort of volume as most of the time they're idle and maybe send a heartbeat or status update every once in a while to prove they're alive.

This is what is called an indicator of compromise or IoC, it's some behavior or pattern that can be used to determine what is happening or who is the one doing the attacking.

Likely OP would need to do some analysis to be able to get attribution unless it's a very well known botnet actor in which case attribution is fairly straightforward.

[–] jeansburger@lemmy.world 29 points 8 months ago (6 children)

It's definitely been popped. Rip.

[–] jeansburger@lemmy.world 35 points 10 months ago

Yes there is! Great you have a strong, randomly generated password. There's no collateral damage (you're having your password manager generate the passwords right?) So your other accounts are safe, you only have to rotate one password.

Well what happens for instance if someone really wanted access to your account? Say it's a bank, a social media account, or maybe it's just a game account for an MMO that's super high value, you have a long and strong password, but let's say the service's security wasn't quite up to snuff or you got phished and gave your password by accident (these things happen, it's not your fault).

This is where 2FA comes in, if someone manages to break your password the attacker needs your phone, your security key, your fingerprint, etc... To prove to the service they're you. By having 2FA on the account you're increasing your defense in depth for your account. If you didn't have it your account is as good as gone as soon as an attacker cracks or gets your password.

It acts as a second lock that needs to be picked in order to take over your account.

I personally add 2FA to all of my accounts I can, the highest security ones get added to my hardware token. The ones I don't need as high security go into my password manager (which has 2FA enabled but only available via my hardware key).

Additionally as often as possible I try to use a unique email address for each service (simplelogin, addy.io, or similar, + based email addresses are easily bypassed) they all forward to my email but now you have to guess my email for the service (my own private domains, so not shared with anyone else) and what mailbox it ends up in. As a bonus you can disable emails that are sending spam or see who got breached based on the email.

Again defense in depth, a long secure password is great but that's only relying on a single lock. By having 2FA you're doubling your security so to speak by requiring that extra key in order to access your accounts.

[–] jeansburger@lemmy.world 6 points 1 year ago (1 children)

I learned how to design and build mechanical keyboards. My buddy and I are still at it and are working on our second keyboard that we hope to release publicly.

I'm still using our first prototype as my daily driver for the past 2 years.

Learned a lot about PCB manufacturing and embedded systems design.