Live data from Hacker News

Viewing profile — johnspurlock

johnspurlock

HN member
Joined
Mon, Nov 08, 2021, 5:09 PM UTC
HN karma
225
Public activity
23 items

About johnspurlock

No profile information was provided.

Recent public activity

  1. 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…

  2. story
  3. comment
  4. story
  5. 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…

  6. comment
    Comment #40259700

    Yea that part got lost in translation. The OP3 API is completely free to use: https://op3.dev/api/docs

  7. comment
    Comment #40259009

    Nothing You stick this prefix in front the audio enclosure file urls inside your rss feed

  8. 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…

  9. 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 …

  10. 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…

  11. 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…

  12. story
  13. 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…

  14. comment
  15. 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 …

  16. story
  17. 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…

  18. comment
    Comment #31836566

    Deno has a built-in repl https://deno.land/manual/tools/repl

  19. story
  20. 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…

  21. 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

  22. 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…

  23. 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…