Live data from Hacker News

Viewing profile — awayto

awayto

HN member
Joined
Sat, Oct 16, 2021, 8:24 AM UTC
HN karma
81
Public activity
64 items

About awayto

Working on educational saas related stuff...

https://github.com/jcmccormick https://github.com/keybittech

meet.hn/city/us-Eugene

Recent public activity

  1. comment
    Comment #46262196

    Both have 24/7 twitch channels https://www.twitch.tv/rifftrax https://www.twitch.tv/mst3k

  2. comment
    Comment #46083276

    > Run pwd to see the directory you’re working in. You’ll only be able to edit files in this directory. If you're using the agent to produce any kind of code that has access to mani…

  3. comment
    Comment #45844621

    Could you point to some resources which talk about how docker isn't considered a safe sandbox given the network and file system restrictions I mentioned? I understand the sharing o…

  4. comment
    Comment #45843050

    Google has what I would call a generous free tier, even including Gemini 2.5 Pro ( https://ai.google.dev/gemini-api/docs/rate-limits ). Just get an API key from AiStudio. Also very…

  5. comment
    Comment #45842945

    Yeah I agree. Ultimately I would suggest not having any kind of function call which returns an arbitrary command. Instead, think of it as if you were enabling capabilities for AppA…

  6. comment
    Comment #45841624

    You can build your agent into a docker image then easily limit both networking and file system scope. docker run -it --rm \ -e SOME_API_KEY="$(SOME_API_KEY)" \ -v "$(shell pwd):/ap…

  7. comment
    Comment #45841398

    Also if you're doing function calls you can just have the command as one response param, and arguments array as another response param. Then just black/white list commands you eith…

  8. comment
    Comment #43571043

    I dabbled with this kind of issue in my docs and ended up using JavaScript's Intersection Observer [0]. It's not a perfect solution [1], but I think it worked well enough [2]. It j…

  9. comment
    Comment #39901105

    Location: Oregon Remote: Yes Willing to relocate: No Technologies: Go/Python/TS/JS/HTML/CSS/Java/C# Résumé/CV: https://www.linkedin.com/in/joe-mccormick-76224429/ Email: joe [-at-]…

  10. comment
    Comment #39560100

    For those moments when you just don't know what (5 phrases) to say?

  11. comment
    Comment #39127525

    I made something pretty similar over winter break so I could have something read books to me. ... Then it turned into a prompting mechanism of course! It uses Whisper, Ollama, and …

  12. story
  13. comment
    Comment #38960913

    On routing, make sure any endpoints used between containers are (1) configurable, and (2) using the docker internal network naming conventions when working locally. For example I h…

  14. comment
    Comment #38493703

    SEEKING WORK Location: Oregon Technologies: Recently: Infra, DevOps, Self-Hosting, HTMl, CSS, JS, React, Typescript, Java, Shell, Docker, Postgres -- Professionally in the past: PH…

  15. comment
    Comment #38493662

    Location: Oregon Remote: Yes Willing to relocate: No Technologies: Recently: Infra, DevOps, Self-Hosting, HTMl, CSS, JS, React, Typescript, Java, Shell, Docker, Postgres -- Profess…

  16. comment
    Comment #38463401

    Is there anything out there like "SELECT * FROM " http:// ..."?

  17. comment
    Comment #38195522

    > walk through a door in an RPG Maker game end up playing a Quake level! And then, upon killing a certain enemy, be suddenly in a bossfight in a SMW ROMhack! I just learned about t…

  18. comment
    Comment #38106895

    Location: Oregon Remote: Yes Willing to relocate: No Technologies: Full-stack dev for 20+ years. HTML, CSS, JS, TS, SQL, PHP, Java, C#, Node, General Infra Specialist, AWS Cloud* s…

  19. comment
    Comment #37354526

    Location: Oregon Remote: Yes Willing to relocate: No Technologies: recently I'm using Javascript/Typescript, Node, SQL, Docker, Shell -- but I've been developing for 25 years and u…

  20. comment
    Comment #37353992

    SEEKING WORK | Oregon | Remote My name is Joe. I am a software engineer. I build my own software, Awayto, which you can currently demo at https://awayto.store to see my output. The…

  21. comment
    Comment #37330352

    It's definitely less tokens at least in my contrived case. Looking at the compressed text, I can make out what is what, and see that it's just minimizing words to their root parts.…

  22. comment
    Comment #37328902

    This reminds me of an interesting exeriment I did earlier this year with ChatGPT. First, I came upon this reddit post [1] which describes being able to convert text into some ridic…

  23. comment
    Comment #37116968

    Can't edit anymore but I did revise the landing page with relevant and up to date information.

  24. story
    Show HN: Awayto v2 short demo; an actual all-in-one framework

    Hey folks, just putting this up as a demo link for people to try out. It's a project I've been working on since January and in light of recent framework posts lately I figured I'd …

  25. comment
    Comment #36642635

    Why would I use this instead of some minimal implementation of the official OpenAI packages? Looking at the chatgpt.js file in the repo, a great deal of the code revolves around ma…