Hacker Newsnew | past | comments | ask | show | jobs | submit | lukecarr's commentslogin

No, the GDS should definitely replace all services on gov.uk to be only accessible via MCP. "Claude, I've logged into PayPal via oAuth, now renew my passport" /s


Hahaha that’s hilarious. I bet someone tried to sell them that already.


Chris McCausland is great. A fair bit of his material _does_ reference his visual impairment, but it's genuinely witty and sharp, and it never feels like he's leaning on it for laughs/relying on sympathy.

He did a great skit with Lee Mack at the BAFTAs 2022[0], riffing on the autocue the speakers use for announcing awards.

[0]: https://www.youtube.com/watch?v=CLhy0Zq95HU


In Exeter[1], we still have roughly 70% of our Roman wall[2], and there is even a pedestrian footbridge over a road where part of the "bridge" involves walking along the top of the wall's remains.

[1]: https://en.wikipedia.org/wiki/Isca_Dumnoniorum [2]: https://en.wikipedia.org/wiki/Exeter_city_walls


Have you given Hyperdrive[0] a try? In theory, it should improve performance in your use case where you have a central database (Railway) being connected to from the Edge (your Workers).

It moves the DB connection logic closer to your Workers, pools connections, and can also cache queries.

(Disclaimer: I work for Cloudflare, but on an unrelated team. Not personally used Hyperdrive, but heard good things!)

[0]: https://developers.cloudflare.com/hyperdrive/


It actually looks very interesting, but my app is not particularly affected by database query time, but rather by the time spent on the various AI generations.


A DevonLive article on HN: this must be one of the four horsemen!


Awesome, great job on the site! I saw it on the Slack, and was surprised at the level of detail in some of the pages like the tooth selection screen :D

It also got a good chuckle from those I shared it with at work! :)


Can't speak on behalf of GP, but I suspect when they said "require," it's more loose than that. I've experienced UK schools that have a shared pool of iPads for students who haven't got a compatible device (for a multitude of reasons). So in that sense, students "require" a device from the perspective of learning, but don't "require" to own one outright (so it's not a barrier to education).


I've found that for this sort of thing, @next/font (https://beta.nextjs.org/docs/optimizing/fonts) is a pretty handy library (from Vercel) for Next.js projects. You can import Google Fonts as simple as:

  import { Roboto } from '@next/font/google'
  const { className } = Roboto({ weight: '500' })
Now you can add this class name to any React elements and they'll have the Roboto font. Next.js will handle all of the self-hosting and wiring behind-the-scenes (i.e. no requests made to Google from the client).

Believe this was one of the announcements to come out of the most recent Next.js conference, so info may only be available on the beta version of their docs site (linked above).


Whelp, this couldn’t have happened at a funnier time for me. I’ve been pushing for their paid solution to be used in our team for months, finally got the sign off from compliance, etc.

Outage occurs halfway through my presentation to the whole team, shortly after I’d been discussing how great it would be as a robust, highly available storage solution for our knowledge base!

Can’t help but laugh at the timing.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: