Viewing profile — jedschmidt
jedschmidt
HN member- Joined
- Fri, May 14, 2010, 11:34 PM UTC
- HN karma
- 1,259
- Public activity
- 126 items
- HN profile
- View on Hacker News ↗
About jedschmidt
Recent public activity
-
comment
Comment #49132898
agreed. i think the economics of ramen make less sense outside of japan, where it’s more expensive and turnaround is slower because folks linger longer (often to amortize the cost …
-
comment
Comment #49132853
this reminds me of a naive and happier time in tech, when i built a game called ramendan with twitter’s open API. you had to eat ramen every day for dinner, and tweet proof with th…
-
comment
Comment #46560772
i went super deep on 140-byte code golfing[1] back when twitter was taking off, and it changed the way i think about code. for a brief while we had a small community collaborating …
-
comment
Comment #39754571
In my experience, as long as a controlled window is communicating with the SW, the connection will remain alive.
-
comment
Comment #39752305
A service worker would work fine; the connection would be instantiated from the SW and each window/worker could communicate with it via navigator.serviceWorker.
-
comment
Comment #32997814
Instead of adding a non-standard API to opt-out of existing networking functionality, it would be great to see a lower-level networking primitive to unlock these kinds of use cases…
- story
-
comment
Comment #21475749
If there's demand for it, would love to look into that.
- story
- story
- story
- story
-
comment
Comment #11257759
Sure, as it could with any part of your app, including wherever your JSON.parse code lives.
-
comment
Comment #11257689
Not _quite_ arbitrary; the only code run is that generated by lave. Arbitrary code present in functions is parsed, but not run.
-
comment
Comment #11257612
My original HN submission was clearer, but alas didn't go anywhere: https://news.ycombinator.com/item?id=11185365
-
comment
Comment #11257600
Absolutely. The downside of running a full-blown eval() exists in JSON too, it's just that the eval() there is taking place in the reviver function, which requires a lot more coord…
- story
- story
-
comment
Comment #9260777
My situation is for an intranet environment, so I suppose I could just ask nicely that they don't change validations. But chances are most of my target users aren't familiar enough…
-
comment
Comment #9260732
I really like the idea of using Google Spreadsheets as a quick and familiar GUI for entry or querying on data sets, as long as you understand the tradeoffs (write latency isn't gre…
-
comment
Comment #9152585
I wish `void` would get more love for IIFEs instead of just sitting there in a dark corner of JS, unloved. var foo = 'bar' var baz = 'bletch' void function (global) { //module patt…
-
comment
Comment #8791071
Having gotten more accustomed to the VM approach over the past year since I wrote this post, I agree.
- story
-
comment
Comment #7334109
Are you sure he was saying "ore"? Given the fact that his grammar is otherwise pretty tight, I wouldn't be surprised if he were instead using "ware".
-
comment
Comment #7064902
You might also want to consider whether a B Corporation would make sense: http://www.bcorporation.net