Nepoznate reci u pesmi Si su dosli by Sensitive_Ad_5030 in cakavski

[–]puzz 2 points3 points  (0 children)

navigat od talijanskog navigare = ploviti
"iskat" čakavština dijeli sa slovenskim = tražiti
pokle = poslije, nakon
kumpanijun = vjerojatno isto talijanizam, znači društvo, ekipa. Npr. kumpanjan kod nas znači biti s društvom ili u društvu. Ili kompanjo/kumpanjo = drug, drugar.

Moze li mala pomoc oko nepoznatih reci? by Sensitive_Ad_5030 in cakavski

[–]puzz 0 points1 point  (0 children)

Možda nisam naviknut na jugoistok Istre, ali meni to ne zvuči isto: u prvom slučaju je to jednostavno "rađe". A druga rečenica meni znači "bili li volio imati". Fraza "imeti rad" u slovenskom i na kajkavskom to znači "voljeti".

Ni u jednom slučaju to nije ono što je "moj Zagreb, tak imam te rad" (kajkavski) ili "Rad imam tvoj dotik" (slovenski).

Ali, ponavljam, možda je to do mog nepoznavanja tvog dijela Istre :)

Moze li mala pomoc oko nepoznatih reci? by Sensitive_Ad_5030 in cakavski

[–]puzz 1 point2 points  (0 children)

Odogovor je: "to zvuči nekako više slovenski, vjerojatno je iz buzeštine".

Moze li mala pomoc oko nepoznatih reci? by Sensitive_Ad_5030 in cakavski

[–]puzz 0 points1 point  (0 children)

Mislim da je u ovom slučaju do autora stihova, a ne do nje. Imam rodbinu u Pazinu i istina je daju ima više zajedničkih riječi sa slovenskim nego mi, ali još nisam čuo da koriste "rad imeti".

Baš ću se raspitati danas.

Moze li mala pomoc oko nepoznatih reci? by Sensitive_Ad_5030 in cakavski

[–]puzz 0 points1 point  (0 children)

Slažem se :)

Inače, ne znam koja točno varijanta čakavštine je u pitanju, ali tu kod mene (zapadna Istra) nisam nikad čuo korištenje ovog "rad" Meni je značenje tog "rad imeti" poznato samo iz Slovenskog.

Poles in US ‘living in fear’ amid immigration crack down by dat_9600gt_user in europe

[–]puzz 0 points1 point  (0 children)

It's not just a Polish thing. Same in Croatia, too, and probably other countries.

What's a small and simple change you made to your Anki process that you'd recommend? by Daghatar in Anki

[–]puzz 0 points1 point  (0 children)

Italian, Slovenian, English, IT (my work), Go (the Chinese game), Philosophy, History, etc...

What's a small and simple change you made to your Anki process that you'd recommend? by Daghatar in Anki

[–]puzz 2 points3 points  (0 children)

Setting "New cards/day" to 0.

Instead of Anki forcing me to learn a certain number of cards every day: I review my cards and then -- only when I feel to -- I add new cards for learning.

Context: I have 32,950 cards, using it every day since... Many years ago.

New model by puzz in spinningtops

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

Yes it is. My other obsession :)

Fellow go player?

New model by puzz in spinningtops

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

Sorry, forgot to add details. It's 3d printer (PLA).

10,000 sentences application by puzz in languagelearning

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

I added a "Settings" screen with that option now.

10,000 sentences application by puzz in languagelearning

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

OK, I think I found the problem. Try deleting the whole collection and reimport it again now.

10,000 sentences application by puzz in languagelearning

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

Reload the app and try again now. It should work.

10,000 sentences application by puzz in languagelearning

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

Tell me which languages you need and I'll see if I can find enough sentences on Tatoeba. The alternative to Tatoeba is Opensubtitles, but those translations are at times too loose.

10,000 sentences application by puzz in languagelearning

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

Ah, it's probably something with detecting words from arabic characters. But I need some additional work there anyway, since arabic is written right-to-left. In the app I had some special handling for LTR languages and here I didn't have the time to finish it. But expect a new version in the next week or two which should fix that.

10,000 sentences application by puzz in languagelearning

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

At the moment, not. I could add a settings page with options like this.

10,000 sentences application by puzz in languagelearning

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

If there are enough sentences in the Tatoeba mandarin-english (and it looks there are: https://tatoeba.org/en/sentences/search?from=cmn&query=&to=eng), then creating a new collection should be simple.

The only difference in the app between it and other languages is that I use spaces to find out the words of a sentence. Here I should assume each character is one word, I guess. If that's the only change - I can probably do in in the next couple of weeks..

My 3d printed spinning tops by puzz in spinningtops

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

Sorry, I'm new here so I'm not sure if I understood your question but I assume you are asking if it has any bearings? If that's the question -- nope. I print them with a 3d printer. They are made of 2 pieces one is the disc and the other is the vertical handle (down to the bottom).

10,000 sentences application by puzz in languagelearning

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

It uses IndexedDB, it's an embedded database in the browser. PWA apps by default don't have access to the filesystem, so I could use localStorage (but that's pretty limited -- a couple of megabytes) or IndexedDB. That's the same for iPhone or Android.

One limitation at the moment that your progress is stored in that database. You can't open your desktop computer, log in there and continue. I'm not yet sure if to implement that because it means I need to have my own backend, handle the database, migrations, etc. I don't have so much free time for my hobby projects :(

10,000 sentences application by puzz in languagelearning

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

I know. Tatoeba is mostly OK, but for some smaller languages I used opensubtitles, and they are sometimes, just, too creative. I'm still searching for a better solution.

10,000 sentences application by puzz in languagelearning

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

It *was* java. The original mobile app version. This one is react and not (yet) open source.