~danskeren

Trackers

~danskeren/ask.moe

Last active 2 years ago

~danskeren/spider.moe

Last active 4 years ago

~danskeren/bangs

Last active 4 years ago

#15 Please disable CSRF tokens 4 years ago

Comment by ~danskeren on ~danskeren/ask.moe

Thanks for the feedback - it should be fixed now :)

REPORTED RESOLVED IMPLEMENTED

#14 News category support 4 years ago

Ticket 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.

#12 Support instant answer currency converter 4 years ago

Comment by ~danskeren on ~danskeren/ask.moe

It's implemented but not yet integrated (need to cache the ecb rates first).

REPORTED RESOLVED IMPLEMENTED

#13 Fix problems reported by Lighthouse 4 years ago

Ticket created by ~danskeren on ~danskeren/ask.moe

For instance, there is no lang attribute, buttons don't have accessible names, etc.

#11 Support instant answer calculator 4 years ago

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 IMPLEMENTED

#12 Support instant answer currency converter 4 years ago

Ticket created by ~danskeren on ~danskeren/ask.moe

#11 Support instant answer calculator 4 years ago

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..

#10 Instant Answers 4 years ago

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 IMPLEMENTED

#10 Instant Answers 4 years ago

~danskeren assigned ~danskeren to #10 on ~danskeren/ask.moe

#10 Instant Answers 4 years ago

Ticket 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.