MacOS, and Linux, and Windows? Let me guess: it's some web-electron-app-native-things, right? Yes it is. Not gonna replace (native) Alfred for me, no.
Cerebro App – Open-source productivity booster with a brain
101–110 of 171 posts
Re: Cerebro App – Open-source productivity booster with a brain
#102Earlier quoted context omitted.
There's difference between arrogant criticism and constructive feedback. Most of those who rudely criticize are those who rarely create anything. Instead they are mostly into commentaries.
Aaaaah, the good old "you shouldn't critize if you haven't created anything argument". Easily applied to "you can't criticize music if you haven't recorded an album" and "Why are you criticizing this movie you haven't even filmed a blockbuster". Commentaries have a valid point, with or without creation.
Re: Cerebro App – Open-source productivity booster with a brain
#103Earlier quoted context omitted.
I feel completely the opposite way. > It's terrible. It's awesome. Who cares if it takes more memory than someone would expect? That doesn't matter unless you're on a memory constrained system, in which case it's hardly the fault of developers looking to be productive. Electron is here to stay, and it is greatly improving the desktop app ecosystem imo. > if you try to attract developer community with plugins and you…
>Who cares if it... I care, because it's a waste of resources, I care because I don't need a daemon written in JS running in a loop sucking up my laptop battery, I care because I like it when my software doesn't randomly get in a loop maxing out a core, I care because I like it when my software is able to push out 60FPS animations. You know, things Electron doesn't provide. I get it, HTML+CSS is probably the fastest…
Maybe Racket will come to the rescue soon :) it comes with full gui and graphics libraries, is a much saner language, and is performant (with major perf boosts in the works), cross-platform, has c interop... Optional type system...
Re: Cerebro App – Open-source productivity booster with a brain
#104Earlier quoted context omitted.
Good thing it's open source, so you can attempt to improve it if you'd like. :)
rm -rf ~/cerebro-electron && mkdir ~/cerebro && touch main.cpp is a valid option, right?
Re: Cerebro App – Open-source productivity booster with a brain
#105Earlier quoted context omitted.
I feel completely the opposite way. > It's terrible. It's awesome. Who cares if it takes more memory than someone would expect? That doesn't matter unless you're on a memory constrained system, in which case it's hardly the fault of developers looking to be productive. Electron is here to stay, and it is greatly improving the desktop app ecosystem imo. > if you try to attract developer community with plugins and you…
>Who cares if it... I care, because it's a waste of resources, I care because I don't need a daemon written in JS running in a loop sucking up my laptop battery, I care because I like it when my software doesn't randomly get in a loop maxing out a core, I care because I like it when my software is able to push out 60FPS animations. You know, things Electron doesn't provide. I get it, HTML+CSS is probably the fastest…
Also:
> I don't need a daemon written in JS running in a loop sucking up my laptop battery
This is not JS (or Electron) specific.
> I like it when my software doesn't randomly get in a loop maxing out a core
Again, this is not JS (or Electron) specific.
> I like it when my software is able to push out 60FPS animations.
This is not JS (or Electron) specific either.
Re: Cerebro App – Open-source productivity booster with a brain
#106I wonder why people dont use pyqt? my startup's first product was a Square-pos like tool built in pyqt and cross compiled to exe, dmg and linux executable. We made it run on Windows XP machine with 256 mb ram total. Oh and we embedded cherrypy into it. For lots of products with performance as a criterion, pyqt toolchain is so much better than electron. And programming in qt isnt bad at all.
Re: Cerebro App – Open-source productivity booster with a brain
#107Re: Cerebro App – Open-source productivity booster with a brain
#108Mac and Swift/Obj-C fanboys will always rail against anything that fails their purity tests. Electron certainly has some issues they need to work out, but Electron criticism doesn't need to dominate this comments section to the rate that it is.
Re: Cerebro App – Open-source productivity booster with a brain
#109Great, another electron app. This one takes almost 300mb of RAM, just sitting there, being idle and doing nothing: http://imgur.com/a/vITos
Re: Cerebro App – Open-source productivity booster with a brain
#110I wonder why people dont use pyqt? my startup's first product was a Square-pos like tool built in pyqt and cross compiled to exe, dmg and linux executable. We made it run on Windows XP machine with 256 mb ram total. Oh and we embedded cherrypy into it. For lots of products with performance as a criterion, pyqt toolchain is so much better than electron. And programming in qt isnt bad at all.
Deploying PyQT (statically, most end users don't have it installed) is a major PITA.
Qt does not need to be dynamically linked. In fact the commercial versions of qt have even better toolchains.