Live data from Hacker News

Viewing profile — migueloller

migueloller

HN member
Joined
Mon, Oct 05, 2015, 3:56 AM UTC
HN karma
682
Public activity
127 items

About migueloller

I work at [Makeswift](https://www.makeswift.com).

Email: maoa22@gmail.com Twitter: @ollermi

Recent public activity

  1. 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.

  2. story
  3. 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%.

  4. story
  5. comment
    Comment #41836985

    The square-cube law strikes again! https://en.m.wikipedia.org/wiki/Square%E2%80%93cube_law

  6. story
  7. comment
    Comment #37652459

    I believe their target price is $20k. No idea if it costs that right now, I doubt it.

  8. story
  9. comment
    Comment #36370905

    https://status.stripe.com/

  10. story
  11. 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…

  12. 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…

  13. story
  14. story
  15. comment
    Comment #32026945

    I started reading Crafting Interpreters [1]. It's great so far! [1] https://craftinginterpreters.com/

  16. comment
    Comment #31486641

    Since segments are determined by folders, you should be able to do `/layout/page.js` for a `/layout` route.

  17. story
  18. story
  19. story
  20. story
  21. story
  22. 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...

  23. 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 …

  24. 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…

  25. 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 …