Viewing profile — jlblatt
jlblatt
HN member- Joined
- Tue, Mar 31, 2015, 11:14 PM UTC
- HN karma
- 151
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About jlblatt
No profile information was provided.
Recent public activity
-
comment
Comment #28222753
I purposefully didn't include details around this as I didn't want to exclude any options or drive the discussion toward US politics. I can say my #1 goal is long term security and…
-
comment
Comment #28222344
Thank you, I will check that out. I asked here because I figured I wasn't the only one on this forum that might want to know their options, and that the prevalence of STEM backgrou…
-
story
Ask HN: How best to secure citizenship outside the US for my daughter?
Background: 38 y/o software engineer, married, with a 9 month old daughter, currently in the DC area. Due to the political climate in the US (off-topic for this thread/forum) I'm i…
-
comment
Comment #18661447
> $(document).ready(function(){ if('ontouchstart' in document.documentElement) alert("..."); }); This worked in 2012 I swear! Oh the shame now however :'( Thank you! The timing of …
-
comment
Comment #18658452
Man, has any game been implemented more times than Tetris? It was always one of those things I wanted to do and finally got around to hacking together a javascript version of it a …
-
comment
Comment #16789593
Doesn't a drive thru also hand you a disposable bag filled with a bunch of other stuff that's about to become trash- napkins, wrappers, straws, etc...? Just toss it in there dude, …
-
comment
Comment #16439711
Hi all, thanks for checking it out. I like to mess with OpenGL and Three.js in my sparetime, 9 - 5 I'm usually doing web dev. Posting this more for the visualizer but I would love …
- story
-
comment
Comment #13236300
I feel like this is solvable using binary to assign which bottles to which prisoners, but only if there were 16 bottles. For example, bottle 11 dec = 1011 bin. So bottle 11 would b…
-
comment
Comment #11625827
This should be (and is currently) downvoted but it did make me look up DDG's API.
-
comment
Comment #9635867
Hi HN- I wrote this several months back just for fun, trying to emulate the gameplay of the 1989 Gameboy version as much as possible (with the exception of instant drop and the gho…
- story
-
comment
Comment #9329002
TY, I'll update the readme.md when I get home tonight. And you are right, it was initially marked as "Won't Fix" because it was not immediately reproducible, but further research y…
-
comment
Comment #9328883
The dev reached out to me privately, I wouldn't infer anything based on the responses here.
-
comment
Comment #9326980
Yes, that's why I feel like this is more significant than a simple crash at first glance- no one would purposefully craft a 256+ unchecked character URL, unless they are being mali…
-
comment
Comment #9326743
Hah, that click was definitely my karma for today, ty. But the reason I posted this is because it doesn't rely on Javascript to eat up memory- anyone can post a malformed/long link…
-
comment
Comment #9326569
Totally valid, and not negative at all. See: https://news.ycombinator.com/item?id=9326370
-
comment
Comment #9326370
I did file a Chromium bug last week, #472347. I filed under security (as I was unsure) so it's not public, but it was pretty much immediately marked as 'Won't Fix'. Hence the repo …
-
comment
Comment #9326354
Wow, that's an even better guess than the other (not mine) I posted: https://news.ycombinator.com/item?id=9326350
-
comment
Comment #9326350
Suggestion from a reply to my bug report (filed under security so it's non-public) points to a dupe of: https://code.google.com/p/chromium/issues/detail?id=472899 and fixed in: htt…
-
comment
Comment #9326277
Yup, it's not "serious", but could be used to DOS I believe.
-
comment
Comment #9326265
Could be. My concern is: 1) Most people don't have SSL enabled for most (if any) sites that are optional. 2) Most normal users are using the standard build for MacOS/Win, not the d…
-
comment
Comment #9326090
It seems hit or miss so far- Shardj just pointed out that https:// doesn't seem to crash at all.
- story