Viewing profile — crtxcr
crtxcr
HN member- Joined
- Sun, Aug 05, 2018, 10:10 AM UTC
- HN karma
- 146
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About crtxcr
No profile information was provided.
Recent public activity
-
comment
Comment #37953952
I've been using three profiles for some time now and it works great. One is a profile that I exclusively run in a Linux network namespace, where all traffic is routed over a wiregu…
-
comment
Comment #37405327
Interesting, but almost every click on the site requires an account (with an email). I would love to be able to assess it a bit more before creating an account.
- story
-
comment
Comment #37238627
>Further research revealed that the brain communicates with the spleen – an organ that plays a critical role in the immune system – by sending electrical signals down the vagus ner…
- story
- story
- story
-
comment
Comment #35374938
I was one of the relatively early adopters in 2015 when the BQ Aquaris E4.5 came out. I gave Ubuntu Touch a chance, particularly as I was longing for something comparable to Maemo …
-
comment
Comment #34539994
I'll keep an eye on that, thx!
-
comment
Comment #34539976
Good catch, thx!
- story
- story
-
comment
Comment #32973592
I am working on looqs, it can do that (and also will render the page immediatly): https://github.com/quitesimpleorg/looqs
-
comment
Comment #32286905
The following resources provide some background towards the original Wim Hof method: https://pubmed.ncbi.nlm.nih.gov/24799686/ https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9071023/…
-
comment
Comment #32098782
Great work! >.. So how do we get it that simple on Linux? I believe the answer is to find someone with enough free time to figure out how to use SECCOMP BPF to implement pledge. > …
-
comment
Comment #32061750
I was a bit disappointed by some limitations back then when I tried it for a project of mine. When searching phrases where ordering matters, phraseto_tsquery() does not quite work …
- story
-
comment
Comment #31455908
To clarify: systemd uses seccomp to filter system calls. Seccomp employs the older BPF, but not eBPF. There was some work done to make seccomp use eBPF, but so far nothing is merge…
-
comment
Comment #30941674
https://quitesimple.org/ Powered by a wiki I wrote in C++ (long story), not much going there right now besides links to my projects. I added feeds recently as I plan to start blogg…
-
comment
Comment #29775005
>things you can attach eBPF programs to >... >seccomp / landlock security things Landlock does not use *BPF. Seccomp can only use BPF at this point, not eBPF (though there has been…
-
comment
Comment #27176478
- adhocify: I wanted to launch commands upon file system events, however without first configuring a daemon for that task. Therefore, I created adhocify: https://github.com/quitesi…
- story