Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wyattjoh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
wyattjoh
7mo ago
It would be fantastic if this supported email and calendar providers that weren't Google. Supporting protocols like IMAP or JMAP alongside CalDav would be a fantastic step, as well as open source note-taking apps like Hyprnote would be
2.
▲
by
wyattjoh
9mo ago
Wasn't expecting to see it hosted on forgejo. Kind of a breath of fresh air to be honest.
3.
▲
by
wyattjoh
9mo ago
I struggled for a long time to figure out what would be "interesting enough" to give a talk about. Turns out that the way that we do different things in Next.js was not talked about enough. Did my first technical talk about some d
4.
▲
by
wyattjoh
1y ago
I wrote my own version of the homebrew tap bumping workflow for GitHub Actions: https://github.com/wyattjoh/homebrew-bump-revision I use it for some of my personal projects
5.
▲
by
wyattjoh
1y ago
Interesting! I haven't. This MCP was really just about providing raw access to the underlying data (created it in an hour). Might have some interesting results with that.
6.
▲
by
wyattjoh
1y ago
It supports read-only mode! It negotiates it via the JMAP capabilities.
7.
▲
by
wyattjoh
1y ago
Have only tested it with Fastmail. Just a fun little project! Only supports the mail and submission claims right now (so no extension support).
8.
▲
Show HN: JMAP MCP – Email for your agents
(github.com)
55 points
by
wyattjoh
1y ago
|
11 comments
9.
▲
Show HN: iMessage MCP: Give Your LLM Access to Your Messages
(wyattjoh.ca)
2 points
by
wyattjoh
1y ago
|
0 comments
10.
▲
Show HN: JSR MCP: Give Your LLM Complete Access to the JavaScript Registry
(wyattjoh.ca)
1 points
by
wyattjoh
1y ago
|
0 comments
11.
▲
by
wyattjoh
1y ago
Would be amazing to get extension support even though Apple might not allow it :(
12.
▲
TypeScript: Don't be optional, be explicit
(wyattjoh.ca)
2 points
by
wyattjoh
2y ago
|
0 comments
13.
▲
by
wyattjoh
3y ago
You can actually call `unstable_noStore()` from `next/cache` to do that without needing to set it on the segment level[1]! We're working on improving the DX around Dynamic API's to make it a seamless experience. [1]: https:&
14.
▲
by
wyattjoh
3y ago
Absolutely by Apple. Any subscription or charge against the users account all collects to the same place where it's always the User that has absolute control over their subscriptions. Want to cancel it? Easy, one place, one tap, done.
15.
▲
by
wyattjoh
3y ago
The allure of the Apple ecosystem is the whole "it just works". I would absolutely want to be warned (and have less technically minded family members warned) when they are being sent to some third-party payment system when they&#x
16.
▲
by
wyattjoh
4y ago
Except this (currently) requires users to point their phone at a satellite so it can connect and transmit, with clear line of site of the sky. It seems it will be more likely something you'd do when you get to your "campsite"
17.
▲
by
wyattjoh
5y ago
Quite a good analogy by The Coral Project[0] on similar problems faced by other organizations with comment sections on their sites https://guides.coralproject.net/the-empty-box/ Edit: Adding this other source for some
18.
▲
by
wyattjoh
5y ago
Coral is definitely more focused on larger communities than it is for smaller sites. Mainly because of the multi-tenant, multi-site, and moderation features that allow it to be used for larger organizations! (We're also hiring to work
19.
▲
by
wyattjoh
6y ago
Seconded. I feel that the pagination style that Relay offers is typically better than 99% of the custom pagination implementations out there. There's no reason why the cursor impl can just do limit/skip under the hood (if that
20.
▲
by
wyattjoh
6y ago
Lead developer at Coral here (so some experience :P) Coral is more suited typically to larger organizations trying to power multi-site community tools. It has a powerful moderation system that's all open source! It's probably over
21.
▲
by
wyattjoh
6y ago
> Any license which restricts a user's ability to use the software how they wish is no open source license That's the thing though. The only thing (from my naive understanding) that SSPL limits is a business (Like Amazon) from
22.
▲
by
wyattjoh
6y ago
I've switched most of my work that used to use moment over to Luxon[0] now. It's still written by the same authors, but fixes a lot of the drawbacks[1]. [0]: https://moment.github.io/luxon/index.html [1]: ht
23.
▲
by
wyattjoh
6y ago
From the promo video of it running an ancient version of iTunes on Windows Vista and the brochures it seems they inject their malware via software updates in general, not just iTunes.
24.
▲
by
wyattjoh
6y ago
Plug for the platform that I work on, Coral[0]. We support newsrooms in many regions (including those that need to be GDPR compliant). You can self host the application on Heroku pretty easily with the button or run on a server if you like
25.
▲
by
wyattjoh
7y ago
It's GraphQL support is lovely.
26.
▲
by
wyattjoh
7y ago
Also contributing yet another Cloudflare DDNS updater[0]! It was a neat experiment to play with the API. I've ran it in cron and as a systemd timer. [0]: https://github.com/wyattjoh/cloudflare-ddns
27.
▲
by
wyattjoh
7y ago
I only with that with the advent of all these different anti-tracking movements, that there was a clear, documented way for "good faith actors" that require technology like localstorage. We've worked really hard to implement
28.
▲
by
wyattjoh
7y ago
We're working on a more public roadmap, but the move to Typescript also allowed us to switch out Apollo on the client side with Relay as well as some other pretty significant improvements to the software as a whole (as you said, TS is
29.
▲
by
wyattjoh
7y ago
We've considered doing that, we're just supporting a lot of newsrooms still on our latest stable release (v4) as we put the finishing touches on our newest release (v5). Super excited to share some of the advancements we've m
30.
▲
by
wyattjoh
7y ago
We’re doing all the development under the next branch, a big rewrite to typescript :)
More ›