Live data from Hacker News

Viewing profile — kwhitley

kwhitley

HN member
Joined
Wed, Feb 24, 2021, 7:02 PM UTC
HN karma
3
Public activity
11 items

About kwhitley

Open source JS/TS developer and serial-builder.

Author of itty-router and the itty ecosystem on NPM. :)

Recent public activity

  1. comment
    Comment #40091307

    Good tip - not really sure about the rules here? What do you mean by page title though?

  2. comment
  3. story
  4. comment
    Comment #39900794

    Love to hear it! Btw, itty-router v5 just dropped a couple days ago, with a fun batteries-included (still ultra-small) router, that should make your code even leaner. How is the in…

  5. comment
    Comment #37469750

    Yeah, definitely recommend you try it before discounting... I too have been super jaded with the current Node import ecosystem (esp. as an author), but Bun has basically become som…

  6. comment
    Comment #37191711

    itty-router is different than other routers... and not just by being smaller (450 bytes for the Router itself, or 1.6k for the entire library... roughly ~140x smaller than express.…

  7. story
  8. comment
    Comment #36966963

    Look in the openai.ts file for an example of prepending messages... in this case, I actually prepend one just to embed a random seed (otherwise the same input always gives the same…

  9. comment
    Comment #36966952

    I'm about to start hosting apps that need a preconfigured AI context (basically feed it an opening script/instructions), for users to interact with. This is really just to test the…

  10. comment
    Comment #36966860

    While working on my latest project, I wanted a simple GPT chat bot API hosted on Cloudflare Workers. I decided to make this skeleton a template for future projects and to share it …

  11. story