techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#lychee

0 posts0 participants0 posts today

I want to use #Lychee (a link check written in #Rust) on #CircleCI. Doing just `cargo install lychee` took 5min, so I searched the internet and got advised I should use #sccache to cache dependencies or what.

Now it takes 13min, because `cargo install sccache` takes 7min and `cargo install lychee` takes 5.5min 🤦‍♂️

Anyone has an idea how to install a Rust thing to a machine in a reasonable time or how to cache the binary or something?

Заебыл уже этот #Lychee честно говоря...
Вот реально с ним больше ёбли чем реально полезного. Вот сегодня обнаружил что оказывается загружать не могу ничего, и самое смешное - эту ошибку уже вроде как исправили в конце 23 года.
И до обновления до довой версии недавно - все работало, а теперь чета ему не нравится, нито из-за клаудфлеера нито еще хрен пойми что.
Почему блять галерея картинок должна меня так сильно заёбывать? И почему нет альтернатив? Я бы хотел поставить e621 но оно жрёт как не в себя. Сука ну вот 6 гигов озу для галереи это ну реально перебор)
Ладно я понимаю если нужно обслуживать сотни тысячь юзеров и миллионы картинок, но мне то нада просто свою галерею с картинками в которой люди смогут посмотреть мои картинки если захотят.

I got #Lychee up and running last night. I just need to start uploading pictures and see how I like it but so far it wasn't a pain in the butt to install.

I wanted to run it off of S3 but apparently this makes searching much slower. Plus I think I have a spare hard drive that I can throw into the server to make it hold more pictures.

8 TB should be enough, right? (Joking)

Может кто подскажет альтернативу для веб галереи #Lychee , но более производительную и которая возможно отправляет пользователю готовую страницу, а не рисует все на клиенте через API и все дела.
Может что-то типа booru как e621 (я пробовал развернуть локально e621 , но он довольно требовательный)

As part of my job, I was able to create a simple plugin system for #lychee (chain of responsibility pattern)
Happy to announce that this plugin system is usable in version 0.15.1, thanks @mre for the great cooperation.
Additionally, I have released my first #Rust Crate this Monday 🎉
It simplifies implementing the long-running task pattern for your REST API.

github.com/lycheeverse/lychee/
crates.io/crates/long-running-

GitHubRelease Version 0.15.1 · lycheeverse/lycheeOverview Minor improvements. The plugin request chain is ready for use. Take a look at examples/chain/chain.rs to see how it can be used. What's Changed Miscellaneous and Others 🔔 Gracefully handl...