Viewing profile — marketer
marketer
HN member- Joined
- Fri, Apr 13, 2007, 6:17 AM UTC
- HN karma
- 2,346
- Public activity
- 411 items
- HN profile
- View on Hacker News ↗
About marketer
No profile information was provided.
Recent public activity
-
comment
Comment #18777178
Yes! I had the exact same reaction to this story. The way I interpreted the story is that the design of the Versa may actually have contributed to his wife's safety. It's possible …
-
comment
Comment #18777155
According to https://www.ncbi.nlm.nih.gov/pubmed/24073770 (fire-related auto deaths in Sweden), this is a problem. Around 5% of auto-related deaths in Sweden involved burning cars,…
-
comment
Comment #18776933
I would argue that a Nissan Leaf would be overall safer than a Crown Victoria. First of all, the 2nd generation (2018/2019) Nissan Leaf seems to have a comparable weight as the Cro…
-
comment
Comment #9784881
Diet coke has phosphoric acid which causes erosion of the enamel.
-
comment
Comment #6739010
"There are three gates leading to this hell — lust, anger and greed. Every sane man should give these up, for they lead to the degradation of the soul." - Bhagavad Gita There's a g…
-
comment
Comment #6715828
Go's been around for four years, so it's not that new :)
-
comment
Comment #6715813
Wow, I didn't expect this to make the top of Hacker News :) Web.go is a wrapper on top of Go's net/http standard library. The authors of Go aren't from a web programming background…
-
comment
Comment #6715783
Yes, it was definitely inspired by web.py (tornado, actually). I loved tornado but didn't like the fact that there were no asynchronous libraries for it.
-
comment
Comment #6715778
Web.go was around a long time before pat. You're right, though, they're very similar to each other.
-
comment
Comment #6715775
web.go was started a couple months after Go launched, and the web server back then was much more primitive than it is now. It's meant to be a nicer interface on top of the net/http…
-
comment
Comment #5252089
It is a little worrying that if some (perhaps inexperienced) developer arbitrarily calls a method that invokes Ruby's select, the process will crash mysteriously.
-
comment
Comment #5250444
Doesn't Ruby have a limit of 1024 open file descriptors? If some method in Ruby's standard library calls 'select' internally, with the 1024 limit, what happens?
-
comment
Comment #4305951
Programming all day isn't what our bodies are genetically designed to do. Programming involves countless hours of ruminative thoughts, and limiting human contact, and stress, all o…
-
comment
Comment #3748018
For simple projects or toy apps, gofix is just fine. However, some companies are running complex production systems written in GO 0, and the code may have a lot of dependencies and…
- story
-
comment
Comment #3607053
There probably is a market, but it's a lot smaller than building general web/mobile applications. The kind of clients that want to build an API 1) already have a main product/websi…
-
comment
Comment #3558817
I've known Matt for a while; he's a regular at the weekly Ruby hack nights in SF and we've worked together on some small projects. He has a great product sense and an extensive bac…
-
comment
Comment #3501978
Do continue using the news:yc app.
-
comment
Comment #3501828
The latest version does that.
-
comment
Comment #3501623
Yeah that view should rotate. It'll be in the next update.
-
comment
Comment #3501511
Screen scraping. HN doesn't have a JSON feed, but it has fairly simple and predictable HTML.
-
comment
Comment #3501504
Not yet, but I'll definitely look into it for the next release.
-
comment
Comment #3501423
This type of app is not particularly monetizable. Most people would use the actual website instead of paying $0.99 cents for an app. Plus, it was a fun project to learn iOS and it …
-
comment
Comment #3501403
That's a great idea, thanks. Right now the 'star' button just creates a local bookmark, but if you're logged in, it should also send an upvote.
-
story
Show HN: A free HN iPhone/iPad app I launched a few months ago
I actually started it June 2011 to learn iOS, launched it in September, and have been steadily adding features and making improvements. It's something I use every day and I hope ot…