• Home
  • Feed
  • Blog
  • Quick Reviews
  • Cool Links
  • Photography
  • RSS

Cool Links

Here’s a collection of interesting links I’ve found around the web. The feed updates frequently, and I compile everything into a blog post on the last day of each month.

Cool Links

Filter by tag:

#dev #fun #tech #deep-read #ai #design #app #mental-health #games #misc

142 links

It is as if you were on your phone

Cool Link
2025-03-31
#fun

pretend to be on your phone so that you pass as human, but actually do essentially nothing instead

Do you feel pressured to be on your phone all the time, so you can pass as a human? This neat web app allows you to do just that, but while doing absolutely nothing instead.

(honestly, it’s a better use of your phone than scrolling through social media…)

Open

The iPad's Sweet Solution , by Federico Viticci

Cool Link
2025-03-31
#tech

Really nice article that pretty much sums up the iPad situation: it is interesting hardware but that has pretty much no software that showcases what it does best.

The best iPad apps are… web apps. And the iPad’s only available browser being Safari doesn’t make things better.

Open

The select element can now be customized with CSS

Cool Link
2025-03-31
#dev

Customizing <select> elements is something every web developer has had to do, probably. And the thing about that is that… you really can’t customize it. Or couldn’t, until now.

Having to implement a custom look on this field was always, to me, the perfect definition of “reinventing the wheel”. You gotta pick up this element that works reliably, is accessible, natively supported by all browsers, and users have been using for 30+ years, and then… build it from scratch, with JavaScript (which already kills the accessibility for some people).

Now, as of Chromium 135, you can finally customize them as you always expected you could! This will probably take a while to get to Safari and Firefox, but here’s the cool thing: if those browsers don’t support this new thing, the <select> will just look like a normal field and work just as well. A perfect example of progressive enhancement!

Open

patch-package on npm

Cool Link
2025-03-31
#dev

Sooo many times I’ve had to debug something in a npm package dependency of a project I’m working on, only to realize I need to change some of the code to make it work.

That’s usually a pain though, since you either have to open a pull request with a fix and wait for it to be merged, or setup your own fork of the package and host it somewhere.

This package aims to avoid that. It applies patches to other packages in your project, so you don’t have to go through the process of setting up a fork.

Open

Container Queries Unleashed , by Josh Comeau

Cool Link
2025-02-28
#dev

I’ve written about Container Queries before, but this article by Josh Comeau is great at giving even more examples of its utility. It’s always nice to see what use cases other developers find for it.

Open

Faux Containers in CSS Grids , by Tyler Sticka

Cool Link
2025-02-28
#dev

A fun exercise about making elements “pop out” of their containers with CSS without altering markup. Might not be useful if you can change the markup (as there are easier ways to do that), but learning this kind of approach is always good for expanding your repertoire.

Open

Getting stuck all the ways position sticky can fail , by Polypane

Cool Link
2025-02-28
#dev

position: sticky is incredibly useful but I’ve had issues implementing it more than once. This article goes over some of the most common issues we can face with it and how we can fix them.

Open

How To Lose Brain Fat With This Programming Language!

Cool Link
2025-02-28
#fun

I love those joke programming languages. They’re perfect examples that sometimes the only reason you need to build something is that you can.

Open

How to pick a font (or is it a typeface) , by Saron from Not A Designer

Cool Link
2025-02-28
#dev

Cool article explaining a little bit about fonts and choosing them for your website/app. I’m still overwhelmed by the options, but I found the info in there to be interesting.

Open

I've missed Sam for a long time (or Pick Your Battles) , by Keenan

Cool Link
2025-02-28
#deep-read

What a powerful read. Not really tech-related, but as someone who’s seen loved ones go down the same route as Sam did, it’s a very relatable, sad, albeit weirdly comforting, read.

Open

In the Kingdom of the Bored, the One-Armed Bandit Is King , by Nicholas Carr

Cool Link
2025-02-28
#deep-read

