Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mau
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Don't Train the Model, Evolve the Harness
(huggingface.co)
4 points
by
mau
3mo ago
|
0 comments
2.
▲
by
mau
4mo ago
the article complains about ux, not capabilities. In this case it is complaining about the defaults.
3.
▲
by
mau
4mo ago
I think humans are still accountable for the code generated by agents. You are free to switch language but you still need to understand it.
4.
▲
MicroGPT
(karpathy.github.io)
2 points
by
mau
7mo ago
|
0 comments
5.
▲
by
mau
8mo ago
German-style strings is a way to store array of strings for columnar dbs. The idea is to have an array of metadata. Metadata has a fixed size (16 bytes) The metadata includes the string length and either a pair of pointer + string prefix or
6.
▲
Building a Storage Engine That Outperforms RocksDB
(tidesdb.com)
2 points
by
mau
9mo ago
|
0 comments
7.
▲
by
mau
9mo ago
https://archive.is/2025.12.29-103247/https://m.independent.i...
8.
▲
AI will make formal verification go mainstream
(martin.kleppmann.com)
6 points
by
mau
9mo ago
|
4 comments
9.
▲
by
mau
11mo ago
> Your coworkers and QA will thank you for learning LINQ and ditching the imperative methods that plague your Python brain. This is a very unfortunate joke: Python has list (and generator) comprehension expression for a long time (2.3?)
10.
▲
by
mau
2y ago
Arrow supports this string format: https://arrow.apache.org/docs/format/Columnar.html#variable-... From the article: > As luck would have it, the Arrow spec was also finally making progress with adding the long
11.
▲
Simple, Efficient, and Robust Hash Tables for Join Processing
(cedardb.com)
40 points
by
mau
2y ago
|
3 comments
12.
▲
GaLore: Memory-Efficient LLM Training by Gradient Low-Rank Projection
(arxiv.org)
2 points
by
mau
3y ago
|
0 comments
13.
▲
Building a baseline JIT for Lua automatically
(sillycross.github.io)
4 points
by
mau
3y ago
|
0 comments
14.
▲
Effective Altruism
(en.wikipedia.org)
1 points
by
mau
3y ago
|
0 comments
15.
▲
by
mau
3y ago
Congratulations to the team, Pydantic is an amazing library. If you find JSON serialization/deserialization a bottleneck, another interesting library (with much less features) for Python is msgspec: https://github.com/j
16.
▲
LLM Basics: Embedding Spaces
(lesswrong.com)
9 points
by
mau
4y ago
|
0 comments
17.
▲
by
mau
4y ago
I think the GH app is a workaround for this: > Deploy keys only grant access to a single repository. More complex projects may have many repositories to pull to the same server.
18.
▲
Pex: Python EXecutable
(github.com)
3 points
by
mau
4y ago
|
0 comments
19.
▲
by
mau
4y ago
I don't know what were the issues Yelp was facing, I have upgraded several times my past Kafka clusters and really never experienced any issues. Normally the upgrade instructions are documented (e.g. https://kafka.apache.org
20.
▲
by
mau
4y ago
You can write code that runs in both interpreters. Same syntax can have different behavior. I guess nowadays, as the py2 compatibility is a thing of the past, most programs would crash when using that interpreter version.
21.
▲
How to spot AI-generated text
(technologyreview.com)
2 points
by
mau
4y ago
|
0 comments
22.
▲
by
mau
4y ago
One thing that is underestimated is keep the tools version in sync between your app dev dependencies and pre-commit. This also includes plugins for specific tools (for instance flake8). A solution would be to define the hooks in pre-commit
23.
▲
Codecov Is Joining Sentry
(about.codecov.io)
3 points
by
mau
4y ago
|
0 comments
24.
▲
Msgspec: A fast and friendly serialization library for Python
(github.com)
5 points
by
mau
4y ago
|
0 comments
25.
▲
Cryptomining operation leveraging GitHub Actions
(sysdig.com)
1 points
by
mau
4y ago
|
0 comments
26.
▲
Everything new from GitHub Universe 2022
(github.blog)
1 points
by
mau
4y ago
|
0 comments
27.
▲
GPT-3 Armed with Python
(twitter.com)
1 points
by
mau
4y ago
|
0 comments
28.
▲
Mercure: Real-Time Made Easy
(mercure.rocks)
2 points
by
mau
4y ago
|
0 comments
29.
▲
Latency in Asynchronous Python
(nullprogram.com)
1 points
by
mau
5y ago
|
0 comments
30.
▲
Hamiltonian Cycle Problem is in P
(arxiv.org)
3 points
by
mau
5y ago
|
1 comments
More ›