Viewing profile — enkrs
enkrs
HN member- Joined
- Thu, Apr 14, 2011, 11:02 AM UTC
- HN karma
- 370
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About enkrs
Business process management, ERPs, industrial automation sector
Enterprise IT (VPNs, VLANS, monitoring, ITIL, support, Active Directory)
Programming (PHP monoliths, Python scripts, embedded C, Micropython, PostgreSQL, SQLite)
Linux (Debian servers, Fedora desktops)
Recent public activity
- comment
-
comment
Comment #48256649
I've been receiving these for so long I started thinking it must be just me being targeted and not widespread, as Meta seems to not do anything about it. Emails comming legitimeley…
-
comment
Comment #45446904
There are also rate limits on Google side for incoming mails. By just forwarding four domains to my Gmail I used to hit them quite often. Then 2 years ogo, I stopped forwarding and…
-
comment
Comment #45440550
I'm wondering, now almost three years in after the Forgejo/Gitea fork, which side of the fork ended up better. Both still seem very active with thousands of commits each. I run a G…
-
comment
Comment #45343492
I use LLMs (like claude-code and codex-cli) the same way accountants use calculators. Without one, you waste all your focus on adding numbers; with one, you just enter values and c…
-
comment
Comment #45237192
Browser password managers with passkeys are more convenient for me, but a pass vault can still be useful for recovery codes and API keys. I used pass for a while but couldn’t see w…
-
comment
Comment #45156975
It’s great on esp32 with MicroPython. Even has support for server sent events (SSE). Paired with htmx, SSE gives some fun intetactive web experience for iot devices - instant GPIO …
-
comment
Comment #42879359
I thought structured output is a solved problem now. I've had consistent results with ollama structured outputs [1] by passing Zod schema with the request. Works even with very sma…
-
comment
Comment #42747170
If the argument for a password login is being able to log in from anywhere, just store a spare ssh key (password protected) in your gmail or similar that's reasonably safe and acce…
-
comment
Comment #40453390
When the outage started, for me duckduckgo.com just returned no results with the searchbar visible. The ddg homepage was still working. I've been using "my search term !g" for now …
-
comment
Comment #40098340
Brainfart from my side. When I first installed dehydrated.sh it was originally named letsencrypt.sh (not acme.sh) and later renamed to dehydrated. That was quite a while ago.
-
comment
Comment #40096918
Exactly. I've been using dehydrated on two servers since it was named acme.sh (pre-2015) and updated it once. It just works and no dependecies.
-
comment
Comment #39013823
My favourite variation on this is the short movie by Joel Haver https://www.youtube.com/watch?v=hnUpTyKSjag
-
comment
Comment #38834987
There is something very magical about these micro frameworks for solo hobby projects. You can craft your small project vs just glue the solution somehow together. Just today I was …
-
comment
Comment #35357311
Maybe one point not raised enough in the eternal discussion between Tailwind vs CSS properly is the cognitive load of naming and organizing things. To do CSS properly, you need to …
-
comment
Comment #35040037
I have given talks to factory managers about finding that one or two employees that know Arduino/Raspberry for these projects. Every factory has such persons. They would love to do…
-
comment
Comment #34705165
They're AB testing. Safari used to open Safari for me, but with a new phone now I too get the menu as described above.
-
comment
Comment #33803141
Whats the motivation to block/misinform? This allows site owners get statistics on page views/uniques/bounces without unique identifier cookies or javascript injections. I’m all fo…
-
comment
Comment #33285336
Which is the reason why I choose iOS: I trust Apple to implement the integrations in the WebView for best battery life. To get new OS features in the browser right away. Would Goog…
-
comment
Comment #33117840
Lots of good answers here. If certs are still the issue then a little unorthodox method is to create a wireguard tunnels between your internal hosts. They are trivial to setup. Les…
-
comment
Comment #33084625
I’m not in a hurry, I can charge slowly during the night. Remember when people said they’d never use an phone that needs to be charged every 2 days? Now we all charge our phones ev…
-
comment
Comment #33070697
I live multiple lives. I'm a father, a businessman, have multiple hobbies, do sports. Targeted ads mean this info can be combined. I can be profiled and abused. Algorithm has calcu…
-
comment
Comment #33054999
If I look at the Warhols image I can say: “That’s clearly a Warhol image” I would not say “That’s clearly a pose, framing and likeness done by Goldsmith“. The source photo for the …
-
comment
Comment #32538204
Non blogspam release https://www.esa.int/Applications/Telecommunications_Integrat...
-
comment
Comment #32538201
Normally radios are built out of discrete electronic parts using mixers, filters and paths for specific frequencies and various modulation modes. SDR on the other hand can change t…