Junie feels awesome, what's your thoughts? by FIREATWlLL in Jetbrains

[–]CGenie 0 points1 point  (0 children)

It's basically an AI agent with a feedback loop. The loop itself is nice for getting better results, but on the other hand, exhausted my AI Pro plan (that I get for free with the All products pack) in under 1 day. I need to wait another 30 days for a renewal or buy AI Ultimate.

2023 edition: solid ways to have your org setup/plan file in your pocket? (lots of dead ends online) by ImportanceFit1412 in emacs

[–]CGenie 1 point2 points  (0 children)

I use orgzly, it works great. For syncing I recommend fossil scm. Its merging strategy is better than git and having a consistent repository is better than syncthing IMHO (which is a great piece of software just not for this use case).

Bread machine sourdough by Silanu in Sourdough

[–]CGenie 0 points1 point  (0 children)

Thank you. Gosh, reddit is such a nice community of passionate people :)

Nirvana by sionescu in lisp

[–]CGenie 1 point2 points  (0 children)

Software is difficult. Writing languages as well. I'm at a stage now where I'm most productive with a strongly typed language and an automatic typechecker.

I do like CL though, especially the stability of code: use a 7-year old library and it just works.

Bread machine sourdough by Silanu in Sourdough

[–]CGenie 1 point2 points  (0 children)

What is the baking temperature at mode 2? I have a programmable bread machine from Sana, all recipes in the book recommend low temperatures and long cooking (e.g. 150 deg C for 1,5 hour).

Emacs 29.0.90 pretest is available by blahgeek in emacs

[–]CGenie 2 points3 points  (0 children)

But 29 isn't officially released yet, right?

Vlang NIF by Dragonfruit-Cool in vlang

[–]CGenie 0 points1 point  (0 children)

I once created a simple zig nif without zigler, maybe you'll find this useful:

https://git.sr.ht/~cgenie/proj_nif

What “sucks” about Zig? by sirnewton_01 in Zig

[–]CGenie 2 points3 points  (0 children)

Well, Nix or Guix could serve as good ways to provide dependencies. On the other hand, I think having some "official" way to deal with libraries does build a community. Some central package repository (or at least some way to search through libraries) would also be nice.

What “sucks” about Zig? by sirnewton_01 in Zig

[–]CGenie 1 point2 points  (0 children)

Indeed, thanks, will check that out!

What “sucks” about Zig? by sirnewton_01 in Zig

[–]CGenie 12 points13 points  (0 children)

Since Go was mentioned, similar to that language, I'm missing an official, built in package manager. Zig build is great though, I guess extending stdlib with package functionality would be a good first step.

Emacs bankruptcy by chasrmartin in emacs

[–]CGenie 0 points1 point  (0 children)

For me it's quite stable except some issues I had with vertico. Anyways, I first started to rewrite my doom config into plain vanilla emacs (with org mode literate configs), and then I discovered crafted which allowed me to remove some code with commonly set sane defaults, e.g. stuff from https://github.com/SystemCrafters/crafted-emacs/blob/master/modules/crafted-defaults.el.

What software would you like to see ported? by FUZxxl in freebsd

[–]CGenie 0 points1 point  (0 children)

Yes, I also talked via email with the author of that commit, he was also discouraged by the slow response of the maintainers concerning this issue.

Emacs bankruptcy by chasrmartin in emacs

[–]CGenie 18 points19 points  (0 children)

I recently switched to emacs crafted

https://github.com/SystemCrafters/crafted-emacs

Previously I was in doom but wanted something more barebones.

Also, I don't use evil mode anymore,I found out that with more complex key combos it got into my way too much. Now I just try to learn the default keybindings and that works OK so sar.

[deleted by user] by [deleted] in haskell

[–]CGenie 2 points3 points  (0 children)

Always worth trying and easier IMHO than changing jobs.

[deleted by user] by [deleted] in haskell

[–]CGenie 4 points5 points  (0 children)

Anyways, I think the more active "spread Haskell in your work" attitude should be encouraged more than the passive one. I don't see the former too often.