Viewing profile — jhasse
jhasse
HN member- Joined
- Fri, Jan 13, 2012, 9:25 PM UTC
- HN karma
- 2,306
- Public activity
- 1,853 items
- HN profile
- View on Hacker News ↗
About jhasse
No profile information was provided.
Recent public activity
-
comment
Comment #47855038
I do. Why not?
-
comment
Comment #47837337
Not water proof and definitely big for its capacity.
-
comment
Comment #47837277
Already exists in the EU: https://www.reddit.com/r/Smartphones/comments/1lad1a4/eus_ne...
-
comment
Comment #47837175
On Pixels too.
-
comment
Comment #47837126
Pixel 8 is nearly 3 years old. Battery is still perfectly fine.
-
comment
Comment #47797044
You absolutely do need SDL, it's full of knowledge by humans from trial and error over years of using input devices in the real world.
-
comment
Comment #47590543
You mean OpenSL ES? Is anyone actually using that on desktop? On Android there's https://github.com/google/oboe . While Mesa has OpenGL ES it wasn't always available (for example n…
-
comment
Comment #47585715
Good point. I think it would be fixable by using the Change Time instead of the Modify Time, because that changes when moving the copy over the original.
-
comment
Comment #47585684
Good news, I've been working an adding file content hashing to Ninja: https://github.com/ninja-build/ninja/pull/2735 That will fix the "switch branches back and forward" case :)
-
comment
Comment #47453503
Audio APIs on Android are completely different than on GNU/Linux. 3D was also different (OpenGL ES vs OpenGL mess), only now it's starting to become kinda the same with Vulkan.
-
comment
Comment #47444854
Well if it's GPL without CLA and they accept outside contributions, they can't relicense / make it propriatary. Unlike with MIT.
-
comment
Comment #47156595
> Multiple citizens faced police raids, investigations, fines, or suspended sentences (jail risk if violated) for online posts calling Green politician Robert Habeck derogatory nam…
-
comment
Comment #47145019
Sure thing, as long as it doesn't require any permissions. I have installed multiple apks on my phone from unknown people. Note that Google's requirement is also for completely per…
-
comment
Comment #47144974
Did your users really consider your app if it wasn't in the Play Store?
-
comment
Comment #47144919
Fairphone 6 with /e/OS for example.
-
comment
Comment #47144889
We can also do both, right? :)
-
comment
Comment #47144851
Even more reason to use these forks (and support them), right?
-
comment
Comment #47144815
Have yoz really checked for GrapheneOS? Which country?
-
comment
Comment #47144641
Only require Developer Registration for apps with READ_SMS then.
-
comment
Comment #47047548
You can lock the bootloader again with GrapheneOS and many banking apps work.
-
comment
Comment #47012696
> A similar spec Android costs about the same but usually has a flimsy plastic build and will become unsupported in 2-4 years Maybe 10 years ago, but this couldn't be further from …
-
comment
Comment #46953021
Shouldn't sales reduce inflation because they increase supply?
-
comment
Comment #46952994
A wealth tax would be like 5% of the $100k, nothing to do with the gains.
-
comment
Comment #46952904
[flagged]
-
comment
Comment #46886830
You're right, sorry. Good point, so maybe the standard should just add some functions that take std::string_view. Definitely not add a whole new class like std::u8string ...