- 20 Posts
- 21 Comments
lens0021@programming.devOPto
Today I Learned@lemmy.world•TIL: I can use mouse wheel to zoom in or out (pinch zoom) on FireFoxEnglish
3·3 months agoThe answer to the question is no. In my settings, zoom only works while holding down the Alt key. So it is fine.
I use light theme, btw
There was postwowan, it is currently renamed to Hoppscotch https://github.com/hoppscotch/hoppscotch
lens0021@programming.devto
Technology@lemmy.world•There’s so much stolen data in the world, South Korea will require face scans to buy a SIMEnglish
15·4 months agoKorean here. My country hasn’t even collected the data yet, so it will. What were they thinking?
lens0021@programming.devto
Programmer Humor@programming.dev•TailwindSQL - SQL Queries with Tailwind Syntax
7·4 months agoIs it April Fool’s Day already?
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
1·5 months agoThank you for this comment. I’m revisiting this comment because I need to write this…

lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
1·5 months agoFish is my main shell of choice and I use my self-written functions(https://github.com/lens0021/Lens0021_Personal.Fish/blob/main/conf.d/lens0021_personal.fish) daily. But it is hard for me to say Fish’s syntax is not weird. Especially, I’m a little fuzzy on how to use
argparse. I am sorry.
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·5 months agoCurrently, Amber does not even support Bash 2 because Bash 2 does not support the
+=operator. (ticket) However, I believe that POSIX compliance is on Amber’s long-term milestone, and that it will eventually achieve this as its support range expands.
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·5 months agotbh, I wouldn’t recommend that during alpha staging. There are still many bugs.
lens0021@programming.devOPto
Linux@programming.dev•Amber the programming language compiled to Bash, 0.5.1 release
3·5 months agoYep, the code you provided is compiled into this:
command_0="$(cat file.txt | grep "READY")" __status=$? if [ "${__status}" != 0 ]; then echo "Failed to read the file" fiSo, the outcome would depend on the
pipefailoption. (set -o pipefail)As you suggested, an Amberic snippet would be:
import { file_read } from "std/fs" import { match_regex } from "std/text" const result = file_read("file.txt") failed { echo "Failed to read the file" } if match_regex(result, "READY"): echo "file.txt contains READY"
lens0021@programming.devto
Opensource@programming.dev•Collabora Office Brings Its Online UI to the Desktop on Linux, Windows, and macOS
1·5 months agoI will try this. I rarely open xls files and all the icons on libre Calc look… old. They feel like they’re straight out of the year 2000 (which might be true). I tried changing the theme, but none of them suited my taste.
The bad thing is Collabora only provides a single flatpak file for Linux. I wish it would be served on flathub. I was so disappointed enough that I tried OnlyOffice yesterday, but all the UI components of OnlyOffice are too large for my screen and the available scaling factor options are 100%, 125%, and so on while what I really need 75%. There is a feature request for this by the way.
lens0021@programming.devOPto
OpenStreetMap community@lemmy.ml•Organic Maps can be set as default navigation app in EU on iOS, and road shields displaying on AndroidEnglish
1·6 months agoWell, 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@programming.devOPto
OpenStreetMap community@lemmy.ml•Organic Maps can be set as default navigation app in EU on iOS, and road shields displaying on AndroidEnglish
2·6 months agoYou 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@programming.devOPto
OpenStreetMap community@lemmy.ml•Organic Maps can be set as default navigation app in EU on iOS, and road shields displaying on AndroidEnglish
1·6 months agoWait, 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@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
3·6 months agoAll 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@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
6·6 months agoI 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@programming.devto
Today I Learned@lemmy.world•TIL About the Jeju Massacre, where South Korean forces wiped out 10 percent of the island of Jeju for the crime of organizing a General StrikeEnglish
31·6 months agoI 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)














dickbutt is merged last week. Isn’t enough? https://github.com/skridlevsky/openchaos/pull/14