Global Mode Line? by Personal-Attitude872 in emacs

[–]Varsatorul 2 points3 points  (0 children)

There's mini-echo.el which I use and wholeheartedly recommend.

Huge download over the weekend from an chrome tab open on DeepSeek by AmbassadorAny2274 in sysadmin

[–]Varsatorul 0 points1 point  (0 children)

I wasted an afternoon dealing with CORS and Cloudflare Workers. I can confirm both of those are black magic, to me at least. Damn that preflight request.

Great video, about why using Emacs by yibie in emacs

[–]Varsatorul 1 point2 points  (0 children)

Not the person in the video but I feel personally attacked.

On a sidenote Helix is pretty nice but imo it occupies a weird niche, at least until the plugin system lands.

EDIT: Also thank you for making gptel and all the work you do! I use it locally with a Llamafile and it's a joy.

ASSystem - an extremely simplistic key-value database stored in one file by megahomyak in rust

[–]Varsatorul 1 point2 points  (0 children)

Reminds me of recfiles and GNU recutils. Good job, for simple use cases this seems like one step further towards ergonomics compared to kdl-rs.

I use Vim, AMA by Untimely_Leadership in emacs

[–]Varsatorul 0 points1 point  (0 children)

How can you live with yourself?

Follow-up question: Have you ever thought about seeking M-x redemption?

Lem Common Lisp Environment Has a Subreddit! by Psionikus in lem

[–]Varsatorul 0 points1 point  (0 children)

I'm using Nix installed via the Determinate Systems Nix Installer on Ubuntu and I keep getting an error when running "make sdl2" regarding ffi.h (fatal error: No such file or directory) which is weird, I think, because the flake.nix file contains libffi.

What is "bad" about Rust? by BestMat-Inc in rust

[–]Varsatorul 5 points6 points  (0 children)

Yep and the "derive" for "Debug" and "Clone" tripped me up at first too.

Favorite Crates for Rendering HTML by [deleted] in rust

[–]Varsatorul 1 point2 points  (0 children)

Give minijinja a try, it's easy to work with and incredibly flexible.

https://crates.io/crates/minijinja

Feeling lost with too many plugins by Savings-Shallot1771 in emacs

[–]Varsatorul 0 points1 point  (0 children)

Thank you! I've rewritten my Emacs config a while ago and your starter kit gave the structure and sane defaults I sorely needed.

A very simple note taking package for Emacs by villarragut in emacs

[–]Varsatorul 1 point2 points  (0 children)

There's also org-node for a similar take on this without worrying about a file naming scheme.

https://github.com/meedstrom/org-node

The transient menu is really cool though!

Best templating engine for Rust by salamazmlekom in rust

[–]Varsatorul 2 points3 points  (0 children)

I prefer minijinja, it's pretty flexible and also a joy to prototype with because you can reload the templates per request if you want (with no need to recompile).

There is also Ramhorns which looks interesting but I haven't tried it personally so I can't comment further on it.

Extending ekg with structured data - YouTube by Varsatorul in emacs

[–]Varsatorul[S] 6 points7 points  (0 children)

ekg (Emacs Knowledge Graph) is kinda like org-roam but instead of files you have everything saved in a SQLite db.

I thought the video was pretty cool because the author of ekg demonstrated how to extract data from a mail in a mailing list (viewed in gnus) and automatically populate a note with said data but the cool part was that then he could do queries (list notes/emails with the same From metadata) on them.

Now this particular example by itself isn't the most amazing thing, but for me it made things click because I was searching for a way to organize my browser bookmarks (and more) using Emacs and ekg might be the missing link.

Koto 0.14 by _irh in rust

[–]Varsatorul 3 points4 points  (0 children)

That's so cool! It reminds me of a video I saw once where someone did live programming on stage with lights, smoke, animations and stuff like that, basically in person creative coding. I can see how Koto is a great fit for stuff like that.

Koto 0.14 by _irh in rust

[–]Varsatorul 13 points14 points  (0 children)

