Viewing profile — jcantero
jcantero
HN member- Joined
- Sun, Jun 18, 2017, 2:41 PM UTC
- HN karma
- 11
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About jcantero
No profile information was provided.
Recent public activity
-
comment
Comment #35007953
Another relevant short story: “I (28M) created a deepfake girlfriend and now my parents think we’re getting married” by Fonda Lee (2019) https://www.technologyreview.com/s/614942/d…
-
comment
Comment #25020822
Yes. > alias gmail='mutt -F ~/.mutt/muttrc_imap_gmail'
-
comment
Comment #19910092
liferea - https://lzone.de/liferea/
-
comment
Comment #19849009
It depends on who your publisher and target audience is. See this recent article: https://news.ycombinator.com/item?id=19708789
-
comment
Comment #19737082
It's a blatant lie because the author of that code snippet is trying to trick the reader into thinking that Wayland's isolation somehow has been broken, but that's not true at all.…
-
comment
Comment #19733538
That link is a blatant lie. Redirect each wayland client's stderr to a different term and you will see that the process (keyboard/mice input + graphics output) isolation is still w…
-
comment
Comment #18420736
The headline is wrong. "Dreams Before the Start of Time" by Anne Charnock is the 2018 winner of the Arthur C. Clarke award: https://www.clarkeaward.com/2018-winner/ They must be re…
-
comment
Comment #16385099
I fail to see how it can help in this case. The most fine-grained access you can achieve with SELinux are objects such as files or ports. What you need here is the ability to check…
-
comment
Comment #16360002
About how to use SELinux to ensure that a process with certain PID is running the intended executable and that it hasn't been tampered by the user (i.e. a rogue app running with us…
-
comment
Comment #16358981
I haven't heard about that, can you please provide a link?
-
comment
Comment #16355535
The reason that Wayland (or X11) protocol uses Unix sockets for communications is because there is not a hierarchical relationship between a client process and the server process (…
-
comment
Comment #16352806
How the wayland server and the shell are going to share (or agree to) that file descriptors or secrets in the first place? Or how can you ensure that the shell is not a rogue one?
-
comment
Comment #16351901
> However the way Wayland (or its broader ecosystem) "fixes" security is just stupid. Instead of using a fine grained whitelisting based permission system to grant different client…