Live data from Hacker News

Viewing profile — defer

defer

HN member
Joined
Mon, May 03, 2010, 2:48 PM UTC
HN karma
78
Public activity
24 items

About defer

No profile information was provided.

Recent public activity

  1. comment
    Comment #46842261

    No, the SMS is initiated by the device upon calling emergency, not requested by the emergency service. The standard is called AML. The format is not secret either, it's just binary…

  2. comment
    Comment #42281402

    They are huge because android has hundreds of smallish makefiles but the generated ninja file is a single flat file. The advantage in android is that the different build systems wi…

  3. comment
    Comment #42274332

    This is hilarious to me: Android, which uses it for some large component of the system that I've never quite understood Ninja is really a huge part of AOSP, the build system initia…

  4. comment
    Comment #42263412

    JVM does garbage collection, this can stop all threads at safepoints while GC occurs. Those stops can be enough to ruin your low latency requirements in the high percentiles. A com…

  5. comment
    Comment #37827524

    You can generate binder wrappers from aidl, that would work. This is fairly common when doing platform work (for those like me who work on the operating system rather than on apps)…

  6. comment
    Comment #37825078

    I also want to know this, but in reverse. I build older android (the OS) versions inside docker containers because they have dependencies on older glibc versions. This is a memory-…

  7. comment
    Comment #36977440

    Well, it's understandable. If you talk about it with other linux-on-MacBook tinkerers I'm sure they'll be more sensible to your cause. But generally, if you pointed that out to me …

  8. comment
    Comment #30829035

    Definitely, I remember from reading the documentation that they could also target HTML5/css ( https://docs.flutter.dev/development/tools/web-renderer ) instead of canvas but I'm no…

  9. comment
    Comment #30828898

    I used a similar approach before working mostly remote, now I just curl to pushbullet to get the notification wherever I might be working.

  10. comment
    Comment #30828364

    This resonates. I usually wrap my long running commands in something that sends a push notification when they finish so that I don't jump around seeing if things completed or faile…

  11. comment
    Comment #30828328

    It's certainly possible, I honestly wouldn't know. Anedoctaly, I find it worse on my mental health to just sit around waiting for things to finish.

  12. comment
  13. comment
    Comment #30828214

    Yeah, I mentioned it because I see peers doing different things to be productive during compilation times while newcomers will stare at compiler output. Some will jump to writing d…

  14. comment
    Comment #30828105

    Not quite, treble is more about separating hardware specifics in a versioned, backwards compatible way. It's more for replacing the previous HAL system which in itself already abst…

  15. comment
    Comment #30827979

    But that's just the kernel. This is more akin to compiling the kernel plus all packages and applications that make up the operating system.

  16. comment
    Comment #30827963

    I'm very conflicted with flutter. The developer story is tempting, cross platform consistency but extendable to each system's specifics. On the flip side there's the odd programmin…

  17. comment
    Comment #30827884

    I'm not familiar with fuschia but those times are what I'd consider normal for an initial compilation of an operating system in regular consumer workstations. I work on the android…

  18. comment
    Comment #29065165

    Oh, for sure. It's definitely not either/or. I've worked in fraud prevention software in the past and our clients would definitely see both. I've been away from that world for a wh…

  19. comment
    Comment #29063602

    Not exactly. Some people are in the business of gathering and selling valid credit cards. They won't cash out on them or buy items. Instead, they'll collect cards from a source (sk…

  20. comment
    Comment #27904403

    Heh, I do android platform development for a living. Most devices are obviously ARM but you can't compile android on arm processors.

  21. comment
    Comment #20525788

    A small correction, Android does not use OpenJDK. It uses the ART runtime ( https://source.android.com/devices/tech/dalvik ) which will definitly need porting. Slightly longer answ…

  22. comment
    Comment #4081734

    This would support multiple vhosts.

  23. comment
    Comment #3390352

    Not really no, most of it is Android's + Qualcomm's modifications (which are usually public and easily available). However, there are some HTC hardware-specific parts that are used…

  24. story