Viewing profile — h4kor
h4kor
HN member- Joined
- Mon, Feb 05, 2018, 8:15 PM UTC
- HN karma
- 802
- Public activity
- 169 items
- HN profile
- View on Hacker News ↗
About h4kor
Recent public activity
-
comment
Comment #47347223
> In fact I don't recall ever seeing an ad for tiktok and yet it is humongous. For the first years of its existence I only new tiktok because they were advertising everywhere.
- story
-
comment
Comment #45833176
This is 100% LLM generated; website, documentation and tutorials. There is no link to downloads or a repository. No way to use anything. Why should anyone care about this?
-
comment
Comment #45668215
These exist. There is "Consent-O-Matic" for example
-
comment
Comment #45567010
At my former company we paid 900€/month for 1Gbit/s, which we required. That's definitely a problem when the same performance is available for ~50€/month a few kilometers over the …
-
comment
Comment #45566747
Reasons I can think of (as a German) from the top of my head: - Crumbling infrastructure - Decades of missing investments in education and the public sector - no digitization - Unw…
-
comment
Comment #44982038
The main reason I use postgres instead of SQLite is that I have multiple processes accessing the database, often 1 web service for API/Website and a worker running in the backgroun…
-
comment
Comment #44951552
IIRC there has been a case in Germany where it was ruled that opening devtools is hacking and therefore illegal intend. A person found a vulnerability by looking at the website sou…
- story
-
comment
Comment #44256321
This isn't a trade "just on paper". You need real hardware integrated into the grid.
-
comment
Comment #43818971
I'm working on my own mini time series database. It only stores (timestamped) floating point values with a series id and uses a B+Tree as the backing data structure. Querying is do…
-
comment
Comment #43783281
I've added ActivityPub to my blog system ( https://h4kor.github.io/owl-blogs/ ) as just another way of subscribing to the blog, but found that it is a good model to support interac…
-
comment
Comment #43704824
> Are companies just sending the output of their liquid cooling into the drain? basically yes. Closed loop systems require more energy and are more expensive investments. The main …
-
comment
Comment #43400821
I used and am now using plain git over ssh. I only hosted gitea to have my code accessible for anyone interested. My "main" projects I want to keep public are moved/cloned to GitHu…
-
comment
Comment #43397603
I had to take offline my personal gitea instance as it was regularly spammed, crashing Caddy in the process.
-
comment
Comment #43330640
Quiet impressive! I've build a very similar game for a 3 hour game jam once :D https://h4kor.itch.io/herding-simulator
-
comment
Comment #43253020
Same in Germany. Farmers (most conservative population group) love renewable energy. Every farmer I know tries to get wind turbines build on their land and have their roofs packed …
-
comment
Comment #43240523
IMO it's only a matter of time before LLMs will include ads. Current pricing isn't covering the costs of running LLMs and brands will pay a high price for being favored in response…
-
comment
Comment #41970582
I'm using SQLite as the single storage system for my blog, including media files. I did a simple performance comparison for this use case: https://blog.libove.org/posts/serving-bin…
- story
-
comment
Comment #41694386
I'm working on print outs only, as I don't use digital maps.
-
comment
Comment #41694240
I'm working on my dungeon planning tool for tabletop games. Currently I'm implementing the export of a player map that can be partially revealed. https://github.com/H4kor/dungeon-p…
-
comment
Comment #40982742
I watched the last starship launch on a scam YouTube stream. It was 30 minutes delayed, which a thought was because Musk wanted to promote Twitter. They said multiple times that El…
-
comment
Comment #40975229
Find hobbies, things to do besides programming. You will find problems to solve for yourself eventually. I play tabletop games and lacked a good tool to plan dungeons as a DM. So I…
- story