HN user

ascorbic

7,480 karma

Dev tooling at Cloudflare

Astro core team

Ex-Gatsby core team

Posts189
Comments1,794
View on HN
london.jamespotter.dev 1mo ago

Live 3D map of London transport

ascorbic
3pts0
www.medpagetoday.com 2mo ago

GLP-1s Linked to Lower Risk of Cancer Spread in Four Tumor Types

ascorbic
9pts0
tannerlinsley.com 2mo ago

Projecting React

ascorbic
9pts1
blog.cloudflare.com 2mo ago

When DNSSEC goes wrong: how we responded to the .de TLD outage

ascorbic
9pts0
www.wired.com 2mo ago

Google DeepMind workers vote to unionize over military AI deals

ascorbic
10pts0
news.ycombinator.com 7mo ago

Show HN: Track Santa with DNS LOC Records

ascorbic
3pts0
www.letta.com 7mo ago

Letta Code

ascorbic
83pts37
arxiv.org 8mo ago

LLMs Position Themselves as More Rational Than Humans

ascorbic
2pts0
subs.ft.com 9mo ago

Mega batteries are unlocking an energy revolution

ascorbic
3pts0
qoder.com 11mo ago

Alibaba launches Qoder: an agentic coding platform

ascorbic
5pts1
offline.kids 11mo ago

Offline.kids – Screen-free activities for kids

ascorbic
131pts72
bholmes.dev 1y ago

Response to DHH on the gift of open source

ascorbic
2pts0
github.com 1y ago

Show HN: Am-I-vibing, detect agentic coding environments

ascorbic
60pts31
www.theguardian.com 1y ago

Harvard's unofficial copy of Magna Carta is an original, experts say

ascorbic
1pts0
www.nature.com 1y ago

New antibiotic that kills drug-resistant bacteria found in technician's garden

ascorbic
421pts309
www.bloomberg.com 1y ago

Stackblitz is in talks for a $700M valuation

ascorbic
1pts0
www.wired.com 1y ago

The paper passport's days are numbered

ascorbic
174pts332
astro.build 1y ago

Astro 5

ascorbic
2pts0
www.wired.com 1y ago

GPS Jamming Is Screwing with Norwegian Planes

ascorbic
2pts0
huggingface.co 2y ago

Microsoft releases weights for Florence-2 vision model

ascorbic
5pts0
astro.build 2y ago

The Astro Content Layer

ascorbic
2pts0
react.dev 2y ago

React Compiler

ascorbic
79pts7
www.timpaul.co.uk 2y ago

Using AI to generate web forms from PDFs

ascorbic
2pts0
www.theguardian.com 2y ago

Court orders maker of Pegasus spyware to hand over code to WhatsApp

ascorbic
13pts0
github.com 2y ago

LLRT: A low-latency JavaScript runtime from AWS

ascorbic
217pts82
play.google.com 2y ago

Show HN: Live UK train departure boards on Wear OS

ascorbic
3pts0
www.theguardian.com 2y ago

Teens need malls. Malls need crowds. Why are they pushing kids away?

ascorbic
1pts1
github.com 2y ago

Show HN: A Turborepo remote cache in one edge function

ascorbic
1pts0
github.com 2y ago

Show HN: usePHP - Run PHP in React

ascorbic
4pts1
www.netlify.com 2y ago

Stale-while-revalidate and fine-grained cache control on Netlify

ascorbic
1pts0

The government absolutely can pass laws that ban particular contract previsions. They do that all the time. In your analogy for example while they can require you to wear red, they can't require you to be white.

Unsurprisingly they mostly run trains to places where people live, but there is some influence the other way too. New commuter rail lines have historically lead to more development around the stations (e.g. Metro-land 100 years ago https://en.wikipedia.org/wiki/Metro-land), and in cases where a station is built for reasons other than there being a centre of population (e.g. because it's an important junction) then that does also tend to lead to houses being built. Of course in more recent times this hasn't happened because you can hardly ever build outside of existing conurbations, but that is changing and several new towns are being planned for new or existing train stations.

The location of the train comes from trackside sensors and is available as a free API. It doesn't give actual lat/lon – it only shows when it went past a particular checkpoint. The part that needs location permission is the one that works out which train you are on. It doesn't use that to produce the main map, it's just to work out which train you are likely to be on.

Workers Cache 16 days ago

I was a bit confused what this adds other than just standard CDN-Cache-Control page caching that we do now.

Until now these cache headers didn't work if you set them in a Worker, because Workers were always run in front of the cache. You could use them if you're running Cloudflare cache in front of another origin, but not if you were e.g. rendering a site in Workers. This changes that.

This article isn't about coverage, it's about what goes in the duct if there is a connection. If Comcast can run a cable to your house, then they can put four strands and allow other ISPs access to them.

That said, how many of these homes have mains electricity? Landline phone service? If they can do that, then they can do fiber. Sure your cabin in Montana might not have it (though the equivalent in Sweden probably would), but the small town probably does.

The easy way is to create an account on Bluesky. That's as simple as creating an account on any other social network. The important bit though is that you can then, if you want, migrate to a different host and take your identity with you, or if you're brave you can self-host. This is by its nature something for power users, but regular users can use Bluesky accounts without ever knowing or caring about PDSs, DIDs or signing keys etc.

It's also worth noting that if you're using `did:plc` for your identity (the default for Bluesky and most places) then you can rotate your signing key if you lose it. It's only `did:web` that makes it impossible to recover or rotate a key.

Sure, somebody else holds your identity, but it's pretty easy to control it yourself. By its nature if you're using somebody to host your stuff, you're trusting them with it. I made Cirrus so you can self-host your PDS for free, but you still need to trust Cloudflare to run it.