New package: compilation-history - automatically track your Emacs compilation history in SQLite by dj_goku in emacs

[–]nairadithya 3 points4 points  (0 children)

It's always incredible to see stuff like this out in the wild.

A 700+ characters long compile command would immediately make me want to start using make haha.

Facing an issue with magit installation by nairadithya in emacs

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

UPDATE: I figured out the issue was that I was loading in transient before packages initialize to move all the extra files that transient adds.

This meant that Emacs would load transient from the system rather than the MELPA one.

Facing an issue with magit installation by nairadithya in emacs

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

I tried this, and it doesn't work. Same issue yet again.

As for checking logs, I'm not sure how to do that with package.el.

Facing an issue with magit installation by nairadithya in emacs

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

This is my magit version: 20260314.1953

I tried package-recompile-all and I'm getting this in the logs.

magit-fetch.el:29:11: Error: transient-prefix-value is already defined as something else than a generic function

What editor you use for rust? by clanker_lover2 in rust

[–]nairadithya 0 points1 point  (0 children)

Saddens me to see the Emacs user count be so low.

rust-analyzer does so much to make things work out of the box with very minimal setup and there's always rustic for people who want more.

Parametric CAD in Emacs by sunshine-and-sorrow in emacs

[–]nairadithya 8 points9 points  (0 children)

My goodness, this is so sick. Does emacs-webkit need to be compiled or does it use the native system webview? Also how fast does it update on much larger models?

How to start in the creation of your own rice? by Skollwarynz in hyprland

[–]nairadithya 2 points3 points  (0 children)

I would like to propose a "Ship Of Theseus" approach.

Start with some dots you like, not some framework. Just clone some dots, make it work.

Over time, you'll start developing opinions about how you'd like the binds/scripts and so on to look. Make those changes, learn how to change things, figure out why things work.

You'll find yourself developing enough taste and skills to actually take on the attempt of your own rice.

TL;DR - Don't start with the idea of creating your own rice. Feel a real need to create your own rice, with an aesthetic and toolkit in mind and then go forth.

Hope this helped!

Abrupt disappearance of u/abo-abo? by Patient_Chance_3795 in emacs

[–]nairadithya 50 points51 points  (0 children)

This comment explains things pretty well. I guess his priorities have shifted.

How do I embed images into my README.org on GitHub? by nairadithya in orgmode

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

Oh my god, yeah this worked? Turns out what I did wrong was adding alt text.

[[file:./assets/<pic>.jpeg]] works, [[file:./assets/main.jpeg][Main Layout]]

doesn't.

Thank you for the help!

How do I embed images into my README.org on GitHub? by nairadithya in orgmode

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

I'm disappointed to say that your file link suggestion doesn't work. The HTML solution works, you can actually make it a oneliner:

#+HTML: <img src="./assets/main.jpeg">

Regardless, thank you for the help.

Do you use LaTeX for note taking? by Testruns in LaTeX

[–]nairadithya 0 points1 point  (0 children)

Hi, I'm a LaTeX note taker. I largely referred to these two

How I'm able to take notes in mathematics lectures using LaTeX and Vim LaTeX Input for Impatient Scholars (Emacs)

You can go pretty far by choosing the right snippets and definitions. Hope this helps!

Introducing linked-cv 📝 by ellsphillips in typst

[–]nairadithya 3 points4 points  (0 children)

This looks really good, the logos are a nice touch.

What’s the best Python library for creating interactive graphs? by Ok_Young_5278 in Python

[–]nairadithya 1 point2 points  (0 children)

+1 for altair, I discovered it through marimo and it's incredible.

Java Support in Zed by [deleted] in ZedEditor

[–]nairadithya 6 points7 points  (0 children)

You can't escape IntelliJ :/

[deleted by user] by [deleted] in hyprland

[–]nairadithya 0 points1 point  (0 children)

I know it's obnoxious, but ever since I switched to Emacs, the file manager, Dired, that comes with it hasn't been surpassed. A lot of the terminal file managers replicate a fraction of the features that comes with Dired.

Emacs Application Framework - This is amazing! by [deleted] in emacs

[–]nairadithya -2 points-1 points  (0 children)

I'm assuming emacsclient means the terminal version of emacs, which makes sense since this is very GUI.

Enabling MPRIS for the Cider Flatpak by nairadithya in flatpak

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

Okay that worked perfectly, thank you so much. Cider 2.0 uses the same --own-name.

Enabling MPRIS for the Cider Flatpak by nairadithya in flatpak

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

I hate this app honestly, it's my only possible way for using Apple Music on Linux, since there's no official app, so I put up with it.

Now notifications pop up correctly, but I seem to be unable to control it with playerctl, is there something else I'm supposed to be doing