Yeah that’s the joke :p
HN user
crab_galaxy
You really have to do it for the love of the game. It can be surprisingly vulnerable to be the social fabric, and it’s super easy to fall into various toxic inner dialogs when you’re busy and others don’t pick up the slack, or if others don’t reciprocate the effort, or worst of all when others don’t include you for whatever reason.
If you are using shadCN as building blocks for a centralized component library I think it makes more sense, but personally I don’t think the component registry pattern scales well across multiple teams/UIs. ShadCN and tailwind really encourage design drift.
I think shadCN has its place for sure but I’d always advocate for Mantine and css modules anywhere early enough to use premade UI solutions.
Mostly agree. I do find that FE unit tests are a decent litmus test for complexity though. IMO the more difficult it is to test your react component, the more you probably need to think about breaking your component down.
Personally I think you’re both correct but I also think you’re talking about most people‘s definition of an acquaintance.
What about the other 998 million tokens?
I think it’s pretty common for states to require a masters degree to maintain your teachers certification.
You also have to pass a standardized test specifically on subject matter in order to get your teaching certificate.
The undergrad degree I did was split into thirds, one for subject matter, one for teaching pedagogy, and one for teaching your subject matter.
running few years old JS deps
What do you when a critical vulnerability gets discovered and you have to update a package? How many critical/high severity vulnerabilities are you running with in production every day to avoid supply chain attacks?
It's so funny to me when the dollars stop being abstract for a moment, and I see that the US has regions that beg for quite literally .2% of this amount to fund things like public transit, lead remediation in elementary schools, or homelessness programs.
Americans will never see a dime of benefit from this war.
`vendor/` folders give me the worst developer PTSD :p
6 conflicting versions of jquery, and you know every single one of them was monkey patched, cemented into the codebase forever.
Fine in what way? What people?
I have not seen or heard of a single person who is excited about AI generated blog posts, or TikToks, or commercials, or images. In fact it’s the opposite, the internet coined the term AI slop, and my non-internet addicted friends hate the fact that chatGPT is killing the environment.
The only people I’ve ever seen champion AI are the few who are excited by the bleeding edge, and the many many peddlers
They do, don’t they? Apple devices have had a robust whitelisting/blacklisting feature for at least a couple of years. I use it to block websites and apps to lessen my phone addiction. I’m sure Android offers similar features
Yeah you’re right. However, resource gaps can be filled by things like volunteer librarians, teacher wishlists/donations, field trips, strong PTAs, etc..
This is common in my city. It’s a big underfunded school district with a handful of coveted, well supported schools. I’m assuming it happens elsewhere in America with the success of platforms like donors choose.
Maybe they can bring their resources with them too, and the poor schools can have things like lead paint remediation, honors classes, and extra curricular activities.
I like this idea!
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 software. Digital cameras don't have this. You need to take RAW and work pretty hard on it to make the photo look as good as what a smartphone delivers right away.
You’re completely neglecting to highlight Fuji’s film simulations. I use Fuji’s specifically because they produce excellent jpgs out of camera. Not really sure where your take is coming from, an xt3 on auto will blow any smartphone picture FAR out of the water.
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 special exhibit space rotates every couple of months and I imagine they’re put on by outside vendors who move the exhibit from venue to venue. The special exhibits for better or for worse more akin to Disney World or the pop culture museum in Seattle. I’ve been to a bunch of them and they’re usually quite good, but they don’t represent that tactile learning experience at all.
Many of us Philadelphians really lament that the place isn’t as well maintained as it should be. It was the field trip destination for so many kids and I’m sorry OP wasn’t able to recreate that same level of magic for their kids.
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 incorporating the query parameters as query keys with tan stack query too.
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!
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
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 younger days and the terms were such that if you don’t pay it off by the end of the term, you owed ~24% of the total bill in interest.
This is a very popular take, but it has absolutely nothing to do with the article.
OpenAPI TypeScript is the closest thing I’ve found to perfection when your API is written in a different language than your client.
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 the states economic engine.
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
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 regret it at all and mostly forget I even have the thing. I think I’m lucky to have a mindset to appreciate that permanence, a lot of people end up regretting ‘meaningful’ tattoos once they lose their meaning.
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 anywhere and has a much smaller bundle size than Express.
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 code through its paradigms. For better or for worse.
The deploy infrastructure is quite nice. Nextjs is surprisingly low config, even if you forego the Vercel deployment route it’s not difficult to generate a static site or docker container
Class components and HOCs aren’t deprecated though.
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/design loves tweaking requirements in a very complex way.
The benefit of component libraries is the extensibility, IMO. I’m not sure why I would use this over an existing library without a demo
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://www.w3.org/WAI/ARIA/apg/patterns/grid/examples/data-...