Viewing profile — defer
defer
HN member- Joined
- Mon, May 03, 2010, 2:48 PM UTC
- HN karma
- 78
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About defer
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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)…
-
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-…
-
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 …
-
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…
-
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.
-
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…
-
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.
- comment
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…
-
comment
Comment #4081734
This would support multiple vhosts.
-
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…
- story