HN user

voidfiles

1,771 karma

my main page is at http://rumproarious.com

Posts146
Comments294
View on HN
rumproarious.com 4y ago

How my biggest work failure led to success

voidfiles
11pts1
podcast.staffeng.com 5y ago

Ep. 1: StaffEng Podcast with Sarah Dayan Algolia

voidfiles
5pts0
gist.github.com 9y ago

Stevey's Google Platforms Rant

voidfiles
4pts0
rumproarious.com 11y ago

Building Editorial Dashboards with Open Source Tools

voidfiles
2pts0
www.storehouse.co 11y ago

Visual Essay about Steve Jobs and NeXT

voidfiles
10pts0
synthesisweekly.com 11y ago

Why off the rack clothing doesn't work for larger people

voidfiles
2pts0
rumproarious.com 11y ago

Full stack is more then a checkbox for your startup

voidfiles
2pts1
rumproarious.com 11y ago

Markdown 2: The Second One

voidfiles
2pts0
ello.co 11y ago

Is ello unsustainable?

voidfiles
4pts2
groups.google.com 11y ago

InfluxDB 0.8 Released

voidfiles
3pts0
www.reddit.com 12y ago

Redditor saw Zuckerberg at Oculus office 1 month ago

voidfiles
1pts0
stratechery.com 12y ago

Newspapers Are Dead, Long Live Journalism

voidfiles
1pts0
www.nndb.com 12y ago

Notable Names Database: Tracking the entire world

voidfiles
1pts0
gist.github.com 12y ago

Response to Nodejitsu NPM Trademark

voidfiles
69pts21
blog.nodejitsu.com 12y ago

Why are Nodejitsu registering the npm trademark

voidfiles
46pts7
www.nytimes.com 12y ago

Punching Above Its Weight, Upstart Netflix Pokes at HBO

voidfiles
1pts0
www.coinyewest.com 12y ago

Kanye West Now Has His Own Cryptocurrency

voidfiles
3pts0
github.com 12y ago

Lark – A REST interface for Redis

voidfiles
35pts12
allthingsd.com 12y ago

Music Discovery Service ExFM Pulls the Plug

voidfiles
1pts1
www.engadget.com 12y ago

First look: iBuyPower's Steam Machines prototype

voidfiles
1pts0
www.rumproarious.com 12y ago

The Story of ADNpy: An App.net API Client

voidfiles
1pts0
allthingsd.com 12y ago

Vox Media buys Vox and its blogs (Curbed, Eater)

voidfiles
2pts0
allthingsd.com 12y ago

Twitter Is No Leap of Faith

voidfiles
1pts0
daltoncaldwell.com 12y ago

Pinterest vs Snapchat: Purchase intent and valuation

voidfiles
3pts0
allthingsd.com 12y ago

Snapchat Is Mulling Another Huge Round at a $3.5 Billion Valuation

voidfiles
61pts78
allthingsd.com 12y ago

NBC's Vivian Schiller Announces Twitter Job

voidfiles
2pts0
www.google.com 13y ago

Google Reader is dead

voidfiles
388pts211
stratechery.com 13y ago

Why Doesn’t Apple Enable Sustainable Businesses On The App Store?

voidfiles
2pts0
www.rumproarious.com 13y ago

The Wire is to The Sopranos as a feed reader is to ______

voidfiles
2pts3
www.rumproarious.com 13y ago

What Would a Facebook News Reader Mean?

voidfiles
2pts0
JSON Feed 9 years ago

So, my personal blog doesn't get a ton of traffic, but the one article that gets the most traffic is an article about how to monkeypatch feedparser to not strip about embedded videos.

While not hard evidence, I think it's indicative of the kind of experience a developer has when they choose to engage with syndication.

JSON Feed 9 years ago

This seems like a great idea. If it can help even one developer it's worth it.

I added Kim to my ongoing set of python serialization framework benchmarks here is how it ranks.

  Library                  Many Objects    One Object
  ---------------------  --------------  ------------
  Custom                      0.0187769    0.00682402
  Strainer                    0.0603201    0.0337129
  serpy                       0.073787     0.038656
  Lollipop                    0.47821      0.231566
  Marshmallow                 1.14844      0.598486
  Django REST Framework       1.94096      1.3277
  kim                         2.28477      1.15237
Comments on how to improve the benchmark are appreciated.

source: https://voidfiles.github.io/python-serialization-benchmark/

We spend far more time consuming content generated by our friends and family then we do consuming content created by media companies. I don't think he could conceive that a company like Facebook could control the means of distribution by providing something that people want more the professional media.

