Readit News logoReadit News
ygreif commented on Ask HN: What Are You Working On? (June 2025)    · Posted by u/david927
ttd · 2 months ago
I'm working on a new app for creating technical diagrams - https://vexlio.com. It's an area with some heavyweight incumbents (e.g. Visio, Lucid) but I think there's good opportunity here to differentiate in simplicity and overall experience. I'm still in the fairly early phase, and I suspect I haven't quite found the best match of features to customers yet.

From a dev perspective this area has a ton of super interesting algorithmic / math / data structure applications, and computational geometry has always been special to me. It's a lot of fun to work on.

If anyone here is interested in this as a user, I'd love for any feedback or comments, here or you can email me directly: tyler@vexlio.com.

Some pages the HN crowd might be interested in:

* https://vexlio.com/blog/making-diagrams-with-syntax-highligh... * https://vexlio.com/solutions/state-diagram-maker/ * https://vexlio.com/blog/speed-up-your-overleaf-workflow-fast...

ygreif · a month ago
Looks neat. I'm a LucidChart user. One thing I'd like to see is the text going inside the shapes more automagically
ygreif commented on Show HN: YAMLResume, Open Source Node.js Tool to Create Resumes as Code in YAML   yamlresume.dev... · Posted by u/xiaohanyu
xiaohanyu · 4 months ago
Actually I am planning to integrate AI to generate this kind of YAML first and then convert it to PDF.

The idea:

1. apply strict schema validation to YAML so AI won't generate wrong/invalid data 2. write prompt to AI help people generate a sample YAMLResume 3. adopt AI to parse existing PDF or images and convert it to YAMLResume format

ygreif · 4 months ago
Well I'm just suggesting first because most people already have a resume and it will be tedious for them to convert it to yaml.
ygreif commented on Show HN: YAMLResume, Open Source Node.js Tool to Create Resumes as Code in YAML   yamlresume.dev... · Posted by u/xiaohanyu
ygreif · 4 months ago
Cool. I used to make my resume in LaTeX but that got tedious. I like the idea that this might make it easy to customize resumes. And try out different formats easily.

Maybe play around with having OpenAI convert existing resumes into the yaml format to make it easier to try out.

ygreif commented on Show HN: Create your own finetuned AI model using Google Sheets   promptrepo.com/finetune/... · Posted by u/QueensGambit
ygreif · 4 months ago
I love integrating into spreadsheets. Super easy to use. Reminds me a bit of mailmerge.

I don't have much experience with modern finetuning, but isn't it highly technical. How many layers do you want to change? What is the learning rate? Does that need to be visible to the user? How many examples are needed in practice

ygreif commented on Show HN: RSS Lookup – Find RSS Feeds for Any URL (Free, Open Source)   rsslookup.com/... · Posted by u/mratmeyer
ygreif · 4 months ago
Cool. Are there examples of where this works but feedly fails?
ygreif commented on Show HN: I Built an AI Software Bot That Creates PRs for GitHub   repobird.ai... · Posted by u/arielfrischer
arielfrischer · 4 months ago
The great thing about RA.Aid is that it automatically iterates until the plan is fully complete. It also finds the files itself - aider doesn't really do that. I still do use aider for concise editing but RA.Aid is excellent for larger changes that require many iterations.
ygreif · 4 months ago
Maybe emphasize that more? In your example it just figures things out without iterating. How is this different/better than the Github copilot agnent mode: https://github.blog/news-insights/product-news/github-copilo...
ygreif commented on Show HN: I Built an AI Software Bot That Creates PRs for GitHub   repobird.ai... · Posted by u/arielfrischer
ygreif · 4 months ago
Is ra.aid just a fork of aider?
ygreif commented on Feul: Social Calorie Tracker   feul.app... · Posted by u/yosephm
ygreif · 4 months ago
Try posting on r/loseit. Noom has a big social component too
ygreif commented on Gemma 3 QAT Models: Bringing AI to Consumer GPUs   developers.googleblog.com... · Posted by u/emrah
simonw · 4 months ago
I think gemma-3-27b-it-qat-4bit is my new favorite local model - or at least it's right up there with Mistral Small 3.1 24B.

I've been trying it on an M2 64GB via both Ollama and MLX. It's very, very good, and it only uses ~22Gb (via Ollama) or ~15GB (MLX) leaving plenty of memory for running other apps.

Some notes here: https://simonwillison.net/2025/Apr/19/gemma-3-qat-models/

Last night I had it write me a complete plugin for my LLM tool like this:

  llm install llm-mlx
  llm mlx download-model mlx-community/gemma-3-27b-it-qat-4bit

  llm -m mlx-community/gemma-3-27b-it-qat-4bit \
    -f https://raw.githubusercontent.com/simonw/llm-hacker-news/refs/heads/main/llm_hacker_news.py \
    -f https://raw.githubusercontent.com/simonw/tools/refs/heads/main/github-issue-to-markdown.html \
    -s 'Write a new fragments plugin in Python that registers
    issue:org/repo/123 which fetches that issue
        number from the specified github repo and uses the same
        markdown logic as the HTML page to turn that into a
        fragment'
It gave a solid response! https://gist.github.com/simonw/feccff6ce3254556b848c27333f52... - more notes here: https://simonwillison.net/2025/Apr/20/llm-fragments-github/

ygreif · 4 months ago
Do many consumer GPUs have >20 gigabytes RAM? That sounds like a lot to me
ygreif commented on Launch HN: Magic Patterns (YC W23) – AI Design and Prototyping for Product Teams    · Posted by u/alexdanilowicz
ygreif · 4 months ago
I want something which looks like design for engineers. I'm a programmer, code completion is nice, but I already know how to code. What I am terrible at is design.

u/ygreif

KarmaCake day3March 9, 2007View Original