mx12 | 5 years ago | on: Turntable.fm is back from the dead – and now there are two
mx12's comments
mx12 | 9 years ago | on: Learn TensorFlow and deep learning, without a Ph.D.
I also search for problems on the topic to help solidify my knowledge. You can almost always find a class that has posted problems for a section with answers.
[1] https://www.khanacademy.org/math/multivariable-calculus/mult...
mx12 | 10 years ago | on: New Chrome for iOS scans for beacons broadcasting URLs
Quote:
"Phones or other smart devices can pick up the beacon’s signal and estimate the distance by measuring received signal strength (RSSI). The closer you are to the beacon, the stronger the signal. Remember that the beacon is not broadcasting continuously—it’s blinking instead. The more frequent the blinks, the more reliable the signal detection."
mx12 | 11 years ago | on: Google Is Now a 'Tier Two' Employer, Says Recent Comp-Sci Grad
It's a long road to go from options to real money. Something I didn't realized before joining a startup. There are many points at which you could be locked in if the company is sold or other events happen.
mx12 | 11 years ago | on: Show HN: Tinder++ – Tinder for Desktop (plus extra features)
Maybe I'll to try implement one of my ideas for Tinder. That is A/B testing of profiles in different locations. Let's say I live in SF and could set up a weeks worth of testing with various different profile pictures and determine which one gets the most swipe rights in different parts of the country. Then I could use that profile in my own location.
mx12 | 11 years ago | on: Machine Learning Showdown: Apache Mahout vs. Weka
Example: http://imgur.com/mRRz1L3
mx12 | 12 years ago | on: Hacking the Samsung NX300 "Smart" Camera
Title: Black Hat USA 2013 - Exploiting Network Surveillance Cameras Like a Hollywood Hacker https://www.youtube.com/watch?v=LaI0xjeefpg
mx12 | 12 years ago | on: Software of the Apollo guidance computer was hand-woven into rope core memory
http://www.dailymotion.com/video/xxxiij_moon-machines-2008-p...
Around 37 minutes they talk about the alarms on approach and how the dealt with them.
mx12 | 12 years ago | on: The MIT Lockpicking Guide
Subreddit:
http://www.reddit.com/r/lockpicking
Plus there getting starting guide:
http://www.reddit.com/r/lockpicking/comments/bzq80/where_do_...
PXS-14 Kit:
mx12 | 12 years ago | on: Apple's Cyclone Microarchitecture Detailed
I do however, think that they will eventually include both arm and x86 processors in the Macbook Air. That way, backwards compatibility is preserved and low power apps can run on the arm. In the current Macbook Pros they have dynamic switching of GPUs, there's no reason they couldn't use the arm as a coprocessor or even run the full OS.
Here a few technical points:
* LLVM - You can compile once for both both architecture and then the JIT will take over compiling for the specific architecture (Take a look at llvm for the OpenGL pipe line in OSX)
Full screen app- When an app is full screen (if it's a low power app) then the x86 could sleep and the arm could switch to running the app.
App nap - If all x86 apps are a sleep, switch over the running the arm processor exclusively
*Saving State - It's possible to save the state of apps in OSX, a similar mechanism could be used to seamlessly migrated between processors.
This is pure speculation, but it is feasible. There would be many technical challenges that Apple would have to solve but the a capable. The advantage Apple has is that they have absolute control over both platforms.
mx12 | 14 years ago | on: Markets will punish Apple for the loss of its master magician
mx12 | 14 years ago | on: Ask HN: who launched something in July?
mx12 | 14 years ago | on: 555 Timer footstool
mx12 | 15 years ago | on: 2-D Glasses
mx12 | 15 years ago | on: AT&T Cracking Down on Free Tethering via Jailbroken iPhones
mx12 | 15 years ago | on: An Open Letter to Apple on the Readability App rejection
mx12 | 15 years ago | on: Haystack: A small utility helping to protect your searches
Even if it randomly searches for stuff, the searches are still linked to you, and I would be concerned over what terms it was searching for if my search history were ever subpoenaed. I could images several cases where this could get you into trouble.
mx12 | 15 years ago | on: Tenacious C: Cool C IDE
mx12 | 15 years ago | on: There is a puzzle embedded in this page...
mx12 | 15 years ago | on: Ask HN: Is Facebook benefiting from a ponzi scheme? a bubble?
If I was facebook, I would be very afraid of this happening. I understand facebook has some patents on the news feed an other minor aspects of facebook, but their basic feature set is somewhat small, but reproducible.
I think that any social platform faces the problem, that people will jump ship to what ever they think is cooler. Look at Myspace, that was hugely popular and suddenly it become the uncool place to be and then everyone and their moms, jumped ship to facebook. History is bound to repeat itself.
A fun story. A friend and I created a chrome extension called Turntaste [1] that would help suggest what to play based on what was previously played and help avoid songs to play. Basically, we used everyone who used the chrome extension to scrape the play history and stats. I was hoping to apply some cool ML... well cool for 2011 ... as I was doing my PhD in ML but ended up just using some simpler statistics based approaches. My favorite room was something like “Trending Indie - No Mumford & Sons”.
It was also used to generate a few cool playlist like a trending indie Spotify playlist [2]. It’s a bit frozen in time since it stopped working whenever the site went down.
[1] https://turntablefmfans.wordpress.com/tag/turntaste/ [2] https://open.spotify.com/playlist/63h132rkg3oNhirWbJqGWZ?si=...