Viewing profile — awayto
awayto
HN member- Joined
- Sat, Oct 16, 2021, 8:24 AM UTC
- HN karma
- 81
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About awayto
https://github.com/jcmccormick https://github.com/keybittech
meet.hn/city/us-Eugene
Recent public activity
-
comment
Comment #46262196
Both have 24/7 twitch channels https://www.twitch.tv/rifftrax https://www.twitch.tv/mst3k
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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-]…
-
comment
Comment #39560100
For those moments when you just don't know what (5 phrases) to say?
-
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 …
- story
-
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…
-
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…
-
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…
-
comment
Comment #38463401
Is there anything out there like "SELECT * FROM " http:// ..."?
-
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…
-
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…
-
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…
-
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…
-
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.…
-
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…
-
comment
Comment #37116968
Can't edit anymore but I did revise the landing page with relevant and up to date information.
-
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 …
-
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…