Viewing profile — seanjensengrey
seanjensengrey
HN member- Joined
- Wed, Apr 09, 2014, 8:46 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About seanjensengrey
No profile information was provided.
Recent public activity
-
comment
Comment #11275519
One could trace the protocol between the phone and the network to see if it conforms generally. Specifically is another issue.
-
comment
Comment #11275433
This is on a Mac. I wanted to see if the firmware bugs would be fixed by using their firmware update tool. The printer itself times out when attempting an on-device firmware upgrad…
-
comment
Comment #11275366
This is not true, I owned a 700$ multifunction printer scanner, copier, everythinger and it required me to hack the cartridges to print black, it always put shitty yellow tracking …
-
comment
Comment #11262321
If you have an opinionated style guide, I would love to read it. Something like this [0] but for Java. [0] https://gist.github.com/seanjensengrey/a08910b0d204b037c2ba
-
comment
Comment #7650379
Yeah, that chart is painful. Talking about absolute dollars with no basis is not productive.
-
comment
Comment #7649716
Disks internally have lots of extra space to handle errors and are not pushed to the limits of their physical storage. Amazon could have partnered with a disk manufacturer or writt…
-
comment
Comment #7579252
This should be on this list http://www.amazon.com/How-Solve-It-Modern-Heuristics/dp/3540... single best technical book I have ever read. Also, if you ever need to give a gift, http…
-
comment
Comment #7562255
https://gist.github.com/seanjensengrey/d053e7fa709e0699e291 If free version. t = {} t[0,0] = lambda x: x t[1,0] = lambda x: "Fizz" t[0,1] = lambda x: "Buzz" t[1,1] = lambda x: "Fiz…