Not sure I agree. Apollo is apparently monetizing these users above and beyond what Reddit is/was able to accomplish. I’m confident that this represents value to Reddit > 0. So Reddit may have leverage, but not all the leverage.
HN user
ktr
[ my public key: https://keybase.io/ktr; my proof: https://keybase.io/ktr/sigs/NWkQ1_3u2GcwM56fyO9_P66BtSHGzWg3wGA68bYGFY8 ]
I really enjoyed Expert C Programming (https://www.amazon.com/Expert-Programming-Peter-van-Linden/d...).
Has anyone had any experience with new Bose headphones? If you use the Bose Connect app, I believe what the author wrote is accurate. But that app doesn’t work on the newer headphones (at least, not the ones I have). Instead I need to download the “Bose Music” app which doesn’t seem to give you the same options for privacy. And if you don’t use that app, the headphones are much less useful (eg, no hardware controls to switch which device you are connected to).
For a fascinating, in-depth look at the Spanish flu of 1918 check out John Barry’s “The Great Influenza” [1]. The book was amazing and gives you a real sense of what one of the worst pandemics in history must have been like.
[1] The Great Influenza: The Story of the Deadliest Pandemic in History https://www.amazon.com/dp/0143036491.
I was impressed that you can save for offline use right in browser.
I saw the recent electron based color picker someone created because windows didn’t have a color picker. This is lightweight and one of my favorite tools. It also has a Mac version (although no Linux as far as I know).
See http://gittup.org/tup/make_vs_tup.html for comparison with make.
Thanks very much. I used to have a ThinkPad and loved it. Will investigate!
Thanks. I heard great things about the XPS so was excited to get it, but as noted above I haven't been thrilled. Also, the keyboard is not great in my opinion. The Linux version could be better (I am forced to use Windows at work).
My introduction to window functions (and the best write-up I’ve seen) was through the SQL Cookbook (http://shop.oreilly.com/product/9780596009762.do). I highly recommend.
Totally agree! I took my 4 year old and 2.5 year old recently and we had a heck of a time making sure we didn’t get hurt. They did have fun though :)
The other thing that is odd is that they mentioned their mother's illness took a turn for the worse and they were communicating with only the CEO via phone. It seems unlikely that you only let the CEO know at the beginning of your absence and then don't let him/her know when you will actually be coming back. It also seems unlikely that the company would accept your resignation, post the position, interview, make an offer, and have the new person start all within 6 weeks. Perhaps it is just me, but that seems like an aggressive timeframe to get all of that done.
I was trying to think of how to say the same and thought "sexy-c" might work. Cool project.
Couldn't agree more. I got to the end of the article thinking "why did you stay after the first series of episodes?". I never realized how bad it was there and I am sad for all those impacted by it - especially the little ones.
Seems much lighter weight and doesn't change your interface so much. I tried pentadactyl and it felt (to me) that it changed the browser experience too much. This has fewer commands and options, but seems like "just what I need" as opposed to "everything". I came across it looking for Vimium for Firefox.
Will it be taped? Would be interested in seeing it :)
I'm really interested in how organizations are organized. Does anyone have any suggested reading material for things like this? I've only ever heard the term "cells" before as it relates to terrorist groups, but I'm not sure if this is a similar concept. But I often wonder if organizing a business more like a democracy would yield better results in the long run ...
Any idea or theory why that is? E.g., after reading sites like http://www.useit.com/ you'd think the only thing that people do is scan (not read).
I'd be very interested to hear how you feel after you get out of implementation. Maybe we can share war stories (see my email in my profile if you're interested in catching up).
Yes, I would agree with that statement as well. There is certainly nothing stopping us (nothing proprietary, etc.) other than a lot of work. But, to your point, it should be less the 2nd time around!
> I don't know about this. How am I locked in?
I think the article is referring to much bigger implementations - I'm just finishing up a 3,000+ employee implementation with all kinds of crazy things going on that cost my client an arm and a leg. To put it into perspective, the implementation took ~ 3mos to go-live for employees across almost all 50 states and another 2mos to fix the issues that cropped up during the first few payrolls. It's unlikely they'd be willing to switch anytime soon regardless of how unhappy they are up to this point.
This is crazy - I ordered 3 things from Amazon today through Prime and started wondering if/when a day would come when you'd have same day delivery from Amazon and what it would look like. I figured it would happen someday, but thought the complexities would be too much to handle for a while. Looks like they're way ahead of me. This is why I love Amazon.
Well, since this came up I thought I'd share what I'm doing: http://www.teamcruiting.com. Would love feedback.
Any interest in sharing the code?
I like postmark as well.
Great point - thanks, that makes a lot of sense. Wasn't thinking about it like that.
I'm sure it has been discussed elsewhere, but does FB actually earn $5.11 per user? That's amazing to me - I rarely use the site, but even when I am on I don't recall ever clicking an ad. In fact, I don't know many people that have either.
I was just thinking this - I think < $8 / mo. would be a no-brainer, between $8 - $19 might be worth it and > $19 I probably wouldn't use it.
Thanks for the pointer! I'll have to keep that in mind.
Sorry, I would actually consider myself quite proficient in Python. What I was trying to [unsuccessfully] show was that the underlying mechanics of Python's import mechanism are different then, say, Python's dict or list implementations. Whereas in Lua everything really is just a table. I ran into this (in Python) when I was trying to dynamically import code based on command line arguments and access the functions in said script as strings. So in Lua, you just `x = require"script" ; x["fn"]` whereas in Python you sort of need to know this information up front unless you go through the machinations I outlined in the article.
But this was obviously a poorly written part of the article that could use improvement.
[EDIT] typos [EDIT2] less arrogance :)