HN user

Karawebnetwork

8,980 karma

topcolor: #50b1db

Posts0
Comments650
View on HN
No posts found.
I Forgot to Code 3 months ago

Could I still code the same way? Maybe. Probably, if I really put my mind to it.

The problem, what scares me, is the feeling of emptiness it leaves me with. Before, writing code brought me joy. Today, when I write code that I am not allowed to automate it just feels like a chore. It's a bit like how once you get used to a powerful IDE, writing code in, say, Notepad, becomes a chore.

It also means that my brain really, really wants to forget the basics. Why write:

api.users.forEach(({ id:u, name, contact:{ email, phone="—" }, roles:[r,...rs], active, meta:{ ...m } = {} }, i, a) => console.log({ u, name, email, phone, role:r, others:rs, active, metaKeys:Object.keys(m), index:i, total:a.length }));

When I could just right-click in the IDE and type "loop through users". Heck, I even asked an LLM to generate that example because I didn't feel like thinking, let alone typing that line.

That's what scares me the most.

For now? I still remember how to code. But coding makes me feel like I'm wasting my time, because my brain knows it can offload this task.

It was the same when Google Maps took over. Before, I was able to find my way around my city, go to the next town over and find a place just from the address. Now? I can’t do it anymore.

Before, I could memorize dozens of phone numbers. Now, I can't do that anymore.

Soon, I'm afraid I won't be able to write code anymore.

This brings me back to when the internet was full of sites like this. Small artful projects that had no goal but to teach us a tidbit about a niche topic, just because someone cared enough to share it. The internet felt smaller and more intimate than it does now in this era of social media. Bookmarked, will without a doubt explore every inch of that site.

They are referring to Huy Fong's Sriracha sauce. It's the one that took the market by storm. Even in small towns where the "Asian" section was practically empty, you could see the red bottle with the green cap. It even escaped the small corner of the grocery store to be displayed next to Heinz ketchup. For many, it was their first experience with hot sauce, apart from Tabasco.

The high school my friend's kids attend installed CO2 sensors during the pandemic as an indirect way to measure airflow.

It turned out the building had been sealed extremely tightly to keep out the winter cold and because it is old, it does not have a proper HVAC system.

They discovered that CO2 levels stayed around 1200 ppm throughout the entire winter, sometimes even higher. This had likely been the case for decades.

It is a school in a small, low‑income town. I cannot help wondering how many kids were labeled as underperforming when they were actually struggling with the effects of chronically elevated CO2 levels.

I don't have an answer to that, I just want to highlight how blurred the line is between what the community tolerates and what it doesn't. There is a thread with a similar discussion, but somehow the one that comes from fiction didn't trigger the same reaction as this article, which deals with science: Arthur Conan Doyle explored men’s mental health through Sherlock Holmes | https://news.ycombinator.com/item?id=46068015

Tufte CSS 11 months ago

Can anyone more informed comment on the font?

Could it be that you unconsciously prefer serif fonts to sans serif fonts? Sans serif fonts are preferred by people with dyslexia, for example.

Another thing that comes to mind is high contrast in stroke thickness, thick vertical strokes and thin horizontal or curved strokes. This is reminiscent of engravings and calligraphy, but can be difficult to read on a screen, especially when the font size is small. Anti-aliasing options can also affect this and lead to even greater differences between letters than expected.

Articles like this one may provide you with the right words to describe what you don't like about certain fonts: https://medium.com/design-bootcamp/a-beginners-guide-to-web-...

This would be interesting. I was gifted a Kindle with backlighting recently after my old first generation one broke. The backlight is useless to me because it shines blue, so I just use a candle.

Since you are referencing 42, let me draw from another piece of literature to respond.

“Once men turned their thinking over to machines in the hope that this would set them free. But that only permitted other men with machines to enslave them.”

It's not the machines themselves that are inherently tyrannical, it's the human will to dominate now supercharge by technology.

LLM hallucinations aside, unregulated artificial intelligence for mental health therapy is a very slippery slope. We cannot allow, say, advertisers and brands to have access to the mind of our most vulnerables so directly.

Personally, I try not to use screens for a few hours before going to bed. Before bedtime, I limit myself to my e-ink book reader.

The idea of having a screen on my wrist doesn't particularly appeal to me.

My partner has one and when they turn over in bed, I am sometimes blinded by the screen which still glows brightly even at the lowest setting in complete darkness.

That's why I'm considering a e-ink watch. The reason I didn't commit yet is that I fear that notifications and such before bedtime could be just as harmful to my nightline peacefulness.

The best example I've seen so far is this one: https://www.youtube.com/watch?v=gx8rMzlG29Q

Personally, I'm not particularly impressed. Yes, I'm impressed by the technology and the fact that we've reached a point where something like this is even possible, but in my opinion, it's soulless and suffers from the same problems as other AI videos. More emphasis was placed on length than quality, and I've seen shorter, traditionally produced videos that had more heart. That's probably because these videos were created by amateurs who thought the AI would fill in all the gaps, but that only underscores the need for human artists with a keen eye.

From my experience and memory of that era, early versions of PHP had a very low barrier to entry and very simple and insecure methods for accessing a database. It was easy to program the CRUD logic of a website without knowing much about the rest of the pipeline, such as security or data cleansing.

This was also the era of jQuery with easy to use AJAX methods, which enabled almost anyone to create a front-end that calls backend code.

All of that was simple code that was easy to share with others on forums. This led to insecure websites where, to exaggerate slightly, every input field could be used for SQL injection attacks.

To be fair with PHP of that era, it was possible to create secure websites with it. It's that the ease of use created the illusion that once the website worked, you didn't have to tackle any other portions of development process such as quality control or security.

It was a glorious era.

If the new system incorrectly identifies a user as under 18 when they are not, YouTube says the user will be given the option to verify their age with a credit card, government ID, or selfie.

Given the numerous security vulnerabilities that make verification data publicly accessible, this is a reason for me to stop using the platform. As soon as the platform classifies me as a minor based on my preference for, say, low-quality memes and cartoons as background noise, I will never visit it again.

US AI Action Plan 12 months ago

Unconscious bias is not about pushing a political agenda it is about recognising how hidden assumptions can distort outcomes in every field, from technology to medicine. Ignoring these biases does not make systems more neutral, but often less accurate and less effective.

US AI Action Plan 12 months ago

Removing Red Tape and Onerous Regulation Ensure that Frontier AI Protects Free Speech

Yet at the same time,

Preventing Woke AI in the Federal Government [...] LLMs shall be neutral, nonpartisan tools that do not manipulate responses in favor of ideological dogmas such as DEI. [...] DEI includes the suppression or distortion of factual information about race or sex; manipulation of racial or sexual representation in model outputs; incorporation of concepts like critical race theory, transgenderism, unconscious bias, intersectionality, and systemic racism; and discrimination on the basis of race or sex. [1]

I don't understand how free speech can be protected while suppressing topics such as "unconscious bias" and "discrimination".

[1] https://www.whitehouse.gov/presidential-actions/2025/07/prev...

When I treat myself to an expensive bottle as a treat, I go against conventional wisdom and use it at least once to make my favourite cocktails. While I agree that a simple bottle is best suited for cocktails, I can't remember an expensive base liquor ever spoiling a cocktail. For some, this is a waste because the premium taste takes a back seat to the cocktails, but often the result is better due to the subtle flavour profile of higher-quality spirits.