Viewing profile — _joev
_joev
HN member- Joined
- Sat, May 02, 2015, 7:17 AM UTC
- HN karma
- 44
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About _joev
No profile information was provided.
Recent public activity
-
comment
Comment #10022770
That's not true. There have been PDF.js exploits that lead straight to RCE. This has the additional downside of leading to immediate compromise on every platform. Example (used by …
-
comment
Comment #9894630
Here's a tool I wrote that grabs your internal IP and scans your LAN using response timings and HTTP asset fingerprints: Demo: http://joevennix.com/lan-js/examples/dashboard.html C…
-
comment
Comment #9607213
"Native desktop" spotify is just a web app wrapped into an embedded Chromium browser.
-
comment
Comment #9478280
You can't, there was a bug in my code when run on firefox fullscreen. Formatting options would be nice, for now you can copy some text from an external HTML document and it will pr…
-
comment
Comment #9478266
Fixed it with *{background: white;}, strangely enough.
-
comment
Comment #9477488
I cannot for the life of me figure out how to fix this. Maybe someone here knows. I define the fullscreen bg color: bg:fullscreen, bg:-webkit-full-screen, bg:-moz-full-screen { bac…
-
comment
Comment #9477482
Added a cmd-S to save to txt.
-
comment
Comment #9477454
It's a Safari bug unfortunately. https://medium.com/adventures-in-consumer-technology/allow-k... Seems like the best recourse is to disable the feature in Safari. Bummer.
-
comment
Comment #9477414
Thanks for the votes :) The code is here if anyone wants to modify it (this site is hosted on github pages): https://github.com/joevennix/aquietplace
-
comment
Comment #9477403
Silly bug. Should be fixed now, with a .focus() call.
-
comment
Comment #9477399
Yeah right now there is only saving as the browser allows (print to PDF is another way). I'll add support for saving as a .txt on cmd-S through HTML5 download API in a bit.
-
comment
Comment #9477394
Okay, feature implemented :) To work on a new file just change the URL hash http://joevennix.com/aquietplace#newfile
-
comment
Comment #9477369
wakes up 10 hours later to find this on HN homepage Sorry, originally I had some functionality so that changing URL hash gives you a new file. At some point I switched this to usin…
- story