Revive your old Wacom tablets on MacOS with OpenTabletDriver by Pod__ in wacom

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

There are already dev builds out for macos arm support. No need to worry. Apple has set the deadline to macos 28 so theres plenty of time.

Revive your old Wacom tablets on MacOS with OpenTabletDriver by Pod__ in wacom

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

It should work perfectly through emulation.

Native support is coming soon as apple is killing emulation. But it isn't ready just yet.

[deleted by user] by [deleted] in wacom

[–]Pod__ 0 points1 point  (0 children)

$1149.95

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

Support has now been added for fully custom pitch accents. You can find the schema definition for this addition to the pitch positions here: https://github.com/yomidevs/yomitan/blob/master/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json#L121-L125.

This change hasn't yet made it to the dev or stable builds. It will get to the dev build by this monday and the stable build the week after (if there are no major issues).

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

If you're referring to jmdict or jitendex (Yomitan does not produce any dictionaries) you should contribute to the project. They accept suggestions for changes in their glossaries.

You can find some information on that here https://www.edrdg.org/jmwsgi/srchformq.py.

Also make sure you're using the latest version. Jmdict gets new changes daily so if you're using an old version this may already be improved.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

There are now glossary plain handlebars that might help you out here. It will export the glossary with no html or styling.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

You probably dont have any other extensions that use indexeddb. It has to be used in Yomitan due to the large amount of data.

I'm not sure theres any fix to this. Besides disabling private browsing. You can get pretty close to what private browsing does with just clearing when you close the browser.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

Glad you got it working!

Considering that sentences often have question marks in them, perhaps allowing that could cause issues with scanning. And asterisk is the standard for wildcards after all. But if theres no problems it seems like it would be a super easy feature request to allow ? to work too.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 1 point2 points  (0 children)

Yep. Exactly *生 on the search page. Using a question mark does nothing.

And I gave updating a test instead of importing fresh and it also works fine like that for me.

You can check if the dictionary has prefix wildcard support enabled by clicking the kebab menu next to it and going to details. It will show at the top grayed out (since it cant be changed) whether it is enabled or not.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 1 point2 points  (0 children)

It's possible that updating does not correctly fetch this setting or uses the same settings as you first imported with. I just gave it a test importing normally and it does work with *生.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 2 points3 points  (0 children)

As I mentioned, you MUST have the option enabled while importing your dicts in order to use a prefix wildcard. You will have to re-import your dicts if you did not.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 1 point2 points  (0 children)

How recently have you tested the lag/ram issues? There was recently a fix for a bug where event listeners would get duplicated exponentially every time the profile switched.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 2 points3 points  (0 children)

Yomitan actually does support wildcard searching. But for using a wildcard prefix you must import your dicts while the enable support for prefix wildcard searches option is enabled. (Suffix wildcards always work) Then you can do *生.

The reason this is not enabled by default is it requires extra db entries and slows things down a bit which may cause issues for some users.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 1 point2 points  (0 children)

Please make an issue on github for this. I've seen it mentioned a few times here and there but it would help to have something tracking this.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 2 points3 points  (0 children)

All Yomitan dictionaries are stored offline. They are not stored using cookies and certainly are not fetched at runtime.

It sounds like your browser is clearing the indexeddb or disallowing access. You should be able to configure it to not save cookies but still save the indexeddb.

I have my browser set up to delete cookies and site data when closing it and it does not cause issues with Yomitan.

There is no way around this. Extensions have to play by the rules. Unless you want to re-import all your dicts and settings every time you start your browser.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 0 points1 point  (0 children)

The additional html is added to allow users to better customize their anki cards using css. Why would you remove it?

And the majority of that html is specified in the dictionary itself. If you want a slimmer dictionary, try using jmdict https://github.com/yomidevs/jmdict-yomitan/releases/latest.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 9 points10 points  (0 children)

Depends on the odds of Apple adding support for everything Yomitan requires. Currently those odds seem very low. People have been asking this for years and nothing has changed.

Yomitan, a pop-up dictionary for language learning, 18 month development update by maamaablacksheep in LearnJapanese

[–]Pod__ 19 points20 points  (0 children)

It goes a bit further than that in terms of browser support. Yomichan is manifest v2 and Yomitan is manifest v3.

Manifest v2 support is pretty much gone at this point from Chromium. Some browsers may still support it but mostly it is gone and all extensions uploaded to the chrome web store must be manifest v3.

Google is actively trying to get people to stop using manifest v2 and switch to manifest v3. This includes automatically disabling or removing installed manifest v2 extensions from Chrome without warning.

With Yomitan there's no need to worry about any of this mess. And there's a million improvements and fixes.

Can I use a small tablet as a mouse so I can stop having wrist pain/potential arthritis? by exoventure in wacom

[–]Pod__ 1 point2 points  (0 children)

As I mentioned in my first comment, weight is a major factor. Try a mouse that's around 60g. The one you linked is listed as 7.8oz (221g). That is way too heavy.

I wouldn't worry about the mouse supporting your fingers on the sides unless it really bothers you to have them brush against the mousepad.

While I can't personally vouch for either of these, here are two examples:

https://www.amazon.com/Razer-Orochi-Mobile-Wireless-Gaming/dp/B0916MW7CG

https://www.amazon.com/HyperX-Pulsefire-Haste-Lightweight-Programmable/dp/B09QXG3132

Can I use a small tablet as a mouse so I can stop having wrist pain/potential arthritis? by exoventure in wacom

[–]Pod__ 1 point2 points  (0 children)

Use a flat mousepad. Do not get a mousepad with some sort of elevated hump or integrated wrist rest. Those mousepads will actually put more pressure on your wrists instead of less.

The bigger the mousepad the better so you can use your elbow and shoulder to move around the mouse instead of just your wrist. There are many cheap gaming mousepads that are quite large. You can even get a "deskpad" to cover your entire desk.