Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fabiancook
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
fabiancook
10mo ago
On and off working on the Navigation API for Node, Bun, Deno, & as a browser polyfill. Has 90% test coverage, makes use of web platform tests to verify compatibility, and is in use by some larger companies already with the Navigation AP
2.
▲
by
fabiancook
11mo ago
Do you want just JSX in browsers? Or do you want a "native virtual DOM".... that is the DOM we have today. There is various new tools coming available that make working with a browser so much easier. In the past for example there
3.
▲
The Future of Routing with the Navigation API – Eduardo San Martin Morote [video]
(youtube.com)
2 points
by
fabiancook
11mo ago
|
1 comments
4.
▲
by
fabiancook
11mo ago
Awesome to see the Navigation API being talked about at DevFest. The API is available in chrome today. Safari & Firefox are actively developing their implementations too. MDN Documentation: https://developer.mozilla.org/
5.
▲
by
fabiancook
3y ago
I paid for the service. When it works for a specific bit of boilerplate code or section of obvious code, its handy. It definitely doesn't know the whole context of my project, or that it should use xyz imports to achieve a specific tas
6.
▲
by
fabiancook
3y ago
The UK also sells CBD vapes, I wonder how this will change that. I would imagine their wording of whatever they put in place will be broad enough to cover just anything disposable that produces vapour
7.
▲
by
fabiancook
3y ago
Had just read this other article earlier today... lots of sound therapy for cancer coming about! https://www.science.org/doi/10.1126/sciadv.adg5964
8.
▲
by
fabiancook
4y ago
To tackle this, I always needed to write a little script for my TypeScript projects that were all being published as ESM: https://github.com/virtualstate/promise/blob/main/scripts/co... https:/
9.
▲
by
fabiancook
4y ago
Publications like pubmed are generally a good source to read from, check the citations on the article & check its review status. If you have an article that you found with a helpful summary but it doesn't have the full source, tak
10.
▲
by
fabiancook
4y ago
https://github.com/tc39/proposal-function-memo This might be relevant to this exact pattern const getThing = (async function (arg1, arg2) { console.log({ arg1, arg2 }); return arg1 + (arg2 || 0); }).memo(
11.
▲
by
fabiancook
4y ago
Direct paper link https://arxiv.org/abs/2111.06507
12.
▲
by
fabiancook
4y ago
Discussed here too https://news.ycombinator.com/item?id=30775180
13.
▲
by
fabiancook
4y ago
No paywall: https://web.archive.org/web/20220324080026/https://www.nytim...
14.
▲
Proposed App History API renamed Navigation API
(github.com)
1 points
by
fabiancook
5y ago
|
0 comments
15.
▲
by
fabiancook
5y ago
Pretty cool exercise to go through!
16.
▲
by
fabiancook
5y ago
TLDR birth causing WFM, producing a verified backup chain.
17.
▲
by
fabiancook
5y ago
I have been using fastmail, my main email address is hi@, but I have set up a routing rule for *, anything that is going to produce obvious spam, for example if I wanted to get a discount code through email, I would use spam@ and have a rul
18.
▲
by
fabiancook
5y ago
I have been using fastmail, my main email address is hi@<domain>, but I have set up a routing rule for *@<domain>, anything that is going to produce obvious spam, for example if I wanted to get a discount code through email, I w
19.
▲
by
fabiancook
5y ago
Alternative full PDF link from scihub https://sci-hub.hkvisa.net/10.1145/358886.358892
20.
▲
by
fabiancook
5y ago
I was hoping this was going to be a whitepaper version of dev.to... clicked so fast.
21.
▲
by
fabiancook
5y ago
Or esm.sh mentioned in another comment https://esm.sh/vue/dist/vue.esm.js
22.
▲
by
fabiancook
5y ago
Great write up. Would like to direct to skypack.dev too for zero build tool imports as well! e.g. https://cdn.skypack.dev/vue/dist/vue.esm.js
23.
▲
by
fabiancook
5y ago
damn
24.
▲
by
fabiancook
5y ago
I will be applying this to a lot of commits from the past and in the future! Makes sense to have these trailers as something thats parsable some point in the future.
25.
▲
by
fabiancook
5y ago
Very cool! Nice and slim, straight diff and apply. Cool to see someone use something other than `h` :P