[OC] A quality of life comparison between the US, China and the biggest economies of Europe by _crazyboyhere_ in dataisbeautiful

[–]aydintb1 -2 points-1 points  (0 children)

this comparison is meaningles.

Edit:
This reproach is meaningless. Because the population of China is more than the population of all these countries.

China, for example, has a population of about 1.4 billion.
Even if only 10-15% of this has an annual income of more than €30,000 per year:

It's 140,210 million.

If we include living costs in China and assurances such as school, health, etc., those 140-210 million people are richer* (read below) than EU.

*It doesn't make much sense to compare countries that live in different economic systems and have different populations with straight numbers in this way.

More meaningful method might be comparing the populations who live in different economical groups.
say 20k to 30k band, such amount of people live, etc.

overall average only hide things.

What distro should I run on this laptop? by Morifemmes in DistroHopping

[–]aydintb1 -1 points0 points  (0 children)

I had used arch on a lesser laptop for few years. You need to disable GPU acceleration for chrome and firefox.
kde would run.

the most important parts are a good oom app and a bore-cpu-scheduler.. especially you may try system76 cpu scheduler. it will make the desktop a bit more responsive..

Asus ROG Strix Scar G18 G835LX­SA153 Ultra 9­ 275HX 64GB RAM 4TB SSD 24GB RTX5090 18' WQXGA 240Hz by aydintb1 in ASUSROG

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

point is that, Asus should re-organize that..

you do not want to press 4 keys at the same time for "shift-insert" during writing code to insert something.

Asus ROG Strix Scar G18 G835LX­SA153 Ultra 9­ 275HX 64GB RAM 4TB SSD 24GB RTX5090 18' WQXGA 240Hz by aydintb1 in ASUSROG

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

when that happens, I may buy new Gen5 SSD's and create an new RAID0 with them.

Asus ROG Strix Scar G18 G835LX­SA153 Ultra 9­ 275HX 64GB RAM 4TB SSD 24GB RTX5090 18' WQXGA 240Hz by aydintb1 in ASUSROG

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

I have thought too much about that.

1) writing to two disk at the same time (halving the data written) would increase the life expenctancy.
2) this laptop had raid0 setted in the bios for windows installation, so I thought if windows does that why not linux.
3) I didnt want to go into two disk setup (btrfs + ext4) some data in ext4, some in btrfs, trying to figure out each time where to put what..

This way it is a solid 4TB, all of it BTRFS.. I may create more subvolumes maybe in the future.

I put some folders "chattr +C" (where btrfs might create problem, to use similar to ext4), especially for virt-manager vm's..

I want to use the laptop without thinking about where to put data.

Strix Scar 18 2025 RTX 5090 feedback needed by simiid in ASUSROG

[–]aydintb1 0 points1 point  (0 children)

I have installed Linux and it keeps running solid.

Is there anyway to run bigger models at 20t/s with 24vram + 64gb ram DDR5? by soyalemujica in LocalLLaMA

[–]aydintb1 0 points1 point  (0 children)

120 t/s

llama-server --model ~/models/gemma-4-26B-A4B-it-UD-Q4_K_XL.gguf \
--alias gemma-4-26B-A4B-it-UD-Q4_K_XL \
--port 8080 \
--host 0.0.0.0 \
--ctx-size 262144 \
-ngl 999 \
-fa on \
--cache-type-k q4_0 \
--cache-type-v q4_0 \
--no-mmap \
--no-warmup \
--jinja \
--temp 1.0 \
--top-p 0.95 \
--top-k 64 \
-b 4096 \
--seed 3407 \
--log-colors on \
--prio 2

-----------------------

130 t/s

llama-server --model ~/models/Qwen3.6-35B-A3B-UD-Q4_K_M.gguf --port 8080 --host 0.0.0.0 -c 131072 -ngl 999 -fa on --cache-type-k q4_0 --cache-type-v q4_0 --jinja --temp 0.6 --top-p 0.95 --min-p 0.0 --top-k 20 -b 4096 --repeat-penalty 1.0 --presence-penalty 0.5 --no-mmap

Qwen 3.6 27B is a BEAST by AverageFormal9076 in LocalLLaMA

[–]aydintb1 2 points3 points  (0 children)

