orangegreen | 1 year ago | on: Styling Tables the Modern CSS Way
orangegreen's comments
orangegreen | 4 years ago | on: FDA Approves First Covid-19 Vaccine
orangegreen | 4 years ago | on: SWE interviews should be paid
orangegreen | 4 years ago | on: Don't attach tooltips to document.body
Fortunately tooltips are pretty easy to make these days. You don't need Javascript at all to make a nice tooltip. But again, it's a tooltip - it's been done so many times before that it'd be nice to have a native browser version.
orangegreen | 4 years ago | on: Show HN: I built an AI art installation at home generating new pieces on the fly
orangegreen | 4 years ago | on: Mailable Live Animals
orangegreen | 4 years ago | on: The age of the à la carte internet
There appears to be some kind of concern that this will put people in their own subscription bubbles. Please. Having a subscription to your city's newspaper or subscribing to a documentary streaming service is a far healthier way of ingesting content than getting put into algorithmic engagement bubbles via social media.
To be fair, most print newspapers were subsidized not necessarily by costing money or traditional advertising, but by classified advertising. Maybe news sites can figure out classifieds next.
orangegreen | 4 years ago | on: Assembler CSS, a modern utility-first framework
Moving CSS into HTML does not makes much sense either, as it's far stylistically cleaner to separate CSS and HTML into their respective files.
Plus, if you have two elements with the same or similar styling, re-writing all those utility classes over and over seems extremely cumbersome. Why not just write the class name and use it everywhere it needs to be used? .button or .button-primary is far simpler than writing out inline CSS over and over again.
orangegreen | 4 years ago | on: The World of CSS Transforms
I've been making an app with React Native and react-native-svg and even though react-native-svg supports transformations, I've had to do a lot of transforms with trigonometry (i.e. rotating a shape around a center point, then getting the new bounding box, which requires things such as Math.atan2).
It's made me really appreciate 1. how much easier front end web development is and 2. how far we've gotten. I cannot tell you how much I appreciate web methods like getBoundingClientRect() or element.closest(), and how easy it is to make animations with CSS and move things around with transforms.
orangegreen | 4 years ago | on: Apps Getting Worse
This is the TED Talk you're talking about.
orangegreen | 4 years ago | on: New Laptop: Thinkpad P14s
orangegreen | 4 years ago | on: Apple enabling client-side CSAM scanning on iPhone tomorrow
orangegreen | 4 years ago | on: 1 out of every 153 American workers is an Amazon employee
orangegreen | 4 years ago | on: Amazon has ruined search and Google is in on it
orangegreen | 4 years ago | on: To H-E-Double-Hockey-Sticks with Facebook
I removed the videos from showing up on the home page with some CSS, so now I solely rely on related videos for non-subscription content. Those seem to be delivered based on engagement so they're usually longer. Unfortunately, half the time they're hour long videos.
Come on YouTube, just give me a 5-10 minute video.
orangegreen | 4 years ago | on: Ask HN: Anyone here built successful SaaS/startup just for money?
Phil Knight started Blue Ribbon/Nike as reseller of Onitsuka Tiger shoes from Japan. He was clearly in it for the money. But he was also a track runner and believed in the product himself.
You also really don't need to change the world with a product. Just make something you want yourself, or something that adds value to people's lives. It doesn't need to be a billion dollar idea. Just something useful.
orangegreen | 4 years ago | on: Super Mario 64 game sells for record-breaking $1.5M at auction
orangegreen | 4 years ago | on: Runway – Create impossible video
orangegreen | 4 years ago | on: Two Portland delivery companies revolt against Amazon, shut down
orangegreen | 4 years ago | on: I Will Never Use a Microsoft Account to Log Into My Own PC
I like HTML tables but getting them to do what you want can really be tricky.
Check out my table: https://caldwell.org/projects/data/city-index