Live data from Hacker News

Viewing profile — cloudkj

cloudkj

HN member
Joined
Sun, Nov 08, 2009, 11:20 AM UTC
HN karma
843
Public activity
178 items

About cloudkj

https://github.com/cloudkj

Recent public activity

  1. comment
    Comment #48735900

    Heh, I just wrote something very similar - bash, curl, and jq scripts that wrap local Ollama calls to produce a REPL/agent: https://github.com/cloudkj/llayer Seems like the core id…

  2. story
    Show HN: Bash is All You Need for a language model REPL

    I’ve recently just started tinkering with using local large language models, focusing on simple, low-dependency CLI setups. I ended up going down a bit of a rabbit hole: I wanted t…

  3. comment
    Comment #48674738

    This is great, I was just hoping to find a tool like this and specifically scoped to "Show HN" posts? Is there a way to do that?

  4. story
    Show HN: AI Agents the Unix Way – built with bash, curl, and jq

    While working on an educational exercise tinkering with local models and trying my hand at setting up agents, I went down a rabbit hole: to see how far I could build a custom agent…

  5. comment
    Comment #47757703

    Some of my recent projects in case anyone finds them useful and/or interesting: Automatic differentiation library in Clojure ( https://github.com/cloudkj/lambda-autodiff ) - inspir…

  6. story
    Show HN: REST API for Gymnasium (fka OpenAI Gym) reinforcement learning library

    I was looking through some of my past personal projects tinkering with reinforcement learning, and noticed that the REST/HTTP API for the OpenAI gym available at the time is no lon…

  7. story
    Show HN: Map of California SNO-Parks with current snow depth data

    I was looking for a way to quickly overlay geo data (e.g. current snow depth https://www.fs.usda.gov/sites/nfs/files/r05/publication/R5_S... ) on top of a map of points of interest…

  8. comment
    Comment #32768217

    Just curious - how long have you been running the site and how sustainable of a model you feel it is? Sustainable in the sense that the affiliate or ad revenue it brings in is cons…

  9. story
  10. comment
    Comment #25018138

    +1 my thoughts as well. He's been a stellar QA, stress testing various facets of government, politics, and media.

  11. comment
    Comment #24287324

    I worked on a project with similar motivations; in my case, I had a list of criteria in mind, one of which was the number of syllables in a name. I couldn't find a good source for …

  12. comment
    Comment #23533288

    Just saw some of the references to RTL-SDR in the thread comments and started down the rabbit hole, and it looks like a fascinating area for hobbyists. Can you provide some links t…

  13. comment
    Comment #22804872

    I'm at https://www.kelvinjiang.com/ Mostly a small collection of posts about programming and personal finance. Also been running for around fifteen years. Most popular post is abou…

  14. story
  15. comment
    Comment #21943498

    Indeed. Fishing knot strength is always a hot topic of debate, particularly during the slower, off-season winter months when everyone's hunkering down and doing tackle maintenance.…

  16. story
  17. comment
    Comment #21487928

    Coincidentally, I just wrote a simple JSON parser the other day as a toy exercise. A simplified snippet of parsing code (handling only arrays) relevant to the discussion here would…

  18. story
  19. comment
    Comment #19985509

    Wow, that is a fun coincidence! Indeed, I was going for a catchy four-letter acronym in the same vein as popular stacks like LAMP or MEAN. Perhaps the fact that we both landed on t…

  20. comment
    Comment #19984173

    I was actually wondering that myself: Is there interest in a hosted service? It'd be quite similar to (as many comments have suggested) Netlify and the one you linked to. I was mos…

  21. comment
    Comment #19984025

    The AWS CloudFormation console has a "Designer" tool that allows drag-and-drop creation of template files, and also visualizes existing JSON or YAML template files with these diagr…

  22. comment
    Comment #19983917

    That should indeed be the default behavior out of the box with the way the S3 buckets are configured. I have a couple Jekyll sites deployed this way, and a request to the parent di…

  23. comment
    Comment #19983876

    I think the complexity for this setup is about the same. Once the different AWS services are provisioned during the initial setup, subsequent deploys are quite straightforward. For…

  24. comment
    Comment #19983750

    It costs at least $0.50/month but probably not much more than that for most small to medium sites. The $0.50 is the monthly cost of the Route 53 hosted zone; the CloudFront and S3 …

  25. story