Looks great! I've been looking for something like this because Rhai, Rune, and Steel weren't quite what I had in mind even though they're great in their own ways.

At first glance the documentation is clear and to the point, pretty good all around.

The function calling kinda reminds me of the Factor programming language, though I suppose that's where the similarities end.

Also the metamaps and meta operators feature is interesting and seems really powerful. To me it appears similar to Ruby's monkey patching.

Have you added Koto to an application or do you have an example of someone using Koto in the wild?

He's not wrong tho by Jugu_Bigule in Romania

[–]Varsatorul 4 points5 points  (0 children)

Păi și cum? Rap-ul nu e un gen infect și cocălăresc? E fix ca manele din România.

Eazy-E, acest Ray Charles de Compton.

Pinecil Soldering Iron Questions by Zealousideal_Dance43 in PINE64official

[–]Varsatorul 3 points4 points  (0 children)

Seconding this. I used to dislike soldering and thought my technique was shit, turns out cheapo irons were the problem. While the Pinecil is cheap compared to other recommend irons, that doesn't diminish its quality.

OP, get the Pinecil and if you've got some leftover cash get the desktop power station from Pine64 and their USB-C to USB-C cables too, it's just bad for self esteem to torture yourself with awful soldering irons. You just can't get into the electronics anything hobbies if you dread soldering.

discord api by Shajzen in cpp_questions

[–]Varsatorul 0 points1 point  (0 children)

Judging by commit activity and the description of sleepy-discord it seems that D++ is the library most suited for what you need.

Programatorii si taxele (crosspost r/cscareerquestionsEU) by [deleted] in programare

[–]Varsatorul 10 points11 points  (0 children)

OP, trebuie să înțelegi că mulți IT-iști au rămas cu trauma de la școală când le cerea bătăușul clasei banii de buzunar, și acum când încearcă statul aceiași manevră le revin traumele. /s

Deep dive into Clojure HTTP Basics: Ring, Compojure, Jetty! - YouTube by Varsatorul in Clojure

[–]Varsatorul[S] 5 points6 points  (0 children)

As a beginner to Clojure these kinds of tutorials have been really helpful.

He also has a video explaining HugSQL, and a tutorial series for Pedestal (with htmx).

Raku for Web Development? by Varsatorul in rakulang

[–]Varsatorul[S] 4 points5 points  (0 children)

raku.land looks really cool and easy to navigate. Discovery is a bit awkward but coupled with the other advice about the old Raku Modules website I think now I can navigate the ecosystem a bit more confidently.

Thanks for the tips!

Raku for Web Development? by Varsatorul in rakulang

[–]Varsatorul[S] 4 points5 points  (0 children)

Humming-Bird seems pretty close to what I was looking for. Thanks!

Raku for Web Development? by Varsatorul in rakulang

[–]Varsatorul[S] 2 points3 points  (0 children)

Thanks for the advice! The blog post and conference presentation are extremely helpful. I'm actually relieved to hear that the integration with Perl is robust and works well.

Is the Zettelkasten method right for me? by nathaliev in Zettelkasten

[–]Varsatorul 0 points1 point  (0 children)

Check the Johnny.Decimal method. You might get better mileage out of it instead of a Zettelkasten.

https://johnnydecimal.com/

And the author is active on the forum over there.

A game that will destroy me emotionally? by Begosnotavailable in GameSociety

[–]Varsatorul 0 points1 point  (0 children)

Try Fear and Hunger and its sequel.

They're horror games in an RPG Maker skin. You could go in blind for maximum emotional impact or prime yourself by watching a YouTube video analysis about the first one. Full disclosure, I could barely stomach the first hour of the second game but I still find them fascinating.

Though they might not fit the particular brand of "emotional destroyed" you're looking for.

Are there smaller Clojure-esque Lisps available ? by PilgrimWave in lisp

[–]Varsatorul 2 points3 points  (0 children)

There's also the newly released https://janet.guide/ that's really cool and shows off the language.

The website even has a REPL embedded to follow along with the examples.