Viewing profile — migueloller
migueloller
HN member- Joined
- Mon, Oct 05, 2015, 3:56 AM UTC
- HN karma
- 682
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About migueloller
Email: maoa22@gmail.com Twitter: @ollermi
Recent public activity
-
comment
Comment #48859046
I find it amusing the level of engineering that seems to have gone into this hand contrasted with the absolute AI slop in this blog post.
- story
-
comment
Comment #48530045
Let’s not be silly. If there are 10 people each with 10% and the company grows by 93%, then everybody’s shares, including the founder’s, grows by 93%.
- story
-
comment
Comment #41836985
The square-cube law strikes again! https://en.m.wikipedia.org/wiki/Square%E2%80%93cube_law
- story
-
comment
Comment #37652459
I believe their target price is $20k. No idea if it costs that right now, I doubt it.
- story
-
comment
Comment #36370905
https://status.stripe.com/
- story
-
comment
Comment #33584461
Matt Levine’s writing on this is right along this line. It delineates between liquidity and solvency problems. Worth a read. https://www.bloomberg.com/opinion/articles/2022-11-10/f…
-
comment
Comment #32558961
What are your thoughts on the Fluent Forever method, specifically the part that going through the effort of creating your own study materials is an integral part of recall and inte…
- story
- story
-
comment
Comment #32026945
I started reading Crafting Interpreters [1]. It's great so far! [1] https://craftinginterpreters.com/
-
comment
Comment #31486641
Since segments are determined by folders, you should be able to do `/layout/page.js` for a `/layout` route.
- story
- story
- story
- story
- story
-
comment
Comment #26839411
I agree 100%. It can’t just be a UI on too of CSS. At that point just write the HTML and CSS...
-
comment
Comment #26651692
I believe you can still do this in Next.js with some extra work to exclude the JS bundle. For example, you can use a custom `_document` page and exclude the `NextScript` component …
-
comment
Comment #26651201
I know the HN comments section is notorious for criticizing solutions they don't like because they seem too complex or unnecessary for them [1] but I'm honestly surprised that's ha…
-
comment
Comment #26651117
It was a static site. That's what Vercel and Next.js does by default. If you don't use `getServerSideProps`, Next.js will generate static pages at build time and Vercel will serve …