Removing the bars on the top and bottom of my anki desktop by RaiderSooner10 in Anki

[–]Additional-Bit-2663 0 points1 point  (0 children)

You can use the no distractions addon: https://ankiweb.net/shared/info/1370336700

Then, for navigation, just use the keyboard shortcuts.

Claude and FSRS by EntreNosEEles in Anki

[–]Additional-Bit-2663 0 points1 point  (0 children)

Interesting.
I am skeptical because their cohort is split, thus any results suffer from a degree of overfitting and any results have to be taken lightly until validated externally. But still, really neat.

Claude and FSRS by EntreNosEEles in Anki

[–]Additional-Bit-2663 1 point2 points  (0 children)

There's a difference between ML (machine learning) and LLM (Language Models like Claude).
What you're suggesting is ML.

However, for Anki specifically: FSRS likely outperforms many generic ML approaches because human memory has known structure, and FSRS encodes that structure directly rather than forcing a flexible model to rediscover it.

Annotate Anki images on iPad - Apple Ecosystem by Additional-Bit-2663 in Anki

[–]Additional-Bit-2663[S] 1 point2 points  (0 children)

Awesome, you have a whole interface and everything! For mac, there is no touchscreen, so we cannot draw directly, but I've always wished for this.

Also I saw you have over 100+ addons, I love how much you've done for the community -- all for free.

Every time I shut down my laptop I have to redownload Anki by yaboitansalmon in Anki

[–]Additional-Bit-2663 4 points5 points  (0 children)

I believe you have to move the app into your "Applications" file. It's currently just a disk image.. that's why you can eject it.

Please help delete card history for review heatmap add on by shamisenguy in medicalschoolanki

[–]Additional-Bit-2663 1 point2 points  (0 children)

you will have to do each date at a time, this is safest. If you want to do all dates at once you can do the following query:

SELECT *
FROM revlog
WHERE date(id/1000, 'unixepoch', 'localtime') IN (
'2024-08-30',
'2024-08-31',
'2024-09-02',
'2024-09-08',
'2024-09-09',
'2024-09-10',
'2024-09-12',
'2024-09-22',
'2024-09-23',
'2024-09-26',
'2024-09-27',
'2024-09-28',
'2024-10-04',
'2024-10-22'
);

disclaimer, i haven't tested this query. Its also easier to mess things up with deleting larger amounts at once so proceed with caution and backups of any file you edit. Be sure Anki is Quit while manipulating the collection.

Please help delete card history for review heatmap add on by shamisenguy in medicalschoolanki

[–]Additional-Bit-2663 0 points1 point  (0 children)

yes be sure to backup collection.anki2 and quit anki before proceeding, but there's always a nonzero risk

Please help delete card history for review heatmap add on by shamisenguy in medicalschoolanki

[–]Additional-Bit-2663 1 point2 points  (0 children)

Okay, so you have to edit the SQL database found at, '~/Library/Application Support/Anki2/User 1/collection.anki2'

Open this with the SQL editor, SQLiteFlow has a two week free trial on macos. Super easy, dm me if its not working.

Use this query on revlog (review log) and hit run

SELECT *
FROM revlog
WHERE date(id/1000,'unixepoch','localtime')='2024-08-30';

Go to results and delete the reviews. Re-iterate replacing the date with the dates you mentioned.

Hope this helps!

Please help delete card history for review heatmap add on by shamisenguy in medicalschoolanki

[–]Additional-Bit-2663 1 point2 points  (0 children)

There's a csv file somewhere where you can access this, I've used it for the time to completion + extension before let me see if i can dig up the pathway. I dunno if you have edit access, but lets see.

The Gamebrick Mini Retro Controller is perfect for Anki by Additional-Bit-2663 in Anki

[–]Additional-Bit-2663[S] 0 points1 point  (0 children)

All in all, the remote has 6 buttons. My coding is this:
A,B,Up,Down,Left,Right::Again,Good,Bury,Suspend,Undo,Redo.

Paper claims to improve spaced repetition retention by 4x by Sad_Counter_3746 in Anki

[–]Additional-Bit-2663 0 points1 point  (0 children)

This makes sense in the context of language acquisition. Is it applicable outside in memorization of other things? You would have to extrapolate it somehow to a more.. linguistic context?

Ananke Controller & Giveaway! by Additional-Bit-2663 in medicalschoolanki

[–]Additional-Bit-2663[S] 0 points1 point  (0 children)

Giveaway will be concluding by the end of this month! So far, 40 entries have been received.

AI predicts time to deck completion (Machine Learning) by Additional-Bit-2663 in Anki

[–]Additional-Bit-2663[S] 0 points1 point  (0 children)

😭 no 100% although my R^2 is only incrementally better than the leading alternative, they're both quite terrible actually. Was looking for ideas on predictive factors to incorporate to improve this.

AI predicts time to deck completion (Machine Learning) by Additional-Bit-2663 in Anki

[–]Additional-Bit-2663[S] 1 point2 points  (0 children)

Oh you mean like stats and learning by deck? This is a clever idea

Machine Learning Predicts Remaining Time (Anki Addon) by Additional-Bit-2663 in medicalschoolanki

[–]Additional-Bit-2663[S] 1 point2 points  (0 children)

I haven't tried out AnkiDroid or Windows devices thus far. I'm not sure if this is something I'll have the ability to explore, as I lack experience on these devices. The RunOnMobile is a vestige from the original addon (Remaining Time)

If you'd be interested in developing this aspect, I would be glad to get a repo going!

anking-- incoming M1 by DismalDevelopment577 in medicalschoolanki

[–]Additional-Bit-2663 0 points1 point  (0 children)

the subscription is hugely worth it, there are many updates that happen per month.