Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
"And I don't even know what happened, how it got fixed, or what even caused it"
This, in my experience, has been the end of life for a great many Node projects. -
@HiFiWiFiSciFi why stop at just node projects? Many of my projects just halt because hey, it doesn't work the way I wanted it to, or it broke, don't want to fix.
-
I use a little note taking app called Joplin, and its fucking great.
Replaces microsoft one note almost entirely.
And when you're like me, with 2-5 megabytes of text documents *per day*, not logs, documents, its a life saver.
Related Rants
I wanted to build a custom notetaking app, because all the alternatives are shit
I have a decent bit of experience with web development, but I've never tried electron before
Anyway, I decide to go with electron, because it seems like the easiest choice for my skill set
I build most of the app, and it's all working pretty well, and so I go to bed for the night
I come back the next day, and now the motherfucker won't load and display HTML pages aside from the main one.
So I start debugging. I go through each line of code, each external link, all my dependencies, everything. There's no JS debug output, nothing
I leave for a few minutes to get a glass of water, and now all of the sudden it works again
And I don't even know what happened, how it got fixed, or what even caused it
Electron is weird
rant
electron
js