HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jinay

no profile record

Submissions

Scientific discovery as problem solving [pdf]

iiif.library.cmu.edu
3 points·by jinay·tahun lalu·1 comments

[untitled]

1 points·by jinay·tahun lalu·0 comments

Every position of Rubik's Cube can be solved in 20 moves or less (2010)

cube20.org
5 points·by jinay·tahun lalu·0 comments

Scaling Law Calculator

scaling.mishajw.com
2 points·by jinay·tahun lalu·0 comments

[untitled]

1 points·by jinay·tahun lalu·0 comments

comments

jinay
·tahun lalu·discuss
Timestamped link to the YouTube video: https://youtu.be/T08wc4xD3KA?t=124
jinay
·tahun lalu·discuss
Ooh I haven't, but this is exactly the kind of follow-up I was looking for. Thanks for sharing!
jinay
·tahun lalu·discuss
I recently did a deep dive on open-endedness, and my favorite example of its power is Picbreeder from 2008 [1]. It was a simple website where users could somewhat arbitrarily combine pictures created by super simple NNs. Most images were garbage, but a few resembled real objects. The best part is that attempts to replicate these by a traditional hill-climbing method would result in drastically more complicated solutions or even no solution at all.

It's a helpful analogy to understand the contrast between today's gradient descent vs open-ended exploration.

[1] First half of https://www.youtube.com/watch?v=T08wc4xD3KA

More notes from my deep dive: https://x.com/jinaycodes/status/1932078206166749392
jinay
·tahun lalu·discuss
Soon we'll start having a humans.txt format to account for this

https://xkcd.com/927/
jinay
·tahun lalu·discuss
Please add an llms.txt file! https://llmstxt.org/

I'd love to see how far I can take this by giving it to an LLM and asking it to format for me with Quarkdown.
jinay
·tahun lalu·discuss
https://github.com/JinayJain/dictator

Built one for myself. It's context-aware and promptable.

Tested well on Linux, not so much on other platforms but in theory should support them.

It's a bit meta but I wrote it mostly using Claude Code. Once I had an MVP, I was able to prompt much faster by just speaking out what I wanted it to change.
jinay
·tahun lalu·discuss
I used to think that typing speed was not really that important, especially when now we have so many LLMs doing the typing for us. But honestly, now I think it's even more important because the specificity and detail in your prompts are paramount to getting a good response, and something like a dictation tool (which is what I'm using right now) is really good for generating very specific prompts.

In fact, I wrote all this out using a dictation tool in ~20 seconds (258 WPM).
jinay
·tahun lalu·discuss
Went in an incognito window and searched "io" and this announcement was shown right above Google IO [1].

[1] https://i.imgur.com/xNKjFXa.png
jinay
·tahun lalu·discuss
I'm more referring to launch timing
jinay
·tahun lalu·discuss
Likely no coincidence that they announce their company, io, during Google I/O.

Search "io" on Google right now and see what comes up...
jinay
·tahun lalu·discuss
That's not the only concern though. The web is by far the most accessible way to distribute something, which is paramount in getting people to use it.
jinay
·tahun lalu·discuss
They really need to fix the kerning on some of their charts
jinay
·tahun lalu·discuss
I wonder if you could use the Chrome local AI API to build something like this: https://developer.chrome.com/docs/ai
jinay
·tahun lalu·discuss
For anyone who wants to listen, it's on this page: https://yummy-fir-7a4.notion.site/dia
jinay
·tahun lalu·discuss
Make sure you're using the "-it-qat" suffixed models like "gemma3:27b-it-qat"
jinay
·tahun lalu·discuss
Cursor is likely very tuned for Claude (prompts-wise and all) due to its dominance with 3.5 and now 3.7. Still, Gemini 2.5's tool calling has been pretty poor in my experience which Cursor heavily relies on.