asjfkdlf's comments

asjfkdlf | 1 year ago | on: MTA Open Data Challenge

The prize is very underwhelming. If they really want people to spend effort on it, they need to make the prize worth it.

asjfkdlf | 1 year ago | on: Sam Bankman-Fried sentenced to 25 years in prison

To be a deterrent, it just needs to curb some percentage of behavior. Not stop it completely. Do you think people are murdering at the same rate as if there was no punishment? It could be, but I would bet the numbers would go up significantly.

asjfkdlf | 3 years ago | on: We Found 28,000 Apps Sending TikTok Data. Banning the App Won't Help

There are some really good findings about TikTok APK used in many apps. In addition I agree that better privacy laws that would affect all companies, even US ones, would be the ideal.

The statement that this ban won't help is completely wrong though. Passing universal privacy laws will take years, if ever. Banning TikTok has bipartisan appeal. Don't let perfect be the enemy of good. Tiktok can still influence people through the feed and collect even more data through the app itself.

Obviously we should work towards a privacy law around this, but this is a reasonable first step to address the most dangerous actor.

asjfkdlf | 3 years ago | on: NY Sabotages Right to Repair Bill [video]

I envy your experiences. I personally have had the opposite experience. It’s important to remember that your personal experience may not be the same as others. As this movement is very popular in the general public, my guess is many others have had bad experiences with trying to repair their device (i.e. $500+ for a simple repair from the manufacturer).

I personally don’t care for Louis and he may be a jerk as you suggested, but I try to look at ideas instead of people. Some really bad people have had good ideas. If you follow ideas instead of people, it’s not an issue if you agree with someone on one topic and disagree with almost everything else they have said.

asjfkdlf | 4 years ago | on: Exploring the Security Implications of GraphQL

There is some useful information here, but saying docs are more secure than introspection makes no sense. The person can learn about your file upload endpoint through docs. Security through obscurity is not a reasonable security strategy.

asjfkdlf | 4 years ago | on: Postgres, Kafka, and a mysterious 100 GB

Had this exact thing happen in production when we turned off an audit DB replication slot. We got lucky and caught it before our entire app went down. It’s one of the many foot-guns we have found with Postgres.

asjfkdlf | 9 years ago | on: LastPass autofill exploit

No, that is not possible. Extensions in Chrome run in a different execution context than the website. The website's document.creatElement is different from the extension's.

If the website could override extension functions, attacks would already be possible by overriding Regex functions.

asjfkdlf | 9 years ago | on: Mailhero – a more permanent temporary email

You can do it with google apps too, but it's a little more difficult. Login into an account and setup an alias.

There is a limit to the number of aliases, but you can just create more accounts with aliases that forward to your email.

asjfkdlf | 10 years ago | on: WebUSB API: draft spec to safely expose USB device services to the web

I am not sure what you are getting at. Those don't occur on the web and are not an issue with desktop apps you install. If a desktop app wants to run a bash command, it can do it. It doesn't need to find a bash injection.

There isn't easily exploitable issues like XSS on the desktop. Meaning, if you run a desktop app you generally don't have to worry that some rogue code is injected into the app, unless the developers keys are stolen which is rare.

page 1