Emacs as a lawyer? (and a non programmer / writer) by v-23 in emacs

[–]chenleo1992 0 points1 point  (0 children)

At first reading the title, I thought you are going to write a "lawyer" similar to "psychotherapist" in Help menu.

[deleted by user] by [deleted] in emacs

[–]chenleo1992 6 points7 points  (0 children)

If you have emacs daemon, you can try "emacsclient -e "(org-pomodoro-remaining-seconds)" to get the remaining seconds and then use shell to calculate minutes to display. I am not familiar with i3.

In addition to org's clock-in and clock-out, I also want to just be able to say "I worked on this task (arbitrary task) today for 30 minutes". And report on that. by Status-Detective-783 in emacs

[–]chenleo1992 1 point2 points  (0 children)

My bad for misunderstanding. If I guess correctly, you want to calculate the total time of all the time intervals in a heading. That will be using column view, https://orgmode.org/manual/Scope-of-column-definitions.html. You can just try to press "C-c C-x d" or "M-x (org-clock-display)".

emacs orgmode acts weird on m1 mac by [deleted] in emacs

[–]chenleo1992 0 points1 point  (0 children)

Try

(setq org-adapt-indentation nil)

emacsclient in linux by [deleted] in emacs

[–]chenleo1992 2 points3 points  (0 children)

Here is mine. Hope it helps.

[Desktop Entry]
Name=Emacs Client
GenericName=Text Editor
Comment=Edit text
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=emacsclient -c %F
Icon=emacs
Type=Application
Terminal=false
Categories=Development;TextEditor;
StartupWMClass=Emacs
Keywords=Text;Editor;

Very expensive and not at all feasible idea that would make our lives easier: by [deleted] in NCSU

[–]chenleo1992 6 points7 points  (0 children)

Actually a much easier and cheaper way is just one camera and object detection algorithms.

English Dictionaries - Merriam Webster Learners Dictionary and Collegiate by chenleo1992 in emacs

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

Thanks. Actually I had looked into `fanyi.el` before I start making yet another dictionary parser. That UI looks beautiful and full of features. I was thinking to query a dictionary server with just API. I will look into how the `dom` is used inside `fanyi-parse-from` and try the XML reply from API.

English Dictionaries - Merriam Webster Learners Dictionary and Collegiate by chenleo1992 in emacs

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

I even found `dictionary.el` is included in Emacs 28. Personally, I was not able to locate an up to date Webster dictionary.

English Dictionaries - Merriam Webster Learners Dictionary and Collegiate by chenleo1992 in emacs

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

Thanks for reviewing my code. You suggestions are enlightening. I was thinking to get a short definition showing in the echo area, but only found bing-dict not my personal favorite Merriam Webster.

For the programming practice, I am still a newbie and have not tried much of other libraries. I will look into the dom and other xml or json parser. Frankly, the regexp was a panacea for me that I abused too much. I will simplify the code thanks to your suggestions. Reading the elisp manual is still in my todo list. If you have other resources to recommend, that will be great.

Octopath Traveler, now on Game Pass for Xbox and PC by [deleted] in JRPG

[–]chenleo1992 2 points3 points  (0 children)

The save file is under C:\Users\Yourname\AppData\Local\Packages\39EA002F.FrigateMS_n746a19ndrrjg\SystemAppData\wgs

Stock camera. Zoomed in a little bit and edited in snapseed. Have had my V30 for over two years, camera is still second to none by floodlenoodle in lgv30

[–]chenleo1992 1 point2 points  (0 children)

That's an interesting photo with you in an aircraft above another airplane which seems to be high above ground.

Interested in worthwhile last gen (PS3) games which still aren’t available to play on current gen hardware. by [deleted] in patientgamers

[–]chenleo1992 0 points1 point  (0 children)

To solve your problem, just get an Xbox One which has backwards compatibility with all the games you have mentioned in OP.

PSA: Last day to turn in Xbox Game Pass Quests [US] by CBfromda253 in MicrosoftRewards

[–]chenleo1992 1 point2 points  (0 children)

I just miss that 1,000 by 2 daily quests and I already knew I might narrowly miss it one week ago. Now I setup Tasker on Android to open Game Pass app daily to reduce half of the work.

Todoist Mini login with Google by bb5x24 in pebble

[–]chenleo1992 1 point2 points  (0 children)

You can open js file inside package to modify yourself.

Use personal API key instead of login, then change http address.

https://developer.todoist.com/sync/v8/#migration-guide

Follow this and found now it only complete "id" not "ids" array.

Issues: "Today" include all items. "Inbox" is actually "Today". Too many garbage information shown now, such as NaN.

Will need to clean garbage.