Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ouija
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ouija
1y ago
I think my problem is that I'm not using the system as intended. I learn new vocabulary mainly by reading texts or watching videos in the target language and use spaced repetition to keep track of my progress. If I can't remember
2.
▲
by
ouija
1y ago
Interesting. I was never really happy with any spaced repetition algorithm, so I recently implemented my own dumb system which simply asks you for the number of days after which the card shall be shown again: https://github.com&#
3.
▲
Labor Omnia Vicit Improbus
(zeitbach.com)
2 points
by
ouija
2y ago
|
0 comments
4.
▲
by
ouija
3y ago
Yes, you can write Python code that runs with missing or wrong type hints. Not ideal, but you can add a static type checker (mypy) as a step in your CI pipeline and reject commits that fail this step. Not much discipline required.
5.
▲
by
ouija
3y ago
Seems like a lot of effort went into typesetting this, wow! I can recommend "Calculus: Basic Concepts for High Schools" by the same author (L.V. Tarasov) to anybody unfamiliar with calculus: https://archive.org/det
6.
▲
by
ouija
4y ago
Just some test feedback: On my phone I have to scroll horizontally to read the text on the website. A part is always cut off. (Same problem on the linked example sites.)
7.
▲
by
ouija
4y ago
The author gets the whole system backwards. Medicine is the most expensive thing you can study at a German university (~30K € per student per year). That's why the number of slots is very limited. Now the demand is higher than this lim
8.
▲
by
ouija
4y ago
You sound like the banker in "The Bet" by Chekhov. I hope nobody makes a bet in this thread. :D
9.
▲
Trust the Science
(verzettelung.com)
2 points
by
ouija
4y ago
|
0 comments
10.
▲
by
ouija
4y ago
Thanks for the feedback! I agree, manipulating the social environment sounds evil and may lead down a dangerous path. I was mainly thinking about what Skinner describes as bringing "the individual under the control of some remote conse
11.
▲
Beyond Freedom and Dignity (B. F. Skinner)
(verzettelung.com)
2 points
by
ouija
4y ago
|
2 comments
12.
▲
by
ouija
4y ago
I can't read the whole article because it's behind a paywall. From what I see, it's about the inaccessibility of primary data from mRNA-vaccine trials by Biontech/Pfizer and Moderna. Possibly related English source: htt
13.
▲
by
ouija
4y ago
It's a charming idea, kind of whimsical. I like that. But the screen really seems too small, even for writing. I recently bought a used ThinkPad X220 for 180€ (typing on it right now). OK, the battery won't last 100 hours, but I&#
14.
▲
by
ouija
4y ago
I agree. It also seems wildly inefficient to ask every student to read all those originals instead of systematic modern introductions. History is accumulating, so this becomes an impossible task at some point. If the ideas expressed in a te
15.
▲
How This Website Works
(verzettelung.com)
2 points
by
ouija
4y ago
|
0 comments
16.
▲
Have You Even Read Kant?
(verzettelung.com)
2 points
by
ouija
4y ago
|
2 comments
17.
▲
Being Opinionated for the Sake of Dialectics
(verzettelung.com)
1 points
by
ouija
4y ago
|
0 comments
18.
▲
Embracing Hypocrisy
(verzettelung.xyz)
3 points
by
ouija
4y ago
|
0 comments
19.
▲
by
ouija
4y ago
Real minimalists use a USB telegraph key and type with their fist. ;)
20.
▲
by
ouija
4y ago
Actually out of the three cities mentioned, only one (Dresden) is in Thuringia or Saxony, none is in Thuringia. ;)
21.
▲
by
ouija
4y ago
You are overgeneralizing. The "valley of the clueless" referred to places like Dresden and Greifswald that were not able to receive broadcasts from West Germany and hence were somewhat more closed communities (also for other reaso
22.
▲
by
ouija
4y ago
I prefer the Python code here. The import is explicit, so if you want to know where "date" comes from, that's easy. In a modern IDE I don't write imports manually anyway. You could write it as a one-liner in Python as we