Webdis has more features right now. It has authentication, and it supports things like websockets. It's also written in C.

Lark is written in python and I would argue that Lark does a better job of meeting the expectations of what an API should be like supporting POSTs, and DELETEs.

It would also fit in well with an existing flask project. It has a blueprint that you can mount.

oAuth integration is planned, I am working on it right now. I also plan on making websockets work in the same manner as flask-sockets.

Content owners don't make feed readers. If they didn't want people to pre-screen content they could just get rid of their RSS feeds altogether. They haven't done that. They clearly find some value to users being able to find their content through RSS, so I don't think this is why feed readers have failed to breakout.

It's not just your tools though. They are asking you to throw away many of your ideas about web development as well. They ask you to adopt a new paradigm that doesn't fit in with the template, innerHTML style of development.

If you embrace that idea, and go with the flow, you can do some amazing things amazingly fast with angular that doesn't work so well in other frameworks.

Out of all the feeds that I checked CNN had the largest number of Google Reader subscribers. If you are right, I would argue that CNN market penetration is lower then 50% and thus the feed reader market would be bigger.

You aren't alone. There is actually a version of Markdown for writing Screenplays. When writers adopt Markdown then I am not sure who Markdown is not for.

http://octopress.org/ is essentially something written from the ground up that addresses many of the concerns in ghost, but that doesn't mean its the solution.

Because WordPress is built on PHP it has a wider array of deployment options, including many low-cost options, while maintaing a relatively easy to use sheen.

I think it makes sense to evolve WordPress to merge the benefits of something like octopress with WP.

What made sense about the Ghost write screen was that it embraced Markdown. It showed what things would look like as you wrote them. I don't think the screenshot of the new WordPress dashboard addresses that.

Isn't the point of the article that we do have other great guides, the failures. They are a great example of how things when wrong. Maybe by paying closer attention to the failures we can see how to fix what they did wrong and fix it.

With such a complicated system I think you are missing out on the most signifcant speed optimization technique; reducing http requests.

For reference: http://developer.yahoo.com/blogs/ydn/posts/2007/04/rule_1_ma...

It's laudable that you are paying attention to caching, but you don't compile all your files in to one file. It seems like you could pick up a lot ground here by at least concating all css into one file, and js in to one file.

Also you could load jquery from the Google AJAX API endpoint. That way the users has a higher chance of having already loaded jQuery.

Also using the same CSS/JS products across multiple pages would help.

Free food is a big idea. As a one time Yahoo, I was shocked. This shows to me that Mayer is going to be different. I am not sure if every CEO previous to her had this choice, but none of them did it. It either proves that the board has given her a lot of leeway, or all the others have been weak kneed.

Seriously, food is a big deal, someone at my orientation asked a VP why we didn't get free food. She answered by explaining that the only people who liked the free food were the employees, and that share holders didn't like the free food, and that we work for the shareholders. With that everyone clapped. I remembered at the time that free food sounded good, especially because I was about the become a Yahoo employee.

So, I hope this is like the Canary in the coal mine, but in reverse.

I am not so sure that is the case. Kevin Kelly wrote about having 1000 true fans. I think his argument works here too.

http://www.kk.org/thetechnium/archives/2008/03/1000_true_fan...

If you think about how Twitter needs to reach 100 of millions if not billions of users to possibly become sustainable, or figure out how to squeeze more money out of the users they have. Then compare that to the App.net proposal. Especially the part about making the user the customer. Then you can see how having a small set of faithful users might be more sustainable.

Dalton wrote more about this in his post: http://daltoncaldwell.com/an-audacious-proposal

disclaimer: I work for App.net, but this post represents my own views.

Neal Stephenson is a master of the diatribe. In almost all of his books he takes the time to go into detail on some arcane subject. While I may not be a master after he is done I feel like one.

When it comes to a mainstream adaptation I wonder if they will retain the diatribes. It would be really interesting to see how an audience takes to his level of engagement in a specific subject.

So, the code you post requires jQuery, I am assuming, because you don't say. Which means you would need to also include jQuery in the header. Doesn't that seem like a waste? Also if you had jQuery already you could probably writing a queuing system for almost all actions, and not just "important" ones.

You should take a queue from Flickr. I took a look at how they handled this, and I think it's one the best I have seen so far.

http://dailyjs.com/2011/11/28/flickr-async/

The method there could actually be a small amount of code, and wouldn't require that you load jQuery before queuing events.