Viewing profile — hronecviktor
hronecviktor
HN member- Joined
- Sun, Dec 10, 2023, 4:56 PM UTC
- HN karma
- 60
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About hronecviktor
No profile information was provided.
Recent public activity
-
story
Show HN: Search Statistics Like an Absolute Psychopath
by the number, not by the category. Like a pivot table for crazy people
-
comment
Comment #48964446
apt-get / apt-cache is one of those things that I simply cannot get out of my muscle memory. It's probably an alias under the hood by now, but I hope they never get rid of it. Ofc …
-
comment
Comment #48964127
This is not specific to programming. https://youtu.be/Hy8kmNEo1i8?si=ttPK3z2mp0-5KyW7
-
comment
Comment #48964018
You cant really backspace into a command you already ran IRL, can you? :) Thank you
-
comment
Comment #48963966
[dead]
-
comment
Comment #48963831
These are all courtesy of AI of course. Still, I may be a little anal about this but I align with this. I quote everything in bash. In this case I would do single quotes as it's a …
-
comment
Comment #48963541
I added python, bash (script style) and Postgres. Also for the masochists among us - obfuscated perl, IOCCC style C and Malbolge ;)
-
comment
Comment #48963043
Ahh, core memories
-
comment
Comment #48963027
Dont even have to remap anything to cause issues. Case in point: we wanted to try mob programming with 2 colleagues. I was using a 106 with US layout Colleague #1 was using 60% wit…
-
comment
Comment #48962548
I can code real fast. It doesn't compile, but it's fast :)
-
comment
Comment #48961837
It's on a VM running behind caddy + bog-standard Let's Encrypt DV cert. It apparently works for nearly everyone, but I did have one user in the past that reported that *.0s.is doma…
-
comment
Comment #48961603
Thanks, if you have any specific ideas about the UI, I would love to hear them
- story
-
comment
Comment #47500654
As an intern at @bankcompany I decided to go one step further than what my ticket was asking for and decided to implement something that crunched data in a very obvious way. Was ni…
-
comment
Comment #46823172
Listening to Janet Jackson crashes hard drives https://www.cve.org/CVERecord?id=CVE-2022-38392
-
comment
Comment #44519232
Bug report for the weather: bratislava is definitely not in sub-zero C in the middle of summer. Tallinn was also ~17C off
-
comment
Comment #41635517
I assume you mean sanctions in general, not UN sanctions specifically. Russia as a permanent member of the UN security council can veto any resolution, so there is little point in …
-
comment
Comment #41219258
Trivial to work around using _envsubst_ utility (part of _gettext_). If you write something like: name: app-$KUSTOMIZE_NAMESPACE and run `kubectl kustomize | envsubst "$(printf '${…
-
story
Show HN: Zero-setup e2e encrypted message queue for free in 1 line of Python
Put this together because I was tired of setting up anything when testing / prototyping projects that need a simple queue. Feedback / PRs / issues welcome. Feel free to use in prod…