Live data from Hacker News

Viewing profile — iffycan

iffycan

HN member
Joined
Fri, May 10, 2013, 7:38 PM UTC
HN karma
427
Public activity
148 items

About iffycan

www.iffycan.com

Recent public activity

  1. comment
    Comment #34818457

    You can record a macro to go download transactions from your bank.

  2. comment
    Comment #33344343

    I'm not finding it on their website. Do they have a "release as open source" option?

  3. comment
    Comment #31764965

    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" thin…

  4. comment
    Comment #30939880

    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 …

  5. comment
    Comment #30619833

    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.

  6. comment
    Comment #30029359

    It's Electron (for now)

  7. comment
    Comment #30028403

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

  8. comment
    Comment #29729114

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

  9. comment
    Comment #29597580

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

  10. comment
    Comment #29592243

    Nim can walk: https://nim-lang.org/docs/os.html#walkDir.i%2Cstring

  11. comment
    Comment #28920692

    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 …

  12. comment
    Comment #28920620

    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…

  13. comment
    Comment #25075436

    When I first signed up with Stripe years ago, it was a breath of fresh air. Stripe did one thing exceedingly well, at an understandable price and took minutes to integrate with. I …

  14. story
  15. comment
    Comment #23240134

    I've tracked my finances for as long as I can remember. It's become even more important since getting married. We track every penny. About once a month we sit down and categorize e…

  16. comment
    Comment #22772877

    Among other great additions, I like the addition of compilesettings [1], which will give programs more visibility into how they were compiled. [1] https://nim-lang.org/docs/compile…

  17. comment
    Comment #21593632

    I am also running this command: /remind me every day at 10am to remind Slack about the awful WYSIWYG input box

  18. comment
    Comment #21394334

    Yes! I use Nim on macOS to build a Windows exe for bootstrapping a Windows VM. A year ago, you had to dig a little to figure out the right command line incantation, but maybe it's …

  19. comment
    Comment #21394323

    I'm using Nim in production (combined with NodeJS) and I really like it. Cross-compiling is so easy. Testing is easy. Syntax is easy to read. I like it. Edit: Email me if you'd lik…

  20. comment
    Comment #20003471

    Or use Shamir's Secret Sharing to split your key/password up between friends at the outset: https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing

  21. story
  22. comment
    Comment #19749248

    FWIW, I've made a very-early-alpha thing for making cross-platform apps with Nim: https://github.com/iffy/wiish

  23. comment
    Comment #19283854

    I'm using this for change tracking: https://blog.budgetwithbuckets.com/2018/08/27/sqlite-changel...

  24. comment
    Comment #19150166

    Also, Electron provides things like single command building, automatic updates and menu bar support (which looks supported in DeskGap).

  25. comment
    Comment #18867841

    Regarding just the last point, I also came across a case where Python (and Node) were outperforming my Nim code (just counting lines in a file). But I just happened to be using a s…