frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

If you don't tinker, you don't have taste

https://seated.ro/blog/tinkering-a-lost-art
71•jxmorris12•3h ago

Comments

constantcrying•2h ago
I despise the word "taste" for preferring specific software and workflows. Why are you selecting for aesthetic experience over usefulness?

I do get satisfaction from the results of my work, not through the mechanical process of arriving there. Tools are useful or not and this is the category by which I decide to use them or not.

supportengineer•2h ago
Not only that but a tool is only useful in a specific context
waynesonfire•1h ago
Good for you, some people enjoy the journey.
IncreasePosts•1h ago
Can the aesthetic experience improve usefulness? A million years ago I had an MP3 player with all of my mp3s on it. I listened to it every now and then. But when the iPod came out, and I put my same MP3 library on there, I listened to it all the time because it was super nice to use and interact with
30minAdayHN•1h ago
Is the author doing that over usefulness or doing that in addition to usefulness? Some people would also enjoy the journey with the tool, along with the results. Just because someone enjoys the 'taste' of the tool doesn't mean that they don't care about usefulness.

Also usefulness is very subjective too depending on the context and scope.

PantaloonFlames•1h ago
> And what I mean by taste here is simply the honed ability to distinguish mediocrity from excellence. This will be highly subjective, …

It is not about aesthetics , from my reading. You brought that connotation into the conversation.

paulcole•2h ago
> Have you ever spent hours tweaking the mouse sensitivity in your favorite FPS game?

Ah yes, the true shibboleth of taste-havers.

IncreasePosts•1h ago
Maybe tinkering is a necessary but insufficient condition for taste
paulcole•48m ago
Do you think it is?
andy99•1h ago
I’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?
jasonthorsness•1h ago
the entire page has horizontal lines washed over it
doubled112•9m ago
At the wrong refresh rate so did my monitor at one point.
jLaForest•1h ago
I imagine the intent is to simulate the look of an old CRT monitor
zzzeek•1h ago
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
qiqitori•1h ago

    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;
    ...
evnp•1h ago
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 <body> 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;
  }
zzzeek•47m ago
i figured that's what it was, but i didnt know how to find it in the browser tools but i missed the "after" part, so yeah it's in the "pseudo-elements". nice!
Imustaskforhelp•1h ago
Not gonna lie, but I liked the vibe, maybe that's what author meant by different tastes :p
Syntonicles•37m ago
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.

andy99•21m ago
I’m in my mid 40’s, what generation are you from?
CuriouslyC•1h ago
The irony of an article about taste displaying little of it.
scuff3d•1h ago
Funny part is he points out at the end that it's highly subjective...

I actually really liked the look of the blog. It gave me a retro vibe, which is obviously what he was going for. But I'm also reading on my phone. Maybe the choice was more annoying on a larger screen.

adamddev1•1h ago
I just came here to say I think the blog design had a really cool look, it brought me back to my early days plugging away on old Apple IIes and IBMs.
30minAdayHN•1h ago
The fact that the author went out his way and styled it very uniquely displays that he does have taste :) It is just that your taste is different. Like another commenter pointed out, I liked the style (though I hated the pixelated font to begin with)
killerstorm•1h ago
I don't think "taste" in UI-adjacent things is important.

Tinkering habit is kind of important as even small interactions help to build an internal model of how things work, how to operate them, etc. And this model might generalize.

ambicapter•1h ago
If anyone's wondering, author makes no attempt to demonstrate the veracity of the title, he just talks about being a tinkerer and why it's important to have taste nowadays, and lets the reader make the connection.

edit: I lied, the connection is that if you don't try many things, you won't know what's good and what's bad, and if you don't tinker, you won't try many things.

johnfn•1h ago
Ah yes, time for the daily article of the form "If you don't do <thing I frequently do>, you aren't <a good person>"
kayodelycaon•1h ago
What exactly does "taste" mean in this context? Taste is about artistic quality. Aesthetics is generally a tertiary concern when it comes to software or hardware tinkering. That assumes it's a concern at all.

