Viewing profile — tauchunfall
tauchunfall
HN member- Joined
- Wed, May 06, 2015, 12:30 PM UTC
- HN karma
- 215
- Public activity
- 186 items
- HN profile
- View on Hacker News ↗
About tauchunfall
No profile information was provided.
Recent public activity
-
comment
Comment #47023613
The German press called the song a Weltschmerz-ballad.
-
comment
Comment #46437697
I think, the joke about Germany and Italy should team up is a reference to the new CEO of Deutsche Bahn, Evelyn Palla, who is from Italy. The "to make the trains run on time" gives…
-
comment
Comment #46240837
The article is measuring full project build performance. That includes type-checking and compilation. Maybe the `tsc` type-checker was already fast (so we only get some speed impro…
-
comment
Comment #46023680
I worked on a product that used BPMN where users could define processes. The company I worked for used Java for decades already. Clients of the product were banks. The people I wor…
-
comment
Comment #45972072
It's degraded availability of Git operations. The enterprise cloud in EU, US, and Australia has no issues. If you look at the incident history disruptions happen often in the publi…
-
comment
Comment #45965578
>maybe Schadeleichtig Maybe "Erleichterung" (relief)? But as a German "Schadenserleichterung" (also: notice the "s" between both compound word parts) rather sounds like a reduction…
-
comment
Comment #45958829
I looks more this is about managing fears and worries. This is also close to helicopter parenting, i.e. parents who are "overattentive and overly fearful for their child, particula…
-
comment
Comment #45748034
>graph-viz is MASSIVE and a binary. mermaid requires the browser's svg rendering system to work. I succeeded to use resvg-js [1] with dagre/graphlib [2] to render graphs. resvg-js …
-
comment
Comment #45693646
It's also similar to https://www.restate.dev/ .
-
comment
Comment #45620019
there is a transcript, people can skim for interesting parts and read for 30 minutes and then comment. edit: typo fix.
-
comment
Comment #45610932
>The only explanation I have for this phenomenon is that this was in the news media a lot in the 90s With the 90s you mean the case of Christoph Meili? Maybe it's because it's a sp…
-
comment
Comment #45576344
This remembers me of Chris Granger's post "Coding is not the new literacy" [1]. Instead he argues "Modeling is the new literacy" and "In order to represent a system, we have to und…
-
comment
Comment #45576249
"They are talked at as if they were friendly co-workers and, and this is the really important point, the talking is not programming." The technical manual of TNG [1] states, "Most …
-
comment
Comment #45574734
Kobayashi Maru training is from Star Trek II (1982).
-
comment
Comment #45381122
It's interesting to see the differences in news broadcasts or debate shows in other countries. There is "Ben Shapiro: US commentator clashes with BBC's Andrew Neil - BBC News" from…
-
comment
Comment #45380831
With "german 8 pm news" they mean the main edition of the television news on the first channel which exists since 1952. there can be 20 editions per day. the main edition is so inf…
-
comment
Comment #44245448
It changed a lot in the last 25 years. But it can depend from place to place. One of my friends has a Master of Engineering and he was a bit surprised when somebody in Austria addr…
-
comment
Comment #44245437
>I find it super irritating when people address me by my last name. Me too. There are still German companies where coworkers address others with Herr or Frau followed by their last…
-
comment
Comment #44041017
Yes, and it actually works. I use something like htmx or fixi [1] for my frontends of side-projects. Alternatively, I could also use laravel livewire, I even argue you could use th…
-
comment
Comment #44040934
Yeah, it's very useful to validate schemas at compile-time and runtime. It prevents several different problems to occur. Lately, I used code agents a lot, and having typescripts ty…
-
comment
Comment #44040867
If a JSON shape is maintained by another team, e.g. how can you know they did not change the shape without speaking with them? You could instead validate the schema and log the err…
-
comment
Comment #44040810
I worked on two large projects that use Zod and Protobuf to ensure schema evolution goes well with 5+ teams. Even if you have a lightweight frontend, it makes sense to use somethin…
-
comment
Comment #43565785
>It will be good enough to produce 90% of the solution with very little input, and 90% is more than enough to go to market, so it will. What backs up this claim? And when will it r…
-
comment
Comment #43001445
>If you are doing something remotely non-trivial, you will need the customization that only ProseMirror provides, and you will learn that the hard way. As far as I know Meta's Lexi…
-
comment
Comment #42731532
The paper for "Space-Reclaiming Icicle Plot (2020)" looks like it's going into the right direction. A space-reclaiming tree layout would be even better.