Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
binocarlos
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
binocarlos
6mo ago
I find Claude Code features fall into 2 categories, "hmmmm that could be actually useful" vs "there is more kool aid where that came from"
2.
▲
by
binocarlos
9mo ago
> I mashed F5 like a degenerate. I love the style of this blog-post, you can really tell that Luke has been deep down in the rabbit hole, encountered the Balrog and lived to tell the tale.
3.
▲
by
binocarlos
9mo ago
I use https://github.com/braden-w/whispering with an OpenAI api key. I use a keyboard shortcut to start and stop recording and it will put the transcription into the clipboard so I can paste into any app. It's a h
4.
▲
by
binocarlos
1y ago
I agree with this - I hear a lot of hate towards vibe coding but my experience with voice dictation and using 20 years experience in the trenches and so being very specific telling the model what to do has been, well, refreshing to say the
5.
▲
by
binocarlos
2y ago
I would pay hundreds of dollars per month for the combination of cursor and claude - I could not get my head around it when my beginner lever colleague said "I just coded this whole thing using cursor". It was an entire web app, w
6.
▲
by
binocarlos
2y ago
I helped work on the RAG part of this :-) We used https://github.com/pgvector/pgvector under the hood and found it extremely easy to integrate with our database schema - being able to just specify the structure of a ta
7.
▲
by
binocarlos
3y ago
Excellent link thank you - I will make sure we check this out because as the README says: > Finetune Mistral, Llama 2-5x faster with 70% less memory! Could be very useful for us! Disclaimer: I work on Helix
8.
▲
by
binocarlos
3y ago
Great question! scheduling workloads onto GPUs in a way where VRAM is being utilised efficiently was quite the challenge. What we found was the IO latency for loading model weights into VRAM will kill responsiveness if you don't "
9.
▲
by
binocarlos
3y ago
We are finding that fine tuning is very good at setting the style and tone of responses. A potential use case we are thinking about is what if your star sales person leaves the company? Could you fine tune an LLM on their conversations wit
10.
▲
by
binocarlos
3y ago
Thanks for the feedback - I agree that fine tuning a) has potential and b) is not easy :-) > Also, I don’t get the comparison of rag vs finetuning in articles like this - why not do both It's interesting you say this because we are
11.
▲
by
binocarlos
3y ago
This is spot on, the thing we've not yet done is make it easy to import a repo(s) code and the associated metadata into a fine tuning session easily. > I often wonder how you'd go about organizing training data for a full histo
12.
▲
by
binocarlos
3y ago
Fine tuning on your documents will really help to answer questions in the style and tone of those documents, so in that way, yes it helps. It would be possible to include some parts of the new documents in the prompt so you can answer quest
13.
▲
by
binocarlos
3y ago
I use hacker news as my "is my Internet working" test - it's fast and always up (kudos) So yes, I also thought my Internet was broken :-)
14.
▲
by
binocarlos
4y ago
This is a really cool blogpost - that you can influence a model with guidance towards a desired outcome feels like a really valuable feature. I'm currently working on a project that is generating stable diffusion images and this kind
15.
▲
by
binocarlos
5y ago
thanks! we were stuck with exactly that problem and decided "it's David Bowie" let's try something different :-)
16.
▲
We wrote an image of David Bowie to Ethereum
(pannft.com)
3 points
by
binocarlos
5y ago
|
2 comments
17.
▲
by
binocarlos
6y ago
We are thinking for people writing documentation, blogs or Intranets where there are many different pages and there is a more polished sense of branding. You are quite right that if you want to quickly publish a single page - using Google d
18.
▲
by
binocarlos
6y ago
Thanks for the feedback! Yes - dealing with access to a users entire drive is something we are looking at to try and get working for exactly that reason - the words `this app can delete all your files` is scary :-) There isn't an optio
19.
▲
by
binocarlos
6y ago
We've been working hard on https://nocode.works - which turns Google docs into nice looking websites - it's not pluggable yet but it doesn't require any setup on behalf of the user. We do have a template system th
20.
▲
by
binocarlos
6y ago
Shameless plug: We've been working hard on https://nocode.works - which turns Google docs into nice looking websites. We think it's perfect for documentation for non-technical companies who don't know what Markdow
21.
▲
by
binocarlos
8y ago
Perhaps part of that was that IE was really bad at it's job and as users were told about Chrome and Firefox and they tried it and it was much faster - they switched because IE was not nearly as good. Facebook is pretty good at it'
22.
▲
by
binocarlos
9y ago
Take Basic Attention Token ( https://basicattentiontoken.org/ ) as an example - it is attempting to remove YouTube as an advertising middle-man that controls and takes a cut of ad revenue. By creating a marketplace where adv
23.
▲
by
binocarlos
9y ago
I use redux a lot and love the way you can reason about the state of the app from a single object - which opens up all sorts of useful things like time-travel etc. However - after having plugged in a lot of reducers - the boilerplate co
24.
▲
by
binocarlos
9y ago
Thanks for the feedback - "docker push <mydata>" is nice :-) For the same reasons as you mention in your post, we've been hard at work with Kubernetes support - Persistent Volumes but with extra features!
25.
▲
by
binocarlos
9y ago
Thats the idea yes! you can run dotmesh on your own servers and install locally on each users machine to then push and pull just like git remotes. It's using copy-on-write so you are only pushing the difference. Another main use case
26.
▲
by
binocarlos
9y ago
Yes good point - I was replying to the above comment: > It's being hyped like TRON
27.
▲
by
binocarlos
9y ago
Ok - I meant non-blockchain databases
28.
▲
by
binocarlos
9y ago
The TRON hype train has been getting a lot of kickback recently on Reddit - claims they have been stealing content from other white papers and copying non attributed GPL code from other projects - current market cap 4.7 Billion - make of th
29.
▲
by
binocarlos
9y ago
Indeed - Raiden is all about payment channels - funds are deposited on the main chain and then payments can be sent over channels with no fee. Only in the case of dispute or cashing out is the main chain used to resolve the conflict. This
30.
▲
by
binocarlos
9y ago
The eth devs are busy working on sharding - the same idea as traditional databases like Mongo where a primary key decides which node the data will reside. The main problem here is that a contract residing on shard A might reference a contr
More ›