And while I'm talking about artistic quality on HN, I have to take some obligatory potshots at the website in question. When I have to use Safari's reader mode to see what you wrote, something has gone terribly wrong.

PantaloonFlames•1h ago
I know everyone is busy but the author provides the definition explicitly:

> And what I mean by taste here is simply the honed ability to distinguish mediocrity from excellence. This will be highly subjective, and not everyone’s taste will be the same, but that is the point, you should NOT have the same taste as someone else.

Concisely, discernment.

So your comment about “artistic quality” may apply. But from your ends sentence It seems you equate “artistic quality” to aesthetics , and I don’t think that’s what the author intended.

kayodelycaon•1h ago
That's on me, I missed that.

If you could indulge me a bit, the author in me wants to be pedantic about this. :)

In my defense, changing the definition of a term at the end of the article is begging to be misunderstood.

saxelsen•1h ago
I used to resonate with the word "taste" as a distinguishing factor between good and bad quality, but a comment on HN some months ago about one of the many blog posts that talks about taste really nailed it:

"Taste" is just the degree to which two people value the same things.

When someone is rated as having "good taste" it just means that the person rating them values a lot of the same qualities.

The more I thought about it, the more that applies everywhere: Food, wine, clothes, architecture, software design, etc.

andy99•1h ago
I understood “taste” here to mean opinions. It’s not “good taste” it’s just “some taste”. IMO there are many ways to express taste that are not tinkering, such as preferentially selecting things and my personal favourite, complaining :) Nevertheless I think he means opinions rather than some universally good taste.
chrisweekly•1h ago
Haha, "complaining" reminded me of someth that made me laugh a few years back, along the lines of:

  Things I HATE:  
  1. complaints  
  2. lists  
  3. strong opinions  
  4. hypocrisy
kingkongjaffa•59m ago
I'd like to refine this a bit because I agree, but in a slightly different way.

> I understood “taste” here to mean opinions.

Good taste is the ability to have nuanced and specific opinions.

This comment https://news.ycombinator.com/item?id=45740478 said it well:

> 2. How well you're able to understand the medium and identify the differences between things.

Combining these two ideas: Taste is the ability to understand the topic/craft/medium well enough to have a strong opinion about what good is, and usually that opinion is similar to other well experienced practitioners.

In software engineering it's the ability to recognize an elegant solution that avoids pitfalls that the observer may have experienced in the past.

In other fields it might be that someone with good taste can better understand and appreciate the process or journey to get to whatever $thing is being evaluated, and they appreciate the $thing more because they can empathize more fully with the creator, compared to a layman.

kayodelycaon•1h ago
There are two definitions of taste:

1. How good or bad something is relative to some standard.

2. How well you're able to understand the medium and identify the differences between things.

cedws•1h ago
I would argue that taste is the ability to reason about one's own preferences.

A person who doesn't consider themself to have a taste in music and listens casually won't really be able to reason about why they like the music they do other than "I like the band" or "I like the song."

A person with taste in music is going to have listened to a larger variety, be able to speak passionately about it, and justify why they like and dislike particular music.

One is a boneheaded consumer, one is a fanatic.

Similarly with wine, you can't claim you've got taste when you've been drinking only red your whole life.

SoftTalker•1h ago
I 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.
Loughla•1h ago
And from an accessibility standpoint, default fonts and colors are very safe as well. They tend to be easier to see and process.
aaronbrethorst•57m ago
Or in this case, tinkering with fonts simply reduces legibility.
dineol•54m ago
^^^ this, with life coming more to the ending part you start to value your time that you got left

tinkering is good when you're < 30 or maybe even < 25

Herring•51m ago
I still tinker as I get older, except instead of fonts I'm buying a dual monitor setup with a 6-foot standing desk.
jonplackett•51m ago
I wish I could tinker with the font on this website. It flickers as it scrolls and does my head in!
mediumdeviation•42m ago
It's the scanline effect, here's three lines of JS to disable it from the developer console

    s=document.createElement('style');
    s.textContent='body::after{display: none !important}';
    document.body.appendChild(s)
heavyset_go•46m ago
Fonts are like my dotfiles, I fucked with fonts.conf a decade+ ago and have just lived with that since then.

