marcus | 4 years ago | on: Helion
marcus's comments
marcus | 9 years ago | on: Ask HN: Are programmers a commodity?
To a good programmer most jobs offerings are commodities, they are interchangeable and their offerings/rewards/challenges are very similar.
Thus the developer you are interviewing is also interviewing you.
marcus | 10 years ago | on: CS183C Session 8: Eric Schmidt
marcus | 10 years ago | on: One in every 600 websites has .git exposed
marcus | 11 years ago | on: MiniLock – File encryption software that does more with less
marcus | 12 years ago | on: Thoughts and Observations Regarding This Week’s Apple Event
marcus | 12 years ago | on: Ask HN: Who is hiring? (September 2013)
Looking for Front-End hacker. Wix is looking for you, an experienced developer with passionate for Web development; JavaScript, HTML5 ,CSS3, TDD, Angular.JS
Contact info in my profile
marcus | 13 years ago | on: Nvidia plans a Tegra 4-based portable gaming device
An existing game can be switched to use the physical buttons with minimal work... This isn't a rewrite, more like connecting another source event to the functions that handle user interactions. I expect most games to need less than a couple of hours of work to support this device.
marcus | 13 years ago | on: Show HN: FollowWWW - a point and click web scraper (early beta)
marcus | 13 years ago | on: I Don’t Need No Stinking API: Web Scraping For Fun and Profit
You enter the url you want to capture data from, it gets loaded in an iframe, you click on the texts you need and set a schedule to receive updates and how(email/twitter dm) that's it.
It supports javascript driven content and can handle practically any website.
marcus | 13 years ago | on: Detect iPad Mini in HTML5?
And I am not saying it has to be a random noise or very loud the accelerometer on the iDevices since the iPhone 4 is superb a very low sound will probably be sufficient. The sound can be easily integrated into the natural flow of the site, as many sites already do small beeps or play music etc to provide feedback to the user.
marcus | 13 years ago | on: Detect iPad Mini in HTML5?
Play a stereo audio file and compare the accelerometer response when volume is high on the right channel and on the left channel - iPad2 had mono speakers and iPad Mini has stereo speakers built in
marcus | 13 years ago | on: Show HN: my new iPad app - Creativity Workbench - generate new ideas
marcus | 13 years ago | on: Show HN: my new iPad app - Creativity Workbench - generate new ideas
marcus | 13 years ago | on: Show HN: my new iPad app - Creativity Workbench - generate new ideas
Here are some promo codes for you JARLP3JERT4N
H4A7TELP3KX3
K3AH7TY97W94
4PM6FHKEH4LF
HK4HNM6LTX6P
marcus | 14 years ago | on: Yahoo sells 1/2 its Alibaba stake for $7.1B
marcus | 14 years ago | on: 5 Years of Bad Ideas -- Python tips, tricks, and chicanery
marcus | 14 years ago | on: 5 Years of Bad Ideas -- Python tips, tricks, and chicanery
Magic is anything which makes other code behave in a way that would require reading the magic to understand, despite not being apparent in the magicked code.
Good because it makes many things a lot easier, bad because it makes code a lot less explicit and simple and increases cognitive load (you need to always consider the magic not just the current code you're looking at).
marcus | 14 years ago | on: Apple's inspirational note to new hires
marcus | 15 years ago | on: Reversible programming
read the source for p-divmod (one of the most useful functions in cryptography). You need to pass the original y to get back the original x in the reverse