Viewing profile — jaybuff
jaybuff
HN member- Joined
- Fri, Mar 11, 2011, 7:33 AM UTC
- HN karma
- 83
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About jaybuff
No profile information was provided.
Recent public activity
-
comment
Comment #47786109
I used it very similarly to you, but found it to be about $3.50 per day, or $100 a month. It wasn't worth that.
-
comment
Comment #23759719
John Gruber and Ben Thompson discussed a comparison of podcast vs. youtube and how podcasting isn't dominated by one company like youtube is for video. This is in the context of Jo…
-
comment
Comment #22813127
John Boiles has a proof of concept of the OBS virtual cam. I tried it out and it worked for me, although I had to build it and OBS from source. He has good instructions. https://gi…
-
comment
Comment #19793504
"-- Google Inc.'s top three executives agreed in 2004 to work together at the Internet search and advertising giant for at least 20 years, a company spokesman confirmed on Wednesda…
-
comment
Comment #13460061
See also, pex: https://www.youtube.com/watch?v=NmpnGhRwsu0
-
comment
Comment #12797945
Thanks for pointing that out. We're hiring in SF, Seattle and London for this role.
-
comment
Comment #12793554
My team at Apple is hiring in San Francisco. https://jobs.apple.com/us/search?#location&ss=47424189&t=0&s... If you're interested, please email jaybuff@apple.com with [Swift Server…
-
comment
Comment #11500318
Ah, yes, the trailing comma in a list, which I like to refer to as the "Silicon Valley Comma" [ "a", "b", "c", ] // the silicon valley comma
-
comment
Comment #11408838
Apple Inc | San Francisco, CA | Competitive Salary Apple's CloudKit (part of iCloud) is hiring backend developers who have Linux expertise and who are excited about Swift. Job is f…
-
comment
Comment #11027365
Apple notes (in iOS 9 and El Capitan) is also a secure, encrypted Evernote alternative: https://support.apple.com/en-us/HT202303
-
comment
Comment #10272011
"Reflections on Trusting Trust To what extent should one trust a statement that a program is free of Trojan horses? Perhaps it is more important to trust the people who wrote the s…
-
comment
Comment #9154181
http://en.wikipedia.org/wiki/Riley_v._California
-
comment
Comment #8720412
He implemented bubble sort: https://www.youtube.com/watch?v=k4RRi_ntQc8
-
comment
Comment #8590705
Apparently the only feature emacs is missing is spellcheck.
-
comment
Comment #8164370
Sounds like the title of the paper should be "The Network is Unreliable, but it Usually Doesn't Matter."
-
comment
Comment #7950855
nsenter might be a short term solution, but IMHO, getting a resolution to this issue https://github.com/dotcloud/docker/issues/1228 so you can just do "docker exec /bin/bash" is mu…
-
comment
Comment #7857908
verbose?
-
comment
Comment #7840522
I had a very similar experience when I tried it a few months before you.
-
comment
Comment #7259548
"Note that the shell script must run the daemon without letting it daemonize/fork it. Usually, daemons provide a command line flag or a config file option for that." fghack is an a…
-
comment
Comment #7175145
The best book on git is only 30 pages long. It's called git from the bottom up and it describes the architecture of git, which makes understanding it much simpler than studying com…
-
comment
Comment #7173461
"The water-cooled supercomputers require 1.7 million gallons of water per day to function." Anyone have a citation for that? I suspect that water is in circulation. I doubt they se…
-
comment
Comment #6277938
Reminds me of http://camlistore.org/
-
comment
Comment #2312544
If there was a package manager for os x that shipped binaries we wouldn't be in this predicament either. brew building from source is just as much to blame as os x not shipping gcc…