Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crab_galaxy
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
crab_galaxy
1y ago
> The question is whether you actually need such a camera for anything. With a new smartphone that has multiple lenses, out-of-the-box photos will turn out MUCH NICER than from a camera, because initial processing is built into the softw
32.
▲
by
crab_galaxy
1y ago
I totally agree with the authors point. The Franklin Institute at its core is a place that teaches science through tactile experience and the special exhibits don’t reflect that. Some context as a local though, the Franklin Institute’s spec
33.
▲
by
crab_galaxy
1y ago
> never gets implemented because there’s never time In my experience that time is saved and more when you find you no longer need to manage Zustand/redux stores to track application state. This pattern works beautifully when incorpo
34.
▲
by
crab_galaxy
1y ago
I got the two fingers making an x sign a handful when I was in Japan. It’s really not a big deal and it never felt malicious. You just move on, though it does kind of suck when you’re hungry!
35.
▲
by
crab_galaxy
1y ago
I’m interested based on the title but I have no idea how to use it. I think a placeholder prompt or basic instruction would go a long way, otherwise it just looks like a chatGPT clone
36.
▲
by
crab_galaxy
1y ago
Yeah, I’m not sure if BNPL loans have changed in the last decade at all but the financiers make money on the people who don’t pay the balance by the end of the term. I’ve financed a couple expensive electronics when it made more sense in my
37.
▲
by
crab_galaxy
1y ago
This is a very popular take, but it has absolutely nothing to do with the article.
38.
▲
by
crab_galaxy
1y ago
OpenAPI TypeScript is the closest thing I’ve found to perfection when your API is written in a different language than your client. https://openapi-ts.dev/
39.
▲
by
crab_galaxy
1y ago
We do. PA politics are the absolute worst. Democrats are useless, and republicans perfected the art of voting for absolutely nothing positive, then call for privatization. As a cherry on top they loathe the cities, which are the core of t
40.
▲
by
crab_galaxy
1y ago
Same experience here. It was shocking how bad Airbnb’s customer service was. When 95% of the stays are good it doesn’t matter but that one bad stay soured me on the company entirely
41.
▲
by
crab_galaxy
1y ago
I got a ‘meaningful’ tattoo on my 18th birthday. I don’t fully relate to it with the same passion 20 years later. I still like it though for different reasons. It’s a snapshot of who I was and what I stood for when I got it. Tbh I don’t reg
42.
▲
by
crab_galaxy
1y ago
The benefits are very clear to me. If you build MERN apps, this is a template that replaces Express with Hono, Node with bun, and Webpack with Vite. All of which are significantly faster than their counterparts. Hono can be deployed anywher
43.
▲
by
crab_galaxy
2y ago
They’re different tools. If I were building a JS server for a backend, I’d use Express. Next gives you things like server side rendering and static site generation out of the box, and abstracts/blurs the line between server and client
44.
▲
by
crab_galaxy
2y ago
Class components and HOCs aren’t deprecated though.
45.
▲
by
crab_galaxy
2y ago
I like that the theme is added to the context up front! How does the tool handle modifying existing components once requirements eventually change? I find the pain of implementing UIs isn’t the initial implementation, it’s that product/
46.
▲
by
crab_galaxy
2y ago
The simplest would be to follow the aria role=“grid” spec, ideally with sortable columns. IMO it doesn’t need the kitchen sink AG Grid approach just a sane way to semantically build a data grid with proper accessibility. https://
47.
▲
by
crab_galaxy
2y ago
Yeah the problem is when you need to create a custom select without using a 3rd party library, and you want to make sure the interactions are accessible and up to parity with native selects. Then you have to add tons of event handlers, aria
48.
▲
by
crab_galaxy
2y ago
Yeah to be fair testing a fetch request is not the best example right off the bat. That's an outlier IMO. That said it's very very easy to write similar looking code using react testing library as long as you're good about se
49.
▲
by
crab_galaxy
2y ago
> You need to use a separate library for CSS with React I mean you can just use CSS. Personally I use css modules. Not very buggy or react specific. > a separate state management library Yeah I do use tanstack query to manage server s