HN user

zio99

721 karma

blog: startupframework.tumblr.com

startup: dinopost.com

email: aaron at dinopost

Posts185
Comments143
View on HN
startupframework.tumblr.com 13y ago

Black Friday Deal: Ice Cream Startups Book

zio99
2pts0
www.futurity.org 13y ago

To survive, genes pick up new skills

zio99
3pts0
www.swiss-miss.com 13y ago

3D Printed Maille iPhone Case

zio99
1pts0
www.cbsnews.com 13y ago

Italian scientists sentenced to six years in prison

zio99
3pts1
gigaom.com 13y ago

Use your brainwaves to control your computer

zio99
2pts0
venturebeat.com 13y ago

Here’s the first Wii U commercial from Nintendo

zio99
2pts0
pandodaily.com 13y ago

Venngage is raising $1M to make data more fun to look at

zio99
2pts0
thenextweb.com 13y ago

7 Things from Failing

zio99
1pts0
thenextweb.com 13y ago

Nintendo of America gets patent infringement lawsuit against it dismissed

zio99
3pts0
www.startupsmart.com.au 13y ago

Startup Visa

zio99
1pts0
news.ycombinator.com 13y ago

Ask HN: Alternative to Internet Wayback Machine?

zio99
1pts1
news.ycombinator.com 13y ago

Ask HN: Do you program in Delphi?

zio99
1pts2
battellemedia.com 13y ago

Musings On “Streams” and the Future of Magazines

zio99
1pts0
startupframework.tumblr.com 13y ago

The Expert Problem

zio99
1pts0
www.core77.com 13y ago

New Glassware by Martin Jakobsen for Mojoo

zio99
1pts0
metacool.typepad.com 13y ago

Bob Sutton: Creating infectious action

zio99
1pts0
www.greentechmedia.com 13y ago

Lessons From the Past Ten Years: PR

zio99
1pts0
blog.bitgym.com 13y ago

BitGym: Our First Lean Hypothesis

zio99
1pts0
jonpolygon.com 13y ago

Guide to Naming Your Startup

zio99
2pts0
startupframework.tumblr.com 13y ago

The Move to Less Productivity

zio99
1pts0
startupframework.tumblr.com 13y ago

Can we buy a Silicon Valley?

zio99
1pts0
www.brainsonfire.com 13y ago

Do you have a Hero?

zio99
1pts0
www.zeldman.com 13y ago

Google Analytics in Real Life

zio99
1pts0
www.gtdtimes.com 13y ago

The Meaning of Busyness and Business

zio99
1pts0
www.boxesandarrows.com 13y ago

The Past and Future of Experience Design

zio99
1pts0
thebrandbuilder.wordpress.com 13y ago

Stop Writing (and Publishing) Crap

zio99
1pts0
thebrandbuilder.wordpress.com 13y ago

Perhaps the most important question in business

zio99
1pts0
observatory.designobserver.com 13y ago

Top Down Nature

zio99
1pts0
www.invesp.com 13y ago

Good Branding & Bad Branding

zio99
1pts0
startupframework.tumblr.com 13y ago

Wantrepreneurs: Be a Shark / Keep Moving

zio99
1pts0

Hi Kevin, Thank you for your feedback. The '^' was meant to reveal a translation feature that I was working on, but I suppose 'Open All' would be a more worthwhile feature to implement. The markdown on HN makes it a little tricky to render comments (with their nesting), but glad you mentioned it [1]. Anyone second that feature request?

[1] Wasn't sure of how many people read comments before the article, or read them at all - I stopped when I found that it gave me a biased read, especially on the Show HN type posts.

