Viewing profile — ibotty
ibotty
HN member- Joined
- Mon, Apr 02, 2012, 2:41 PM UTC
- HN karma
- 2,162
- Public activity
- 767 items
- HN profile
- View on Hacker News ↗
About ibotty
No profile information was provided.
Recent public activity
-
comment
Comment #49032206
That's most likely a disagreement on terms. In the media world, video is only the moving images, not audio. This is separate from images, that are meant to be still images.
-
comment
Comment #48553470
Hayden Kennedy said that on the enormocast.
- story
-
comment
Comment #47626644
Yes. Caveat: It might not really be worth it if all your infrastructure is managed by these newfangled infrastructure-as-code-things that are quick to roll out (OpenShift/OKD, Talo…
-
comment
Comment #47535250
Beer, cider and bread (leavened with yeast or sourdough at least) are fermented. What was your point again?
-
comment
Comment #47229935
The problem is the device attestation. See https://grapheneos.org/articles/attestation-compatibility-gu... for details.
-
comment
Comment #47071804
Well, double standard is of course a thing (like accusing the only democracy for not being democratic enough without saying anything about much more oppressive regimes around; but …
-
comment
Comment #47071598
As if the guardian was overly pro-Israeli. I would argue that it makes more sense in that context to mention Chinese surveillance tech, because it's not an ally of the US.
-
comment
Comment #47071534
Really important to first, pick that example of content moderation and then point out that he's an Israeli. Maybe think about why you used that example when there are countless oth…
-
comment
Comment #47032553
Very unhelpful comment. Some people don't want to run on anything AOSP. Being able to manage the device with standard linux tooling is a major plus for some people.
-
comment
Comment #46419486
I don't think your run often into these things, because of Rust's ownership enforcement. But I might be misunderstanding you, because it's all pretty abstract and I might not have …
-
comment
Comment #46323621
There is relatively little Rust in the kernel, but there are even less Rust CVEs. In this cycle alone there were 160 CVEs, one in Rust. The first one! The amount of rust is way les…
-
comment
Comment #45963496
https://gitlab.redox-os.org/redox-os/ion/-/blob/master/examp... But I assume it's for redox, so you can't use it on a regular linux.
- story
-
comment
Comment #45119533
Or use decap https://decapcms.org/
-
comment
Comment #44683610
Can you use mobilepay? (Or is that not a thing in Sweden?)
-
comment
Comment #44632571
One problem is that you can't filter its "syscalls" as you can regular syscalls. This removes a security boundary that e.g. container runtimes regularly use. So you cannot use it i…
-
comment
Comment #44398212
What's the joke exactly? English is not my native language.
-
comment
Comment #44328030
The numeronym a11y has been around for at least 15 years now.
- story
-
comment
Comment #44245085
Not a maintainer. A disgruntled developer. And one with questionable patches. Please read the gitlab discussions before coming to this conclusion.
-
comment
Comment #44200928
Well-known as in notorious, right?
-
comment
Comment #44200899
I am pretty sure you are wrong. They even tell in the README https://github.com/X11Libre/xserver that nvidia is going to be a problem.
-
comment
Comment #44198658
FWIW signal opts-out of recall. There is a blog post about it.
-
comment
Comment #43610208
And if there were one (`drop` kind-of is that function though), it will consume the file handle so you cannot call it again.