@lens0021@programming.dev avatar

lens0021

@[email protected]

This profile is from a federated server and may be incomplete. View on remote instance

lens0021 OP Mod ,
@lens0021@programming.dev avatar

What I am interested in:

  • ... Special:MergeHistory is now significantly more flexible ...
  • Scribunto modules can now be used to generate SVG images.
  • ... now provide all anonymous users with the option to enable a dark mode ...
lens0021 OP ,
@lens0021@programming.dev avatar

I don't know why this is just added. Maybe one of them has started their sponsorship recently? Also, I can't imagine the reason why Warp sporsors a mobile terminal app.

lens0021 OP ,
@lens0021@programming.dev avatar

I wonder if they want to be the Astral of the JavaScript world, and if that's even possible.

lens0021 ,
@lens0021@programming.dev avatar
lens0021 ,
@lens0021@programming.dev avatar

We are improving compilation performance through (1) parallel compilation in the compiler front-end, which delivers 20-30% faster builds, and (2) making the Cranelift backend production-ready for development use, offering roughly 20% faster code generation compared to LLVM for debug builds.

👍

lens0021 OP , (edited )
@lens0021@programming.dev avatar

Wait, the title confused you. The exact changlog is:

EU users can set Organic Maps as the default navigation app in iOS Settings → Apps → Default Apps → Navigation

My apologies for that I just copy-pasted the title from the original post.

lens0021 OP ,
@lens0021@programming.dev avatar

You are absolutely right. I've edited the title from "Organic Maps as default navigation app in EU on iOS, and road shields displaying on Android" to "Organic Maps can be set as default navigation app in EU on iOS, and road shields displaying on Android". I am sorry for late response. I was at work and couldn't check.

lens0021 OP ,
@lens0021@programming.dev avatar

Well, yesterday I visited the contributors pages on github(both of OrganicMaps and the mirror of CoMaps), I could not be sure CoMaps has an enough number of maintainers.

lens0021 , (edited )
@lens0021@programming.dev avatar

​All Korean keyboards, including the one on my LG Gram (which is a Korean model), have a dedicated key for switching between English and Korean (the "한영키"). Everyone who isn't technically inclined uses this key. Using Ctrl + Space is a bad user experience.

lens0021 , (edited )
@lens0021@programming.dev avatar

If you're okay with ibus-hangul, you can configure the keyroard shortcut for Gram.
https://programming.dev/pictrs/image/e24086d4-b618-4137-802e-d444e09b5f05.png

Click "Add" and press "한/영" key on the keyboard.

ibus

lens0021 , (edited )
@lens0021@programming.dev avatar

I assumed an ordinary person. My parents use the "한영키" to switch between Hangul and the alphabet. While I'm geeky enough to configure my Caps Lock key to function like that switch, most people wouldn't even imagine that functionality is configurable.

lens0021 ,
@lens0021@programming.dev avatar

What? I never heard that OS before though I am living in Korea. What are the pros of the OS? Does it have a native support for Kakao Talk?

lens0021 , (edited )
@lens0021@programming.dev avatar

Mine is also a joke. KakaoTalk, the most used massenger app in South Korea does not support Linux, a Wine approch is half-broken, and a WIP reverse-engineered Typescript & Rust based open-source client is not yet fully developed and never.

lens0021 ,
@lens0021@programming.dev avatar

I want to read more, but sadly curl is the only article on the site.

lens0021 , (edited )
@lens0021@programming.dev avatar

I am Korean living in Korea and this is a not well-known massacre even in Korea. I just heard the public does not pay attention to this though they should. (I am the one of public)

lens0021 ,
@lens0021@programming.dev avatar

I have edited my comment. The public should do pay attention. At least the government, politicians, or mass media should. The most famous thing from the island currently is its fruit. Thank you for sharing this link because it made me visit the article.

lens0021 ,
@lens0021@programming.dev avatar

All eight current high school Korean history textbooks describe the Jeju April 3 Incident with an average of over one page of content. -- https://www.jejusori.net/news/articleView.html?idxno=435552

Maybe I just forgot, but one page is to hard to remember. I graduacted high school ~15 years ago.

lens0021 ,
@lens0021@programming.dev avatar

I never thought of this before, but you can achieve this with raw HTML tags.
The manual: https://www.mediawiki.org/wiki/Manual:Collapsible_elements
An example: https://www.mediawiki.org/?oldid=7943916. This is jQuery way because the <details> tag is not supported yet. (https://phabricator.wikimedia.org/T31118)

lens0021 ,
@lens0021@programming.dev avatar

I've come up with a better idea. Try this

<div class="mw-collapsible mw-collapsed">
Title of bullet list
<div class="mw-collapsible-content">
* item
* another item
* yet another item
</div></div>