Live data from Hacker News

Viewing profile — Natela

Natela

HN member
Joined
Tue, Oct 09, 2018, 10:24 PM UTC
HN karma
35
Public activity
22 items

About Natela

No profile information was provided.

Recent public activity

  1. comment
    Comment #18402912

    It's not open limitations but about extra Microsoft spyware included and making you agree with Microsoft Privacy Terms https://code.visualstudio.com/License/ "The software may coll…

  2. comment
    Comment #18402813

    Samsung didn't implement convergence, they implemented Android-with-a-keyboard-on-a-big-screen . True convergence would be something like Ubuntu Touch wanted to do

  3. comment
    Comment #18402665

    But what is this price we pay for FB and Google services ? 3% increase on 0€ is still 0€. We don't pay for Google with money but with our privacy. I'm perfectly fine with making my…

  4. comment
    Comment #18402537

    As a European I think this is a smart move on the contrary. Google cannot get rid of the EU market, if it does, EU competitors might have a chance. So the EU can just tax Google as…

  5. comment
    Comment #18389948

    VSCode is not Open Source and is spyware too : https://code.visualstudio.com/License/ . It's only open source if you build it yourself from Github

  6. comment
    Comment #18335259

    That's good to know !

  7. comment
    Comment #18332732

    I just hope it will be easy to write bindings for different language in the future. I guess it's important for a wider adoption not to impose something "low-level" like Rust (for e…

  8. comment
    Comment #18332708

    I really wish all the best for this project. To me here are the main points why this framework is really promising : - Backed by webrender : Mozilla is putting large effort in webr…

  9. comment
    Comment #18317108

    I agree, I think Typescript is a very good pick for UI developpement, it's easy to use yet you still have types that help with maintainability. I would definitely be using somethin…

  10. comment
    Comment #18313212

    This is a nice experiment ! There are a few people starting to hack around with WebRender. There are already Limn, Azul, Stylish, etc...it would be nice if we joined forces in deve…

  11. comment
    Comment #18309100

    Yea and this is purely driven by Apple needs. For e.g on Apple the UI is desturated so dark mode just means go darker. But for e.g on Linux with Arc theme, dark theme has a blueish…

  12. comment
    Comment #18243943

    I have a PH1, I got it new for 400$. It is by far the most premium experience you can have out of all Android phones for that price. 128GB, excellent screen resolution & contrasts,…

  13. comment
    Comment #18239429

    Security-wise it will depend on the distro. Under Gnome /KDE it will be flatpak responsible for sandboxing. So it doesn't depend (too much) on Purism. On the hardware side they put…

  14. comment
    Comment #18238165

    React is not fast, clearly the simple idea of having a virtual Dom is very costly compared to do things by hand. However for a large scale app react makes it more easy to reason ab…

  15. comment
    Comment #18238117

    I agree very much. However there are two points that make it difficult : - Virtual Dom. It simplifies a lot the creation of components. And components that are made for a VDOM are …

  16. comment
    Comment #18218405

    There was already a post on this. Basically the argument about home is true but this is because 1) apps should not use filesystem access but rather portals (if they can) 2) nothing…

  17. comment
    Comment #18202939

    with RSS it was decentralized, you could "follow" bloggers and website directly. Now news are own by big companies like FB or Twitter and it's kind of sad. If you want to follow so…

  18. comment
    Comment #18192509

    Ideally , Firefox would be downloaded from official Mozilla Flatpak repo, Blender from Blender Flatpak repo on Blender server, etc... And we would have this list of those repo on o…

  19. comment
    Comment #18180627

    Thank you ! This should be 1st. Many people don't understand this it seems

  20. comment
    Comment #18180620

    No. Flathub has nothing to do with flatpak technology itself. Flathub is just one server hosting some flatpack repos. It's like saying .deb is Ubuntu Store. Well no, it is just one…

  21. comment
    Comment #18180576

    What ? No it's exactly the opposite ! I think you're confusing with AppImage maybe which is indeed download from the browser & run. The (long) goal of flatpak is that the user woul…

  22. comment
    Comment #18180502

    The sandbox is in a sense working, the problem is that the folder the app accesses is more critical than what the user thought. We should make sure nothing in home will get execute…