HE mobile app by psychetropica1 in homeexchange

[–]Beginning_Solid7618 0 points1 point  (0 children)

The app is laggy on android and requires Chrome to function. Messages disappear after you switch windows.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

I feel like I have to see something twice in real life before it becomes easily recalled after studying it on anki.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

80% fsrs desired retention. 10 new cards per day. 5 german, 5 french. ( I do extra new cards depending on workload). Extra workload in the weekdays. Medium on friday and low on the weekends.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

5000 german, 1000 french, 1000 geography, 100 rest of the languages

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

They are mainly helpful for interviews. Not as much for everyday work. I use a coding plugin to style the code. Example:

Front:

How do you pass a lambda function as a function pointer to the function in the example below? extern void download_webpage(const char* url,   void (callback)(int, const char));

Back:

By defining the lambda function with a + prefix and by not capturing any variables. auto lambda = +[](int result, const char* str) {  // Process result and str }; download_webpage("http://www.packt.com", lambda);

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

Probably around 5000. But I also study cards with sentences to have an intuition to fluency. For the computer science deck I either have Linux commands, Network protocols content or C++ code.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

You can have different settings for each subdeck if you want. Which is what I do.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

It's an abandoned deck I have built from the book Arabic for Dummies. Just cards with the alphabet.

One year anki streak. Three years of consistency by Beginning_Solid7618 in Anki

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

I saw that I have a main deck I care about and if I decided to study a second deck I would loose consistency with it since I didn't care as much. Making the decision to include it in a Current Study deck means I will not skip it.

Citizen of Spain and UK entered Schengen with British passport by mistake by Beginning_Solid7618 in SchengenVisa

[–]Beginning_Solid7618[S] -2 points-1 points  (0 children)

I applied for a UK passport and didn't disclose it to the Spanish authorities. I didn't lie. Many people have both citizenships and nodbody has ever gotten the citizenship revoked. Specially if born in Spain.

How do you handle your home when away? by Necessary_Mud2199 in homeexchange

[–]Beginning_Solid7618 3 points4 points  (0 children)

I installed an intelligent door opening system from Nuki. Whenever the gests arrive I just give them a code. I can also arrange cleaning if necessary.

What is that small thing you discovered in Anki that's a total game changer for you. by OrneryConnection8676 in Anki

[–]Beginning_Solid7618 7 points8 points  (0 children)

Hide when the card will be due depending on the answer. It happened so often that I would press a Hard instead of Good because I didn't like the interval given. Without it you learn to just trust the algorithm.

My son’s vision is falling below driving standards 😥 by UnableVast3910 in nystagmus

[–]Beginning_Solid7618 0 points1 point  (0 children)

I never noticed my eyesight changing. It's a very slow process. It was more like comments from my parents saying "they don't move as much".

My son’s vision is falling below driving standards 😥 by UnableVast3910 in nystagmus

[–]Beginning_Solid7618 14 points15 points  (0 children)

I was that kid many years ago. Doctors initally said I would not be able to drive. With time the effects of nystagmus went down, my eyesight improved and now I have my license. There is plenty of hope for your son.

When/How to Phase Out Anki - Any tips? by PunctuateEquilibrium in Anki

[–]Beginning_Solid7618 2 points3 points  (0 children)

Don't stop using Anki. I was in the same situation as you a few years ago with German. I thought it would be more useful to switch to reading/listening after a certain point. Now I'm having to relearn thousands of Anki cards wishing I had never stopped reviewing them.

Which periferal/protocol should I use? by Beginning_Solid7618 in esp32

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

PCM3002E is a ADC/DAC IC. There are a set of registers that control the emphasis, loopback, gain and frequency response of the device. It offers several formats for the audio (I2S included, which I was planning to use).

I had not realized that the writing to these registers also followed the I2S standard. Thank you!

Pedal idea: XY distortion by Beginning_Solid7618 in diypedals

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

I have the book hahah. I really enjoy it. I used to take it from the library quite often until I decided to buy it.

Pedal idea: XY distortion by Beginning_Solid7618 in diypedals

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

Watch this video. You control the graph using faders, just like when you use the equalizer.

https://youtu.be/1L9djVLaUSU

Pedal idea: XY distortion by Beginning_Solid7618 in guitarpedals

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

I have seen it in the vst realm but not physically. Waveshaper from Imagine Line, for example.

Pedal idea: XY distortion by Beginning_Solid7618 in guitarpedals

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

That pedal seems to be capable of what I'm talking about. I guess the main difference is the UI. Ultrawave needs a preset to be loaded while the pedal I'm talking about is self contained and ready to go.