Simon Howard

1,205
reputation
209 views

Registered User

name Simon Howard
member for 1 year
seen 14 hours ago
website
location Southampton, UK
age 27
14h
answered Faster math algorithm sacrificing accuracy
Dec
4
awarded  Good Answer
Nov
5
comment How to remember to use return value?
Not entirely true. gcc allows you to add the warn_unused_result attribute on functions that causes a warning if the return value is ignored. gcc.gnu.org/onlinedocs/gcc-4.1.1/…
Nov
5
comment Lifetime management with Google Guice
I think this is just a classic misunderstanding of what the GC is for (particularly easy to make this mistake if you've programmed in C++). In a garbage collected language, object lifetime/GC has nothing to do with releasing resources like file handles or network sockets.
Nov
3
accepted fastest way to detect if a value is in a set of values in Javascript
Oct
4
awarded  Yearling
Aug
13
awarded  Nice Answer
Jul
9
awarded  Civic Duty
Jun
15
awarded  Good Question