blevinstein's comments

blevinstein | 6 months ago | on: Scammed out of $130K via fake Google call, spoofed Google email and auth sync

I avoided this exact scam. The most important thing is to never trust an incoming phone number. If they can't give you a publicly posted phone number that you can call inbound, they are a scammer.

Google has dozens of properties and it is easy to generate an email from one of them that seems to confirm the attacker's identity. Never trust any of these to identify a legitimate representative.

blevinstein | 2 years ago | on: Send Me to Heaven

Can anybody understand how it detects cheating (throwing your phone off a tall building)?

Assuming it's just using the accelerometer to detect freefall, is there any way to distinguish ascent and descent? GPS is probably too inaccurate and too high-latency to assist here.

Perhaps it can tell the difference between reaching terminal velocity and crashing into the ground, and it penalizes the former?

blevinstein | 8 years ago | on: Don’t do the long take home assignments like coinbase

I also recently went through the Coinbase interview process, and was pleasantly surprised that they offered this compensation for the take-home interview part.

Overall, a 4-6 hour task, to be completed on your own over a 1-week period, seems reasonable to me.

blevinstein | 9 years ago | on: A One-Line Proof of the Infinitude of Primes

This proof is nearly equivalent to that proof, but uses the sine function to generate a contradiction. The crucial step involves the fact that:

1 + 2 * product(p', p')

must be divisible by some prime number, where

product(p', p')

is the product of all primes you were talking about.

blevinstein | 10 years ago | on: Show HN: Puput, listen to your email for free when traveling, using missed calls

I would be surprised if this doesn't constitute a violation of Terms of Service somewhere along the line? Something that could provide grounds for one of the telecom companies involved to have it taken down, if it were to be successful.

Basically, it means that you can send information (in one direction only), without paying for use of the telecom network. Taken to an extreme, it should be possible to create a "free walkie talkie" app that worked all over the world, for free, by repeatedly calling back and forth but never connecting the call.

blevinstein | 10 years ago | on: Carl Sagan's idea for Contact video game (1983) [video]

I recently spent some time working on exactly this, in 2D:

https://github.com/blevinstein/SRAsteroids

To see what it looks like, you can check out this youtube video:

https://www.youtube.com/watch?v=_hSCz7tRl1s

I wrote an engine that modeled object positions as "timelines", where position varies with time, and demonstrated the basic relativistic effects (length contraction, time dilation, and frequency shifting). Unfortunately, I never really figured out how to turn these into actual game mechanics.

blevinstein | 10 years ago | on: Carl Sagan wrote a design doc for a video game based on his work

I recently spent some time trying to turn a 2D simulation of Special Relativity into a game:

https://github.com/blevinstein/SRAsteroids

To see what it looks like, you can check out this youtube video:

https://www.youtube.com/watch?v=_hSCz7tRl1s

I wrote an engine that modeled object positions as "timelines", where position varies with time, and demonstrated the basic relativistic effects (length contraction, time dilation, and frequency shifting).

Unfortunately, I never really figured out how to turn these into actual game mechanics.

blevinstein | 11 years ago | on: Why are free proxies free? (2013)

A friend of mine setup a simple PHP-based proxy while he was in high school, to get around the firewall.

Then, he modified it slightly to scrape facebook username/passwords, and gave the URL to all his friends. :)

I wonder whether modern security practices (e.g. https everywhere) will make proxies less lucrative (and therefore less common).

page 1