Live data from Hacker News

Show HN: Micasa – track your house from the terminal

micasa.dev

151–160 of 230 posts

Re: Show HN: Micasa – track your house from the terminal

#153
post #134

Earlier quoted context omitted.

There was once a time when tools like Microsoft Access and FileMaker Pro were common. These were a database and custom GUI designed using a drag and drop editor. I don't know whether these apps ever had network server capability or if they were always offline or why they died out. It was a bit before my time

FileMarker Pro had a dedicated server product (FileMaker Server) that you could use for multi-user access. Claris still sells it: https://www.claris.com/filemaker/ Microsoft Access was strictly file based. You could drop the .mdb/.accdb file on a SMB share and it would support basic concurrency via lock files. However, you could also swap out the internal database engine (Jet) with anything else via ODBC, so your Acc…

I know a dude who runs his business off of FileMaker and even does work for his customers building them FileMaker stuff. He loves it.

I should probably give it a shot.

Re: Show HN: Micasa – track your house from the terminal

#154

This is quite cool. Makes me philosophical: isn't it odd, that this is like an Excel template? Like a "domain model" template? In this case, presented nicely in a TUI that makes basic CRUD workflows work. Most SaaS companies are just that: 1) Curated domain model (stored in their cloud db) 2) Some way for users do to almost raw CRUD on the tables 3) Curated high-level domain specific workflows that do n CRUD calls un…

> Full Web UI: Good: accessible for all. Great for high-level domain-specific workflows. Bad: looks and works different every time. Raw CRUD possible, but always a compromise with editable data grid libraries. I'm not a Notion booster, and I know there are many other solutions with similar tools/features. But I'd argue that Notion databases are a very good balance of all of these things. It can be raw CRUD if you wan…

> Not exactly sure what you mean by "looks and works different every time" w.r.t. web apps.

Not the parent but I take it to mean _across_ web-apps from various services the UI looks and works differently, vs every spreadsheet is a spreadsheet and works like a spreadsheet.

Re: Show HN: Micasa – track your house from the terminal

#155

This is quite cool. Makes me philosophical: isn't it odd, that this is like an Excel template? Like a "domain model" template? In this case, presented nicely in a TUI that makes basic CRUD workflows work. Most SaaS companies are just that: 1) Curated domain model (stored in their cloud db) 2) Some way for users do to almost raw CRUD on the tables 3) Curated high-level domain specific workflows that do n CRUD calls un…

dBase was the gold standard for this back in the 80s, early 90s. Great tool. Both the "dev" part and how it could be made available to non developers. The freedom of spreadsheets when developing and the constraints of a TUI (or just UI in those days) for users.

Re: Show HN: Micasa – track your house from the terminal

#157

> Backup with cp. cp is not a method to backup a SQLite file unless you can guarantee there are zero transactions in progress. See https://sqlite.org/howtocorrupt.html#_backup_or_restore_whil... for safe methods and consider switching your examples to use one of those.

Good point. I will definitely move away from cp.

Re: Show HN: Micasa – track your house from the terminal

#159

> When do I need to clean the dishwasher filter? Dishwashers have filters??!?

Wait until I tell you about your water heater's sacrificial anode. NOBODY replaces those.

I got an electric one so I never need to remember to replace mine!
Post reply on HN