Live data from Hacker News

Cerebro App – Open-source productivity booster with a brain

cerebroapp.com

101–110 of 171 posts

Re: Cerebro App – Open-source productivity booster with a brain

#101
post #4

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.

Agreed that this is essentially the "Atom of Alfred" with the web container. Seems interesting but Alfred is also an extremely polished product so many years in the making. As an existing Alfred user, it doesn't look good enough to make me switch.

Re: Cerebro App – Open-source productivity booster with a brain

#102
post #96
post #92

Earlier 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.

I disagree. I can dislike a song. If I am able to talk to the singer/musician, I won't say 'You Suck', that would be rude.

Re: Cerebro App – Open-source productivity booster with a brain

#103
post #85
post #60

Earlier 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…

> I get it, HTML+CSS is probably the fastest thing we have for UIs today.

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

#104
post #93
post #89

Earlier 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?

And now you have an empty file with all the functionality of the original app! Hooray!

Re: Cerebro App – Open-source productivity booster with a brain

#105
post #85
post #60

Earlier 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…

What hardware are you running on?

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

#106

I 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.

Re: Cerebro App – Open-source productivity booster with a brain

#107
Mac 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

#108

Mac 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.

Fwiw, i work on windows and also reject anything electron that isn't designed to be started, do a thing, and closed quickly.

Re: Cerebro App – Open-source productivity booster with a brain

#109

Great, another electron app. This one takes almost 300mb of RAM, just sitting there, being idle and doing nothing: http://imgur.com/a/vITos

Only used 70mb in Windows. Nice to see an app like this for windows and not always something exclusively for osx.

Re: Cerebro App – Open-source productivity booster with a brain

#110

I 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.

that's actually not true. we statically compiled the binary to include all qt dependencies and it ran out of the box - remember we were installing on low end POS machines and pyqt worked beautifully.

Qt does not need to be dynamically linked. In fact the commercial versions of qt have even better toolchains.

Post reply on HN