Yuu Yin

@yuuyin
14 Followers
27 Following
79 Posts
ID proofshttps://keyoxide.org/9f193ae8aa25647ffc3146b5416f303b43c20ac3
Matrixhttps://matrix.to/#/@yuu:matrix.org
Lemmyhttps://group.lt/u/yuu
OpenPGPopenpgp4fpr:9f193ae8aa25647ffc3146b5416f303b43c20ac3

@[email protected] I am not too keen in

```
(setq emacs-gc-stats-gc-defaults 'emacs-defaults)
```

after you recommended me (and some inspiration from `doomemacs/lisp`) https://codeberg.org/yymacs/yymacs/src/branch/main/yy/yy-optimization-performance.el#L35-L44

which is working very well

currently I'm willing to

```
(use-package emacs-gc-stats
:custom
(emacs-gc-stats-remind t)
(emacs-gc-stats-inhibit-command-name-logging t)

:config
(emacs-gc-stats-mode +1))
```

what do you think?

yymacs

Base GNU Emacs configuration init/bootstrap

Codeberg.org
@tio look at the CMB there. This I respect very much; I see you are a person of culture as well
@tio In part 2, I liked very much how Sasha explained human living, society's evolution, and the generated trade system, specializations, etc. I think I liked part 2 better than 1.

@tio > Very few if any sent any feedback

I only watched part 1 and 2 so far, but I remember when watching parting 1 having too many examples of attention economy was distracting. I found what you and the further collaborators talked to be more engaging.

TROM II: A Message to the Aliens (2023)

Ok people, the documentary is finally available. Please keep your expectations low and keep in mind that this documentary is made mostly by one human being, with limited resources. We have not used any stock footage (except maybe 2-3) so everything you'll see is real and genuine.

Also, keep in mind that this is not the beginning or the end of anything, but a continuation of our work for this TROM project. We will create more materials and projects.

Watch it here www.tromsite.com/documentaries…
Download it from here www.tromsite.com/save/

We hope this documentary can provide something valuable for you.
TROM 2

TROM II: A Message to the Aliens Year: 2023   /   Duration: 4 parts, 5 hours We live in a world where everyone is busy, everyone is consumed, everyone seems confused. Money, social credits, ads, data collection, prices and billionaires. Climate change? Who cares! A one-marble world, floating in a giant soup of stars and planets, …

TROM

@[email protected] https://codeberg.org/yymacs/yymacs/src/branch/main/yyuu/mod/yyuu-mod-emacs-uix-input.el#L31-L36

rectangle is not useful the same way, and if you try, it is slower... def recommend multiple cursors

yymacs

Base GNU Emacs configuration init/bootstrap

Codeberg.org
@jakehamilton i suppose that is valid for home manager services as well?
@danielsiepmann Yes, thank you! Just also curious if there is anything blocking the Ubuntu->NixOS migration; and if you'd use it for CD in that case as well, or something else?

@danielsiepmann

> I already stop noticing all the nice benefits in daily business

By "business", do you mean in a professional setting? If so, how do you use Nix in such a setting?

By what you said, I suppose infrastructure as a code, local development? ...

🧰 #SQLx integration in #Axum

https://mo8it.com/blog/sqlx-integration-in-axum

 #Rust backends are relatively easy after learning the basics of Rust!

 This blog post is about using SQLx to interact with a #PostgreSQL database in an Axum backend.

⭐️ It does also show how to use states and return JSON in Axum.

It has been a while since my last blog post. This is because the new semester has started. I am trying my best 😅

Would you prefer shorter posts? ✂️

Made with ❤️ for the #RustLang community.

SQLx integration in Axum

How to integrate SQLx in an Axum backend to interact with a database