HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thomask1995

no profile record

Submissions

Show HN: Terse, TypeScript First Workflow Builder

github.com
3 points·by thomask1995·w zeszłym miesiącu·0 comments

[untitled]

1 points·by thomask1995·3 miesiące temu·0 comments

Show HN: Lit – Linear and Git CLI in One

github.com
3 points·by thomask1995·8 miesięcy temu·0 comments

CLI tool to help write your Performance Reviews

oliviersm199.substack.com
2 points·by thomask1995·9 miesięcy temu·0 comments

State of AI Automation Platforms 2025

substack.com
2 points·by thomask1995·9 miesięcy temu·0 comments

Developer Marketing in the Age of AI

helenmin.com
6 points·by thomask1995·9 miesięcy temu·0 comments

Show HN: Mocky AI, Preview LLM use cases in minutes without an MVP

usemocky.com
3 points·by thomask1995·10 miesięcy temu·0 comments

[untitled]

1 points·by thomask1995·10 miesięcy temu·0 comments

[untitled]

1 points·by thomask1995·10 miesięcy temu·0 comments

comments

thomask1995
·20 dni temu·discuss
I think some sort of gui to help write the cors headers would help tbh.

it's quite difficult to get your stack to work for local dev, CI, and prod since each most likely needs different cors headers. Especially if you use tunnels and proxies like we do.

What made it click for me though was understanding what problem it solved.
thomask1995
·3 miesiące temu·discuss
Def this right now

https://impeccable.style/
thomask1995
·9 miesięcy temu·discuss
This is the app I was begging for a few years ago!

Ended up buying a ton of Ear Training books and using those little web apps.

This would have been so much better.

I just started using it,

I will say, I feel we can skip the chords annotations and stuff if the ICP is intermediate guitarist.

Or do a quick survey at the start and see what fundamentals they know.

For intermediate guitar, I think the main gaps are:

- Ear training (unless they were taught early) - triads + inversions - Music theory beyond basic pentatonic shapes - Synchronization at higher speeds (this was my biggest one by far) - Chords beyond basic ones and M/m 7th.

I feel you could add little quiz or survery to see if they are already familiar with some of these.

just my 2 cents

Overall, love this. Very happy someone took the time to do it.
thomask1995
·9 miesięcy temu·discuss
This is super cool!

Have you thought about making a tool to help preview/dry run migrations?

I feel that's something I would want a ton of confidence in if an LLM is making migration scripts.

Especially if it's doing scary stuff like breaking up a table.
thomask1995
·10 miesięcy temu·discuss
Very cool! Would be sweet to add number of usages each tool gets.

Interested in seeing what other people use!
thomask1995
·10 miesięcy temu·discuss
HI! OG Author here.

Honestly, I don't know.

This was purely a toy project/thought experiment to challenge myself to learn exactly how these LLMs worked.

It was super cool to see the loss go down and it actually "train".

This is SUPER far from a the real deal. Maybe it could be cool to see how far a fully in memory LLM running on CPU can go.
thomask1995
·10 miesięcy temu·discuss
License added! Good catch
thomask1995
·10 miesięcy temu·discuss
I wanted to learn exactly how these things work. Down to every detail.

So I built a Mini LLM from absolute scratch in Rust. No libraries other than ndarray and rand.

Started a few months ago but got stuck. Used claud code and fixed the remaining issues and now it works!