Earlier quoted context omitted.
i am fascinated with that effect and turned off every CSS rule on the page I could find but did not identify how you make that effect
I love it too. Appears to be accomplished with this CSS, which you can tinker with by finding the :after element at the bottom of the tag in browser devtools: body::after { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0.4) 1px, transparent 1px); background-size: 2px 2px; background-repeat: repeat; pointer-events: none; z-index: 9999; }
Tinkering is a way to acquire good taste
51–60 of 396 posts
Re: Tinkering is a way to acquire good taste
#52I used to tinker with fonts, colors, etc but as I’ve gotten older I just accept the defaults in most things. You can waste any number of hours on that stuff and in the end it makes very little difference.
So I get to be very particular, but also not have to care about tweaking, I did all the work back when I had time for that.
I will argue that if you stare at a screen for hours a day, might as well make it pleasant with good hinting/anti-aliasing/features and a professional font instead of Dejavu Sans lol
Re: Tinkering is a way to acquire good taste
#53I used to tinker with fonts, colors, etc but as I’ve gotten older I just accept the defaults in most things. You can waste any number of hours on that stuff and in the end it makes very little difference.
I wish I could tinker with the font on this website. It flickers as it scrolls and does my head in!
s=document.createElement('style');
s.textContent='body::after{display: none !important}';
document.body.appendChild(s)Re: Tinkering is a way to acquire good taste
#54A lot of other people who like tinkering seem to have a kind of obsession with using all the latest gadgets to solve the tiniest problems. IMO, there's a point when you're so into automation that you end up looking for problems to use your tools on. You end up introducing new problems into your life, just so you can solve them using your tool of choice. Your life becomes like a Rube Goldberg machine.
Re: Tinkering is a way to acquire good taste
#55I used to tinker with fonts, colors, etc but as I’ve gotten older I just accept the defaults in most things. You can waste any number of hours on that stuff and in the end it makes very little difference.
I wish I could tinker with the font on this website. It flickers as it scrolls and does my head in!
Re: Tinkering is a way to acquire good taste
#56I’d like to tinker with that font, it burns my eyes to try and read the words styled like that, maybe that’s the intent?
I suspect it's a generational gap.
Re: Tinkering is a way to acquire good taste
#57If you're going to make changes, make big changes. Learn to squat 100kg. Finish a triathlon. Learn intermediate Chinese. These are all impactful goals you can hit in a year, worth way more than colors and fonts.
Nobody who is raising children is able to do those things in a year.
Re: Tinkering is a way to acquire good taste
#58Re: Tinkering is a way to acquire good taste
#59Re: Tinkering is a way to acquire good taste
#60I’d like to tinker with that font, it burns my eyes to try and read the words styled like that, maybe that’s the intent?
It sent me back in time, very nostalgic. I even took a few minutes to sit and enjoy the moment and remember what it was like to explore the internet on a pixelated CRT in the 90s. I suspect it's a generational gap.