henfredemars

joined 1 year ago
[–] henfredemars@lemmy.world 37 points 4 months ago

I see this upcoming election will be the final one. Nice work.

[–] henfredemars@lemmy.world 1 points 1 year ago (1 children)

Oh cool, thanks. I have friends in Texas and they make it sound like it could never happen.

[–] henfredemars@lemmy.world -5 points 1 year ago (11 children)

Snowballs chance unfortunately. I understand getting a Democrat to win in Texas is effectively impossible.

[–] henfredemars@lemmy.world 3 points 1 year ago

Very cute! The grooming must be a task.

[–] henfredemars@lemmy.world 2 points 1 year ago

How do we know this post isn't fake? Perhaps it's all part of the ruse.

[–] henfredemars@lemmy.world 2 points 1 year ago

Is there a problem upvoting on other instances? I've never noticed it not working.

[–] henfredemars@lemmy.world 5 points 1 year ago

Even more, make it more like a backup feature that's opt out not opt in. Thus, when a server goes away, the user still has their community list to import somewhere else.

[–] henfredemars@lemmy.world 1 points 1 year ago

No one could have predicted this /s

[–] henfredemars@lemmy.world 0 points 1 year ago (2 children)

This might be the wrong place for this question, but I have heard criticism that real rust programs contain lots of unsafe code. Is this true?

[–] henfredemars@lemmy.world 3 points 1 year ago

Sounds like they lucked out into an awesome job with no real work required.

[–] henfredemars@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

Sorry that's the European version I only upvote the American version of the can.

 
 

 

More concretely, I'm asking this: why aren't applications compiled fully to native code before distribution rather than bytecode that runs on some virtual machine or runtime environment?

Implementation details aside, fundamentally, an Android application consists of bytecode, static resources, etc. In the Java world, I understand that the main appeal of having the JVM is to allow for enhanced portability and maybe also improved security. I know Android uses ART, but it remains that the applications are composed of processor-independent bytecode that leads to all this complex design to convert it into runnable code in some efficient manner. See: ART optimizing profiles, JIT compilation, JIT/AOT Hybrid Compilation... that's a lot of work to support this complex design.

Android only officially supports arm64 currently, so why the extra complexity? Is this a vestigial remnant of the past? If so, with the move up in minimum supported versions, I should think Android should be transitioning to a binary distribution model at a natural point where compatibility is breaking. What benefit is being realized from all this runtime complexity?

view more: next ›