HackerTrans
TopNewTrendsCommentsPastAskShowJobs

infomiho

no profile record

Submissions

JavaScript still can't ship a full-stack module

wasp.sh
1 points·by infomiho·11 dni temu·0 comments

Cloudflare Workers Build Delays

cloudflarestatus.com
1 points·by infomiho·13 dni temu·1 comments

JavaScript still can't ship a full-stack module

wasp.sh
3 points·by infomiho·22 dni temu·0 comments

Backing up Google Drive to a VPS with rclone

ilakovac.com
3 points·by infomiho·w zeszłym miesiącu·1 comments

Rails-like framework for React, Node.js and Prisma

wasp-lang.dev
4 points·by infomiho·3 lata temu·0 comments

Show HN: Comics Written and Drawn by AI

4 points·by infomiho·3 lata temu·0 comments

Comic, ChatGPT wrote it, Stable Diffusion illustrated it

twitter.com
3 points·by infomiho·3 lata temu·0 comments

Show HN: Phrase Tutor – learn Italian via roulette wheel flashcard selection

11 points·by infomiho·3 lata temu·1 comments

CoverLetterGPT

coverlettergpt.xyz
4 points·by infomiho·3 lata temu·3 comments

Wasp Lang docs search powered by ChatGPT API

twitter.com
1 points·by infomiho·3 lata temu·0 comments

Colima as a Docker Desktop Alternative

github.com
5 points·by infomiho·3 lata temu·0 comments

“Learn Haskell by building a blog generator” is a great resource for learning

old.reddit.com
6 points·by infomiho·3 lata temu·0 comments

comments

infomiho
·w zeszłym miesiącu·discuss
Did a thing for myself, wanted to share the process.

My primary motivation was: what if I get locked out of my Google account. Secondary motivation: too lazy to migrate to proper self-hosted Google Drive alternative.
infomiho
·3 miesiące temu·discuss
Hey I made the meme in the header https://wasp.sh/blog/2025/04/02/an-introduction-to-database-...

Nice to see it used _twice_ :D
infomiho
·9 miesięcy temu·discuss
It works for me and I like the results I'm getting. The results often include callbacks to rules of thumb from the mentioned books - which I find easier to agree with or dismiss when I see the suggestions it made. In a way, it's a framework for me to "communicate" with the LLMs.

I think you should try finding what works for you, maybe even give my ridiculous prompt a go.
infomiho
·9 miesięcy temu·discuss
I've been successfully "vibe engineering" with Claude Code for a week now on a side quest at my job. I want the result to be of high enough quality to maybe survive in our codebase long-term, but I don't want to write it myself.

So I've added unit tests, e2e tests, formatting checks to help Claude to self-correct as much as possible. And I make him do a TON of self-review, after each feature I say something like:

> You are a master reviewer, lots of practical experience. Read Clean Code. Great at architecture. Read Effective Typescript as well. What would you comment in a PR review? Type checking MUST PASS, unit tests must PASS, formatting must PASS.

With each review, Claude catches a lot of sub-optimal choices it made which gives me more confidence in the code I get in the end.
infomiho
·2 lata temu·discuss
Missed opportunity: name it Floppy Bird since it fits on a 3.5 inch floppy disk.
infomiho
·2 lata temu·discuss
Somewhat related: tldraw has amazing demos of generating code from sketches https://x.com/tldraw/status/1814046549522964692
infomiho
·2 lata temu·discuss
Every time I write a search query like "best tool for X" or "alternative to X", I use Kagi instead of Google. Because Google results for those kind of queries tend to be SEO optimized articles where the first recommended thing is the advert. Or even worse, I get some sort of spam/scam sites that get paid to shill stuff. I think got conditioned with bad Google results to not do it for those kind of queries.

For all other searches, Google seems good enough.
infomiho
·3 lata temu·discuss
Off-topic but:

body { max-width: 80ch; margin: 2rem auto; font-size: 18px; line-height: 1.5; }
infomiho
·3 lata temu·discuss
I kept speaking Croatian while I was practicing Spanish and it underatood me. What kind of magic is this? Really cool project!
infomiho
·3 lata temu·discuss
Using declarative web frameworks could help with making this more useful https://twitter.com/infomiho/status/1658086265466617858
infomiho
·3 lata temu·discuss
A buddy of mine made the exact same thing a couple of weeks ago https://coverlettergpt.xyz

It's funny how people come up with similar ideas and are able to make them into products quickly with ChatGPT

His is open source if you are interested in how it's done: https://github.com/vincanger/coverlettergpt