Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bardsore
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bardsore
17d ago
Adding your user to the docker group is in the official Docker install instructions, I wouldn't call that "random copy paste guides".
2.
▲
by
bardsore
1mo ago
That is an extreme amount
3.
▲
by
bardsore
1mo ago
I tried Moshi. Some things I did not like - Despite the name, using mosh is a paid feature - It was not clear what is and isn't a paid feature when using the app for the first time (after selecting which server to connect to, when you
4.
▲
by
bardsore
6mo ago
I'm just a hobbyist with a 3D printer, but after watching a few tutorials it seems quite simple if you're only using the sketcher and part design 90% of the time.
5.
▲
by
bardsore
7mo ago
Unless she hosts her own cert authority or is using a self-signed cert, the wildcard cert she mentions is visible to the public on sites such as https://crt.sh/ .
6.
▲
by
bardsore
8mo ago
Can't speak for the benefits of https://nono.sh/ since I haven't used it, but a downside of using docker for this is that it gets complicated if you want the agent to be allowed to do docker stuff without giving i
7.
▲
by
bardsore
9mo ago
Security in layers, I'd do both.
8.
▲
by
bardsore
9mo ago
Always try to avoid having two services using the same DB. Only way I'd ever consider sharing a DB is if only one service will ever modify it and all others only read.
9.
▲
by
bardsore
11mo ago
How fast my terminal can print 10000 lines is pretty far down the list of requirements I have, who cares as long as it is fast enough? To me it is as irrelevant as who has the best unicode support.
10.
▲
by
bardsore
1y ago
I tried niri this spring and had several issues trying to get copy-pasting between Wayland and X (Xwayland) working. Think I had some other problems as well that were a dealbreaker that I can't recall at the moment. Anyway, have you ha
11.
▲
by
bardsore
1y ago
For Fish, I'd recommend https://github.com/IlanCosman/tide instead
12.
▲
by
bardsore
2y ago
I tried Niri, but couldn't figure out how to get good enough support for X programs. Specifically I had issues with the clipboard, I couldn't copy passwords from 1Password (X) and paste them into Firefox (Wayland). Niri doesn'
13.
▲
by
bardsore
2y ago
Something about the cookie banner on this site hijacks my history so I can't go backwards.
14.
▲
by
bardsore
2y ago
I use Purelymail to send emails from my personal domain (admin@domain.tld) from my self-hosted stuff and to forward emails to my personal domain to my gmail, and it works great for that. I only use it for hobby projects so I'm not too
15.
▲
by
bardsore
2y ago
I think it sounds natural to say "we" in the context of a company even if it's a one-person company, but I just know english as a second language.
16.
▲
by
bardsore
2y ago
I can't remember what the issue was exactly, but Kitty does something that makes it work not-so-nice when SSHing into some machines.
17.
▲
by
bardsore
3y ago
Worked a place where we switched from having a client library to making the other teams use our APIs directly themselves. Of course, we had to do the switch for them because they were too busy... Pretty much just copy-pasted the library co
18.
▲
by
bardsore
3y ago
They are obviously talking about the bottles and not the contents of them, which you'd know if you'd read the article.
19.
▲
by
bardsore
3y ago
The kotlin example can be made even more concise: val num = words.count { it.isNotEmpty() }