Viewing profile — Flimm
Flimm
HN member- Joined
- Mon, Oct 24, 2011, 11:13 PM UTC
- HN karma
- 3,389
- Public activity
- 940 items
- HN profile
- View on Hacker News ↗
About Flimm
> We all realise that that would be ~so much better~.
If tildes are omitted, then I have not intended to be sarcastic.
If you're looking at my profile to see which gender you should use to refer to me, go ahead and use the male gender.
Recent public activity
-
comment
Comment #48092675
In practise, Flatpak packages have many more permissions than you might expect, and the sandbox feature gives a false sense of security. For example, the Obsidian Flatpak package […
-
comment
Comment #48064964
I disagree that this kind of scheme is inevitable. We can "evit" it through thoughtful discussion, foresight, alternative mitigations, and even regulation. Certainly, Google can ch…
-
comment
Comment #47961160
> On GNOME we already have a global shortcut for some emoji picker, I think it's Super + , or something Actually, on most distros, the default keyboard shortcut for the emoji picke…
-
comment
Comment #47940959
The GPL would not have prevented the scenario that the top-level comment complained about. Nothing in the GPL requires rich downstream projects to send money to poor upstream proje…
-
comment
Comment #47900137
Secrets tend to be randomly-generated tokens, chosen by the server, whereas passwords tend to be chosen by humans, easier to guess, and reused across different services and vendors…
-
comment
Comment #47875154
To clear up any confusion, Git runs pre-commit hooks, and they can be written in any programming language. There's a completely separate and independent project that gave itself th…
-
comment
Comment #46883295
Uppercase "B" stands for byte, and lowercase "b" stands for bit. But it's very common for people to miss the distinction, sadly, even professionals are sloppy.
-
comment
Comment #46493240
> "why did you close my question as a duplicate of how to do X with a list? I clearly asked how to do it with a tuple!" (for values of X where you do it the same way.) This is a gr…
-
comment
Comment #46409050
It's less meaningful than you think. Widespread prejudice does give you signal on public sentiment, but it doesn't give you much signal on whether the prejudice happens to coincide…
-
comment
Comment #46390220
Google doesn't allow you to recover a Google account using only your recovery email address. Despite its name, the recovery email address is not used to recover Google accounts AFA…
-
comment
Comment #46324888
The eBooks in Kobo's store are also locked down with DRM.
-
comment
Comment #46324695
Can anyone find even one DRM-free ebook on Amazon Kindle?
-
comment
Comment #46014453
Amazon made $56 billion just in advertising revenue in 2024.
-
comment
Comment #45832163
I strongly disagree. Python 2 had no bytes type to get rid of. It had a string type that could not handle code points above U+00FF at all, and could not handle code points above U+…
-
comment
Comment #45604858
If you're talking about free-as-in-freedom software, promoted by Richard Stallman and the FSF, then they have always been clear that Free software must not forbid commercial usage …
-
comment
Comment #45513617
Does the library handle arguments that begin with a dash? Does this code print out the contents of the file named `--help`, or does it print the documentation for the `cat` command…
-
comment
Comment #45513566
If you have uv installed, trying out Python 3.14 is as simple as running this command: $ uvx python@3.14 Python 3.14.0 (main, Oct 7 2025, 15:35:21) [Clang 20.1.4 ] on linux Type "h…
-
comment
Comment #45386897
Even personalised advertising can be done without sharing personal data with 100+ third parties. For example, ask the user to fill out a survey about their interests, and then serv…
-
comment
Comment #45386144
There are many ways to monetize free online websites. The most obvious way is advertising. Advertising can be privacy-respecting. The Guardian in particular is funded by a trust fu…
-
comment
Comment #45385818
This article is on theguardian.com , and it has started to require a paid subscription for all readers who don't want to share their data with 131 third parties. There is no privac…
-
comment
Comment #45343435
The Winnie the Pooh books by A. A. Milne are no longer under copyright, that copyright expired. However, the Disney animations of Winnie the Pooh are still under copyright, and the…
- comment
-
comment
Comment #45300388
Thank you for the explanation. And thank you for your important work making the ecosystem more secure, for the benefit of 5.5 billion Internet users.
-
comment
Comment #45293783
How is the age of a package calculated? If the publishing date of a package is obtained from the package's metadata defined by the package author, (just like Git commit dates are d…
-
comment
Comment #45267498
I can understand it. Ordinary users were getting locked out of their accounts when losing their phones. Some of those stories hit HN. Don't disable cloud sync unless you have a bac…