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

  • The problem is that the names weren't provided by users to glassdoor. If glassdoor stumbles across someone's real name then they have automatically attached it to the user profile. They're doxxing their users so now people have to worry if they ever used the service.

  • Roku got hacked

    Jump
  • Hackers didn't hack roku. They "hacked" people who were dumb enough to reuse old, compromised passwords from other services. That is a very big difference from OPs title "roku got hacked".

    It is good for roku to disclose this, but the issue is that people reused passwords.

  • You also need to pay to just have message history preserved on slack. Discord that information is there for free for as long as the server/discord exists.

    I'm not saying people should use discord, but people are using it because it's free to use.

  • It depends on where you live. This absolutely is the present now in some countries. Like China you have to do this and more to protect your identity.

    And even if your country isn't quite there yet, they could still be collecting all that data and just not doing anything with it other than observing and collecting more data on you/ the group.

  • If you haven't already, check out https://choosealicense.com/licenses/ . This gives a broad overview of the common open source licenses. And if you're just starting out, one of the first things you'll want to learn is that the licenses fall into either a permissive or copyleft category. You'll want to make sure you understand the difference between those broad categories.

    Shortly, permissive have less to no strings attached to use their code, and copyleft requires you to retain the same licensing terms meaning if you publish under GPLv3 then someone using/ modifying your code needs to also publish under GPLv3. Copyleft licenses ensure that open source code stays open source.

  • I don't care what people ride. If they want an ebike then that's great. More people on bikes is better for everyone-- less cars on road, more cyclist awareness, better walkable/biking infrastructure, etc.

    But it is very misleading to say ebikes get more exercise. Where is the data? How are they quantifying exercise? Watts are watts, so you'll need to work the same for those watts regardless of the type of bike you're on. Your 'Time in The Saddle' may be higher with an ebike if the less work makes it more appealing to you, but you're only getting more exercise if you put out more watts than you would have on a traditional bike.

    Separately, if someone is really motivated to exercise more, the type of bike is not the factor. It is their time. Ride any bike you want but at some point you'll need less endurance rides and more intensity. The best way for intensity is doing it all yourself. Ebike might help with the recovery intervals but it isn't going to be the main consideration in your workout.

  • Sounds like this was "resolved" on HN and CEO said this was an error, but I'm not so sure. The CEO's response seems to imply that that communication to/from service reps is true and not made up. The original post shows they have a business practice for cases like this. Plus if the company was willing to settle from their business practice of 20% down to 5% (which in this case was 15k) then that very likely isn't a decision a service rep could make, so you had some mid to upper level manager make that approval to write-off the $15k and decide that $5k was still owed to the company.

    As far as I can tell the only error here is that someone posted about it.

    Not to mention the CEO's response from HN just says this shouldn't have happened on free accounts, but that begs the question of would this have been any different on non-free accounts where Netlify failed to mitigate a DDoS as advertised?

  • Active DDoS mitigation

    Netlify monitors for traffic pattern anomalies and spikes, and effectively controls for them as needed.

    https://www.netlify.com/security/

    So is this just a lie? I have never used them and after this post I'm not going to be trying that anytime soon, if ever

  • Essentially. Police or anyone could report an account for illegal activity which is against ToS for all three of the services. From there the service would need to be able to substantiate the claim and then shut down the account. I've seen a few cases of proton accounts getting shut down. Proton can't read emails but they can read headers and if you've posted illegal activity in public using your proton email address or if law enforcement/ someone reports you for using proton for illegal activity then proton will be able to review headers to determine if you're violating ToS. Like a few years ago i think someone was using proton for ransomware, and proton was able to match the headers with emails that had been posted in public, and acct got shut down.

    Unfortunately can't find that specific case but that was one example I've seen

  • I had a falling out with a friend but apparently he had listed me as a reference. Now if we were on good terms i mightve lied for him, but he had terrible work ethic and i watched him get fired from one job to the next on repeat for years. So when they asked if i would consider him a good worker i told them frankly i thought he was a terrible worker and how he had been terminated from half a dozen jobs in the 2-3 years i had known him.

    I have no idea why i was listed as a reference and i especially don't know why he wouldn't tell me he was using me as a reference. But yeah he for sure didn't get that job.

  • For a decade i didn't own a car and biked everywhere. It really is dirt cheap compared to other methods of transportation.

    And yeah more off topic but checking your chain for wear and replacing it becomes the most important/frequent replacement item. A worn chain wears out the rest of the drivetrain more quickly-- it is much cheaper to stay on top of replacing the chain than have to replace your cassette and chainrings sooner than normal.

  • My general dev experience is limited mostly to python but with pandas one thing you can do is set up a jupyter notebook so you can run just the parts you want until it's working as expected, then you can move it over to your python script when you're ready.

    But working with pandas does get easier with practice. If you're wanting to dive in a bit more, the "getting started" page has a tutorials section which features a 10 minute high level overview, a cheatsheet, and link to some community tutorials.