# tia (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover tia.

Page: <https://rssamplifier.com/topics/tia/blogs>  
Feed: <https://rssamplifier.com/topics/tia/blogs.md>

---

## [To AI and back - Ghost in the LLM](https://rolisz.ro/2026/to-ai-and-back-ghost-in-the-llm/)

_2026-07-29 · Roland Szabo · rolisz's blog_

Uf, this took much longer than I expected In the last post I talked about how LLMs exhibit very interesting and human-like behavior and about professor Michael Levin&apos;s work on the platonic realm. Another person that influenced me a lot is Joscha Bach . The first idea from him

## [To AI and back - Platonic Bliss](https://rolisz.ro/2026/to-ai-and-back-platonic-bliss/)

_2026-04-09 · Roland Szabo · rolisz's blog_

In part 1 I described how AI has affected my mental health over the last year. But my concerns about AI go further than just "it&apos;s bad for your mental health". Sometimes these AI assistants sometimes exhibit weird behaviors. Gemini "feeling" miserable and self-loathing

## [To AI and back - part 1](https://rolisz.ro/2026/to-ai-and-back-part-1/)

_2026-03-19 · Roland Szabo · rolisz's blog_

I wrote my first AI program in high school (around 2009-2010). I found a tutorial for writing a genetic algorithm to find a list of number that sum to a value (I think). It was written in C++, I knew only PHP, I didn&apos;t know any OOP, so

## [TIL: pytz can return ancient timezone](https://rolisz.ro/2026/til-pytz-can-return-ancient-timezone/)

_2026-01-09 · Roland Szabo · rolisz's blog_

Also TIL: Romania was on timezone UTC +1:44:24 until 1930 . So if you ever get weird offsets, not full hour (and not even 30 minute) offsets in code, it&apos;s probably because of pytz for some reason returns the first recorded offset for a certain timezone. Fix:

## [A wild rolisz reappears](https://rolisz.ro/2025/a-wild-rolisz-reappears/)

_2025-11-15 · Roland Szabo · rolisz's blog_

I haven&apos;t written a blog post in a long time. It&apos;s been a tough year. Mostly from a health perspective. One of the highlights was when I cracked four ribs from coughing (yes, the doctors were just as shocked as you are). Before that, I used

## [TIA: Cod liver with boiled egg](https://rolisz.ro/2025/tia-cod-liver-with-boiled-egg/)

_2025-03-12 · Roland Szabo · rolisz's blog_

This evening I came home late after a long day, starving. So I asked my friend ChatGPT what I should eat. It gave me a 5 suggestions, taking into account my food preferences and health issues. I didn&apos;t fancy anything from those 5 things, but it did remind

## [TIL: Caddy](https://rolisz.ro/2024/til-caddy/)

_2024-11-04 · Roland Szabo · rolisz's blog_

I used to use Nginx to proxy requests and set up SSL. It&apos;s not super hard, but the config is a screenfull. Enter Caddy . Install it . Put the following in /etc/caddy/Caddyfile : DOMAIN.NAME { reverse\_proxy localhost:8000 } Restart the systemd service. And voila, you have an

## [TIL: Git push to deploy](https://rolisz.ro/2024/til-git-push-to-deploy/)

_2024-10-22 · Roland Szabo · rolisz's blog_

Half a year ago, I wrote about how to push Git repos between random repos. But at the time, I did it like a farmer, having to change the branch on the remote machine before pushing. Today, after fighting with piku , which is really nice, except it doesn&apos;t

## [Blog updates](https://rolisz.ro/2024/blog-updates/)

_2024-09-05 · Roland Szabo · rolisz's blog_

Every couple of years, I get bored of my existing blogging setup and make some changes to it. Now, I lasted 4 years on my previous server , but I got annoyed with my static site setup . I&apos;ve been thinking about this change for a long time. In the

