I like the demos a lot, it is easy to understand the idea from them! How hard was it to write the browser extension and how well does it work for the different sites? Obviously the main challenge, as other mentioned, is that not all of the data is present on the frontend. Also, user cannot permanently change the app, since just the DOM is changed and that is not persisted anywhere, am I right? But the whole idea to b…
Wildcard: Spreadsheet-Driven Customization of Web Applications
51–55 of 55 posts
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#52Author here, happy to answer any questions! To bring it full circle, here are a couple recent demo videos I made of using Wildcard to customize the HN front page: https://twitter.com/geoffreylitt/status/1229251217118892032
Are you eventual plans pure research, productization or open-sourcing it?
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#53Author here, happy to answer any questions! To bring it full circle, here are a couple recent demo videos I made of using Wildcard to customize the HN front page: https://twitter.com/geoffreylitt/status/1229251217118892032
This is really cool, congrats. :-) Are you aware of Ted Nelson's ZigZag data model? https://en.wikipedia.org/wiki/ZigZag_(software) It seems like that might work well with Wildcard.
Re: Wildcard: Spreadsheet-Driven Customization of Web Applications
#54Spreadsheet-Driven Customization is a great way to enable non-technical users to customize and configure software. I used that technique for a one-off Java application back in 2011. The Java application did not do any live synchronization with the spreadsheet like Wildcard does. It just read the spreadsheet at application start-up to get configuration data needed to drive the application logic. Spreadsheet-driven cus…