Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jpcapdevila
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: Ten Yrs from now, when only AI codes, what's the stack?
4 points
by
jpcapdevila
4mo ago
|
3 comments
2.
▲
by
jpcapdevila
2y ago
Awesome, I love this .cpp trend! Thanks for your work!!
3.
▲
by
jpcapdevila
2y ago
Will gemma2 be available through gemma.cpp? https://github.com/google/gemma.cpp
4.
▲
by
jpcapdevila
2y ago
From the readme this may be interesting: Event-based: if you can track it, you can charge for it; I see this being useful for usage based pricing.
5.
▲
by
jpcapdevila
3y ago
Here is a SQLite extension that uses Faiss under the hood. https://github.com/asg017/sqlite-vss Not associated with the project, just love SQLite and find it very useful.
6.
▲
by
jpcapdevila
3y ago
I think it is ok for you to post as long as you are straight forward about the equity only compensation and follow the post format ofc. Not a moderator, but as a reader I would not mind. Edit: typo
7.
▲
by
jpcapdevila
3y ago
I think what you have experienced is very real. Code (and most forms of expression) are a way to externalize your state of mind. I've seen it with my own emotional states but also with coworkers when they are going trough a rough time.
8.
▲
by
jpcapdevila
3y ago
This really resonates with me, I like the idea if product as container for emotions. But I think the author misses one point here: > I believe the real skill in making products isn’t some “making products” skill, but rather a skill in f
9.
▲
Tracking Application-Level Consistency with LiteFS
(fly.io)
3 points
by
jpcapdevila
3y ago
|
0 comments
10.
▲
SQLite extension for efficient vector search, based on Faiss
(github.com)
4 points
by
jpcapdevila
3y ago
|
0 comments
11.
▲
OpenAI Startup Fund
(openai.fund)
4 points
by
jpcapdevila
3y ago
|
1 comments
12.
▲
Bert.cpp – Sbert on CPU optimized C
(github.com)
1 points
by
jpcapdevila
3y ago
|
0 comments
13.
▲
by
jpcapdevila
3y ago
That is great! I'll keep an eye. I've been playing with this extension: https://github.com/asg017/sqlite-vss
14.
▲
Ask HN: General oncologist or related, what are your pain points?
3 points
by
jpcapdevila
3y ago
|
0 comments
15.
▲
by
jpcapdevila
4y ago
Here's a bet, in 5 years every major cloud provider will offer SQLite. Specially the edge providers (official SQLite for wasm in the works. Because the operational simplicity most developers will choose it for new apps.
16.
▲
Cloudflare Pgbouncer
(github.com)
3 points
by
jpcapdevila
4y ago
|
0 comments
17.
▲
by
jpcapdevila
4y ago
Wow, thanks for all those great contributions. Looks like you have a good eye for picking good tech & teams to join and work with. Any insights or things you saw in common?
18.
▲
by
jpcapdevila
4y ago
I write JS 99.9% of the time. I would definitely pick Rust as it is more different than JS. Yes, there is a higher learning curve. But it will broaden your perception on programming languages. As an added bonus, rust is very popular to crea
19.
▲
by
jpcapdevila
4y ago
There are cloud providers, I have personal experience using sendgrid. For small scale / personal stuff you can use gmail's SMTP. https://support.google.com/a/answer/176600?product_name=UnuF...
20.
▲
by
jpcapdevila
4y ago
Firebase free tier, you can create an scheduled function that runs your python code and sends the email. Super easy to deploy and it is set and forget. I'm sure you can fit your use cade in the free tier.
21.
▲
by
jpcapdevila
4y ago
It means having serving your users from the edge of the network, close to them. Not necessarily tied to v8 isolates, for example fly.io and others let's you run any container on "The Edge". I think CDNs were the original conc
22.
▲
Ask HN: Cloudflare D1 beta testers, what are your thoughts?
5 points
by
jpcapdevila
4y ago
|
0 comments
23.
▲
by
jpcapdevila
4y ago
> "Tunnels offer protection from wind and rain." Not sure about this one. Back home in Guadalajara Mexico a lot of tunnels get flooded during rain season. I'm talking about 6ft of water. To be fair, even streets turn into
24.
▲
Microsoft Excel Wolfram Integration
(wolfram.com)
2 points
by
jpcapdevila
4y ago
|
0 comments
25.
▲
by
jpcapdevila
4y ago
I'm developing an alternative using SQLite, focused on JavaScript developers productivity. https://javascriptdb.com
26.
▲
by
jpcapdevila
4y ago
You can rename it now, unless I'm missing something https://www.sqlite.org/lang_altertable.html
27.
▲
by
jpcapdevila
4y ago
Fair, but for objects like in the OP sample? Is there any advantage that justifies the extra steps?
28.
▲
by
jpcapdevila
4y ago
What's the difference/advantage between defining the virtual column or creating the index directly like this: CREATE INDEX test_idx ON events(JSON_EXTRACT(data, '$.someKey'));
29.
▲
by
jpcapdevila
4y ago
Any feedback on what do you find interesting would be awesome :) thanks!!
30.
▲
by
jpcapdevila
4y ago
If SQLite gets you excited, I'm building a firebase alternative based on sqlite. I'm betting hard on sqlite so this get's me super excited!! https://javascriptdb.com CF people around, I would love to chat, if anyo
More ›