Live data from Hacker News

Viewing profile — jhasse

jhasse

HN member
Joined
Fri, Jan 13, 2012, 9:25 PM UTC
HN karma
2,306
Public activity
1,853 items

About jhasse

No profile information was provided.

Recent public activity

  1. comment
    Comment #47855038

    I do. Why not?

  2. comment
    Comment #47837337

    Not water proof and definitely big for its capacity.

  3. comment
    Comment #47837277

    Already exists in the EU: https://www.reddit.com/r/Smartphones/comments/1lad1a4/eus_ne...

  4. comment
    Comment #47837175

    On Pixels too.

  5. comment
    Comment #47837126

    Pixel 8 is nearly 3 years old. Battery is still perfectly fine.

  6. 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.

  7. 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…

  8. 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.

  9. 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 :)

  10. 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.

  11. 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.

  12. 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…

  13. 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…

  14. comment
    Comment #47144974

    Did your users really consider your app if it wasn't in the Play Store?

  15. comment
    Comment #47144919

    Fairphone 6 with /e/OS for example.

  16. comment
    Comment #47144889

    We can also do both, right? :)

  17. comment
    Comment #47144851

    Even more reason to use these forks (and support them), right?

  18. comment
    Comment #47144815

    Have yoz really checked for GrapheneOS? Which country?

  19. comment
    Comment #47144641

    Only require Developer Registration for apps with READ_SMS then.

  20. comment
    Comment #47047548

    You can lock the bootloader again with GrapheneOS and many banking apps work.

  21. 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 …

  22. comment
    Comment #46953021

    Shouldn't sales reduce inflation because they increase supply?

  23. comment
    Comment #46952994

    A wealth tax would be like 5% of the $100k, nothing to do with the gains.

  24. comment
    Comment #46952904

    [flagged]

  25. 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 ...