Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
psYchotic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
by
psYchotic
9d ago
That helps. Thank you! I was trying to come up with something to explain why I couldn't see it myself: every element of an empty set of integers is both even and odd. This feels counterintuitive to me, until I flip it around into a que
2.
▲
by
psYchotic
9d ago
Help me out, I feel dumb. The first criterion for a function is stated as: > The first item in each pair comes from A. The counter-evidence for the proposition says: > Let A = {}, and B = {1}. Let f: A -> B = {} How does this f sat
3.
▲
by
psYchotic
2mo ago
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://github.com/qarmin/czkawka
4.
▲
by
psYchotic
3mo ago
Without having looked into how Weave works, it sounds similar to Mergiraf: https://mergiraf.org/
5.
▲
by
psYchotic
1y ago
I found this,maybe it helps: https://gwern.net/doc/ai/nn/1986-rumelhart-2.pdf
6.
▲
by
psYchotic
1y ago
xh is Nice: https://github.com/ducaale/xh There's also curlie: https://github.com/rs/curlie
7.
▲
by
psYchotic
2y ago
> 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 myself, so I started googling, and came across this: htt
8.
▲
by
psYchotic
2y ago
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 given the comments here), or I have a t
9.
▲
by
psYchotic
2y ago
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 using Caddy with the excellent caddy-docker-prox
10.
▲
by
psYchotic
3y ago
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/2014/08/19/making-sv
11.
▲
by
psYchotic
3y ago
I have nothing interesting to contribute here, but I want to express my thanks to alohapersona3 for trying to hold the Matrix Foundation accountable!
12.
▲
by
psYchotic
3y ago
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
13.
▲
by
psYchotic
3y ago
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 control loop that keeps the cluster in sync
14.
▲
by
psYchotic
3y ago
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, for Google, Apple and Spotify. And if it's an ol
15.
▲
by
psYchotic
3y ago
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 over the past year), idem for their "Storage Share" o
16.
▲
by
psYchotic
3y ago
> - 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 longer than the 16(!) or so characters PayPal accepts. If you
17.
▲
by
psYchotic
3y ago
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).
18.
▲
by
psYchotic
3y ago
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 a ` update_check = false` to your `~/.config/atui
19.
▲
by
psYchotic
4y ago
> 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 experienced such-and-such with my dead wife, too
20.
▲
by
psYchotic
4y ago
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 well hand out certificates for your domain to
21.
▲
by
psYchotic
4y ago
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 little more technical (as the name, co
22.
▲
by
psYchotic
4y ago
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
23.
▲
by
psYchotic
4y ago
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 applies to designers and developers: if developer
24.
▲
by
psYchotic
4y ago
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 yet another selfhosted solution: gotify. I have watchtower se
25.
▲
Deprecation of the MinIO Gateway
(blog.min.io)
1 points
by
psYchotic
5y ago
|
0 comments
26.
▲
by
psYchotic
5y ago
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 is at least 3GB of RAM), so y
27.
▲
by
psYchotic
5y ago
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.
28.
▲
by
psYchotic
5y ago
May I suggest you look into grype[0], or some other similar tool? It can be used to scan images for vulnerabilities. You'll probably find a bunch of vulnerabilities that aren't likely to actually affect you, but still, at least yo
29.
▲
by
psYchotic
5y ago
Deferred constraints can be awesome, but as you point out, they can be a massive blind spot in tests that rely on transactions to keep the database clean. However, I've had success with using the `SET CONSTRAINTS ALL IMMEDIATE`[0] stat
30.
▲
by
psYchotic
6y ago
For any Arch user running into this thread, wanting to install this: the project went through a rename (to xh), and a package has been added to the Arch "community" repo. So all you need to install this now is: pacman -Syu x
More ›