The project is fully FOSS and licensed with GPLv3 ( inherited from the original author ).
Feel free to checkout it here: [redacted]
451–460 of 556 posts
The project is fully FOSS and licensed with GPLv3 ( inherited from the original author ).
Feel free to checkout it here: [redacted]
My friend and I run product and engineering respectively at a 500+ person "startup." We kicked off a blog during lockdown to share what we've learned over the years. Hope you enjoy it! https://staysaasy.com/
Stumbled across your blog somewhere and have really enjoyed some of the posts you've written so far. Keep it up!
https://thiswoddoesnotexist.com/ I got to playing around with recurrent neural networks and made a site that generates Crossfit "Workout of the Days (WODs)". It's trained on the workouts from crossfit.com. My motivation were to learn more about how character-based RNN's work, remember how to host a site on my Digital Ocean VPS with flask, and do some fun frontend work. It posed a few unique challenges, like scraping…
I clicked the link and it told me "rest day" :D Nice. haha
I've recently written a Python app that selects a random location in an area defined by a user-supplied shapefile [1], grabs corresponding aerial imagery from Google Maps, and posts it as a geotagged tweet: https://github.com/doersino/aerialbot I've built this tool because satellite imagery can be extremely beautiful [2], and I was looking for a way of regularly receiving high-resolution satellite views of arbitrary…
This is amazing, great readme.
Close enough to the fastest to not matter.
https://github.com/qwickly-org/Qwickly
https://blog.keithkim.org/opensource/making-the-qwickest-key...
Current looking for collaborators to add more content and do mobile dev.
https://play.google.com/store/apps/details?id=com.intafel.rh... https://apps.apple.com/us/app/rhetorfit/id1514982376
I made an automatic chess board that allows you to play with another person over the Internet (using lichess), but with a physical board. It has been described as "very lockdown chic". Each chess piece has a magnet in the bottom. The board senses your moves by looking at where magnets disappear and appear, and it plays your opponent's moves by dragging them with an electromagnet underneath the board moved by a pair o…
Earlier quoted context omitted.
I rely heavily on Anki for work and study. Thank you! The android version already seems to work great. Is there a roadmap somewhere? I'm curious what's being worked on.
Thanks!! No official roadmap (such is Open Source), but: * Rust Conversion (got a proof of concept, need to productionise it) - Anki Desktop has moved to Rust. We can unify all of the platform, and remove most of our backend code and maintenance burden. * Android 11 has made significant changes to how applications store files on the device (Scoped Storage). I expect this will be a nightmare to deal with: https://deve…
Thanks!! No official roadmap (such is Open Source), but:
* Rust Conversion (got a proof of concept, need to productionise it) - Anki Desktop has moved to Rust. We can unify all of the platform, and remove most of our backend code and maintenance burden.
* Android 11 has made significant changes to how applications store files on the device (Scoped Storage). I expect this will be a nightmare to deal with: https://developer.android.com/preview/privacy/storage
* Visual HTML Editor (probably 2.13) - currently editing and adding formatting could do with a ton of love. Typing HTML by hand isn't a great experience for non-technical users.
* User onboarding & UX - We get tons of bad reviews: "All my cards have been deleted" - this is because we fail to explain how Anki/Spaced Repetition works and that we take control of scheduling. People download AnkiDroid expecting flashcards, and we can do much better in this area.
* Performance improvements with larger collections - we're fast, but there's still lots of low-hanging fruit regarding multithreading.
* Background media sync - Medical Students have multi-gigabyte collections (just fixed a bug where some Android systems wouldn't open zips >= 2^31-1 bytes). We're tied to the AnkiWeb protocol for syncing, but it'd be a much better UX if we moved this to the background.
Personal Goals (some point in the future)
* CI/CD improvements - both speeding up build times, adding more styles of testing to the pipeline and adding more auto-linting.
* Accessibility - our TTS doesn't play well with Android talkback; this hurts me to type.
* Better gamepad support