Comment by ~danskeren on ~danskeren/ask.moe
Thanks for the feedback - it should be fixed now :)
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~danskeren on ~danskeren/ask.moe
I recently saw this website on Show HN: https://newsandrumors.com
It seems relatively simple to implement, and the costs would be near zero since we are just fetching/storing RSS feed data.
Comment by ~danskeren on ~danskeren/ask.moe
It's implemented but not yet integrated (need to cache the ecb rates first).
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~danskeren on ~danskeren/ask.moe
For instance, there is no lang attribute, buttons don't have accessible names, etc.
Comment by ~danskeren on ~danskeren/ask.moe
Implemented a simple version.. but I've been thinking that we should implement a more advanced version, such as Rob Pike's APL-like calculator. This would need to be done either on client-side with JS or through e.g. a Google Cloud Function. I'm personally leaning towards the latter.
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~danskeren on ~danskeren/ask.moe
Ticket created by ~danskeren on ~danskeren/ask.moe
The initial version should just calculate on the server and present the result. In the future we might add an actual calculator similar to what you see when googling 2+2..
Comment by ~danskeren on ~danskeren/ask.moe
Added an in-house solution that support a few instant answers, such as hashing text, url encoding/decoding, picking a random number between x and y, etc. Still many, including my favourite (currency conversion), on the to-do list.
REPORTED
RESOLVED IMPLEMENTEDTicket created by ~danskeren on ~danskeren/ask.moe
We should support instant answers. I'm strongly leaning towards an in-house solution rather than scraping the answers from other search engines.