HN user

csmatt

228 karma
Posts2
Comments156
View on HN
Bus factor 12 years ago

This came up in a meeting the other day where I asked someone to define technical debt. I instantly remembered the first company I worked for calling it 'being hit by the baby bus'. They were combining the concept of the 'bus factor' with the fact that 2 of the senior people on the project (out of 6 of us total) had babies within months of one another.

At my first job, 6 of us (all programmers) sat around a large conference table. If I had a question about the code, I peaked over my laptop's screen, someone else noticed and asked "What's up?" It was great for that quick collaboration, but it also exposed us to every annoyance possible. There was a guy who burped a lot and liked to sing show tunes. The guy next to me bought me earbud-style headphones because the cheap ones I was using leaked out a lot of sound. We also needed an always-be-working atmosphere to prevent a conversation unrelated to work from taking more than 5 minutes.

I've had my own office for the last 3 years and enjoy the privacy, but occasionally miss the instant answers and social aspects of that open plan.

Burnout 12 years ago

This is beautiful. I feel like it describes past, present, and future me and gives me hope and some nice guidelines.

Is it? I'd rather they split this into 2 plans and let me have just the fast shipping for $79 (or less) and people who want streaming can pay $99.

Netflix still has the better offering IMO. Not only content, but the video interface is better too. Initially Amazon's video player worked on Linux out of the box, but now it's just as hacky to get running as Netflix.

Due to this price increase, I'm going to reevaluate how important fast shipping is to me.

For MIPS (recommended for starting out), check out my post. It walks you through creating the initial program in C all the way through finding its vulnerability and exploiting it. The buffer overflow building is done in Python through Bowcaster. http://csmatt.com/notes/?p=96 (also check out the links at the end). Good luck!

I'm 27 and killed my LinkedIn account because 1) I just don't find them to be a company that is concerned with user privacy and 2) I have not once seen a benefit to being on it.

I think it probably depends on your industry. I'm a programmer, so maybe if you're a finance major it's more useful.

I would love that for Android. I miss the Cyanogenmod ROMs for Gingerbread where you could toggle which requested permissions YOU allowed an app to have.

Also, I've been saying it for a long time, but icons colored according to their security risk would be better than just names with descriptions. We have to make security more convenient.

Both my parents were on virgin mobile and my mom couldn't stand it. Dropped calls, text messages that were never received, and there were a lot of dead zones. I switched my plan on t-mobile to a family plan and brought them on. They've been really happy with it so far.

Living in the U.S. and having gone through the effort of attempting to create a startup, programs, money, mentorships, etc. are out there, but you have to have a real drive and be able to brush off rejection. I don't think the process should be free of negative consequence and adversity. Both help weed out the people who won't be able to handle the more important challenges.

As someone who really enjoys the history of computing, this is awesome! I don't think I've ever had a chance to play with Win 1 and probably wouldn't have gone through the trouble of getting it running myself. This and others like it would be neat for the Computer History Museum to have on its site.

At $550 out of contract, the 5c is not a serious downmarket move. It may be the illusion of one, though. I paid roughly that for my Nexus One in 2010 and paid $350 for my Nexus 4 almost a year ago.

I'm pretty diehard Android fan, but I don't believe for a second that they've sured up the market for good. I think all companies involved will have to continue competing vigorously and I like that just fine.

Not at all similar to that. Ignoring the fact that the characteristics of residences and a very high traffic website with an enormous user-base are vastly different, your argument relies on the discoverer of the vulnerability choosing one of two paths: get paid by the company or get paid by nefarious people.

A third option is to choose neither because the discoverer doesn't think it warrants his or her time to report it. Reporting a security vulnerability requires more than just sending an email. Meanwhile, others who have discovered the same vulnerability may be selling access to it and a company like Yahoo has no idea until severe damage has been done.

I'm not super familiar with this case or the ATT vs weev one, but I thought I read that the prosecution in the weev trial made the argument that accessing information in the open, like that of server logs is hacking? If that precedent was set, wouldn't that have an effect on when a warrant is required or no? Just curious

Just yesterday I was looking at this http://m.fbi.gov/#http://www.fbi.gov/news/stories/2013/april... as a fun, different challenge to work on and wanted to be able to translate the dot-notation characters into something more easily distinguishable. The pattern matching in python would have helped a lot, I think.

As far as the cross-domain use of these algorithms. I realized recently how much overlap there is between what we perceive as 'different' domains. Both audio and image processing tend to deal with detecting and quantifying patterns. It was a Eureka moment for me, but I'm just a simpleton, so I haven't done much with the new insight :/