Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nattaylor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nattaylor
28d ago
Muse Spark, Gemini, mistral and something from cohere would be nice That said the current models ain't bad!
2.
▲
by
nattaylor
2mo ago
I'm drawn to this but it has several foot guns like INSERTs will fail for late arriving data if the constraints have been updated etc
3.
▲
by
nattaylor
6mo ago
Reminds me a little of htmz htmz is a minimalist HTML microframework for creating interactive and modular web user interfaces with the familiar simplicity of plain HTML.
4.
▲
by
nattaylor
8mo ago
https://nattaylor.com
5.
▲
by
nattaylor
1y ago
Building an email-to-calendar-feed service for all the mails from the multitude of services and attachments that I get related to my kindergartener.
6.
▲
by
nattaylor
1y ago
My read is that no customers will leave since they are much more interested in news coverage -- and this helps the AP focus more on news. This is a tangent, but I wonder if they feel that they are just creating LLM training data and that fe
7.
▲
by
nattaylor
1y ago
The base model is Qwen2.5-VL-3B and the announcement says a limitation is "Model can suffer from hallucination"
8.
▲
by
nattaylor
1y ago
I wish there were some explain plans in either post, since I don't get what's going on. If the query uses the index, then the on the fly tsvector rechecks are only on the matches and the benchmark queries have LIMIT 10, so few rec
9.
▲
by
nattaylor
1y ago
Is pre-training in FP8 new? Also, 10M input token context is insane! EDIT: https://huggingface.co/meta-llama/Llama-3.1-405B is BF16 so yes, it seems training in FP8 is new.
10.
▲
by
nattaylor
2y ago
S3 Tables is designed for storing and optimizing tabular data in S3 using Apache Iceberg, offering features like automatic optimization and fast query performance. SimpleDB is a NoSQL database service focused on providing simple indexing an
11.
▲
by
nattaylor
2y ago
This is very cool. Kuzu has a ton of great blog content on all the ways they make Kuzu light and fast. WebLMM (or in the future chrome.ai.* etc) + embedded graph could make for some great UXes At one time I thought I read that there was a
12.
▲
by
nattaylor
2y ago
500 errors for me
13.
▲
by
nattaylor
2y ago
Doesn't compression make any minification gains negligible?
14.
▲
by
nattaylor
2y ago
Sorry, I didn't mean to suggest your solution was brittle -- I actually quite like it and want to adopt it! But I do think the legacy browser behavior with the ID attribute as window properties is very brittle for the reasons you sugge
15.
▲
by
nattaylor
2y ago
If you like brittle things, the id attribute is already made into an attribute on the window for legacy reasons Edit: My tone may have indicated that parent's solution was brittle. It's not!
16.
▲
by
nattaylor
2y ago
https://we.phorge.it/ is a community fork that appears pretty active. I was also very fond of Phabricator (all though my team preferred GitHub style pull requests) but I haven't had a need for it recently, so I haven&#
17.
▲
by
nattaylor
2y ago
On Chrome, I solve my too-many-tab issues with an extension [0] that closes the LRU tab once a threshold is reached (10 for me). I find the tabs I need are open and wide enough, and the tabs that autoclose were not useful anymore. About o
18.
▲
by
nattaylor
2y ago
I have a use case for this that I'm excited to try. I'm glad AlexG has put so much effort into this. Even the docs are pretty good! My pyenv python3.12.2's sqlite won't load extensions even after installing with what I t
19.
▲
by
nattaylor
2y ago
I was checking this out on my train ride home and I'm pretty excited to take it where it's been tonight. Well done team!
20.
▲
by
nattaylor
2y ago
Yes, speed. 1,000,000+ QPS and 1,000s of ads to evaluate is common. At that scale it's very distributed, so replication is another challenge. In a way, its a search problem where bid≈relevance and targeting_match≈recall, so I've
21.
▲
by
nattaylor
2y ago
A friend built a system where the ad campaigns with all their targeting rules were Lua scripts and it was also fast and simple in a glorious way!
22.
▲
by
nattaylor
2y ago
In my experience with Snowflake support about a year ago, an administrator of the customer's account had to explicitly grant access to Snowflake in order for the Snowflake team to see or do anything -- and if I recall correctly the acc
23.
▲
by
nattaylor
2y ago
Boring things like running the proxy while I did manual QA / ran automated tests. I quickly realized that if I wanted an up to date spec then I should do it properly in the application
24.
▲
by
nattaylor
2y ago
Reminds me of https://github.com/alufers/mitmproxy2swagger which I discovered from this thread https://news.ycombinator.com/item?id=31354130 I generated some specs from that! I ran into trouble keeping
25.
▲
by
nattaylor
3y ago
This is particularly interesting to me for Android/iOS. I can't even picture the use case where there'd be enough data on the device for the row-based format to b a bottleneck, but maybe some case that involves many, many agg
26.
▲
by
nattaylor
3y ago
pg_analytics looks promising here https://github.com/paradedb/paradedb/tree/dev/pg_analytics
27.
▲
by
nattaylor
3y ago
https://pypi.org/project/languagemodels/ can load some small models but forming JSON-reliably seems to require a larger-ish model (or fine tuning) Aside: I expect Apple will do exactly what you're proposing a
28.
▲
by
nattaylor
3y ago
In my experience it excels at the stated use case of OLAP in the cloud with compute separate from storage and claim it's unambiguously good for this. For OLTP it would be unambiguously bad (although maybe there's hope with Unistor
29.
▲
by
nattaylor
3y ago
Photopea is amazing, so I have high hopes for Vectorpea
30.
▲
First Version of Vectorpea Released
(vectorpea.com)
3 points
by
nattaylor
3y ago
|
1 comments
More ›