Viewing profile — hayfield
hayfield
HN member- Joined
- Thu, Oct 10, 2013, 6:00 PM UTC
- HN karma
- 15
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About hayfield
No profile information was provided.
Recent public activity
-
comment
Comment #14004234
+1 to all these points. A couple of related issues that cause me frequent problems... - In addition to detecting when monitors are removed, detecting when they are there from the s…
-
comment
Comment #13302088
Development Initiatives | Python Developer | Bristol UK | ONSITE http://devinit.org/ Development Initiatives is looking to recruit a talented Python developer to work for the Inter…
-
comment
Comment #9083711
Out of several dozen different uses of laser pointers, I've only ever been able to (easily) see perhaps 3 or 4 of them, plus another small portion if focusing entirely on the game …
-
comment
Comment #8494449
I may be an odd one, but I use email for personal things. If messaging a group of people, there's inevitably someone who refuses to get Facebook or doesn't have a smartphone or nev…
-
comment
Comment #8236361
There are a few other things that could also impact results. Looking at the experimental design, there could be a good 25% uncertainty in the results because of how it's done at su…
-
comment
Comment #8236257
You can have an impact on power consumption at a range of levels. From choosing appropriate algorithms, to switching to different data types, to changing compiler flags. Add togeth…
-
comment
Comment #8098292
I currently have about 3 weeks experience with some different formal verification tools (others will know better), but... 1. While large, the system will have a finite number of de…
-
comment
Comment #7138931
I'm not sure. This was a fairly quick experiment on an Ivy Bridge processor where the actual results were of secondary concern at the time (it was proof-of-concepting a separate to…
-
comment
Comment #7138926
Indeed - it probably isn't ideal. I'd tested a number of sort algorithms (bubble, insertion, quick, merge, counting), so also testing the sort function from stdlib seemed like a lo…
-
comment
Comment #7136150
Some work I was doing over the summer indicates that the optimal datatype depends on the algorithm you're using. qsort() can get 15% better performance with uint64_ts than uint32_t…
-
comment
Comment #7082409
Depending on how the extension developer feels future development may pan out, requesting access to all websites is the only reasonable way to do it. With how the update system wor…