Live data from Hacker News

Viewing profile — janwilmake

janwilmake

HN member
Joined
Wed, Jan 22, 2025, 9:24 AM UTC
HN karma
32
Public activity
31 items

About janwilmake

https://github.com/janwilmake

Recent public activity

  1. comment
    Comment #47277263

    I created a browser that lets you see the markdown variant of all pages you visit, and llms.txt becomes your navigation.

  2. story
  3. comment
    Comment #47260557

    Hi, i just open sourced my alternative at https://github.com/janwilmake/forgithub.badge , which is backed by uithub.com. The advantage is that you don't need a github action to cal…

  4. story
  5. comment
    Comment #45764662

    Hey HN! Super excited to launch this OSS project to support the llms.txt ecosystem. Similar to how Context7AI works, but you use LLM reasoning on the overview of the entire docs, i…

  6. comment
    Comment #45430066

    Hey Lennert, congrats on the launch! Still open to chat about uithub

  7. story
    Show HN: OpenAPI to MCP

    Hell yeah! I had this idea since MCP came out, but I FINALLY got it to work: OpenAPI to MCP is a fact: Convert ANY server described with openapi into an MCP endpoint! mcp.openapise…

  8. comment
    Comment #45105439

    really cool! the problem with new standards though is that it's hard to adopt. what's your plan to adoption? because nobody will understand it if it's not in terms of things they a…

  9. comment
    Comment #45038333

    Sharing my context engineering process in detail! Since every developer is independently building new strategies to do good context engineering, I'm super curious to hear other peo…

  10. story
  11. comment
    Comment #44932986

    Really cool! I just love the simplicity of it: has no drawbacks compared to regular textarea, but has lots of benefits. you basically improved textarea, by a lot! I also made a sim…

  12. story
    Show HN: I built a directory of public appearances of tech people across the web

    Hey HN! I've always been frustrated by having to follow people across 10 different platforms just to catch what they actually say. Lately I've quit following other media entirely a…

  13. comment
    Comment #44423620

    You know what's also faster to roughly get the amount of tokens? string.length/5

  14. comment
    Comment #44396019

    Email sent.

  15. comment
    Comment #44395926

    Hey HN, Today I woke up with the idea of making an agent-friendly version of hacker news. The coolest would be to also make it able to login, but that didn't work out, since I got …

  16. story
  17. story
    Show HN: GoogLLM – Google search that returns Markdown instead of HTML

    As part of my bigger goal to make the web more agent-friendly, this weekend i decided to tackle google. The "AI-native" search APIs like Tavily and Exa exist, but they require setu…

  18. story
    Show HN: Let Me Prompt It for You

    Ok so over the last 9 days I built lmpify. my personal driver was i want to replace claude because it's annoying. Their Claude3.7 model is perfect for coding, but the Claude.ai int…

  19. comment
    Comment #43963338

    Here's the prerelease of DORM 1@next. I needed cheap performant multi-tenant databases on cloudflare, and the experience on Durable Objects was very painful. This is my attempt at …

  20. story
  21. comment
    Comment #43798946

    I think especially at the start the modularity of a system is relatively expensive, but once you add more modules, it starts making sense. Gotta find a vertical where lots of varie…

  22. comment
    Comment #43793987

    Early release. Please see the repo for the X thread. Hope you like it. I'm happy to answer any questions here or on X.

  23. story
  24. comment
  25. story
    Show HN: UIT – Library for performant, modular, low-memory file processing

    UIT is a library for performant, modular, low-memory file processing at scale, in the Cloud. It works by offering a 4-step process to gather a file hierarchy from any desired modal…