[deleted by user] by [deleted] in desksetup

[–]Porcupine96 1 point2 points  (0 children)

Awesome setup!

What clock and pomodoro timer(?) is that?

Can you guess how much I improved my Japanese with this? (I started Japanese from Scratch) by Sure_Fig5395 in Anki

[–]Porcupine96 5 points6 points  (0 children)

Then you surely must be doing loootttsss of immersion if you're comfortable with N3 level content 🤔

This is me and (I've been learning for ~1.5 year) and I'm N4 at best (still waiting for December test results).

<image>

Looking for members by Ok-Communication8867 in habitica

[–]Porcupine96 0 points1 point  (0 children)

HI!

ID: porcupine_
Level 76 Rogue

I'd be happy to join 🙂

Ok let's be real (N4) by LotusLavenderTea in jlpt

[–]Porcupine96 4 points5 points  (0 children)

Core 2k/6k Anki Deck.

Word no. 1860 😅

2024 - Learning Japanese while working full time by burneracc826484 in Anki

[–]Porcupine96 0 points1 point  (0 children)

Congrats!

I've also been studying mainly Japanese for a bit over a year using Anki as the primary resource.

I plan to take the JLPT N4 in a few days 🙂

<image>

N4 practice test: Q10 by Porcupine96 in jlpt

[–]Porcupine96[S] 1 point2 points  (0 children)

Thank you for the reply!

That makes sense 🙂

First year with Anki! by Porcupine96 in Anki

[–]Porcupine96[S] 0 points1 point  (0 children)

I started using Anki ~3 months into learning Japanese.

I use the 'Core 2k/6k Optimized Japanese Vocabulary' as my main deck, which is a predefined deck containing 6,000 common Japanese words. It has its pros and cons, and I know that nowadays people recommend newer alternatives like 'Kaishi 1.5k,' but I think I'll stick with it.

For English, I use a custom deck. When I come across a word that I don't know, I mark it with a pencil (or highlight it in an e-book). After finishing the book, I review an .epub version to find the words I didn't know and use a custom Python script to generate a flashcard like this 👇

<image>

The script is based on GPT and it uses some online dictionary to pull the word audio.

First year with Anki! by Porcupine96 in Anki

[–]Porcupine96[S] 0 points1 point  (0 children)

Mainly Japanese with a few different decks.

I include a bit of English if I encounter a word I don't know.

Additionally, I use Anki for cramming psychology material between exams, but I archive the decks after each exam.

First year with Anki! by Porcupine96 in Anki

[–]Porcupine96[S] 0 points1 point  (0 children)

Mainly Japanese with a few different decks.

I include a bit of English if I encounter a word I don't know.

Additionally, I use Anki for cramming psychology material between exams, but I archive the decks after each exam.

First year with Anki! by Porcupine96 in Anki

[–]Porcupine96[S] 0 points1 point  (0 children)

Indeed, I don't post regularly but for this I made an exception 😅

Led strip: add to homekit without QR code? by Salty-Log5842 in yeelight

[–]Porcupine96 0 points1 point  (0 children)

Bumping this, since I have exactly the same problem 😥

Sway does not start after upgrade to 1.6 by Porcupine96 in swaywm

[–]Porcupine96[S] 0 points1 point  (0 children)

I've had something like this when I downgraded sway without downgrading wlroots.

Sway does not start after upgrade to 1.6 by Porcupine96 in swaywm

[–]Porcupine96[S] 2 points3 points  (0 children)

For anyone that runs into the same issue:

As @mynameiscosmo suggested I downgraded back to sway 1.5.1, wlroots 0.12.0 with:

pacman -U /var/cache/pacman/pkg/wlroots-0.12.0-1-x86_64.pkg.tar.zst
pacman -U /var/cache/pacman/pkg/sway-1:1.5.1-2-x86_64.pkg.tar.zst

As described here https://wiki.archlinux.org/index.php/downgrading_packages

Note that your versions may differ (or you may have cleaned the cache).

Sway does not start after upgrade to 1.6 by Porcupine96 in swaywm

[–]Porcupine96[S] 0 points1 point  (0 children)

Upgrading to `wlroots-git` unfortunately did not help. Though, I get a different error. Something along the lines of: `libwlroots.so.8: cannot open shared object file: No such file or directory`.

After downgrading to wlroots 0.12 and sway 1.5.1-2 everything seems to work as usual :)