Live data from Hacker News

Viewing profile — altfredd

altfredd

HN member
Joined
Mon, Mar 26, 2018, 11:21 PM UTC
HN karma
357
Public activity
180 items

About altfredd

No profile information was provided.

Recent public activity

  1. comment
    Comment #46762628

    I have seen few cases where UEFI was not actually usable on non-OEM configurations. In fact, my current ASUS laptop did not allow me to install Windows until I have performed a sop…

  2. comment
    Comment #46571388

    They are fully supported almost everywhere. XFS, ext4, tmpfs, f2fs and a bunch of misc filesystems all support them. Ext4 support dates as early as Linux 3.15, released in 2014. It…

  3. comment
    Comment #46111102

    What an absolute boatload of lies. I am currently in process of "verifying" my identity with Android Developer console. In addition to proof of identity (e.g. passport/driver licen…

  4. comment
    Comment #46016701

    Android has entire API for handling driver failures: https://developer.android.com/reference/android/net/wifi/Wif... Hardware can have issues, but firmware and drivers usually work…

  5. comment
    Comment #46016522

    > intentionally hostile kernel interface If open-sourcing your entire kernel is being "hostile", I don't think that there is or ever was a "friendly" OS.

  6. comment
    Comment #46002759

    You mean "Google has to perform final action after user petitions it to install" (not really final, Google can uninstall your apps anytime if they are deemed undesirable)

  7. comment
    Comment #45971531

    Cloudflare will disconnect you from their free plan just as quickly. Especially when you are facing "infected machines by the millions".

  8. comment
    Comment #45874593

    Given that Google owns Web, it can be argued that any web tech killed by Google is a part of Google Graveyard

  9. comment
    Comment #45873564

    You can always render blink and marquee with Canvas. Just kidding, Canvas is obsolete technology, this should obviously be done with WebGPU

  10. comment
    Comment #45742189

    Approval is tied to individual apps. From https://developer.android.com/developer-verification : > You'll need to prove you own your apps by providing your app package name and app…

  11. comment
    Comment #45479015

    Android used to have lighting-fast builds even when accounting for Google's quirky tooling, R.java generation and binary XML processing. After introduction of Gradle build system a…

  12. comment
    Comment #45338058

    Arch (and most FOSS Linux distributions) are highly resistant to ddos attacks. Good luck trying to ddos their mirrors and mailing lists.

  13. comment
    Comment #45334927

    > this is where most of the speed up comes from I might be mistaken, but the brief look at code shows that the speed up appears to come from combination of async architecture (the …

  14. comment
    Comment #45024855

    You already can not install applications from Google Play without Google account. Google accounts are registered with personal phone number (the one you obtained from your carrier,…

  15. comment
    Comment #45022230

    While this did funnel countless FOSS and commercial developers to pay MS for certificates, it didn't close even 50% of loopholes. You can still execute third party software from yo…

  16. comment
    Comment #45022146

    > most normal people... don't even understand what sideloading is Actually, they understand it just fine. The concept is very simple too. Before this change you could install Andro…

  17. comment
    Comment #44931190

    Note that TCP Keep-Alive might not play well with mobile devices. Mobile operating systems can use application-level keep-alive packets, because those can be easily attributed to i…

  18. comment
    Comment #44655735

    This might be somewhat less threatening then it sounds, because it requires caller to fully control animations used for entering the targeted Activity. In particular, this vulnerab…

  19. comment
    Comment #44567924

    Google already dumps old apps from store for no reason whatsoever: https://android-developers.googleblog.com/2022/04/expanding-... You have to update an application every year, eve…

  20. comment
    Comment #42749597

    First they ousted 8chan because of something-something-terrorism something-pedophilia. Then they have banned RT, because Russia and US are clearly at war (nope). Now they are banni…

  21. comment
    Comment #42748600

    > you can’t imagine what’s a compute heavy endpoint Indeed, I can't. Because "compute heavy" isn't a meaningful description. Is it written in C++? Are results persisted anywhere? I…

  22. comment
    Comment #42748162

    20000 RPS is very little — a web app / database running on an ordinary desktop computer can process up to 10000 RPS on a bare-metal configuration after some basic optimization. If …

  23. comment
    Comment #41708379

    > F-Droid compiles and signs all the apps on behalf of the application developers At least they are open and honest about it. As opposite to Google, who promised to let developers …

  24. comment
    Comment #41691543

    > WTF? Sure you can do on top of even pipes. Even XDR could... Of course, you "can". Implement message-based communication on top of streaming. Emulate blocking calls on top of non…

  25. comment
    Comment #41690282

    Not really. Binder solves a real-world problem — priority inversion. It is also the only IPC on Linux that allows to perform a blocking call from process A to process B (and have p…