Readit News logoReadit News
iffycan commented on Show HN: I made a super simple iOS app to track expenses   apps.apple.com/us/app/my-... · Posted by u/Nyoxide
wfg · 3 years ago
>Either they ask to connect to my bank, or they ask me to manually enter my expenses.

What other options are there?

iffycan · 3 years ago
You can record a macro to go download transactions from your bank.
iffycan commented on Dyalog: Escrow   dyalog.com/escrow.htm... · Posted by u/tosh
lemax · 3 years ago
Around $4k to $10k depending on the number of beneficiaries. Each beneficiary enters into their own agreement with your company and NCC group, and then there is an overarching agreement between your company and NCC. There is a cost associated with initial setup between you and NCC, and then each beneficiary pays a bit too (you can pass on this cost to them if you like).

Source: just worked with them

iffycan · 3 years ago
I'm not finding it on their website. Do they have a "release as open source" option?
iffycan commented on Tauri 1.0 – Electron Alternative Powered by Rust   tauri.studio/v1/guides/... · Posted by u/Uninen
flohofwoe · 4 years ago
Not to rain on the parade, but:

- What's the point of mentioning Rust when the heavylifting is done by the system's webview widget, and applications are written in HTML/CSS/JS, just as in Electron?

- Isn't the whole point of Electron to have version/feature stability for the browser APIs by bundling a specific Chromium runtime? Without this requirement, it was also trivial before Electron showed up to write a small native wrapper application around the system-provided webview widget.

iffycan · 4 years ago
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 commented on Ask HN: Share your personal site    · Posted by u/MaxLeiter
wooosh · 4 years ago
Probably the most common way people interact with Tcl is through python, ironically. Tcl has a GUI library called Tk, through tkinter, available as part of the python standard library.

Outside of Tk, Tcl pops up in a couple of odd places, usually as part of some testing system (expect(1) and SQLite use it) or build system, though use has fallen off quite a bit since the 1990s.

Placing somewhere between a lisp and shell, it's incredibly effective as a language for gluing things together and creating DSLs, and is fairly easy to embed in a manner similar to Lua.

Definitely not a perfect language, but one that I find extremely comfortable to work in and iterate quickly for certain projects.

Antirez's blog has a pretty concise explanation of Tcl's features and what makes it special:

http://antirez.com/articoli/tclmisunderstood.html

iffycan · 4 years ago
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 commented on Joro spiders likely to spread beyond Georgia   news.uga.edu/joro-spiders... · Posted by u/perihelions
nkrisc · 4 years ago
If they're that harmless then I'm kind of hoping I find some if they are in fact here. They look pretty interesting.

Looks like they'd make for some cool photos.

iffycan · 4 years ago
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 commented on Ask HN: Anyone making a living building desktop applications?    · Posted by u/jventura
RandomRandy · 4 years ago
Your application looks really nice. What framework are you using for the UI?
iffycan · 4 years ago
It's Electron (for now)
iffycan commented on Ask HN: Anyone making a living building desktop applications?    · Posted by u/jventura
iffycan · 4 years ago
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 commented on Consider SQLite   blog.wesleyac.com/posts/c... · Posted by u/wesleyac
iffycan · 4 years ago
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 commented on Building a simple room-based chat application in Nim (using HTMX)   arhamjain.com/2021/11/22/... · Posted by u/todsacerdoti
treeform · 4 years ago
I love Nim. I been using it professionally for more than 3 years now. At first I started with it just as a faster python with types, but it so much more! You can run Nim everywhere regular places such as backend, frontend, mobile, but also in crazier places like GPU shaders and imbedded.

I also like the community. It's not so big that it feels like you only see people once but not so small that there are no useful libraries written. Just the right size for me. You can always get people to help you out on stuff, reminds me of old IRC days.

iffycan · 4 years ago
> 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 commented on Nim 1.6.2   nim-lang.org/blog/2021/12... · Posted by u/kindaAnIdiot
klibertp · 4 years ago
> Genuinely curious - why should I care about Nim?

You definitely shouldn't. If you need a reason to care, then Nim is simply not for you. You won't benefit from Nim, and Nim won't benefit from you. It's best to agree to disagree and walk away from each other (assuming Nim can walk).

EDIT: I got downvoted a bit here, probably because the above seemed rude and/or dismissive? If so, sorry, that wasn't my intention. What I meant to say is that with languages like Nim it doesn't make sense to be interested in them if you're not already interested in programming languages. It'll be another 10-20 years before Nim becomes something the general populace of programmers should (or, if we're lucky, would have to) care about. So if you don't have a particular reason to be interested in Nim, chances are you won't get such a reason from anything that can be said about Nim at this time.

Basically, asking the quoted question already means that there's nothing you'd care about in Nim.

u/iffycan

KarmaCake day427May 10, 2013
About
www.iffycan.com
View Original