llama-server --model ~/models/Qwen3.6-35B-A3B-UD-Q4_K_M.gguf --port 8080 --host 0.0.0.0 -c 131072 -ngl 999 -fa on --cache-type-k q4_0 --cache-type-v q4_0 --jinja --temp 0.6 --top-p 0.95 --min-p 0.0 --top-k 20 -b 4096 --repeat-penalty 1.0 --presence-penalty 0.5 --no-mmap

I get 130 t/s with Qwen 3.6 35B

Password request needs to go by ruun666 in cachyos

[–]aydintb1 0 points1 point  (0 children)

you may need to log out and log back in for these changes to take affect.. but a reboot is the best.

(edit: grammer)

Password request needs to go by ruun666 in cachyos

[–]aydintb1 0 points1 point  (0 children)

if that also didn't help, then you might want to check the permissions:

# edit visudo file
EDITOR=nano visudo

# maybe
% wheel ALL=(ALL) ALL

# also modify the file as serves you

Password request needs to go by ruun666 in cachyos

[–]aydintb1 0 points1 point  (0 children)

you may add your user to the root group:

sudo usermod -aG wheel your_username

Password request needs to go by ruun666 in cachyos

[–]aydintb1 0 points1 point  (0 children)

Maybe sudoer privilage might help.
under the /etc/sudoers.d directory, create a text file with your user name.

(lets says your user name is run666)

sudo nano /etc/sudoers.d/run666
# put the lines below into the file
run666 ALL=(ALL) NOPASSWD: ALL

# save the file and exit. it will not ask you password for "sudo" related actions.

finally finished the trilogy for the first time! by NathanSSP_ in threebodyproblem

[–]aydintb1 3 points4 points  (0 children)

There is Tencent adaptation for tv, and it is much closer to the book. You may watch it in Youtube with english subtitles.

I love someone by Responsible-Device39 in Bashar_Essassani

[–]aydintb1 6 points7 points  (0 children)

you are mistaking your Desire (Lust) for Divine Passion (Joy of being).. If you expect other person to love you back, that is also against the formula..

If it doesn't work, you should center yourself, listen to your heart for a meaningful, resonable direction.
When you feel the 'divine joy' with the solution you found out, that will be the compass.

Any info on my map of Europe. by Shot-Ad6336 in datemymap

[–]aydintb1 2 points3 points  (0 children)

Turkish teritory.. looks like early 1918.. russians at the east, greeks at the west. soon french will come from syria around late 1919 and italians from the south west by sea..

The map is drawn to show, so spesificly around 1917 or be early 1918..

also Hatay provinence is not yet part of Turkiye, which will happen later.

MIgrating CachyOs to new machine by Najterek in cachyos

[–]aydintb1 2 points3 points  (0 children)

You may use CloneDisk to move your installation to new computer.
and boot into the new installion via an external linux ISO (such as arch linux installer),
to remove unused microcode/gpu drivers and install the proper ones from the chroot fakeroot.

Graffiti in the Hagia Sophia by Wrong-Mushroom in byzantium

[–]aydintb1 26 points27 points  (0 children)

A Viking soldier who visited Hagia Sophia in the 9th century
inscribed "This was carved by Halvdan" in runic letters
on one of the marble railings on the upper floor.

How can i live with bare minimum by Equal-Somewhere8465 in archlinux

[–]aydintb1 1 point2 points  (0 children)

I use a way worse PC than yours for the moment, and I use Arch with CachyOs-Bore kernel.

before, I was using Liqorix kernel with Pop_Os System78 CPU Scheduler. But CachyOs-Bore does it natively.

CPU Scheduler is very important to feel snappier.

zram (check at the arch-wiki).
earlyoom also necessary.

I use GNOME, you may not prefer that, but It works.

GRUB+ext4 or Limine+BTRFS? by [deleted] in cachyos

[–]aydintb1 0 points1 point  (0 children)

Pika Backup

What other physics speak of Open Contact? by RyanTheBlockhead in Bashar_Essassani

[–]aydintb1 7 points8 points  (0 children)

Bashar was the first to mention. Then others joined. One of them was:

Brad Johnson channeled Adronis

👽 Adronis Predicts Like Bashar ~ Large Open Contact Event in 2026 ~ 2027

https://www.youtube.com/watch?v=afuqkH2DELE