Originally posted by Jumbotron
View Post
Announcement
Collapse
No announcement yet.
Jade: New Linux Desktop Built On Python, HTML5 & JavaScript
Collapse
X
-
Originally posted by justmy2cents View Postperformig fine is a really vague term.
If we were talking of software doing any meaningful work I would agree. But we are talking of just beating human reaction times here. Even bloated shit like GNOME or not really light things like KDE Plasma run fast enough for a GUI. I mean, think about wobbly windows man. It's silky smooth on even bullshit hardware (as long as it supports OpenGL 2.0).
i will say that i have no clue what or how or on what it runs and i will never know that because i lost all interest to follow anything in that project when i saw html and desktop in the same sentence. i think reading car and square wheels would make more sense to meLast edited by starshipeleven; 27 May 2018, 05:56 PM.
Comment
-
Can people stop faffing with the silly GUI stuff, we all go back to Gnome 2 and concentrate 100% of our developer efforts on drivers such as ACPI so... y'know, Linux actually works on hardware?
(I joke... I don't want Javascript developers near kernel modules, just keep playing in the npm and pip playpen )
- Likes 2
Comment
-
-
Originally posted by starshipeleven View PostA GUI just needs to be fast enough for human response times, once it is fast enough for that the discussion on speed becomes a pissing contest.
If we were talking of software doing any meaningful work I would agree. But we are talking of just beating human reaction times here. Even bloated shit like GNOME or not really light things like KDE Plasma run fast enough for a GUI. I mean, think about wobbly windows man. It's silky smooth on even bullshit hardware (as long as it supports OpenGL 2.0).
No offence, but why should I care about your opinion when I have seen personally that web technologies can run well enough for a desktop?
- Likes 8
Comment
-
Originally posted by kpedersen View PostCan people stop faffing with the silly GUI stuff, we all go back to Gnome 2 and concentrate 100% of our developer efforts on drivers such as ACPI so... y'know, Linux actually works on hardware?
(I joke... I don't want Javascript developers near kernel modules, just keep playing in the npm and pip playpen )
Anything related to an OS kernel is hard even for C and (true) C++ programmers.
It would be like asking to an electrician to design a PC motherboard. That's completely in another ballpark.
Comment
-
Originally posted by carewolf View PostNo, it matters to battery life. At least as soon as you have mouse interface instead of a touch interface. Whenever the mouse moves it needs to do a hittest to find out which elements it is over, to get the right cursor type and activate hover effects, ect. Hittesting is really slow and inefficient in HTML5 (in theory it can be optimized in webkit/blink, but it is not trivial to do so without breaking stuff and no one who has tried has managed to it). It is so bad that on touch interfaces the input spec was changed so that hittesting will only be performed where you first put down your finger and not updated on finger moves.
- Likes 2
Comment
-
Originally posted by rene View Post
yeah, it will be totally snappy, … as snappy on a Epyc 16-core as good old classic C/C++ stuff was on a 600 MHz Athlon ;-)
Comment
-
Originally posted by starshipeleven View PostA GUI just needs to be fast enough for human response times, once it is fast enough for that the discussion on speed becomes a pissing contest.
If we were talking of software doing any meaningful work I would agree. But we are talking of just beating human reaction times here. Even bloated shit like GNOME or not really light things like KDE Plasma run fast enough for a GUI. I mean, think about wobbly windows man. It's silky smooth on even bullshit hardware (as long as it supports OpenGL 2.0).
wobbly windows run on gl based compositor and it is basically just deforming square with texture on it. how is that even connected? you might want to try running compositor on cpu though, you might be surprised how shitty performance will be even on some big bad beast for effects like wobbly windows
Originally posted by starshipeleven View PostNo offence, but why should I care about your opinion when I have seen personally that web technologies can run well enough for a desktop?
you should just realize that truth you spoke goes both waysLast edited by justmy2cents; 27 May 2018, 07:32 PM.
Comment
Comment