Live data from Hacker News

Viewing profile — phponpcp

phponpcp

HN member
Joined
Tue, Aug 14, 2018, 7:57 PM UTC
HN karma
2
Public activity
38 items

About phponpcp

No profile information was provided.

Recent public activity

  1. comment
    Comment #29645400

    They do. There are many, many millionaires created by NFTs and collectors who are buying millions of dollars of NFTs.

  2. comment
    Comment #29645389

    That's a great way to get sued. Already happened when SolBlocks took art from Artblocks and profited on it.

  3. comment
    Comment #28922816

    Does it bother anyone else that Google is basically saying "How can we use race/gender as a driver for selling phones."

  4. comment
    Comment #28856404

    What's silly is not embracing new ways of making your art a revenue stream so that you can live off of it.

  5. comment
    Comment #28723437

    Check out IPFS, this is already happening in the NFT world. Have you noticed how all NFTs are high quality and not compressed to shit? That's because of the IPFS.

  6. comment
    Comment #27907622

    I saw it too, and IMO the ecosystem is better than ever now. It took a few years of stagnation for SF to really dig their hooks in, but everything is nice and integrated now.

  7. comment
    Comment #25502546

    I dont know about that... Twitter has a huge problem of leftwing extremism.

  8. comment
    Comment #25170182

    "unhumane" lol just quit and take up a job as one of the thousands of professions who dont work in an office. Your entitlement is ridiculous.

  9. comment
    Comment #25154682

    You do for full width retina images on 1440p+ monitors.

  10. comment
    Comment #23541869

    "I don't remember React being the very clear choice until probably 2017." Maybe you werent paying attention then.

  11. comment
    Comment #23121329

    Is the new FB even live yet?

  12. comment
    Comment #22857409

    Performance on complex vector graphics is abysmal with Inkscape :(

  13. comment
    Comment #22424372

    This is so much easier to parse too. If you need more rigidity, add BEM on top then you're good to go.

  14. comment
    Comment #22424284

    "but I'm not willing to install and use npm and several hundred dependencies" Good luck being a employable lol

  15. comment
    Comment #22182551

    Having a disjointed UI is a huge risk of dropping conversions. So yeah, it does matter.

  16. story
  17. comment
    Comment #20955911

    Obtrusive scroll bars by default screw up certain CSS rules like 100vw. So that's why it matters.

  18. comment
    Comment #20955895

    The point that they didn't raise is that scrollbars effect the size and position of things in the browser. Try setting 100vw on an element when you have obtrusive scrollbars, the r…

  19. comment
    Comment #20758024

    triggered

  20. comment
    Comment #20756956

    Spoken like someone in a truly insular bubble. Go spend any amount of time in a city with an arts college.

  21. comment
    Comment #20507857

    The new RPi has like 4gb of RAM tho

  22. comment
    Comment #20203816

    Gee that sounds awesome when I'm trying to watch the local news at 9AM in the morning.

  23. story
  24. comment
    Comment #20040839

    It's all about the use case. If you're on an ecommerce website and click between category and PDP pages 5-10 times browsing, a SPA is going to make that transaction an order of mag…

  25. comment
    Comment #19667249

    That doesn't scale after awhile. Generally the next step is putting your business logic in HOCs or Redux thunks or sagas. Now it can be dropped in hooks too.