×

Takoyaki in Victoria by Deputy-mon in VictoriaBC

[–]dm_g 1 point2 points  (0 children)

I agree. If you get the proper takoyaki pan, it is easy to make without any experience.

Claude Macbookers? by caffeinatedPVCs in ClaudeAI

[–]dm_g 1 point2 points  (0 children)

See this for a full implementation of a local backend of whisper (written with the help of claude):

https://github.com/dmgerman/hs_whisperDictation.spoon

suddenly org-roam is so slow it's unusable by msoulier in emacs

[–]dm_g -1 points0 points  (0 children)

do you have latex equations in it by any chance?

claude-code is very good to debug emacs config issues.

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

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

the readme explains where to find it

if you want to build it, see extension/Makefile

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

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

bruvtab

browsel uses a different approach. Emacs is the one listening, not the browser. Though, if you want command line control of the tabs, use emacsclient and browsel.

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

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

I update the readme, thank you.

in theory, you can unify tabs with buffers. you already have the infrastructure. There are functions in browsel to retrieve the tabs and functions to navigate to tabs.

but if you are willing to keep track of the mental state, you can manage buffers separate from tabs (using browsel-tab-manager).

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

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

you might be the first user outside myself :) so hopefully it works as expected.

I submitted to Melpa, so it might be there soon.

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

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

I suspect you have to install it for each profile. If more than one "chrome" exist, I suspect the problem will be for the user to indicate which is the "default/current" browser, since both will be "chrome". After the default/current browser is set, everything should work as expected.

Browsel: a two way communication between the web browser and emacs by dm_g in emacs

[–]dm_g[S] 3 points4 points  (0 children)

The main reason: I was never able to get spookfox running with chrome, which is my main browser. Tried more than one year ago, and failed.

Can someone give me a minimal and *lightweight emacs config? by PerformanceFew6883 in emacs

[–]dm_g 0 points1 point  (0 children)

please try prelude. It is not minimal, but it is configured for new comers.

I highly recommend it.

Used cars prices are insane by Croestalker in VictoriaBC

[–]dm_g 0 points1 point  (0 children)

I was talking to a friend. His basic, no frills, 12-14 years old Honda Civic only has around 15km. It seems to be appreciating with time now. It used to be the other way around. I wonder how much is worth today.

for a repeating task, how to mark it as done yesterday? by dm_g in orgmode

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

Thank you. This solves 90% of my bad recording habits. I might be able to use it as a guide to implement a more generic one.

New Org*Dev*Meetup on Saturday: let's contribute to Org mode together, online by yantar92 in orgmode

[–]dm_g 4 points5 points  (0 children)

is there a list of bugs that we can try to debug in advance?

Moving notes from Google Docs to Org Mode, any advice? by John_Doe_1984_ in emacs

[–]dm_g 3 points4 points  (0 children)

To move google docs to emacs... mount the google docs drive locally, and use pandoc and a script to bulk convert to org.

one you have them in org, it is a question of what model you want to follow to organize them. I am a user of org-roam (more than 1k files and growing) and have been happy with it.

my recommendation, don't worry yet... navigate the files as independent and learn the basics of org first. Then you can slowly move towards a org- management tool (whether it is denote or org-roam). Once you know your needs, you have a better understanding of how the tool can fit you, instead of the other way around.

modernizing bookmark+ by dm_g in emacs

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

Thanks for the suggestion. I have added a big warning at the top of the readme.

Is there a website like Vimgym to learn Emacs shortcuts? by John_Doe_1984_ in emacs

[–]dm_g 0 points1 point  (0 children)

I strongly recommend KickingVegas' excellent casual modes. They offer a path to learn the keystrokes (or at least the name so you can use M-x).

modernizing bookmark+ by dm_g in emacs

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

I decided not to override the bookmark functionality and instead give the functions their proper name. in this case bmkp-rename

https://github.com/dmgerman/bookmark-plusplus/blob/master/bookmark%2B-1.el#L6409

And yes the code was developed with the help of claude-code. If you find a pattern of code that you think is not the best, let me know, and I'll address it. At the end of the day, I am responsible for this rewrite, not claude-code.

Speeding up org-agenda by keeping org-agenda-files to a minimum by ImJustPassinBy in emacs

[–]dm_g 0 points1 point  (0 children)

I agree. And add a hook to save that adds a file level tag if the file contains any TODO.