I worked on a similar app [1] and it runs as a standalone web app on the iOS homescreen as well. A couple of things that I love about it:

  1. I've done away with a lot of the features the OP has - such
  as comments (unless it's Ask HN), time of post and link. This 
  has made it more lightweight and faster to load on slow mobile 
  networks in my area.

  2. Also, it's only updated twice a day since I actually built 
  this for myself to stop spending so much time on HN.
  
  3. And since I found myself only reading the front page on my 
  commute to  work, it aggregates all the front page articles into 
  one nice page instead of opening one article up at a time.
Not to take away from the OP, but would love any feedback on the whole "less is more" approach.

[1] http://hn.dinopost.com/

The Gift 14 years ago

Refreshing indeed to see a hacker talk about faith.

I was talking to a friend the other day that said the Devil had internet from the start; but it's only now that we see blogs pop up on faith. So thank you Paul for this.

Also, being the top post on HN is just the push I needed to write on my faith. Was initially afraid that it'd turn my readership away. So thank you once again for teaching me to not hold back.

As an Engineer, I'm finding that faith and logic can go hand-in-hand after all. The more I question my faith, the stronger it gets.

I'm also reminded of Dostoevsky's search. Who am I to argue with a Great Thinker who spent years arguing against God's existence only to admit he was wrong in the end.

Kudos to aditya, jay, mike and all who helped out at UWaterloo. Fun fact: They went through Velocity here first - never underestimate the power of tractions guys. Congrats!

Ashton, I appreciate your thoughts on this subject - I've been meaning to write about it for a while, and just posted my response here: http://startupframework.tumblr.com/post/36816740387/power

Not to side-track from programming language semantics, but I hope to engage in a discussion on the sole entrepreneur as you mentioned.

Edit: I think the bottom line of your post and mine is that: No one does it alone. At least, that's my (perhaps more philosophical than technical) take on it. So for hackers and entrepreneurs to reach critical mass with their products/offerings, they need the input/help/support from those around them (family, friends, clients, etc).

+1 Pretty cool. I wanted to work on something similar using synonyms. Also liking the Google Ventures-esque pillow background. And the load on scroll. Care to share your behind-the-scenes with the HN community? Doesn't seem to be using a thesaurus, but rather truncates and elongates words, coupled with jQuery goodness. Am I right?

Gravity.

Score decreases over time, so interesting news bubble up, and older/no-longer-relevant news gradually decline.

    (= gravity* 1.8 timebase* 120 front-threshold* 1
       nourl-factor* .4 lightweight-factor* .17 gag-factor* .1)

    (def frontpage-rank (s (o scorefn realscore) (o gravity gravity*))
      (* (/ (let base (- (scorefn s) 1)
              (if (> base 0) (expt base .8) base))
            (expt (/ (+ (item-age s) timebase*) 60) gravity))
         (if (no (in s!type 'story 'poll))  .8
             (blank s!url)                  nourl-factor*
             (mem 'bury s!keys)             .001
                                            (* (contro-factor s)
                                               (if (mem 'gag s!keys)
                                                    gag-factor*
                                                   (lightweight s)
                                                    lightweight-factor*
                                                   1)))))

+1 Thanks for sharing. Regarding the language of choice, I think there's some Scala, Erlang and other frameworks in the mix at either party. I think it depends on whether you're working on core products, or the duct tape that you mentioned. (Example, Twitter attracts both sides of the camp - Django and RoR). But regardless, with your skillset, I think you'll be happy with the challenges and intellectual stimulation at either place. It's ultimately about the cultural fit like you said. Congrats, and all the best on the new job!

Hey! Thank you! Really appreciate it, put a lot of effort in to writing it, and I hope you enjoy reading it. If you have any questions, feedback, comments, or even wanna bounce ideas off me, and have me play devil's advocate, I'd be more than happy to do so.

Purchased!

Kudos to PragProg for putting this collection together, I'm a huge fan. Likewise, my book's on sale as well, as a loving ode to Turkey! For those applying to YC, the book's based on conversations I've had with startup founders here on Hacker News. Ice Cream Startups: How to pick your best idea and run with it. http://bit.ly/TTWUqz

I'm curious: where would Pinterest be on this graph? If Microsoft was for a few 1000 users, and if the best ideas are "organic," would Pinterest be bookmarking naturally "evolved" or did it pivot to a website for curation, sharing with like-minded individuals more recently [1]? It seems to me what's more important is tackling an emerging field (like Microsoft did) than a declining one (which some "organic" companies may do if they are too late into the game). Also, what do you guys think? Do the "sitcom ideas" have it easier with raising money, and finding their niche after?

[1] Read Ben's email here: http://spectralight.com/myblog/2012/11/09/the-secret-is-expo...

Once again, not to step on TL;DR, but since most commenting here are saying that curation is not scalable or sustainable, I wanted to present it in this way:

Phase 1: The MVP of a news aggregator should be a curated/editorial like traditional media/magazines, etc [1]

Phase 2: The second stage should be to have submissions from your readers (on content that interests them).

Phase 3: The next would be to have a voting mechanism, and then realizing that articles have different relevance in different communities - which is what prismatic and ypander were aiming to solve.

Full Disclosure: I am working on summarizing technology news, and the tagline so far has been "Hacker News on Steroids." Before it gets to that stage, I'm skimming my most favourite feeds from Google Reader. The best mobile wrapper I've found (since I'm targeting mobile as well) has been Feedly, which presents it as more like a magazine. Keep in mind Feedly didn't start out as this 4 years ago.

Another project aiming to solve this problem with a bookmarklet (and has a more appt domain name imo is tldr.io) though I personally haven't used it. Summly is another one, but after using it for a while, I found Feedly much better suited to my reading habits.

I'd love to team up with others who are working on this problem. My MVP is at http://dinopost.com. Drop me a line at aaron at dinopost.

[1] Phases based on Casey Accidental's blog post: Online News is Broken: http://caseyaccidental.com/online-news-is-broken/

It's not crass, nor is it discriminatory. Laying out a circuit is the equivalent of getting it fabricated. Terminology is used at AMD every time a chip is shipped/sent to pre-fab/taped-out/laid/fabbed/traced/etc:

Sources:

[1] PCB layout: http://webcache.googleusercontent.com/search?q=cache:srb7R1n...

[2] Page 41: http://docsouth.unc.edu/neh/dsmith/dsmith.html

[3] Google Groups Discussion: https://groups.google.com/forum/?fromgroups=#!topic/comp.cad...

[4] PDF: http://web.cecs.pdx.edu/~mperkows/CLASS_573/Asynchr_Febr_200...

Stop Pagination Now 14 years ago

Ironic that they split the article into 2 pages, and readibility only gets the abstract, so ads got in the way as well.