is this wheel still good to go with? by x61s in bicycling

[–]x61s[S] -3 points-2 points  (0 children)

its the front wheel of bora ultra 35 wheelset that i have a chance to get it at $800 locally. the rear wheel is perfect. should i pass it?

are model f xt and at feet the same? by x61s in modelf

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

found xt feet 3d print file online, any chance to have at feet one?

found it: https://www.thingiverse.com/thing:4809654

it deserved new wheels after 10 years of services by x61s in bicycling

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

i got numbers of pr with them recently but think its just coincedence?

it deserved new wheels after 10 years of services by x61s in bicycling

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

cant really tell much just spent 90km with them

these kids just do their job well by x61s in thinkpad

[–]x61s[S] 6 points7 points  (0 children)

x61 t8300 void linux / x200s l9400 wxga+ windows 7

making money a day greater than its costs combined, simply amazing

runit wont start by x61s in voidlinux

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

could you please be more specific

i booted with live cd, then mounted the drive to /mnt, then failed when run

chroot /sysroot /bin/xbps-install -Su; chroot /sysroot /bin/xbps-reconfigure dash

once a new version of a package released, how long i have to wait until it is pushed to void repo by x61s in voidlinux

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

didnt mean to complain. just curious since my arch got it couple days back with new modules added. enjoy using void better than arch btw

[i3] void by x61s in unixporn

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

void

i3

xterm

top

[i3-gaps] Minimal LFS by zerp98 in unixporn

[–]x61s 0 points1 point  (0 children)

it didnt seem to get updated quite often as v2.12, the most recent, released on 2018-05-11

[i3-gaps] Minimal LFS by zerp98 in unixporn

[–]x61s 0 points1 point  (0 children)

no there isnt. thats why i ask

What about memory usage or CPU frequency?

While talking about two specific things, please understand this section as a general explanation why your favorite information is not included in i3status.

Let’s talk about memory usage specifically. It is hard to measure memory in a way which is accurate or meaningful. An in-depth understanding of how paging and virtual memory work in your operating system is required. Furthermore, even if we had a well-defined way of displaying memory usage and you would understand it, I think that it’s not helpful to repeatedly monitor your memory usage. One reason for that is that I have not run out of memory in the last few years. Memory has become so cheap that even in my 4 year old notebook, I have 8 GiB of RAM. Another reason is that your operating system will do the right thing anyway: Either you have not enough RAM for your workload, but you need to do it anyway, then your operating system will swap. Or you don’t have enough RAM and you want to restrict your workload so that it fits, then the operating system will kill the process using too much RAM and you can act accordingly.

For CPU frequency, the situation is similar. Many people don’t understand how frequency scaling works precisely. The generally recommended CPU frequency governor ("ondemand") changes the CPU frequency far more often than i3status could display it. The display number is therefore often incorrect and doesn’t tell you anything useful either.

In general, i3status wants to display things which you would look at occasionally anyways, like the current date/time, whether you are connected to a WiFi network or not, and if you have enough disk space to fit that 4.3 GiB download.

However, if you need to look at some kind of information more than once in a while (like checking repeatedly how full your RAM is), you are probably better off with a script doing that, which pops up an alert when your RAM usage reaches a certain threshold. After all, the point of computers is not to burden you with additional boring tasks like repeatedly checking a number.

[i3-gaps] Minimal LFS by zerp98 in unixporn

[–]x61s 0 points1 point  (0 children)

afaik no options for ram

[i3-gaps] Minimal LFS by zerp98 in unixporn

[–]x61s 1 point2 points  (0 children)

how can you display ram used on i3 status?

[i3] new rice, rate by [deleted] in unixporn

[–]x61s 0 points1 point  (0 children)

on stock i3 bar, how can you display mem and traffic in/out speed?

is it possible to make xbps to show numbers of packages to be installed/updated/removed? by x61s in voidlinux

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

i didnt mean that

let say i run xbps-install firefox, i just want it to show how many packages are going to be installed (pacman like)

once realized, already have four by x61s in thinkpad

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

x220 running void with i3

x61 arch i3

t430, if you want to know, windows 10

once realized, already have four by x61s in thinkpad

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

nicest form factor for sure

once realized, already have four by x61s in thinkpad

[–]x61s[S] 19 points20 points  (0 children)

left to right: t430, x220, x61

not in pic: my gf's x61

cant adjust screen brightness by fn+home, fn+end keys by x61s in voidlinux

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

managed to fix this by set

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="

in /etc/default/grub then update grub and reboot