Viewing profile — custardcream
custardcream
HN member- Joined
- Sat, Nov 08, 2014, 3:39 PM UTC
- HN karma
- 178
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About custardcream
No profile information was provided.
Recent public activity
-
comment
Comment #8612281
1. Have you asked any women who aren't in these specialist areas why they aren't or have you read the arguments by the politicians and (I hate using the word) extremists? I have li…
-
comment
Comment #8612156
You probably want FORTH then :)
-
comment
Comment #8611916
Tl;dr version: Everyone offended with everything and everyone reading about what they should be offended about in a media outlet using one liners suggesting that they should be rem…
-
comment
Comment #8608932
Well it depends how you do it. There's certainly some mileage in doing it like that properly: http://blogs.msdn.com/b/lukeh/archive/2007/10/01/taking-linq...
-
comment
Comment #8608717
Yeah my 5 year old is sitting there eating a sock.
-
comment
Comment #8608290
Excellent. Thanks for the tip.
-
comment
Comment #8607791
I wonder if DHCP works on Hyper-V again now (it didn't for the 10.0 cycle which was a PITA)
-
comment
Comment #8607516
Well considering most of these binaries are tied to app stores and talk to the web they're about as much use if the vendor pulls the plug.
-
comment
Comment #8607507
Source? AFAIK only .net will which is not visual studio.
-
comment
Comment #8607323
One thing has for me: people are spending lots of money on them. Top slicing that is pretty easy. Oh and most problems are solved or canned so all we're doing is gluing things toge…
-
comment
Comment #8607320
As someone who is old enough to have written "programs" and sees the instant relationship to "apps", I vigorously disagree. Lets consider these points: 1. Firstly there are competi…
-
comment
Comment #8607239
That's not going to happen any time soon. Not because they don't want to but because the whole process would be monumentally complicated and expensive. I suspect we'll see a new 10…
-
comment
Comment #8607226
Within the last couple of months literally. I think to be honest that some of the stuff Microsoft have been working on behind the scenes is probably scaring the crap out of Apple a…
-
comment
Comment #8607172
Yes. It's now Microsoft circa 2001.
-
comment
Comment #8607162
Yes there is. It's the world wide web. An interoperable universal interaction standard. Or it was until Google started pulling an IE6 game. I use Firefox for everything because the…
-
comment
Comment #8606703
That's basically it but the amount of light reaching that sensor is improved by a somewhat larger lens than you usually get on a smartphone.
-
comment
Comment #8606562
This. to quote my father (who is actually a professional photographer): Pissy lens; pissy photo. You need chunks of glass at the moment regardless of sensor size. I carry a basic D…
-
comment
Comment #8604112
Definitely. I've got a centos 6.5 VM that is a master svn server for a multinational with a 22Gb repo and 190 users and does front end http and ssl for 45 requests/second (average …
-
comment
Comment #8603392
That's of absolutely no use when the box is under heavy load. Perf counters just stop working. We had a system wide thrashing problem with ReaderWriterLockSlim which doesn't work p…
-
comment
Comment #8603016
I'll add something here. The CLR is a PITA when it goes wrong. Its a total bastard to debug. JVM on the other hand has wonderful instrumentation capabilities at runtime. At best yo…
-
comment
Comment #8602999
Virtually none of SQL server is. Most of SharePoint is. Exchange is all c++ still. So we might see SharePoint for Linux yet. The other two I suspect are very tied to win32.
-
comment
Comment #8602863
My sister is a psychiatrist and has the same opinion on the subject. There's nothing wrong with postulating and analysing it, even if the views are perhaps unpopular. Nothing shoul…
-
comment
Comment #8602008
I get what you mean but a tab is purposely meaningless and unqualified. It means 1 indent, not 8 spaces, 3 bananas or one tree. It is a unit. How the user displays that is up to th…
-
comment
Comment #8601724
The dictionary in front of me disagrees: "A key on a computer keyboard that, when pressed, inserts a special ASCII character used for formatting text, as in indenting a line or blo…
-
comment
Comment #8601588
Go uses tabs. That's the law. It's in the documentation. Groups of spaces and tabs are semantically different. Tabs mean indentation. Spaces mean spaces.