So I get to be every 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

imiric•1h ago
It's hard to take seriously anyone who unironically says "there are two kinds of people".

That, and the judgmental humblebrag tone leads me to believe the author is young. I suggest they focus more on learning than writing these vapid articles.

brailsafe•1h ago
Agreed, although I'd characterize it as more closely related to curiosity. Some people can select particular items that make themselves look good or are high-quality for example, but are surprisingly some of the least curious people, whereas I don't think the same can be said of tinkerers. People lacking this type of curiosity get frustrated easily if you want to discuss ideas or hypotheticals, nebulous intangible problem solving etc..; they want the right answer and an authority to point to. People with this type of curiosity want to discover why it might or might not be true regardless of whether it's a solved problem for others. The former type of person wants to look up what the viewpoints are like before they agree to go on a hike, getting frustrated when they're not there yet, and the latter just wants to hike and see what it's all about, enjoying the process.

Consequently, maybe taste can be acquired by impersonation or purchased, but could be more superficial than taste acquired through deep iterative tinkering and repetition. Much like someone watching a youtube video that tells them so and so is the correct way to do something, therefore it is, and it may be true, but they didn't necessarily learn that organically or in a way that they could analytically discuss.

Incidentally, the person without this type of curiosity is extremely dull to engage in conversation with from the perspective of the curious person, and in the reverse the curious person would seem to be wasting the incurious person's time because they aren't getting to the point and there's no tangible benefit in the conversation.

Incurious people seem like they're the typical tourist or the consumer, eliminating as much inconvenience as possible but not necessarily interested the exploration of the what or why of either the problem or solution, making it hard to identify where the depth is. Good at delegating, but terrible managers.

Herring•1h ago
If 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.
kridsdale3•52m ago
Nobody who is raising children is able to do those things in a year.
Herring•31m ago
Increasingly many aren't raising children either. I'm trying to move to a saner country.
dvsgaevsvsgavsv•55m ago
If you have to wtite blog post about how you have taste and other don't, you clearly haven't got it either.
jongjong•40m ago
I love tinkering but I'm very minimalist as far as tooling is concerned. I don't like to use too many tools. I only use tools to automate activities that I do frequently. I don't try to micromanage and automate every aspect of my existence. Some stuff is better left uncounted and unplanned.

A 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.

KalMann•27m ago
As a person who doesn't do much tinkering the thing I dislike about this article is it doesn't really get across to me why the author likes tinkering so much or why I should either. Not saying that the article is bad but I was curious about the author's mindset and felt he didn't talk more about the appeal of tinkering.
bakugo•4m ago
> GitHub desktop rather than the cli (at the very least)

I keep hearing this same "GitHub Desktop bad, git cli good" take, but I just don't see how the cli can compete terms of things like being able to go through each changed file, see a clean visual representation of all my changes, and to choose exactly what lines I want to commit just by clicking on them.

Saint Pierre and Miquelon

https://en.wikipedia.org/wiki/Saint_Pierre_and_Miquelon
1•derbOac•39s ago•0 comments

Opportunistic Mutation in Roc

https://www.roc-lang.org/functional#opportunistic-mutation
1•coffeeaddict1•2m ago•0 comments

Online outages: Q3 2025 Internet disruption summary

https://blog.cloudflare.com/q3-2025-internet-disruption-summary/
1•corvad•4m ago•0 comments

Show HN: Monitor on Your Chess Addiction

https://chess-stats.alexboden.ca/
2•alexboden•5m ago•0 comments

Red Hat to Distribute Nvidia CUDA Across RHEL, Red Hat AI and OpenShift

https://www.phoronix.com/news/Red-Hat-Distribute-CUDA-RHEL
2•ashvardanian•5m ago•0 comments

Ask HN: Are the tech levels now diluted post-pandemic (Google/Meta)

1•alpb•8m ago•0 comments

Show HN: Sonura Studio: AI music production built for collaboration

https://sonurastudio.com/
1•kindred•10m ago•0 comments

Discovering state-of-the-art reinforcement learning algorithms

