Viewing profile — johnspurlock
johnspurlock
HN member- Joined
- Mon, Nov 08, 2021, 5:09 PM UTC
- HN karma
- 225
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About johnspurlock
No profile information was provided.
Recent public activity
-
comment
Comment #46874098
"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. Th…
- story
- comment
- story
-
comment
Comment #40259845
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 p…
-
comment
Comment #40259700
Yea that part got lost in translation. The OP3 API is completely free to use: https://op3.dev/api/docs
-
comment
Comment #40259009
Nothing You stick this prefix in front the audio enclosure file urls inside your rss feed
-
comment
Comment #40258413
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 pod…
-
comment
Comment #40258255
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 …
-
comment
Comment #39302800
> 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 Host…
-
comment
Comment #39111376
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…
- story
-
comment
Comment #37679537
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 pu…
-
comment
Comment #37413291
Yes.
-
comment
Comment #35814341
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 …
- story
-
comment
Comment #31836724
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, n…
-
comment
Comment #31836566
Deno has a built-in repl https://deno.land/manual/tools/repl
- story
-
comment
Comment #29203420
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 lea…
-
comment
Comment #29203361
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
-
comment
Comment #29151623
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 brin…
-
comment
Comment #29151546
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, honestl…