🔍 Search   đź”­ Blogroll  

Blog posts about open source software, statistics, history, and related topics. About me. Contact: email.

17 hours ago

Google Shenanigans

For years it has been a common theme among programmers that Google's search results have changed for the worse. It feels like the suggestions are becoming less and less applicable over time. Today, I spotted one of the worst cases that I have seen so far when searching for a documentary called "Flatten the Curve Flat Earth" (2022). This documentary is about flattening the curve of the earth and has nothing to do with medicine.

However, Google automatically interprets it as a kind of medical statement:

google.png

Show more

2025-11-23

The X Community Notes Are Different, Are They?

In some cases, Wikipedia feels the need to "clarify" a certain video, which a commenter aptly called the "the blue box of gaslighting":

YouTube_screenshot_demonstrating_Wikipedia_fact-checking.png

Now X community notes was promised to be something else, but to me it does look very similar. The note posts some helpful "context":

x-fact-checking-moon.png

The reason that I'm critical is that especially on a topic like this, the note doesn't add any information. People who believe that the moon landing was staged will still believe that and people who believe it was real will still believe that.

2025-11-20

Quote about fines from YouTube

Interesting quote from below a YouTube video:

When the punishment for committing a crime is a fine, then it is a punishment only for the poor .

2025-11-20

Google does not allow Google employees to use their new IDE

Gergely Orosz on X:

Amusing: Google does not allow its devs to use its newly launched IDE, Antigravity, for development.

Classic example of “externalisation” at Google: they have an internal (increasingly different!) version of it, but they won’t use what they launched to everyone else

(Devs with a @google .com address cannot sign up, and it was communicated internally as well to not use it)

2025-11-20

Making IPv6 work with Caddy and Hetzner

After a few hours of fiddling, this site is now properly accessible via IPv6. My configuration uses Caddy as the reverse proxy meaning that it forwards the requests to the right service based on the Host that the browser specifies. Thanks to this, one server can host hundreds if not thousands of websites from one IP.

In my Caddyfile, I had specified the following

www.huijzer.xyz {
  redir https://huijzer.xyz permanent
}
huijzer.xyz {
  reverse_proxy 127.0.0.1:3000
}

Show more

2025-11-18

Do Not Put Your Site Behind Cloudflare if You Don't Need To

At the time of writing 12:43 UTC on Tue 18 Nov, Cloudflare has taken many sites down. I'm trying to browse the web, but about half of the sites show an error:

cloudflare.webp

Most of these sites are not even that big. I expect maybe a few thousand visitors per month.

This demonstrates again a simple fact: if you put your site behind a centralized service, then this service is a single point of failure. Even large established companies make mistakes and can go down.

Show more

2025-11-18

Generating an SSH key for a webserver

Assuming you have the SSH password for a webserver called say case and email email@example.com, you can generate a key as follows:

ssh-keygen -t rsa -b 4096 -C "email@example.com" -f ~/.ssh/case

Next, add the server, which has say username user at location case.example.com, to your ~/.ssh/config:

Host case
    HostName case.example.com
    User user
    IdentityFile ~/.ssh/case

Show more

2025-11-17

Ondernemer op Reddit over subsidies

De enige vorm van “subsidie” die ik als ondernemer concreet ervaar, zijn de belastingen die ik betaal. Het lijkt – en ik zeg nadrukkelijk lijkt – alsof je reactie komt vanuit een positie waarin men niet hoeft te dragen wat ondernemers dagelijks moeten dragen. Zonder een gezond bedrijfsleven bestaat er geen economische ruimte voor sociale voorzieningen of luxe waar we als samenleving allemaal van profiteren.

Ik zeg niet dat vermogenden nóg rijker moeten worden, maar ik kan je verzekeren dat het tegenwoordig voor veel ondernemers, zelfs met een goedlopend bedrijf, buitengewoon moeilijk is om financieel overeind te blijven. Kosten stijgen, marges dalen en de risico’s liggen volledig bij de ondernemer. Dat perspectief verdient minstens net zoveel erkenning in deze discussie.

Show more

2025-11-06

Some Thoughts on High Frequency Currents and Oxidative Stress

As I wrote before, there is much research that shows that electromagnetic radiation causes oxidative stress. This means that electromagnetic radiation can knock an electron out of a molecule, which is called ionizing radiation. Some people say that electromagnetic radiation from radio frequencies is non-ionizing, but this contradicts the fact that many studies have shown that radio frequencies also produce oxidative stress. The higher the frequency, the more ionizing (read: damaging) the radiation is.

Show more

2025-11-05

Cell and DNA Damage and Repair from Different Kinds of Radiation

A very interesting fact from the book Light: The Medicine of the Future (1990) by Jacob Liberman is that far-ultraviolet radiation (UV-C), 100-280 nm, causes DNA damage and shortens cells' life spans, according to a study by Dr. Smith-Sonneborn.

However, she found that near-ultraviolet radiation (UV-A), 320-400 nm, repaired cells and reverses aging. Even more, it repairs DNA while damaged DNA is known to cause cancer. This suggests that sunlight can repair cells and reverse aging since sunlight that reaches the earth is mostly above 270 nm, according to Wikipedia:

Show more

â–¶ next