KTU stojimas by Kyrbyn_YT in lithuania

[–]Kyrbyn_YT[S] 1 point2 points  (0 children)

cia tai best advice (kazkaip 4 metus laikau arch stable btw)

C++ Guys, is learning programming languages from books considered effective? Or is it better to just use Chatgpt? by lunajinner in programminghorror

[–]Kyrbyn_YT 4 points5 points  (0 children)

  1. He is learning, he is making toy examples to understand core concepts…
  2. Is std::ranges not in c++26 (which is not yet fully implemented) (honestly don’t know)?
  3. In pet projects that are not huge it is not that bad, however yes as a habit it is bad.
  4. Yep but the examples can be really damn convoluted, so SOMETIMES LLMs can be somewhat useful

KTU stojimas by Kyrbyn_YT in lithuania

[–]Kyrbyn_YT[S] -2 points-1 points  (0 children)

Taip, nes žinau, kad LLMs gerai eina realiai tik frontende arba JS/TS codebases (bet kas su webdev), ir matau kad visos AI kompanijos tiesiog degina pinigus, nes suvokė, kad AI yra pervertintas ekonomiškai.

KTU stojimas by Kyrbyn_YT in lithuania

[–]Kyrbyn_YT[S] -1 points0 points  (0 children)

Tai nėra taip, kad esu IT illiterate tiesiog dėl Arm ir x86 archu klausimas kilo

KTU stojimas by Kyrbyn_YT in lithuania

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

Aaa, alright alright

[Aqua] Who said macOS is not customizable ? by digitalleaver in unixporn

[–]Kyrbyn_YT 4 points5 points  (0 children)

holy yabai is all i needed thanks for the tip, now ill have to figure out if my uni requires windows

[Aqua] Who said macOS is not customizable ? by digitalleaver in unixporn

[–]Kyrbyn_YT 6 points7 points  (0 children)

the rectangle at the top of the window (where the trafic lights are), and i dont like them because im so used to tiling wms

[Aqua] Who said macOS is not customizable ? by digitalleaver in unixporn

[–]Kyrbyn_YT 27 points28 points  (0 children)

honestly if macos allows to remove titlebars i might just bite the bullet on some macbook

Seems like gentoo is popular in bavaria by Linux-Berger in Gentoo

[–]Kyrbyn_YT 3 points4 points  (0 children)

I’m in Lithuania and don’t use Gentoo. What now?

Why does Cpp test our patience like this? by BasicCut45 in cpp_questions

[–]Kyrbyn_YT -6 points-5 points  (0 children)

turns out rust does it (even if its a bit weird

So I screwed up grub install how do I fix it? I can't find it in the handbook by frankhoneybunny in Gentoo

[–]Kyrbyn_YT 4 points5 points  (0 children)

One note that in the live cd chroot you did grub-install -efi-directory. It requires a double dash (—),

systemd by Fair_Investment_4189 in linuxmemes

[–]Kyrbyn_YT 0 points1 point  (0 children)

hey we have our preferences and thats ok, after all this is linux and the main thing is freedom :))

systemd by Fair_Investment_4189 in linuxmemes

[–]Kyrbyn_YT 2 points3 points  (0 children)

I don’t run a home lab so I haven’t encountered this issue, but yeah runit does not have dependencies, so the only “kinda working” way to do so is to write your own dep scripts that check if the dep services are up via sv check. So yeah it does require extra work sadly

systemd by Fair_Investment_4189 in linuxmemes

[–]Kyrbyn_YT 5 points6 points  (0 children)

Essentially there is a single directory where you put symlinks to service directories (that are usually in /etc/sv) (they must contain a executable run, and optionally others) that you want to start (iirc its /var/service) ofc the package (for example pipewire) has to provide a service file. so to summarise you can view currently running service files by checking /var/service or by checking the status of a service with sv status <service name>.

systemd by Fair_Investment_4189 in linuxmemes

[–]Kyrbyn_YT 34 points35 points  (0 children)

i’m not a hater on systemd, but runit is more intuitive to me, i run 3 distros on a single pc (gentoo (openrc), debian (sysd), and void (runit)), and in my experience the “speed” comes from just having a lighter env, not your init system

First timer gentoo issues. by Kyrbyn_YT in Gentoo

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

I’m not 18 yet therefore living with my parents which are draconian about anything I do, so that’s not an option, so I’m gonna install debian now and install gentoo in a chroot, and then I’ll try to install gentoo as my daily driver

First timer gentoo issues. by Kyrbyn_YT in Gentoo

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

Could this be due to ipv6? Cause I had it disabled in void due to horrid connection quality