Viewing profile — tannenfreund87
tannenfreund87
HN member- Joined
- Thu, Jun 11, 2026, 3:14 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About tannenfreund87
No profile information was provided.
Recent public activity
-
comment
Comment #48711796
I grew up in southern Germany, speaking the local dialect. As a young adult, I thought I could speak accent free German. I couldn't have been more wrong. Many people in Hamburg and…
-
comment
Comment #48711626
Cuisine in Europe is shaped by climate, soil and former political entities. You'll find similar cuisine in and around the alps, along the north sea coast and around the baltic sea.…
-
comment
Comment #48711606
Western Poland used to be German, but all the Germans left/got expelled. After WW2 it was resettled with Poles from Eastern Poland, nowadays Ukraine and Belarus. Which makes travel…
-
comment
Comment #48627243
The whole idea of making train tickets extremly cheap is to make it "competitive" to cars. Trains are already cheaper to use than cars for a lot of people. But many people already …
-
comment
Comment #48627133
Because I can just write SQL to access all my data. The data comes from CSVs, SQLite, MySQL, Postgres, ... I can write SQL everywhere. I write SQL from within my R scripts, I write…
-
comment
Comment #48627044
DuckDB is a column-oriented database. This is why it's so fast compared to SQLite for a lot of analytical queries. CSV is a row-based format. DuckDB has to load it completley to me…
-
comment
Comment #48503715
On the contrary, the need for UUIDs is growing. Once you have multiple users collecting and editing data for a central database, you'll run into primary key conflicts. Of course no…