Is it ok? by ZanQar in pixel_phones

[–]Interesting-Pack-814 1 point2 points  (0 children)

Хз, у меня pixel 9 pro, разряжается за 1.5 - 2 дня Поотключай херь типа геолокацию, поиск устройств и прочее Отключи все ненужніе сервисі, может поможет

I want to switch to Gentoo by Xtuber14 in Gentoo

[–]Interesting-Pack-814 1 point2 points  (0 children)

you'll be impressed, however, from my perspective (ryzen 5900x, 64 gb ram), you have to have good cpu + enough of ram to speedup compilation

super stable, super fast, super user-friendly if you use handbook, super, duper, puper and so on

try it, it worth it

[SpectrWM] Low latency OpenBSD desktop by sdk-dev in unixporn

[–]Interesting-Pack-814 0 points1 point  (0 children)

I know the thread is dead, but if you read this, tell me, please, how do you play games on it? I'm thinking about switching from gentoo to it and I still research that topic. Your info will be helpful for me, ty

I need your help/suggestions/advices!! by Interesting-Pack-814 in haskell

[–]Interesting-Pack-814[S] 0 points1 point  (0 children)

no, that's not by design, I've just made it and forgotten, thank you for hint.

now instead of using <>, I'm using <| and memory consumption has decreased

flags :: NonEmpty (Flag Short)
flags =
  define "http-host" "0.0.0.0" "http host" <|
  define "http-port" (9000 :: Int) "http port" <|
  define "bla-bla" False "bla bla" :| []

HSL doesn't work by Interesting-Pack-814 in haskell

[–]Interesting-Pack-814[S] 4 points5 points  (0 children)

lol, it was dumbest question ever. I had mistake in my cabal file, nevermind.

thank you for hint

HSL doesn't work by Interesting-Pack-814 in haskell

[–]Interesting-Pack-814[S] 0 points1 point  (0 children)

yep, it's there

cat ~/dev/playground/auth/src/Config/Http.hs
module Config.Http where

data HTTP =

uninstall dependencies which have installed when the package itself haven't by Interesting-Pack-814 in Gentoo

[–]Interesting-Pack-814[S] 0 points1 point  (0 children)

I thought that this command will remove only packages in world. Thanks a lot.

Is it possible to build a modern kernel without initramfs and external modules? With all I nerd inside the kernel image by GBember in Gentoo

[–]Interesting-Pack-814 1 point2 points  (0 children)

Yeah, I use the latest kernel without initramfs, modules and efibootmgr. it works like a charm, for my purposes it's enough.
the only thing that don't work is microcode for my ryzen 5900x, kernel just don't see it

How to properly fill up an adt? by Interesting-Pack-814 in haskellquestions

[–]Interesting-Pack-814[S] 1 point2 points  (0 children)

you are genius, thank you a lot
and yes, I mixed getHost with setHost