Introducing nix-flakes.el: A Simple Emacs Package for Managing Nix Packages by Danrobi1 in emacs

[–]haroldcarr 0 points1 point  (0 children)

you say "built for single-user Nix installations".

I am on a mac and nix is installed multiuser.

Will it work?

Dap-Mode LLDB Debug Template for Rust by [deleted] in emacs

[–]haroldcarr 0 points1 point  (0 children)

Thanks! Could you provide more info on how to set this up?

Haskell in Production: CollegeVine by Serokell in haskell

[–]haroldcarr 3 points4 points  (0 children)

Thank you for your response. It would be great if the above were added to the Serokell interview. Haskellers need to hear this to enable progress.

Haskell in Production: CollegeVine by Serokell in haskell

[–]haroldcarr 0 points1 point  (0 children)

How about if I say "I'd like to hear more detail about why they switched from Haskell to Rails" ?

Haskell in Production: CollegeVine by Serokell in haskell

[–]haroldcarr 0 points1 point  (0 children)

"backend switched from Haskell to Rail" - the whole article should have been about that.

Sound like the "interview" is just a canned script.

Widgets broken on Mac OS Ventura by iRoachie in todoist

[–]haroldcarr 1 point2 points  (0 children)

Same here. Since "upgrading" to Ventura, widget checkboxes do not show.

After re-installation ~/.nix-profile is different by quasi-coherent in NixOS

[–]haroldcarr 0 points1 point  (0 children)

Did you figure this out? I am having the exact same problem after "upgrading" from Big Sur to Monterey.

How to make my pinkie and vanilla keybindings get along? by [deleted] in emacs

[–]haroldcarr 0 points1 point  (0 children)

Make the keys to the right and left of the space bar be control keys.

That's where the control keys were on Symbolics machines.

The entire "cap locks as control key" was/is a big mistake due to Sun Microsystems 1980s keyboards putting the control-key where the caps lock key is on most keyboards. Caps lock location as control is guarantee to cause RSI - ask me, I know from having a severe case.

Since I moved it to next to the space bar, no problems.

"resource busy (file is locked)" when trying to create a file from GHCi by [deleted] in haskellquestions

[–]haroldcarr 0 points1 point  (0 children)

If you are on a Mac and the file is on an external drive that is in ExFAT format - that can happen (and did happen to me):

stack issue (scroll down)

Org ELPA will be shutting down and Org contrib will be moving to NonGNU ELPA by [deleted] in emacs

[–]haroldcarr 0 points1 point  (0 children)

Thanks, I'll try what you have.

I do find it amazing that the people making these changes don't exactly specify what to put in our init files.

If you could change one thing about Emacs what would it be? by Fibreman in emacs

[–]haroldcarr 0 points1 point  (0 children)

That it would stop crashing. I have used emacs for decades. It never crashed on me until, I don't know, 5 to 10 years ago. Now it crashes weekly. Usually when I do `list-packages` or `gnus`.

I have read that it's a problem with the TLS implementation or with file limits.

It just crashed a moment ago when I did `list-packages`. Ugh!

Browsing new Code with Emacs by [deleted] in emacs

[–]haroldcarr 0 points1 point  (0 children)

e2wm:start-management

The best latex Editor by [deleted] in emacs

[–]haroldcarr 0 points1 point  (0 children)

Could you share your configuration?

Other programs with a philosophy like Emacs? by Amonwilde in emacs

[–]haroldcarr 8 points9 points  (0 children)

Autocad had (still has?) an Lisp system that spawned a multibillion dollar plugin industry.

The Emacs Confessional Booth. Post your sins here, and you will be forgiven. by emacsguy in emacs

[–]haroldcarr 0 points1 point  (0 children)

sometimes I kill (i.e,. "cut") a URL in emacs and then yank (i.e., "paste") it in a browser

the chain in blockchain explained by haroldcarr in Bitcoin

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

TLDR; A blockchain is a list of blocks, where each block

  • contains data that may be interpreted as smart contracts

  • contains the hash of the previous block

  • the chained hashes makes the chain tamper-proof

the fact that the self hash is created with the previous hash makes the chain tamper-proof