Viewing profile — phponpcp
phponpcp
HN member- Joined
- Tue, Aug 14, 2018, 7:57 PM UTC
- HN karma
- 2
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About phponpcp
No profile information was provided.
Recent public activity
-
comment
Comment #29645400
They do. There are many, many millionaires created by NFTs and collectors who are buying millions of dollars of NFTs.
-
comment
Comment #29645389
That's a great way to get sued. Already happened when SolBlocks took art from Artblocks and profited on it.
-
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."
-
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.
-
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.
-
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.
-
comment
Comment #25502546
I dont know about that... Twitter has a huge problem of leftwing extremism.
-
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.
-
comment
Comment #25154682
You do for full width retina images on 1440p+ monitors.
-
comment
Comment #23541869
"I don't remember React being the very clear choice until probably 2017." Maybe you werent paying attention then.
-
comment
Comment #23121329
Is the new FB even live yet?
-
comment
Comment #22857409
Performance on complex vector graphics is abysmal with Inkscape :(
-
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.
-
comment
Comment #22424284
"but I'm not willing to install and use npm and several hundred dependencies" Good luck being a employable lol
-
comment
Comment #22182551
Having a disjointed UI is a huge risk of dropping conversions. So yeah, it does matter.
- story
-
comment
Comment #20955911
Obtrusive scroll bars by default screw up certain CSS rules like 100vw. So that's why it matters.
-
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…
-
comment
Comment #20758024
triggered
-
comment
Comment #20756956
Spoken like someone in a truly insular bubble. Go spend any amount of time in a city with an arts college.
-
comment
Comment #20507857
The new RPi has like 4gb of RAM tho
-
comment
Comment #20203816
Gee that sounds awesome when I'm trying to watch the local news at 9AM in the morning.
- story
-
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…
-
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.