Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tekkk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Beat – open-source screenwriting app for Mac/iOS
(beat-app.fi)
2 points
by
tekkk
4mo ago
|
0 comments
2.
▲
by
tekkk
6mo ago
That doesn't make sense. You use AWS services because they are in the cloud, not because you want to do self-hosting. Similar to Cloudflare wrangler, localstack should be just a well-built local mocking service.
3.
▲
by
tekkk
7mo ago
LLM-generated article at least partially.
4.
▲
by
tekkk
7mo ago
But what is stoolap's binary size? Specifically, WASM size? wa-sqlite is 1.2 MBs.
5.
▲
by
tekkk
7mo ago
It's good to follow an example but what works in a TV show can make for a bad game mechanic. Games like geo-guesser are nice because they focus on the fun part, figuring out locations. And leave the rest out. Learning real routes and p
6.
▲
by
tekkk
7mo ago
Just remove the work part man. It's incredibly frustrating when you run out of money. Add some credit card loan or something and your final score is the amount of money you have left. Also, add teleport button—I clicked the big red but
7.
▲
by
tekkk
8mo ago
Well I want to give shadcn some credit, building a comprehensive open-source UI toolkit, on your own basically, isn't as easy as one would think. Yeah you can use native elements except for some tiny edge case with say Safari and then
8.
▲
by
tekkk
8mo ago
Well. Coming from TS, Gleam just wasn't/isn't my jam. It's a nice programming language research project, but it just goes against the grain for me a little too much. All the made-up rules early returning always being wei
9.
▲
by
tekkk
8mo ago
While he has a point and Italians are kinda embarrassing in their politics, can't help the feeling that he comes off as a bit of cry-baby. Trying to win points with the JD/Musk mafia that hard seems weird and icky. Seems like sign
10.
▲
by
tekkk
8mo ago
Those science studies are a load of bull if they say added sugar up to 50 GRAMS has no effect on your health. Your gut develops a craving for it like no other and your insulin spikes much harder when you intake that much on daily basis. Whe
11.
▲
by
tekkk
8mo ago
Does this mean better school lunches? With real salad and meat, not just hamburgers and ketchup. I'd hope so.
12.
▲
by
tekkk
9mo ago
Now that was an awesome blog post, thank you for linking!
13.
▲
by
tekkk
9mo ago
Strange the article proposes itself for "Enterprise" yet has no mention of Google's Zanzibar and how it compares to the other approaches. AFAIK it doesn't use pre-computed values but just queries really fast (using Spann
14.
▲
by
tekkk
9mo ago
The blog post is actually much more rational than some of the comments here. There's a fine balance what I call fetishization of tools and just knowing your craft well. Sometimes, we want to use an abstraction even though simpler appro
15.
▲
by
tekkk
9mo ago
Are they owned by the Irish?
16.
▲
by
tekkk
10mo ago
Never thought of that. Probably a bit too generous given that it could be just as well waste of time and resources, nevermind the bias of the voodoo doctor. Most of it was just weirdly provided therapy I suppose to relieve stress. But it is
17.
▲
by
tekkk
11mo ago
I'd say React has become broken. The fact you have to by default wrap everything in a hook and cycle the boilerplate from one component to another is insane. useMemo, useCallback-use this and that. What are we even doing here in the fi
18.
▲
by
tekkk
11mo ago
I can see your point and sometimes I myself include PoC code as commented out block that I clean up in a next PR incase it proves to be useful. But the fact is your complete PR commit history gives most people a headache unless it's mu
19.
▲
by
tekkk
1y ago
The fundamental problem in my mind is the mixing of binary and text content. An optimal solution would separate them, allowing systems like Git do the versioning. But separating the tightly coupled parts into own files would also be annoyin
20.
▲
by
tekkk
1y ago
I don't want to get into politics but dont you think it's funny when you can purchase assault rifles, made for killing people, yet we are so afraid of having the poor individuals in control of their own phones. Or farming equipmen
21.
▲
by
tekkk
1y ago
What a stupid argument. Maybe grandpas and grandmas should get a different phone then, like a Doro, and stop bringing the rest of us down. And it doesn't even hold water as my mother has been scammed by legitimate App Store apps that h
22.
▲
by
tekkk
1y ago
Jeezs. Thanks for the breakdown. I suppose the layering of different, complicated patterns make it too thick to parse. And some of the CRDT APIs leak quite a bit of complexity once you want to do something a little more complicated eg wrap
23.
▲
by
tekkk
1y ago
Wow. Didnt know there were these CRDT examples for mere mortals. I supppose once you put Rust in the mix the heads start to explode, mine included. Cool!
24.
▲
by
tekkk
1y ago
Really impressive, great job! I was interested to see how you had solved Result type and that seems quite developer-friendly—no wrappers just value & error union. I should try it out to see how it's to write if I can run it on ARM6
25.
▲
by
tekkk
1y ago
Figma's stock quadripled in price from 33 to whatever it is now. Not saying it's good or bad, just that those gains must have been nice with effort akin to staring spreadsheets a while and babbling in meetings.
26.
▲
by
tekkk
1y ago
Hah. Sure buddy, Mr. Sr Dev. Sorry if I offended you and your vast experience. Without types there definitely aren't type bugs, I grant you that, and JVM languages are quite different to TS. I don't know if your argument on type e
27.
▲
by
tekkk
1y ago
Here's my take as TS dev. You just never learned to use types in the first place where there is very little ambiguity on any types anywhere because there is close to no any's used. Sounds like you guys get high and mighty on your
28.
▲
by
tekkk
1y ago
I got a wave of shudder reading the acronym "HAM stack". Yugh. MEAN, MERN, RERN–once hyped up hot air which now sounds so dated and hackneyed. It's cool to be excited about tech but if your main selling point is building &quo
29.
▲
by
tekkk
1y ago
So can I use bun now in pnpm monorepo without problems? I like bun and want to try it out more but also, I don't want to do the hassle of migrating only to find out some functionalities are missing eg. ability to run specific scripts o
30.
▲
by
tekkk
1y ago
While I'm at it, here's my version, if people want to see and give feedback: export interface AsyncQueueOptions { timeoutSeconds?: number } export class AsyncQueue<T> { private readonly queue: Promise<T |
More ›