Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crowdyriver
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
crowdyriver
15d ago
Can't wait for the distillations! I'd love improvement on writing on cheap models
2.
▲
Odin compiles 1M lines in 1s
(github.com)
5 points
by
crowdyriver
2mo ago
|
1 comments
3.
▲
by
crowdyriver
2mo ago
saw some discussion on zig incremental compilation, so I got curious and did this silly bench. quite impressive
4.
▲
by
crowdyriver
2mo ago
python is terrible for embedding, starlark is the way to go. Very easy to embed.
5.
▲
Metago: Write templates that write go
(metago.dev)
2 points
by
crowdyriver
2mo ago
|
1 comments
6.
▲
by
crowdyriver
2mo ago
It occurred to me a few weeks ago why programming languages don't just try add metaprogramming capabilities with comments, without modifying the original compiler. So I went ahead and experimented how would it look like in golang. So f
7.
▲
by
crowdyriver
2mo ago
I think people are overfocusing on the wrong thing. Bun is slop. Let's not pretend it is not. It went from 600k lines of zig to almost a million of rust, for a wrapper around a js engine. It might be useful slop, but it is still slop.
8.
▲
by
crowdyriver
5mo ago
tbh I'd rather have this behaviour, defer should've been lexically scoped from the beginning.
9.
▲
Why programmatic tool calling is awesome
(guillemus.com)
1 points
by
crowdyriver
9mo ago
|
0 comments
10.
▲
by
crowdyriver
9mo ago
You already have this problem whenever you are using a library in any programming language. Unless you are extremely strict, vendor it and read line by line what the library does, you are just trusting that the code that you are using works
11.
▲
Ask HN: Wouldn't it be much easier if you compress all env vars into one?
2 points
by
crowdyriver
10mo ago
|
1 comments
12.
▲
by
crowdyriver
1y ago
While I like the modern feel of shadcn/ui and derivatives, I still think that daisyui is much easier to use. You really just paste these 2 lines in your html and that's it: <link href="https://cdn.jsdelivr.ne
13.
▲
by
crowdyriver
1y ago
Did you check the co2 levels on your office? that could be one reason.
14.
▲
by
crowdyriver
2y ago
Unrelated, but PGroonga reads funny in Argentinian. Better than gimp though
15.
▲
by
crowdyriver
2y ago
Genuine question, more for soloentrepreneurs, but what if instead of adding ads from other companies, the perplexity company did other paid products? Then they could put a few non disruptive ads for those into their main free product, and t
16.
▲
by
crowdyriver
2y ago
http streaming is even more underrated.
17.
▲
by
crowdyriver
2y ago
not for non latin american speakers.
18.
▲
by
crowdyriver
2y ago
oh god
19.
▲
by
crowdyriver
2y ago
nice and everything, but it still has plenty of performance issues and crashes with the tsserver. Using solid start because of that, tooling is not there yet.
20.
▲
by
crowdyriver
2y ago
It's even worse, you still need node to run this thing, so you don't avoid the node dependency.
21.
▲
by
crowdyriver
2y ago
You can always use exhaustruct https://github.com/GaijinEntertainment/go-exhaustruct to enforce all fields initialized. If you care, the linter is there, so this is more of a skill issue.
22.
▲
by
crowdyriver
2y ago
There's lots of comments here about how stupid is to parse html using llms. Have you ever had to scrape multiple sites with variadic html?
23.
▲
by
crowdyriver
3y ago
I am surprised no one is doing an llm code linter.
24.
▲
by
crowdyriver
3y ago
If we are living in a simulation, where does the simulation live in?
25.
▲
by
crowdyriver
3y ago
every feature that makes a language more complicated will eventually hit you. It might make the typescript compiler slower, harder to refactor, your lsp might also get slower, etc...
26.
▲
by
crowdyriver
3y ago
Have you experienced slow scrolling issues? https://github.com/ionic-team/capacitor/issues/4187
27.
▲
by
crowdyriver
4y ago
I just don't understand why library developers must make extremely complex APIs then. Does it really need to be so dynamic? MaterialUI v4 types where so huge it slowed down all my type checking, rendering typescript productivity useles
28.
▲
by
crowdyriver
4y ago
Para mi que tenían hambre y se les escapó de las manos la pesca
29.
▲
by
crowdyriver
4y ago
I'm 25 so take that in consideration, but even at my age if I don't sleep well and I don't eat well, I won't have as much will to learn new things. I believe exercising, eating well, good sleep, keeping stress low will m
30.
▲
by
crowdyriver
4y ago
Currently at my company I'm the only one dev. Advantages and disadvantages, but having all code at one head really simplifies communication overhead. I hope I keep complexity sufficiently down so we won't need more than 2 or 3 mor
More ›