Abundance breeds boredom. When there’s no end of choices, each choice feels disappointing.

It was once assumed that digitization would liberate cultural artifacts from their physical containers. We’d be able to enjoy the wine without the bottles. What’s actually happened is different. We’ve come, as Goldsmith says, “to prefer the bottles to the wine.”

Worth a read if you use any kind of computer technology, really. It’s so weird how our ancient brain has adapted to the digital world - or maybe hasn’t adapted at all?

Open

Learning HTML is the best investment I ever did , by Chris Heilmann

Cool Link
2025-02-28
#dev

HTML and CSS are my favorite parts of web development, and this article gives some great examples of why. Learning HTML is one of the best things you can do for your (web development) career, as it’s the most foundational block of a website and by itself can do most of the functionality you need. From HTML, you can progressively enhance the rest.

Open

My Life in Weeks , by Gina Trapani

Cool Link
2025-02-28
#fun

This is such a cool idea that I definitely want to copy in the future. I’m a bit wary of making so much private information public (especially dates), so I might not ever make this public anywhere. But still, a nice personal exercise and a perfect memento mori.

Open

Naming Things In CSS Grid Layout , by Rachel Andrew

Cool Link
2025-02-28
#dev

That article about the faux containers lead me to this one. I knew about naming CSS grid areas, but I had no idea about the [area-start/end] pattern! You can set those explicitly or have them be automatically added by CSS. This is pretty cool!

Open

View transitions Handling aspect ratio changes , by Jake Archibald

Cool Link
2025-02-28
#dev

Jake gives a really thorough explanation on view transitions, showing some of its shortcomings when animating some specific elements and how to fix them. View transitions are so nice 🤩

Open

Who's Afraid of a Hard Page Load , by Unplanned Obsolescence

Cool Link
2025-02-28
#dev

The smoothness of a web application is an anti-indicator of its reliability and predictability as a web page.

your team almost certainly doesn’t have what it takes to out-engineer the browser. The browser will continuously improve the experience of plain HTML, at no cost to you, using a rendering engine that is orders of magnitude more efficient than JavaScript.

I remember when I first learned about SPAs and how amazing it seemed like to be able to have smooth transitions between pages. Then, as I started building and using them, it became apparent that those benefits also brought a lot of issues that took a lot of dev work to fix.

Luckily, with View Transitions, lazy loading, and predictive pre-rendering (start loading a page before you click on its link) that a lot of frameworks have now, we can have most of the SPA benefits without having to reinvent the wheel.

Open

XScreenSaver's Privacy Policy , by Jamie Zawinski

Cool Link
2025-02-28
#fun

Apparently when your indie app does not collect any amount of data, the data reapers get confused.

Open

noclip.website

Cool Link
2025-02-28
#fun

This is so cool! This website allows you to explore the 3D models of maps from a variety of old-ish games from the Wii, GameCube, DS and PS2 eras. If you’ve played any of them, it might be worth having a look. My favorite ones to explore like this were the maps from Pokémon HeartGold/SoulSilver and Platinum.

I recommend opening the site on a computer though. The touch controls aren’t great.

Open

Balancing Text In CSS , by Ahmad Shadeed

Cool Link
2025-01-31
#dev

Incredible article that not only explains the new-ish text-wrap: balance and text-wrap: pretty CSS properties in-depth, it also goes into the caveats those properties have. It’s well-written, well illustrated, and interactive. What else could you want?

Open

Henry Desroches' Website , by Henry Desroches

Cool Link
2025-01-31
#fun

Henry’s personal website is absolutely stunning! It has an unique design that is, above all, fun to explore. I miss exploring websites, instead of being guided through them.

Open
  • 1
  • ...
  • 4
  • 5
  • 6
  • 7
  • 8
© 2026 Matheus Fantinel
Mastodon
GitHub
LinkedIn
Email
RSS
Made in Brazil
Now in Italy
Made by a human
Powered by autism
Trans Rights are Human Rights