The bug puns were everywhere! When I started working at Industrial Light and Magic in 1998, there was no bug tracker in regular use. I ended up building a bug tracker in Python called "Roundup" (inspired by a program by Alan Trombla, who came up with the name). To create the thinnest veneer of plausible deniability in case the bug spray lawyers came after us, the icon was a little spinning GIF animation of a cowboy o…
We called it RAID because it kills bugs dead
91–100 of 128 posts
Re: We called it RAID because it kills bugs dead
#92Earlier quoted context omitted.
A bit unfair, first season is amazing, the rest are merely very good - it’s a brilliant show overall though.
Really depends on what you want in a show. If you came in expecting a show about people designing computer and solving hard and interesting technical problems along the way you will be become more and more disappointed as the show goes on and focuses more on the characters personal problems and whether or not they get married/divorced/sleep with each other.
Re: We called it RAID because it kills bugs dead
#93I started at Microsoft in 1991, and remember RAID fondly. My favorite part back then (probably running on Windows for Workgroups): when you minimized the program back to its desktop icon, the icon animated for a few seconds, showing a can of bug spray firing on a small flying bug, which dropped to the ground.
Always interesting to read some of the bug reports; some of which could meander off-topic in interesting ways.
Re: We called it RAID because it kills bugs dead
#94Google's counterpart is called Buganizer. I've seen bugs in it dating back a decade or more. I don't know what, if anything, was in place before Buganizer. They might be exposing some version of it externally as well now: https://issuetracker.google.com/ , although the UI bears little resemblance with the internal version I used years ago, so it's probably a separate product. What Raymond's article does not mention (…
I think the Material UI is new, it used to look a lot different when I used it externally (back in 2017).
https://q3k.org/u/0640089a352229b87077f05752ea415abd19e76288...
Re: We called it RAID because it kills bugs dead
#95Re: We called it RAID because it kills bugs dead
#96That's the most Microsofty sentence ever. It summarizes their allegiance to ever changing marketing goals over simplicity and consistency. Even for something like a bug tracker.
Re: We called it RAID because it kills bugs dead
#97Earlier quoted context omitted.
A bit unfair, first season is amazing, the rest are merely very good - it’s a brilliant show overall though.
Really depends on what you want in a show. If you came in expecting a show about people designing computer and solving hard and interesting technical problems along the way you will be become more and more disappointed as the show goes on and focuses more on the characters personal problems and whether or not they get married/divorced/sleep with each other.
This is an unfair summary. There might be a divorce (does no one in the tech world get divorced?), and a relationship (that starts in Season 1, Episode 1 and is a driver of the plot), but it is nowhere near about "who sleeps with who". The show has good character development; would you rather the people not do anything in life, over the 15 or so years the show covers?
Halt and Catch Fire is great television that loosely follows the technology arc/personal computing age from the early 1980s through the 2000s. It has great acting and characters, including two strong female leads. If you go in thinking it's going to be about people sitting around "solving hard problems on computers", yes, you will be disappointed. There are coding screencasts for that.
It's a shame to discourage someone from watching wonderful television about a subject we're all here for.
Re: We called it RAID because it kills bugs dead
#98Re: We called it RAID because it kills bugs dead
#99> The database was written back in the days of 16-bit computing, so naturally it had a limit of 32,767 bugs I know it’s a nitpick; but no, that is not natural to me at all. You can’t have a negative bug or would store it in list with negative indices. So using signed makes no sense to me. Sometimes I get really confused why signed shows up in places it doesn’t belong.
Because in the absence of convenient sum types, you end up using a simple type with sentinel/special values so often that anything where the main value is logically non-negative (or strictly positive) but you don't have a clear reason to never need special values is done with a signed type where negative (and possibly zero) values are reserved or assigned to special uses.
Re: We called it RAID because it kills bugs dead
#100I'll take any opportunity to mention John Browne's "The Bug Count Also Rises"[1], which contains the line "The RAID is huge with bugs", referring to Microsoft's bug tracker. It was previously submitted to HN[2]. [1]: http://www.workpump.com/bugcount/bugcount.html [2]: https://news.ycombinator.com/item?id=2740452