Viewing profile — philwise
philwise
HN member- Joined
- Tue, Sep 08, 2009, 4:52 PM UTC
- HN karma
- 38
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About philwise
No profile information was provided.
Recent public activity
-
comment
Comment #28718842
Are there vendors who provide support for tool qualification for frama-c? By that I mean documentation support that can be provided as part of the certification process, so when yo…
-
comment
Comment #21750770
Talk to your line manager. It is quite possible that there are some skills around building long-term maintainable codebases that you haven't learnt yet. Different companies have va…
-
comment
Comment #19065690
My wife taught the kids at primary school how to use PowerPoint. After they were given a camera to take some pictures around the school, some of them randomly figured out they coul…
-
comment
Comment #8511642
How about using Scrum stories? Each story would be a 1-2 page Word doc, with a long form description of the behaviour required and mockups of the UI.
- story
-
comment
Comment #8286696
This is a really nice programming environment. It reminds me of playing with forth for the instant feedback and interactive working.
- story
-
comment
Comment #4333743
I think that the UK.gov were forced by the IOC to promise that they would get the law passed before they could submit a O *c bid. Basically they waited until the last minute then i…
-
comment
Comment #4301594
The article misses the point of Khan Academy. The point is that the world only ever has to find _one good example_ of how to teach something. If someone comes up with a theory on a…
-
comment
Comment #3862366
Have you looked at SQL Azure? Microsoft have really good BI tools. I think 200GB of SQL Azure will cost a couple of hundred bucks a month.
-
comment
Comment #3851995
I can't see how the online business can afford to allow Do Not Track. Put the other way: you can only have gmail if you agree hand over your personal information to Google.
-
comment
Comment #3846493
In the UK the Royal Mail works similarly: http://www.royalmail.com/marketing-services
-
comment
Comment #3656565
That would be my guess too, especially as two crossed yagis are a well known way to receive circular polarized signals: http://www.qsl.net/dk7zb/Cross-Yagi/crossyagi.htm
-
comment
Comment #3017147
One thing to note is that dedicated server suppliers will foot the capital cost of servers for you, so there is no need to find the cash for the server up front. 100tb.com do this …
-
comment
Comment #2949146
I would see this as a move towards 'enterprise' (yes I know people here hate that word), but look at the url... $9/app/month means that it doesn't really make sense for tiny hobby …
-
comment
Comment #2915844
That is pretty pricey. 1GB of RAM from crucial is $10. 1 GB of Memcache from AWS, (assuming 3 year amortization) $1900. Obviously there is overhead, but if you have machines alread…
-
comment
Comment #2567784
Using jquery will avoid this issue, because it automatically removes event handlers when a node is taken out of the DOM tree.
-
comment
Comment #2391904
I used to work in the FPGA industry, and we had quite a few people looking at trying to do hardware acceleration of stuff currently done on CPUs. In short, it is hard. There are pl…
-
comment
Comment #2387071
Why is this interesting?
-
comment
Comment #2301584
'Sharding' and 'a rest interface' are not really business requirements. Sharding is only a solution to handling certain types of high load, and REST is but one solution for IPC.
-
comment
Comment #2298111
"We store a lot of data... 2TB" Given that a pair of 2TB drives is less than $250 on ebuyer right now, 2TB of data is not 'big data'. You could comfortably stuff that in any decent…
-
comment
Comment #1859730
This appears to be a bike designed by someone who has never ridden a bike, and who never got a handful of bits of wood and mocked the thing up. For example: 1) The handle bars have…
-
comment
Comment #1793993
I've twice tried (unsuccessfully) to use it for small projects. Last week I had to re-write an app to port it off the platform because it suddenly stopped being served correctly wh…
-
comment
Comment #1783539
Here is an alternative for the Duct Tape Programmer: http://www.brightyellowcow.com/blog/A-thin-13A-Plug.html
-
comment
Comment #1610551
Please, this is ridiculous. Find me a professional programmer who doesn't consider garbage collection and threads to be a useful thing.