budwin | 11 years ago | on: We have the potential to solve the biggest problems of today
budwin's comments
budwin | 12 years ago | on: Show HN: People Food - $7 Office Lunches for Hungry Startups
budwin | 14 years ago | on: Facebook Disconnect
budwin | 15 years ago | on: Myths About Introverts
budwin | 15 years ago | on: Facebook open sources its servers and data centers
budwin | 15 years ago | on: WebOS 3.0 SDK
This is kind of mean spirited. Why hate on the MBAs?
budwin | 15 years ago | on: Who is Using Node.js And Why? Yammer, Bocoup, Proxlet and Yahoo
It's extremely useful for the "evented" part, but I get the sensation of using node for hosting webpages might be overkill and not the appropriate tool. Instead, I've got the node.js core proxied behind an nginx server hosting static files and ruby rack (for when dynamic content is necessary).
Does anyone see an advantage of using Node to host templated webpages?
budwin | 15 years ago | on: In praise of Go or "Why I moved from Python and C++ to Go"
anyone have any kind of measure on how bytecode compares to machine code these days? (most "interpreted" languages have a hidden compile step these days). I understand that this question is largely subjective to the runtime and the task being executed.
budwin | 15 years ago | on: Why Django Sucks, and How we Can Fix it [slides]
Reading the correspondence on the following bug really turned me off to the project. http://code.djangoproject.com/ticket/5172.
Specifically: "Please do not reopen a ticket that's been marked "wontfix" by a core developer;"
I'm not sure how the issue jives with the whole Django philosophy, but with that much interest in changing the templating language, I found that a bit harsh...
budwin | 15 years ago | on: Hacker Uses XSS and Google Street View Data to Determine Physical Location
budwin | 16 years ago | on: What are the lesser known but cool data structures?
budwin | 16 years ago | on: Microsoft strikes back: introduces docs for facebook
budwin | 16 years ago | on: Dear Steve Ballmer
budwin | 16 years ago | on: Microsoft calls Zoho the "Fake Office" - Zoho responds with a zinger
budwin | 16 years ago | on: Google introduces "Fast Flip"
budwin | 17 years ago | on: 13 iPhone Apps That Need to be Made -- Add Yours in HN Comments
budwin | 17 years ago | on: Google is replacing conference room paper schedules with solar-powered LCD's, updated via 802.15
budwin | 17 years ago | on: The next-gen iPhone will be the new Pocket PC
budwin | 17 years ago | on: SQLite As The MP3 Of Data
budwin | 17 years ago | on: Don’t Make Me Write HTML
And at that point, I guess I might as well write good ole html... Unless browsers _universally_ supported a new better language, I'd hate to have to think of browser nuance in two different markups...