Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
indeyets
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
indeyets
2mo ago
yes. less stable. more hallucinations
2.
▲
by
indeyets
6mo ago
Doesn’t that defeat the purpose? You want to control it from outside of the sandbox, not to give agent escape hatch from sandbox
3.
▲
Taming Claude Code
(thisalex.com)
1 points
by
indeyets
8mo ago
|
0 comments
4.
▲
by
indeyets
10mo ago
You mean late 1990’s? :)
5.
▲
by
indeyets
1y ago
They’re victims of agenda
6.
▲
by
indeyets
1y ago
Nats is getting there, but not yet. Redis is still much more powerful: lists, sorted sets and bazillion of other data structures
7.
▲
by
indeyets
1y ago
It’s usually a question of “who are your users?” As long as you consider developers of derived software to be your users — permissive makes most sense. But if you consider end-users of software it’s definitely copyleft.
8.
▲
by
indeyets
1y ago
So, the browsers have to provide some means for choosing the desired translation engine (add-on API maybe?) and this is a standard API which all of the providers should implement. right?
9.
▲
by
indeyets
1y ago
Is it the UI for penthouse lib? Settings look very similar :)
10.
▲
by
indeyets
1y ago
> Usually new data is generated regularly This part was not obvious. In a lot of cases geodata is mostly stable and reads/searches dominate over appends. And that’s why we keep this in DB (usually postgis, yes). So DuckDB is optimis
11.
▲
by
indeyets
1y ago
But LLMs are not reliable enough, so you can not actually expect “specificity”
12.
▲
by
indeyets
1y ago
https://code.kx.com/q/basics/qsql/
13.
▲
by
indeyets
1y ago
Well, jj is actually very nice in this regard, because: 1. it works on top of git — you keep using all the same infrastructure (GitHub, etc.) 2. in your local repositories you still have access to git-tools, as jj maintains git and its own
14.
▲
Jujutsu: Different Approach to Versioning
(thisalex.com)
12 points
by
indeyets
1y ago
|
2 comments
15.
▲
by
indeyets
1y ago
Important part of caddy’s configuration are their defaults. For example TLS and automatic certificates are on by default. It covers the most useful use case by default. Ferron is different. Is that a choice or just something you didn’t work
16.
▲
by
indeyets
1y ago
It’s interesting that my default prompt is exactly the opposite one: “do not write the code unless I ask for it specifically”. I like to use LLMs as a discussion partner, but writing code is trivial after a good discussion and I can do that
17.
▲
by
indeyets
2y ago
> Does rust have good deserializers for json and xml? yes. https://github.com/serde-rs/json > Can you work well with a rust application that interacts with react? can you write an API-server in Rust? sure. or wha
18.
▲
by
indeyets
2y ago
Because learning improves your internal LLM which allows you to creatively solve tasks without using external ones. Additionally it is possible to fine tune your internal LLM for the tasks useful for your specific interests, the fun stuff.
19.
▲
by
indeyets
2y ago
probably this https://github.com/atomicwrite/Clood
20.
▲
by
indeyets
2y ago
It’s usually the difference between having a low-level api and high-level api. iOS gives a lot “for free”. Creating stuff from scratch is not a fun experience
21.
▲
by
indeyets
2y ago
JSX is not a templating language. It is a functional DSL
22.
▲
by
indeyets
2y ago
But logs are stored on IRC as well. It’s not a part of standard protocol, but a lot of ir c-servers can do that automatically and there are boys which do that not to mention personal archives. The difference is that end-users don’t have ea
23.
▲
by
indeyets
2y ago
Yup. Just use zigbee. 3.x is open and well specified. And dongle-bridges for HomeAssistant are cheap
24.
▲
by
indeyets
2y ago
But that’s a good thing. Sane state would be synced to disk and any successful bitflip will halt a system telling you that something bad is going on. It would be “catastrophic” for runtime but not for the data
25.
▲
by
indeyets
2y ago
Only if the entity who published the content does not oppose. And then it doesn’t have to go to the court. But if they oppose, the content should stay online until the court decision
26.
▲
by
indeyets
2y ago
No one is supposed to. It goes like this: 1. DMCA request (take them down, they use our copyrighted stuff!), 2. opposition (no, we do not agree! Do not take us down), 3. the process with lawyers and judges starts An expectation is that “wro
27.
▲
by
indeyets
3y ago
But… WHY is it wobbly? Is there a particle which represents this wobbliness? :)
28.
▲
by
indeyets
3y ago
just one word: <layer>
29.
▲
by
indeyets
3y ago
so, something like eslint then (sorry)
30.
▲
by
indeyets
3y ago
Why do I need service workers as standalone programs on the backend? What am I missing by not running them? Looks like another way to run server app Fair question
More ›