HN user

newsoftheday

539 karma

Coder. Retired.

Posts15
Comments265
View on HN
news.ycombinator.com 3d ago

New mandatory Gmail, your Android backup storage needs may increase

newsoftheday
2pts1
www.instructables.com 1mo ago

DIY F1 Racing Steering Wheel Controller Using a Raspberry Pi

newsoftheday
2pts0
old.reddit.com 2mo ago

Gulp – We have been made aware of a potential incident and are shutting down all

newsoftheday
3pts1
old.reddit.com 2mo ago

Chrome removes claim of On-device Al not sending data to Google Servers

newsoftheday
639pts252
www.foxnews.com 5mo ago

Under the current DTC model, investors do not directly own their securities

newsoftheday
20pts27
news.ycombinator.com 5mo ago

HN needs a context reminder in the URL window

newsoftheday
4pts3
txt.texas.gov 5mo ago

Why does this site require security questions?

newsoftheday
1pts1
www.foxnews.com 5mo ago

Hollywood keeps making movies families won't watch

newsoftheday
5pts4
www.foxnews.com 5mo ago

Long-lost shipwreck resurfaces on Jersey Shore

newsoftheday
1pts1
news.ycombinator.com 5mo ago

Ask HN: When will Chrome support GPU acceleration on Linux?

newsoftheday
2pts2
news.ycombinator.com 5mo ago

Java, the Domain Driven Cult

newsoftheday
2pts0
news.ycombinator.com 6mo ago

Ask HN: How does someone the size of Reddit, go down?

newsoftheday
2pts5
news.ycombinator.com 6mo ago

Ransomeware mail campaign from May 2024 is active again

newsoftheday
2pts2
news.ycombinator.com 7mo ago

Ask HN: Is the antigravity web site high CPU on your OS?

newsoftheday
3pts2
cwe.mitre.org 7mo ago

2025 CWE Top Most Dangerous Software Weaknesses

newsoftheday
2pts1

We have a smart TV on the way. We do not plan to run the setup, it won't have Internet access. We plan to do what we've done for over a decade now, connect our Kubuntu laptop in the entertainment center to it and select it as the default input device. And occasionally watch OTA TV shows. So we will use it as ... a monitor and plain TV, that happens to have far better video and sound quality than our old TV.

If AI is generating better code than you can, that does say a lot. I've tried various AI's available and outside of being a better Google or a fast reference for Stack Overflow; LLM's do not generate better code nor better running code.

Self study can only go so far

I retired last year after a career as a software engineer for several decades, 99.99% self-taught. I'm not unique. I've known many others who did the same.

Studying in a university has the advantage of learning from experts

Whether they are experts is something I highly doubt when thinking about all the graduates I interviewed and worked with over the years. In my experience, the better software engineers came from the self-taught route.

being surrounded by people that are also learning from experts

Homogenized learning produces likewise results; the quality of the result is highly subjective and debatable.

Wife does the shopping, I'm partially disabled, can't stand long. She enjoys getting out and treats herself to a hot dog and/or a desert and likes to sample the free taste test tables. She has made some enduring buying decisions based on those taste tests, they do work.

Agreed. We have two Costco's within 6 minutes driving distance, my wife visits them once a week, like Walmart and Whole Foods. We also shop regularly on Amazon. We don't buy weeks of food at a time.

I tend to think of veterans and their sacrifices manning those battleships, fighter jets and battlefields so that companies like Costco can exist.

We are probably fortunate, we live 5 minutes from one Costco, 6 minutes from a second one and 17 minutes from a third. My wife visits Costco every week, Walmart every week often on different days, etc. We buy from Amazon online frequently. Sometimes an item is cheaper at one place than another, comparison shopping, sometimes cheaper online, sometimes cheaper in the store.

It all works, though the article mentions public stores and references military commissaries as an example. We can shop at the commissary if we want. We don't because the other stores I mentioned above cover all our needs better at a better price point.

I do not think the article's author understands the subject matter as well as they think they do and with the many political references to the current New York mayor; it may just be disguised political messaging article.

My selfhosted email has been dual stack for close to a year and my eyeball estimate of the logs is around 10% of the traffic is IPv6.

But my TP-Link router blocks by default inbound IPv6 connections

I selfhost web and email over my Wireguard VPN using a free VPS (at OCI but I did it with AWS Lightsail too, though it wasn't free but cheap). This can work for you too or you can use easier to configure solutions like Tailscale. This way, your home isn't exposed directly to the Internet.

Social media platforms rise and fall like ancient empires sped up a thousand times. Yet email endures.

I do use Gmail, Hotmail, Yahoo and Proton mail for various things but I also run my own email server for some things (mostly personal), which I've done since the mid-late 1990's and plan to continue doing so. Because I control it and I feel that gives me a small bit of power compared to the trillion dollar companies.

AI is nothing like religion. People behave similarly to AI when debating their favorite sports team, or for Java coders, Checked vs Runtime exceptions.

Religion is about faith and what people feel and sense as much as believe.

Azure Linux Desktop 2 months ago

I retired last year but I too had to use a Mac for a year. It was the first and last time I ever used a Mac. I hated it. So many quirky behaviors, window controls on the wrong side, just wow I had a whole list I could have articulated last year but thankfully it's a distant memory now.

Azure Linux Desktop 2 months ago

The average Joe? My wife has used Linux since the mid-2000's. Her career was in Sales, far removed from anything technical. She loves Linux compared to Windows, her new laptop came with Windows and she bugged my for months to upgrade it to Linux, which I did recently. She doesn't use the terminal at all. Kubuntu, btw.

$330k/year

For a traditional software engineer? I retired last year after 3 decades and my salary was about the same as it was in the early 2000's at the last company I was at. Maybe I should have negotiated more but I thought only FAANG paid traditional pre-AI engineers more than $250K.

Love systemd timers 2 months ago

fallback to running when the system comes online.

That isn't something I'd want to happen, it sounds like it creates a potential queue of scripts that will flood the system on start, if it works the way you described.

I prefer the deterministic behavior of cron, the script will run when it is specified to run, as you said earlier, as long as the system is running; and as I stated in a separate comment, it will run @reboot if I need it to run then.

With @hourly I lose this control and multiple machines could potentially trigger backups at the same time

Then don't use @hourly, use staggered times, it's very easy.