Live data from Hacker News

Viewing profile — teho

teho

HN member
Joined
Sat, May 04, 2013, 7:43 AM UTC
HN karma
42
Public activity
27 items

About teho

No profile information was provided.

Recent public activity

  1. comment
    Comment #39613773

    The more you know, I had totally missed this.

  2. comment
    Comment #39612987

    In Dart if you want to narrow down a nullable final class variable, it is not enough to do if (value == null) { // value is still nullable here } instead you need to first capture …

  3. comment
    Comment #39599671

    You could create a trigger that always keeps the value the same unless user has privileges to change it. Or alternatively the RLS rule could check if the column is being updated an…

  4. comment
    Comment #39207531

    It is absolutely true still, it is especially bad on iOS and the worst when you have a ProMotion device. They did hard lock the max fps to 80fps on scrollable elements on ProMotion…

  5. comment
    Comment #39202948

    That Compose Multiplatform interoperability with the native views and other way around looks really nice, especially because it matches how SwiftUI deals with UIKit/AppKit interop.…

  6. comment
    Comment #39201419

    I'm working on an app that is running on the latest version of Flutter with Impeller enabled. The performance seems good as long as you do not embed platform views inside a list. H…

  7. comment
    Comment #39200945

    Flutter apps have god awful performance when there is even a single platform view on the screen. In effect this means that if the app is monetized by ads, have any video, map embed…

  8. comment
    Comment #38774469

    Is there any solid proof of this? It seems that Flutter is not used in any notable apps and React Native is used even by the big players in the field. I have yet to see a single hi…

  9. comment
    Comment #31654389

    > Plus, apparently, they don't have per app notifications, and some are saying that push notifications can be unreliable. iOS does have per application notification settings. Also …

  10. comment
    Comment #24685971

    This is also holds true in Finland. UHT milk is sold in Supermarkets but it's not something that people regularly consume. I personally haven't seen it served anywhere in the past …

  11. comment
    Comment #23469837

    Yeah, but the point was that there is without a doubt more Linux instances running on ARM than there is Intel CPUs in total. Then even from the Intel processors that do have Minix,…

  12. comment
    Comment #23468864

    This keeps getting repeated, but I don’t understand how that would lead to it being the most popular OS there is. There is way more embedded systems than there is Intel CPUs on the…

  13. comment
    Comment #7297756

    Upstart was started before sytemd unlike Mir and Unity (in comparison to Wayland and Gnome 3) and it's creator having come in support of systemd[1], Ubuntu's upstream, Debian, goin…

  14. comment
    Comment #7058107

    Kaveri is also finnish for a friend.

  15. comment
    Comment #6608948

    >Chromebooks aren't GNU/Linux. It does use glibc and many other common software found in GNU/Linux systems. I'd say it's a GNU/Linux system.

  16. comment
    Comment #6602378

    glibc is under GPLv2 and I find it to be the defining piece of GNU/Linux system. The coreutils are under GPLv3 and therefore projects like Tizen use pre-GPLv3 version of such softw…

  17. comment
    Comment #6375032

    >Since Chromium doesn't support flash (that is one of the closed source bits added to Chrome) The Chrome PPAPI Flash Player works perfectly on Chromium and the binary can be shippe…

  18. comment
    Comment #6349553

    True: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/com... Intel is the most active company in Wayland developement too.

  19. comment
    Comment #6284864

    Jonathan Corbet himself shared the link on /r/linux: http://www.reddit.com/r/linux/comments/1l6qyc/the_return_of_...

  20. comment
    Comment #6077375

    >You can't replace bits of it, or use just parts of it. You can replace pretty much everything. You need only systemd, systemd-udev and systemd-journald. Virtually everything else …

  21. comment
    Comment #6077331

    systemd is hardly monolithic as it is build of over 80 binaries. A normal system with systemd runs at least four processes: systemd (PID1), systemd-udev, systemd-journald and syste…

  22. comment
    Comment #6077295

    systemd-logind doesn't use code from consolekit. It has been written from scratch. ConsoleKit itself has been unmaintained for a long time.

  23. comment
    Comment #6077282

    systemd manages cgroups on systemd based system. The systems that do not use systemd can implement their own cgroup managers. The kernel makes no assumptions on what manager you us…

  24. comment
    Comment #6030971

    The lead developer of libhybris (the project that makes it possible to run Android drivers on GNU/Linux and also what Canonical uses with Mir) is working on support for Android dri…

  25. comment
    Comment #5927041

    NetBSD supports 10 CPU[1] architectures; Linux supports 27[2] [1] http://en.wikipedia.org/wiki/NetBSD [2] http://en.wikipedia.org/wiki/List_of_Linux_supported_archite... In terms o…