oantolin

u/oantolin@discuss.online
7 posts · 49 comments

Recent posts

Recent comments

There's probably something with with your installation or configuration. For me Emacs has always felt fast and has been getting faster, the biggest jump being of course the native compiler.

The problem I have which which-key is that it applies only after a prefix.

There are commands which-key-show-major-mode and which-key-show-top-level, which you could use. On the embark side, there is embark-bindings which by default gives you bindings from the major mode and minor modes, but with C-u will give you global bindings.

Mutating a keymap with setc[ad]r is evil!

Agreed.

why not use (menu-item "dummy" KEYMAP :filter FUNCTION) instead?

Only because I didn't think of it!

It depends on the type of facts, but sometimes it's much easier to verify an answer than to get the answer in the first place. For example sometimes the LLM will mention a keyword that you didn't know or didn't remember and that makes googling much easier.

on Everything web based · c/programming · 1 pts · 1y

And even among runtime environments some are much better than others. I don't really mind dotNet or the JVM that much, but Electron seems particularly wasteful. I don't use a single Electron app.

on Everything web based · c/programming · 5 pts · 1y

There are a couple of functions that web apps almost always have and that native apps tend to lack: (1) selecting and copying text from anywhere in the app to the clipboard; (2) bookmarking individual views within the app. Of course, natives apps in principle could be faster and use more of your hardware —in practice though, they tend to be horribly bloated electron crapps. 😅 So yeah, a decent native app can be better than a web app, but good luck finding one for your purpose.

on *Permanently Deleted* · c/programming · 90 pts · 1y

Normally people use ChatGPT to vibe code, this is the first instance I'm aware of of ChatGPT using people to vibe code!

Kris Jenkins is a top-notch interviewer! He lets the interviewee talk, really pays attention and asks good follow up questions. I know that sounds like standard things an interviewer should do but at least in tech podcasts few seem to.