phponpcp
|
4 years ago
|
on: Non-Fungible Olive Gardens
They do. There are many, many millionaires created by NFTs and collectors who are buying millions of dollars of NFTs.
phponpcp
|
4 years ago
|
on: Non-Fungible Olive Gardens
That's a great way to get sued. Already happened when SolBlocks took art from Artblocks and profited on it.
phponpcp
|
4 years ago
|
on: Google Pixel 6 and Pixel 6 Pro
Does it bother anyone else that Google is basically saying "How can we use race/gender as a driver for selling phones."
phponpcp
|
4 years ago
|
on: Lets talk about how NFTs are a giant scam
What's silly is not embracing new ways of making your art a revenue stream so that you can live off of it.
phponpcp
|
4 years ago
|
on: Web3 – A Vision for a Decentralized Web
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.
phponpcp
|
4 years ago
|
on: Salesforce completes acquisition of Slack
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.
phponpcp
|
5 years ago
|
on: Voat Is Shutting Down
I dont know about that... Twitter has a huge problem of leftwing extremism.
phponpcp
|
5 years ago
|
on: 1MB Club
You do for full width retina images on 1440p+ monitors.
phponpcp
|
5 years ago
|
on: Do Not Follow JavaScript Trends
"I don't remember React being the very clear choice until probably 2017."
Maybe you werent paying attention then.
phponpcp
|
5 years ago
|
on: Rebuilding our tech stack for the new facebook.com
Is the new FB even live yet?
phponpcp
|
5 years ago
|
on: Inkscape 1.0 Release Candidate
Performance on complex vector graphics is abysmal with Inkscape :(
phponpcp
|
6 years ago
|
on: Tailwind UI
This is so much easier to parse too. If you need more rigidity, add BEM on top then you're good to go.
phponpcp
|
6 years ago
|
on: Tailwind UI
"but I'm not willing to install and use npm and several hundred dependencies"
Good luck being a employable lol
phponpcp
|
6 years ago
|
on: Ask HN: How do you process payments?
Having a disjointed UI is a huge risk of dropping conversions. So yeah, it does matter.
phponpcp
|
6 years ago
|
on: Two Browsers Walked into a Scrollbar
Obtrusive scroll bars by default screw up certain CSS rules like 100vw. So that's why it matters.
phponpcp
|
6 years ago
|
on: Two Browsers Walked into a Scrollbar
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 result will be a page which now has horizontal scrolling, leading to terrible UX.
phponpcp
|
6 years ago
|
on: Why Is Joe Rogan So Popular?
Spoken like someone in a truly insular bubble. Go spend any amount of time in a city with an arts college.
phponpcp
|
6 years ago
|
on: When a rewrite isn’t: rebuilding Slack on the desktop
The new RPi has like 4gb of RAM tho
phponpcp
|
6 years ago
|
on: Samsung TVs should be regularly virus-checked, the company says
Gee that sounds awesome when I'm trying to watch the local news at 9AM in the morning.
phponpcp
|
6 years ago
|
on: Angular v8.0
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 magnitude faster. Since you're only loading the smallest possible payload (JSON) that contains only the things that have changed, it is optimized in a way that is never going to be achievable with server-side rendering.
At least that's why I opted to push for a SPA.