Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
iokanuon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
iokanuon
1y ago
Actually thinking about it - why not have everything encased in sand all the time, you'd just have to be a kid playing in a sandbox when doing maintenance
2.
▲
by
iokanuon
1y ago
If you don't have a bottom layer the sand will immediately fall
3.
▲
Show HN: netcat over Cloudflare Warp
(github.com)
4 points
by
iokanuon
2y ago
|
0 comments
4.
▲
by
iokanuon
2y ago
You could do that, and it'd still be POSIX-shell comptible: loadenv() { case "$-" in *a*) source ./.env ;; *) set -a; source ./.env; set +a ;; esac } Although I h
5.
▲
by
iokanuon
2y ago
That will break if there's comments in the file, or if any one of the variables' values contain spaces. You can use `set -a` to load .env into an existing shell instance instead: loadenv() { set -a source .&#
6.
▲
by
iokanuon
2y ago
You'd need to `set -a` or pass the `-a` as a flag to have them auto-exported though, so: sh -ac '. ./.env; ./prog' Also if you use the `.` builtin it's a good idea to specify the path with a slash in i
7.
▲
Top-Starred GitHub Repos
(git-top-repos.net)
1 points
by
iokanuon
3y ago
|
0 comments
8.
▲
by
iokanuon
3y ago
This video is about motorcycles, not cars. Also, the data on this is in the linked video - the author demonstrates you can do a controlled stoppie to decelerate faster without ABS, because that's its main feature - preventing you from
9.
▲
Show HN: GitHub Top Repos
(git-top-repos.net)
2 points
by
iokanuon
3y ago
|
0 comments
10.
▲
Dimma: Semi-Supervised Low Light Image Enhancement with Adaptive Dimming
(github.com)
3 points
by
iokanuon
3y ago
|
0 comments
11.
▲
Endlessly browse through the top GitHub repositories
(top-of-github.baraniecki.eu)
2 points
by
iokanuon
3y ago
|
0 comments
12.
▲
by
iokanuon
4y ago
It's an option you can use when invoking `make` - so no need to specify extra cmake options, just during `make` invocation after `cmake` is already done
13.
▲
by
iokanuon
4y ago
That's crazy. Where do you live? In Poland I just skipped the insurance system to get ADHD meds and went to a psychiatrist specialising in ADHD privately - $70 for a 20 minute visit seems a bit steep but it's better than waiting y
14.
▲
by
iokanuon
4y ago
>"ip addr show" lists interfaces and their stats. It's harder to read than ifconfig -a but gives you the same information in a similar format. It's worth noting that `-br` gives you a brief version of the output, and
15.
▲
by
iokanuon
4y ago
Just to be clear, I'm not trying to argue with you - just trying to share an observation from my own life. The experience of the inner monologue in my brain not being able to control what the rest of my body is doing when not on meds s
16.
▲
by
iokanuon
4y ago
>Humans can delay gratification for larger payouts later on, which if we could not consciously do then I personally would probably do nothing with my life besides the basic biologic urges and whatever gives me the strongest immediate dop
17.
▲
by
iokanuon
6y ago
From what I remember about SSE, no Microsoft browser supported them. It seems like they've finally added support to Edge this year though.
18.
▲
by
iokanuon
6y ago
It also might be illegal in some places right now
19.
▲
by
iokanuon
6y ago
That's exactly why that works, the shell expands it, so mv foo-bar-{baz,quux}.txt becomes mv foo-bar-baz.txt foo-bar-quux.txt
20.
▲
by
iokanuon
6y ago
That's exactly what the article is about.
21.
▲
by
iokanuon
7y ago
All POSIX-compliant shells should support this.
22.
▲
by
iokanuon
7y ago
There's a third option, postpone it a couple months.
23.
▲
by
iokanuon
7y ago
>Moreover, in our dorms, we have effectively no way to eat if the dining halls close down. That sounds crazy to me, in Poland there's a multitude of cheap restaurants full of students close to every university campus. There's a
24.
▲
by
iokanuon
7y ago
Anecdotally, changing the ssh port on a very low-budget VPS is worth the effort because the CPU time eaten by responding to the ssh bots can be noticable.
25.
▲
by
iokanuon
7y ago
Remember that creating a Google Play account already costs $20, so for the most people the distribution costs are far more than covered.
26.
▲
by
iokanuon
7y ago
Since a few years ago, you were also able to use the BLIK system to transfer money instantly for free between most banks, by only knowing the recipient's phone number. To be fair I can't imagine anything more convenient.
27.
▲
by
iokanuon
7y ago
Sorry, I've just copied the first two replies.
28.
▲
by
iokanuon
7y ago
This is just for show. [1] >No. The browser is not fully open source like open in open source. It is a common myth and misconception about Kiwi Browser. >Damn, 1 commit and nothing else but keeps updating and releasing apks? Looked in
29.
▲
by
iokanuon
7y ago
What about PeerTube? Seems like a good fit for the infosec community.
30.
▲
by
iokanuon
7y ago
MS Windows kernel code is far from being BSD licensed though.
More ›