Viewing profile — x1
x1
HN member- Joined
- Sat, Mar 10, 2012, 2:56 PM UTC
- HN karma
- 101
- Public activity
- 57 items
- HN profile
- View on Hacker News ↗
About x1
No profile information was provided.
Recent public activity
-
comment
Comment #5435401
> I do not see anyone ... I don't see it to the scale What scale do you see it? And what's the acceptable/unacceptable threshold? Right now you are jumping squarely into "this isn'…
-
comment
Comment #5435322
> I'm so tired of hearing about sexism in tech > that's the way it goes. > I haven't seen any of this. Maybe I've missed it, or I'm not looking, who knows. Or possibly you're predi…
- comment
- comment
-
comment
Comment #4138663
> In the rest of my program, those functions would be the only way to talk to the database. There's your guarantee. Honest question. Take these pseudo sql calls: //Bad Person usern…
-
comment
Comment #4138058
> But if you write a secure version, you only have to write it once. > You only have to maintain it in one place. > You only need to test it in one place. Again, so this cannot be …
-
comment
Comment #4138020
> What possible purpose does your example serve then if it doesn't impart any sort of meaning at all? The example shows that static typing doesn't do anything more than what it say…
-
comment
Comment #4137617
> Now you are suggesting that you wouldn't write such code in a dynamically typed language anyways? I never suggested that...? > With a statically typed language, when you make the…
-
comment
Comment #4137568
So when the Query is sent to the database MySQL actually receives a Query object and then parses that Query object? ...oh wait, right before it is sent to mysql it is turned back i…
-
comment
Comment #4137327
> but static typing enforces that you always use that function, and can't forget and accidently submit an unescaped string to the database. So you're saying it is impossible to do …
-
comment
Comment #4137283
Are we really talking about type checking or the larger circle of validation (of which type checking is just a small part)? ( Bugs found by unit tests ( ) Bugs found by input valid…
-
comment
Comment #4129971
2004: http://www.processor.com/articles//P2651/07p51/07p51chart.pd... 2005: http://www.wired.com/science/discoveries/news/2005/08/68403?... 2007: http://www.cogniview.com/convert-p…
-
comment
Comment #4127637
That's easily solved Have a slider. When you move it have a window that lists what applications can be served with the selected allotment. Hell... that'd be pretty damn cool lookin…
-
comment
Comment #4127172
Isn't this the same drum that has been beating since the days of desktop applications... for those old enough to remember when applications where actually run on a desktop OUTSIDE …
- comment
-
comment
Comment #4123265
More pictures & Info: http://www.chipchick.com/2012/06/vizio-dives-laptop-all-in-o...
-
comment
Comment #4120813
I'm not sure where to file this: Viral add campaign for Saygent or bored lawyers writing a TOS. In either case, Saygent just won... oh I'll show YOU Saygent, I hope you like being …
-
comment
Comment #4120530
http://www.iana.org/assignments/character-sets >The MIBenum value is a unique value for use in MIBs to identify coded character sets. >The value space for MIBenum values has been d…
-
comment
Comment #4118707
On a side note, now I understand why HN doesn't allow comments on job postings. This is a tough crowd.
-
comment
Comment #4118679
> people who wouldn't dream of letting someone else take half their work As someone who is routinely doing full stack development this phrase worries me. To be honest I'm more than…
-
comment
Comment #4112290
What if amazon bought book.com and then sold subdomains? So harrypotter.book.com?
-
comment
Comment #4111245
I don't really feel this... I guess this might be a horrible thing to say but "I don't really care". It costs 100k to get a tld. So if Amazon takes .author then what about .writer?…
-
comment
Comment #4108832
>computationally prohibitive yup it'd be a nightmare :) I'm not sure if you could even sell users with large clusters... as the only way to generate a large cluster would be to gen…
-
comment
Comment #4108499
This is the fundamental problem with a static point system. Up/Down votes should be personal and entirely void from the process of agree/disagree. It should be about pushing indivi…
-
comment
Comment #4107333
The test will persist and always be there to test again where as a gauge will be a one time thing. What happens next week when someone does an x += hugeBlockOfText in a loop? I'd r…