https://www.nature.com/articles/s41586-025-09761-x
2•lawrenceyan•12m ago•0 comments

X-59 Soars: A New Era in Supersonic Flight Begins – Oct 28, 2025

https://news.lockheedmartin.com/2025-10-28-X-59-Soars-A-New-Era-in-Supersonic-Flight-Begins
2•bpierre•17m ago•0 comments

Database backups, dump files and restic

https://strugglers.net/posts/2025/database-backups-dump-files-and-restic/
3•todsacerdoti•19m ago•0 comments

Pearl: A Foundation Model for Placing Every Atom in the Right Location [pdf]

https://genesis.ml/wp-content/uploads/2025/10/pearl_technical_report.pdf
2•daedalus2718•19m ago•0 comments

Show HN: OXH AI – Open-Source AI Crypto Signal Platform with Real-Time Analysis

https://www.oxher.com
1•oxhai•27m ago•0 comments

Show HN: Created a Live Anime Channel, no server necessary

https://animaxreboot.pages.dev/
2•LandOfMightDev•28m ago•3 comments

Westinghouse is claiming a nuclear deal would see $80B of new reactors

https://arstechnica.com/science/2025/10/westinghouse-is-claiming-a-nuclear-deal-would-see-80b-of-...
5•atilimcetin•33m ago•1 comments

AMZN Layoffs show what AI is coming for our jobs, whether its good enough or not

https://www.amazonclimatejustice.org/open-letter
1•todchavez•36m ago•2 comments

Trial investigates how smart flooring could protect from fall-related injuries

https://www.surrey.ac.uk/news/new-trial-investigates-how-smart-flooring-could-protect-older-adult...
2•1659447091•37m ago•1 comments

DataGrip Is Now Free for Non-Commercial Use

https://blog.jetbrains.com/datagrip/2025/10/01/datagrip-is-now-free-for-non-commercial-use/
3•achristmascarl•37m ago•0 comments

Daily-Verse

https://github.com/patlehmann1/daily-verse
1•lehmann_dev•41m ago•0 comments

Can a Startup Make Computer Chips Cheaper Than the Industry's Giants?

https://www.nytimes.com/2025/10/28/business/can-a-start-up-make-computer-chips-cheaper-than-the-i...
1•ripe•49m ago•0 comments

Applied Keynesian Psychology

https://fi-le.net/keynes/
1•fi-le•49m ago•0 comments

Granite 4.0 Nano: Just how small can you go?

https://huggingface.co/blog/ibm-granite/granite-4-nano
1•CharlesW•51m ago•0 comments

Volunteers Step in to Help Understaffed NOAA Track Hurricane Melissa

https://www.nytimes.com/2025/10/28/climate/noaa-volunteers-hurricane-melissa.html
9•perihelions•53m ago•0 comments

The spillover effects of AI on open source software development

2•jennjwang•54m ago•0 comments

Ask HN: AI has changed my job for the worse

6•yodsanklai•55m ago•3 comments

Bananas in smoothies block flavanol absorption by up to 84%

https://www.sciencedaily.com/releases/2025/10/251027224844.htm
3•Gaishan•56m ago•1 comments

Walking 15 min lowers cardiovascular risk by up to 2/3 compared to short walks

https://www.sciencedaily.com/releases/2025/10/251027224829.htm
10•Gaishan•1h ago•5 comments

Encryption using SSH Keys with age in Linux

https://ittavern.com/encryption-using-ssh-keys-with-age-in-linux/
1•birdculture•1h ago•0 comments

When O3 is 2x slower than O2

https://cat-solstice.github.io/test-pqueue/
1•keyle•1h ago•0 comments

An ex-Intel CEO's mission to build a Christian AI: Hasten the return of Christ

https://www.theguardian.com/technology/2025/oct/28/patrick-gelsinger-christian-ai-gloo-silicon-va...
10•teleforce•1h ago•4 comments

Simple Coding Tips: How to Make Your Code Last [video]

https://www.youtube.com/watch?v=anL8caCUWl0
1•josephleomoreno•1h ago•0 comments