Viewing profile — psYchotic
psYchotic
HN member- Joined
- Thu, Feb 28, 2019, 8:24 PM UTC
- HN karma
- 71
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About psYchotic
Interests: Programming, DevOps
---
Recent public activity
-
comment
Comment #49057447
I'm not sure exactly how it compares, but a similar tool you can use that also does phashes of images/videos to find potential duplicate media files is czkawka [0]. [0]: https://gi…
-
comment
Comment #48524510
Without having looked into how Weave works, it sounds similar to Mergiraf: https://mergiraf.org/
-
comment
Comment #44942573
I found this,maybe it helps: https://gwern.net/doc/ai/nn/1986-rumelhart-2.pdf
-
comment
Comment #43479694
xh is Nice: https://github.com/ducaale/xh There's also curlie: https://github.com/rs/curlie
-
comment
Comment #40265356
> ae is closest to y, or hi. So Tryfik, is my guess, otherwise is Trayfik. If it's European fik, might be feek. *Just taking a guess here. I wondered how to pronounce Traefik mysel…
-
comment
Comment #40265333
Hmm, I'll have to take a better look at my setup then, because it's a daily occurrence for me. Either I'm "holding it wrong" (which is admittedly possible, perhaps even likely give…
-
comment
Comment #40264726
I'm considering moving reverse proxying to Traefik for my self-hosted stuff. Unlike the article's author, I'm running containerized workloads with Docker Compose, and currently usi…
-
comment
Comment #39227813
Not to detract from your argument (which I agree with), but SVG _can_ technically solve that problem using CSS. Here's a link that demonstrates this: https://tympanus.net/codrops/2…
-
comment
Comment #38337689
I have nothing interesting to contribute here, but I want to express my thanks to alohapersona3 for trying to hold the Matrix Foundation accountable!
-
comment
Comment #38126596
The author of the JEP, Viktor Klang, held a nice talk about this at Devoxx. If you're interested, you can watch the talk here: https://www.youtube.com/watch?v=8fMFa6OqlY8
-
comment
Comment #37488018
Isn't ArgoCD more of a GitOps tool? The pretty UI is mostly secondary to its main purpose for me, which is to keep the declarative "truth" in source control, and have ArgoCD be the…
-
comment
Comment #37074892
Is this discontent coming from the embedded player on the linked page? Because yes, that's a Spotify player, but in case you missed it: there are three links at the top of the page…
-
comment
Comment #36636917
You should look at Hetzner [0]. They offer unmetered bandwidth on their dedicated servers with a 1Gbps uplink (I personally run a Tor relay on one averaging a sustained 15+Mbps ove…
-
comment
Comment #36519668
> - the password box truncates passwords silently PayPal does this, which means I lost the ability to use PayPal for a few days because my password manager generated something long…
-
comment
Comment #35252802
Oh, it's nice you fixed it, thanks! And don't worry, I updated atuin, as it's in my distro's repository (which is why I wasn't worried about disabling the update check).
-
comment
Comment #35250454
I also had a rather noticeable delay when launching atuin. As it turns out, this was because it checked for an update every time it launched! You can disable that update check: add…
-
comment
Comment #33823628
> If I'm trying to relate to something a relative stranger is telling me, I'll use one of the later versions unless I want to drop the (often unknown what to do with) bomb that I e…
-
comment
Comment #33281131
If a certificate has been issued for a domain, and that domain doesn't show up in the certificate transparency logs, that's not something I'd cheer for: that issuer could just as w…
-
comment
Comment #33136142
Or, ironically, the podcast of the guy he responded to, adamgordonbell: https://corecursive.com/ It's a podcast I've really been enjoying for a few years now. It used to be a littl…
-
comment
Comment #32158466
It appears that there's been an attempt at standardizing temporal features in SQL in the SQL:2011 standard: https://en.wikipedia.org/wiki/SQL:2011
-
comment
Comment #31628876
You probably misunderstood: gp won't make mistakes in a medical field because he's not a medical professional, so he won't do anything in the medical field. The same sometimes appl…
-
comment
Comment #30783095
My hosting stack seems to be similar to yours. In addition to the services themselves, I run a watchtower container to check for new images for me, which then notifies me through y…
- story
-
comment
Comment #30693163
Invidious is fairly easy to self-host, see https://docs.invidious.io/Installation/#docker-compose-metho... I don't believe it's very resource intensive (though the recommendation i…
-
comment
Comment #30510722
Can't the same be said about the algorithm to generate the Collatz sequence for any given number? By that definition, I shouldn't be calling that an algorithm.