sirwolfgang | 9 years ago | on: Ask HN: Senior developers, what would you tell a younger you?
sirwolfgang's comments
sirwolfgang | 9 years ago | on: Bouncing bomb
That said, I would hate to have been one of the test pilots for the barrels. One of them bounced too high, and ripped the plane in half.
sirwolfgang | 10 years ago | on: New debugging method found undetected security flaws in popular web apps
http://www.cs.berkeley.edu/~jnear/space/
"SPACE is a specification-free tool for finding missing security checks in Ruby on Rails web applications using a catalog of access control patterns in which each pattern models a common access control use case. SPACE checks that for every kind of data exposure allowed by an application's code, some security pattern in our catalog also allows the exposure. The user provides a mapping from application types to the types of our catalog, and then SPACE identifies security bugs automatically."
The paper referenced:
https://dspace.mit.edu/bitstream/handle/1721.1/99841/9274107...
sirwolfgang | 10 years ago | on: WordPress base configuration files on GitHub
sirwolfgang | 10 years ago | on: What's it worth to you be in “the zone” for extend periods of time?
sirwolfgang | 10 years ago | on: Strncpy() is not a “safer” strcpy()
sirwolfgang | 11 years ago | on: Show HN: GeekTime (Event Tweet Scheduling)
Basically, we send out N number of tweets at the same second by queuing up and spin locking the workers. The real trick is getting all the connection pooling so that you don't blow your connect limits on everything.
sirwolfgang | 11 years ago | on: Ask HN: Why are Silicon Valley interviews such a drag now?
Option A) Spend anywhere from 2 to 12 hours interviewing for a position with little to no break. While being asked to solve problems, that may very well actually be unsolvable, under the pressure of rotating team of people. And for bonus if you suffer from any sort of test taking anxiety in school you'll get to feel the blood drain from your prefrontal cortex, as your fight or flight instincts kick just enough to make sure that doing high cognitive work like programming is next to impossible.
Option B) Spend a few hours solving a hopefully interesting programming challenge at home where you're probably not wearing pants.
sirwolfgang | 11 years ago | on: Show HN: Feature voting for GitHub
sirwolfgang | 11 years ago | on: Show HN: Feature voting for GitHub
sirwolfgang | 11 years ago | on: Don't React
sirwolfgang | 11 years ago | on: Diamonds are Bullshit (2013)
https://youtu.be/N5kWu1ifBGU?list=PLuKg-WhduhkksJoqkj9aJEnN7...
sirwolfgang | 11 years ago | on: The Valve Employee Handbook (2012) [pdf]
sirwolfgang | 11 years ago | on: Pi Day
sirwolfgang | 11 years ago | on: Show HN: Tweety Pi - Tweet right at Pi time on Pi day tomorrow
sirwolfgang | 11 years ago | on: Afterglow: Dark Theme for Sublime
sirwolfgang | 11 years ago | on: Why We Killed Off Code Reviews
For example, I once worked with a teammate for 9 hours to write and debug a physics system. After all that time solving the problem with him, I was solving the problem like him. We ended up writing this 900-line solution to our simulation that kinda worked right most of the time.
I went home and laid down for 30 mins. During that mental reset, my mind turned to solving the problem with my method of thought. I ended up sitting up and grabbing my laptop and replacing all that code with a 30-line solution that worked 100% of the time.
Code review allows someone to come at a problem with a different perspective to find issues, not more of the same perspective.
sirwolfgang | 11 years ago | on: British bookseller hides reading list for developers in its website source code
sirwolfgang | 11 years ago | on: Sortie en mer – A trip out to sea
sirwolfgang | 11 years ago | on: How Spelling Keeps Kids From Learning