Viewing profile — mzronek
mzronek
HN member- Joined
- Thu, Oct 26, 2023, 1:46 AM UTC
- HN karma
- 59
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About mzronek
No profile information was provided.
Recent public activity
-
comment
Comment #48870494
Americans will measure with anything but the metric system.
-
comment
Comment #46652635
Luckily DX is much better now with Turbopack as a bundler. First they improved the dev server, now with Turbo builds the production builds are faster as well. Still not fully stabl…
-
comment
Comment #46022765
I am still waiting for the Smell Blaster.
-
comment
Comment #43615622
That's part of the vibe in vibe coding.
-
comment
Comment #43323552
He also casually dropped that he talked to people at firms with "high amount of coding", who told him that by the end of this or next year "most code will not be written by humans"…
-
comment
Comment #42572757
How do you get the server-side data to client-side Javascript? For example an array of strings or an object.
-
comment
Comment #42568964
With Full-Stack React you will use JSX to directly render HTML. Logic is done with Javascript, so you don't need to learn an additional language. There is also no mapping to Javasc…
-
comment
Comment #42568472
Using server-side templating is another layer of complexity on top of your stack, that just glues together your output. These template languages are not easy to learn. Custom code …
-
comment
Comment #42568210
You can opt out by using a single (optional) catchall route and handle the path all by yourself. This is sometimes necessary to handle CMS pages for example. Docs: https://nextjs.o…
-
comment
Comment #41841308
They seem to recently position themselves as a Wordpress alternative. There is a blog post about migration from Wordpress to Payload including code: https://payloadcms.com/blog/how…
-
comment
Comment #41841176
A common misconception. React is a library. These are examples for React frameworks: https://react.dev/learn/start-a-new-react-project#production... Next.js is a React framework. I…
-
comment
Comment #40885007
I reviewed hardware back in the day and was tired of all the repetitive tasks necessary to measure the performance of CPUs, GPUs and storage devices. So I wrote a benchmark automat…
-
comment
Comment #39389438
Things is a great example for PWAs, because it does not exist on Android, Linux or Windows. It could be though, if it would be a PWA. It is not and it seems like the developer focu…
-
comment
Comment #38020838
The author argues multiple times that Next uses the React canary release channel and that's unstable. I think the name for this release channel might be misleading: "We’re introduc…