Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
julvo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
julvo
1y ago
Fair enough. In that case small models like devstral [1] are probably your best bet [1] https://mistral.ai/news/devstral
2.
▲
by
julvo
1y ago
Do you store code on GitHub? If so, how is GH's guarantee to not use your code different from Cursor's (with privacy mode enabled)?
3.
▲
by
julvo
1y ago
Looks great! What's your experience of using this for working on real world production code?
4.
▲
DIY surround sound using lasers [video]
(youtube.com)
2 points
by
julvo
2y ago
|
0 comments
5.
▲
by
julvo
3y ago
There's a pricing link at the top of the page, we should probably try to make this more visible: https://www.wondercraft.ai/pricing
6.
▲
by
julvo
4y ago
wouldn't salting and hashing be enough for this use case if you keep the salt on the client?
7.
▲
by
julvo
4y ago
Not saying that LLMs are particularly data efficient, but in their defence, they don't only learn what a human learns in a lifetime but throughout the whole evolution. There may be information encoded in our genes that LLMs need to lea
8.
▲
by
julvo
4y ago
Yes 100%. Using the vim bindings for VS Code and that works great. Makes working without touching the mouse really enjoyable. Also being familiar with vim is a great fallback option if you're sshed into a remote machine.
9.
▲
by
julvo
4y ago
> Now we're creating tools to jump directly to the final product The same could've been said when the printing press or highly automated manufacturing was invented
10.
▲
by
julvo
4y ago
Looks amazing! Interesting to see the fully integrated approach. Working on gitpaper.com, which takes the bring-your-own-static-site-generator (byossg TM) route. Really like the idea of keeping content in git, especially for smaller project
11.
▲
by
julvo
4y ago
Time will tell if we need symbolic representations or if continuous ones are sufficient. In the meantime, it would be more productive to present alternative methods or at least benchmarks where deep learning models are outperformed, instead
12.
▲
by
julvo
4y ago
To add to the list of very handy footguns: @reloading to hot-reload a function from source before every invocation ( https://github.com/julvo/reloading )
13.
▲
by
julvo
4y ago
Sorry, I realise my comment may have sounded a bit harsh, it was not meant as a criticism of your website - just describing why I don't perceive it as minimalist design
14.
▲
by
julvo
4y ago
Comparing Gwern's to your website is really interesting. I'd argue, Gwern's website is a good example of minimalist design, whereas the website you posted is the opposite. To me, minimalist design is as little design as possi
15.
▲
by
julvo
4y ago
Tangential, but I wish there was open traffic data with high coverage for planning low-traffic cycling routes. Looked at openly available aerial images, but the resolution is not high enough to detect traffic
16.
▲
by
julvo
5y ago
Hey author of reloading here - cool to see this mentioned. Would love to know how reloading could be more usable for you. Since the post on HN in 2019, reloading can also be used as a decorator to load functions from source before execution
17.
▲
by
julvo
6y ago
Wrote a similar thing [1]. It can also load loop bodies from source before each iteration. Can be helpful for long running loops like when downloading or training deep learning models. [1] https://github.com/julvo/reloa
18.
▲
by
julvo
6y ago
That's right. Here's a handy chart with common sensor sizes: https://en.wikipedia.org/wiki/Full-frame_DSLR#/media/File:Se... E.g. on a Canon 450D (crop factor 1.6) the equivalent of a 50mm full fram
19.
▲
by
julvo
6y ago
Sounds intriguing. What would be the primitives of such a language? Will it be similar to a formal system?
20.
▲
by
julvo
6y ago
Joscha Bach was for sure one of my favourite discoveries this year. He seems like someone who has deeply thought about many disciplines including CS, philosophy and psychology
21.
▲
Ask HN: Unsolved hard problems like protein folding?
9 points
by
julvo
6y ago
|
9 comments
22.
▲
by
julvo
6y ago
We could add Deep Learning to the list as "everything is a vector". Love how the article can be interpreted as making statements about itself. The article states everything on this list is an implementation of 'everything is
23.
▲
Building an artificial sun that looks realistic [video]
(youtube.com)
515 points
by
julvo
6y ago
|
123 comments
24.
▲
by
julvo
6y ago
> Why on earth use a dynamic language like Ruby or Python and then try to bolt types on top Probably using the languages for the ecosystem (e.g. Python for scientific computing or ML and ruby for ruby on rails) but still wanting to benef
25.
▲
by
julvo
6y ago
Firstly, congrats on the launch! Active learning is a super interesting space. You say it's possible to download the data and use Humanloop for annotation only while still benefitting from active learning. I'm curious about your e
26.
▲
by
julvo
6y ago
Ah that's better, thanks. here a link for others who are reading this https://gobyexample.com/errors
27.
▲
by
julvo
6y ago
The problem with this is, that the caller of the function which returns what you wrote (i.e. a dynamic error message) can't match the error anymore for conditional error handling. That's because errors in go are just strings. I gu
28.
▲
by
julvo
6y ago
Depends on the model. E.g. image enhancement or super resolution models are sensitive to the camera model and can be trained to fix artifacts introduced by specific cameras.
29.
▲
by
julvo
6y ago
Another option could be to add a search box to the landing page which when submitted takes you to the 'add' page
30.
▲
by
julvo
6y ago
Thanks for the reply - that's great. I'm on mobile and looked for 'search', but now I see how to do it.
More ›