Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johnspurlock
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Deno Sandbox
(deno.com)
533 points
by
johnspurlock
8mo ago
|
174 comments
2.
▲
by
johnspurlock
8mo ago
"Over the past year, we’ve seen a shift in what Deno Deploy customers are building: platforms where users generate code with LLMs, and that code runs immediately without review. That code frequently calls LLMs itself, which means it ne
3.
▲
tschema – A tiny (<1kb) utility to build JSON schema types
(github.com)
3 points
by
johnspurlock
2y ago
|
0 comments
4.
▲
by
johnspurlock
2y ago
It's freely available to anyone - the data (after securely hashing IPs) is provided as a service for everyone in the open podcast system. There is a bit about the data api in the privacy policy [1]. Feel free to engage over on the gith
5.
▲
by
johnspurlock
2y ago
Yea that part got lost in translation. The OP3 API is completely free to use: https://op3.dev/api/docs
6.
▲
by
johnspurlock
2y ago
Nothing You stick this prefix in front the audio enclosure file urls inside your rss feed
7.
▲
by
johnspurlock
2y ago
From the homepage [1] > We've been running smoothly since Sept 2022, now measuring over 15 million podcast downloads every month across more than 1600 shows Knock wood, but OP3 podcast redirecting has never had an single outage sinc
8.
▲
by
johnspurlock
2y ago
Podcasting is open in many ways, but RSS-based podcast apps have no idea what shows are "hot in cleveland" or have related listener bases, etc outside of their own app. When shows start using OP3, they open up these (listener priv
9.
▲
by
johnspurlock
3y ago
> But what is the source? Who is typically hosting these? Audio is easier to distribute than video, but aren’t most podcasts hosted on a handful of large services? Top Podcast Hosting Companies by Episode Share: https://livewi
10.
▲
Write Once, Run on Cloudflare, Deno Deploy, AWS Lambda, Supabase Edge Functions
(github.com)
2 points
by
johnspurlock
3y ago
|
1 comments
11.
▲
by
johnspurlock
3y ago
Denoflare now has experimental support (v0.6.0+) for deploying ESM-based Typescript workers (including Wasm) not only to Cloudflare Workers, but three other edge runtimes - without wrangler, deployctl, the supabase cli, or the aws sdk
12.
▲
by
johnspurlock
3y ago
In this case, they've also documented the remote connection protocol: "KV Connect" https://github.com/denoland/deno/tree/main/ext/kv#kv-connect I kicked the tires on this with a pure
13.
▲
by
johnspurlock
3y ago
Yes.
14.
▲
by
johnspurlock
3y ago
firesky.tv dev here - do you have javascript enabled? If so, you should see everything posted to Bluesky in one view, like a massive chatroom. Use the filter button to monitor for keywords/accounts etc. To me, this is probably the more
15.
▲
esbuild as an edge service (on Deno Deploy)
(esb.deno.dev)
2 points
by
johnspurlock
4y ago
|
0 comments
16.
▲
by
johnspurlock
4y ago
Agree regarding tooling. So much so that I wrote Denoflare ( https://denoflare.dev/ ) to make writing Cloudflare Workers using standard Deno a breeze: no wrangler, toml, webpack, npm etc required
17.
▲
by
johnspurlock
4y ago
Deno has a built-in repl https://deno.land/manual/tools/repl
18.
▲
Denoflare ♥ Cloudflare R2
(denoflare.dev)
3 points
by
johnspurlock
4y ago
|
0 comments
19.
▲
by
johnspurlock
5y ago
Correct - no affiliation, just a happy customer. Cloudflare seems to be disciplined about releasing solid lower-level platform building blocks first (e.g. durable objects), and leaving the "developer go-to framework for their advanced
20.
▲
by
johnspurlock
5y ago
Hi there, denoflare is still in early development, thanks for trying it out - that issue you found should be fixed in the latest release 0.3.1
21.
▲
by
johnspurlock
5y ago
Correct - denoflare scripts are served in a permissionless Deno worker locally - even the Deno namespace is unavailable, just like on Cloudflare. Developing the worker in Deno brings you the benefit of first-class support for typescript and
22.
▲
by
johnspurlock
5y ago
Author here: yes this is exactly the goal of denoflare, I started it before miniflare existed, and Deno seemed much more aligned with the Cloudflare Worker model than Node, honestly. With denoflare, you can serve your Cloudflare Worker scri