HackerTrans
TopNewTrendsCommentsPastAskShowJobs

iffycan

no profile record

comments

iffycan
·3 lata temu·discuss
You can record a macro to go download transactions from your bank.
iffycan
·4 lata temu·discuss
I'm not finding it on their website. Do they have a "release as open source" option?
iffycan
·4 lata temu·discuss
There's also more to it than just the webview windows:

- Cross-platform auto-updating

- Desktop tray features

- System notifications

- Menu stuff

These are some of the "extra" things that also made Electron nice.

You have a point about browser API compatibility, though. That's the big downside to using the system-provided webview widget.
iffycan
·4 lata temu·discuss
I used to work at a place whose webserver was in TCL (AOLServer). Once I figured out some of the gotchas, I learned to really like TCL.

Like you mention, it's used as glue in lots of places, for instance in my Electrical Engineering classes to glue together VHDL/Verilog and program FGPAs.
iffycan
·4 lata temu·discuss
They are beautiful, but they don't come one at a time. They make their thick webs _everywhere_ and in big groups. You can't escape them during spider season.
iffycan
·4 lata temu·discuss
It's Electron (for now)
iffycan
·4 lata temu·discuss
I work on a desktop budgeting application. I love that it's desktop-only (and so do the users)! It doesn't earn a living (yet), but it makes more than enough to cover expenses.

[0] https://www.budgetwithbuckets.com
iffycan
·5 lat temu·discuss
I've had great success using SQLite as both a desktop application file format and web server database. I'll mention just one thing I like about it in the desktop application realm: undo/redo is implemented entirely within SQLite using in-memory tables and triggers following this as a starting point: https://www.sqlite.org/undoredo.html

It's not perfect, but it fills the niche nicely.
iffycan
·5 lat temu·discuss
> but not so small that there are no useful libraries written...

Says the person responsible for a ton of really useful, well-done Nim libraries, such as this amazing Cairo/Skia-like library: https://github.com/treeform/pixie#readme

Thank you for all the things you've made for Nim!
iffycan
·5 lat temu·discuss
Nim can walk: https://nim-lang.org/docs/os.html#walkDir.i%2Cstring
iffycan
·5 lat temu·discuss
Nim has been such a fun language to use. I make a money-earning desktop application (Electron for the GUI and Nim for the core logic) and companion web service (fully Nim). It has been a pleasure using Nim to make these and other things.

Congrats, Nim team!
iffycan
·5 lat temu·discuss
It has never caused a problem for me. I didn't even know it was a "feature" until I'd used Nim for a year. In theory it seems like a terrible idea. In practice, it has never caused any problems.