Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jedschmidt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jedschmidt
12d ago
i do the same for Content Security Policy: `default-src 'none'` by default, then add what i need when i need it.
2.
▲
by
jedschmidt
2mo ago
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 of waiting to get seated in the first place).
3.
▲
by
jedschmidt
2mo ago
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 the hashtag #ramendan, link to a photo (this was before twitte
4.
▲
by
jedschmidt
8mo ago
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 on byte-squeezing techniques[2], and i was constantly amazed
5.
▲
by
jedschmidt
2y ago
In my experience, as long as a controlled window is communicating with the SW, the connection will remain alive.
6.
▲
by
jedschmidt
3y ago
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.
7.
▲
by
jedschmidt
4y ago
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. I wrote more (with a proof-of-concept) here: https:/
8.
▲
Apple didn’t let this developer download spending data, so he built a fix
(cnbc.com)
3 points
by
jedschmidt
7y ago
|
0 comments
9.
▲
by
jedschmidt
7y ago
If there's demand for it, would love to look into that.
10.
▲
Show HN: csv.wtf – Export Your Card Statements to CSV
(csv.wtf)
2 points
by
jedschmidt
7y ago
|
3 comments
11.
▲
Console.watch: a remote console polyfill for Cloudflare Workers
(console.watch)
3 points
by
jedschmidt
7y ago
|
0 comments
12.
▲
A New Chapter for Electric Objects
(medium.com)
2 points
by
jedschmidt
9y ago
|
0 comments
13.
▲
Twilio and AWS and Electric Objects = MMS-Powered Family Photo Frame
(twilio.com)
2 points
by
jedschmidt
10y ago
|
0 comments
14.
▲
by
jedschmidt
11y ago
Sure, as it could with any part of your app, including wherever your JSON.parse code lives.
15.
▲
by
jedschmidt
11y ago
Not _quite_ arbitrary; the only code run is that generated by lave. Arbitrary code present in functions is parsed, but not run.
16.
▲
by
jedschmidt
11y ago
My original HN submission was clearer, but alas didn't go anywhere: https://news.ycombinator.com/item?id=11185365
17.
▲
by
jedschmidt
11y ago
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 coordination than a self-contained file. As far as efficienc
18.
▲
Lave: stringifying all the stuff that JSON.stringify won't
(github.com)
7 points
by
jedschmidt
11y ago
|
0 comments
19.
▲
Building BrooklynJS
(brooklynjs.com)
2 points
by
jedschmidt
11y ago
|
0 comments
20.
▲
by
jedschmidt
11y ago
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 with Google Spreadsheets to even get that far.
21.
▲
by
jedschmidt
11y ago
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 great and they max out at 400,000 cells). But this is espe
22.
▲
by
jedschmidt
12y ago
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 pattern c
23.
▲
by
jedschmidt
12y ago
Having gotten more accustomed to the VM approach over the past year since I wrote this post, I agree.
24.
▲
npm Enterprise Beta
(npmjs.org)
3 points
by
jedschmidt
12y ago
|
0 comments
25.
▲
by
jedschmidt
13y ago
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".
26.
▲
by
jedschmidt
13y ago
You might also want to consider whether a B Corporation would make sense: http://www.bcorporation.net
27.
▲
by
jedschmidt
13y ago
tl;dr: URLs with all periods prepended by a zero-width space evade Twitter DM malware detection, but are still recognized (and clickable) by Chrome, Firefox, Safari, and Twitter's own client. javascript:prompt(0,location.href.rep
28.
▲
Use U+200B to evade Twitter's DM malware flagging
(gist.github.com)
1 points
by
jedschmidt
13y ago
|
1 comments
29.
▲
Friends don't send friends links to HN threads
(twitter.com)
10 points
by
jedschmidt
13y ago
|
1 comments
30.
▲
Livefyre Acquires Storify
(blog.livefyre.com)
53 points
by
jedschmidt
13y ago
|
8 comments
More ›