Contents:
and I think it should, do you have an alternative?
what shell is it?
do you think paying for source access is morally ok?
and I think it should, do you have an alternative?
what shell is it?
do you think paying for source access is morally ok?
Kueppo 2022-09-16 21:53:17
if you break in while then that works.
Kueppo 2022-09-16 21:53:45
marcotrosi 2022-09-16 21:52:29
the sed part is never executed
and I think it should, do you have an alternative?
marcotrosi 2022-09-16 21:54:28
ya sure, put your sed part inside the while loop
marcotrosi 2022-09-16 21:55:00
echo -e “onentwonthree” | sed -ne ‘s/(.*)/look: 1/p’ >> something ; sleep 1;
Kueppo 2022-09-16 21:56:27
it can be really weird I never thought of doing it this way 😅, thanks
smol_mazunki 2022-09-16 21:57:03
marcotrosi 2022-09-16 21:52:19
ya but there is no text in something
look: one appears for me
Kueppo 2022-09-16 21:57:22
what shell is it?
smol_mazunki 2022-09-16 21:57:43
btw, that sed is equivalent to ‘s/.*/look: &/’
smol_mazunki 2022-09-16 21:57:48
Kueppo 2022-09-16 21:57:22
what shell is it?
zsh
Kueppo 2022-09-16 21:58:57
smol_mazunki 2022-09-16 21:57:43
btw, that sed is equivalent to ‘s/.*/look: &/’
Yep, I rarely use it this way.
smol_mazunki 2022-09-16 22:02:12
while read -r line; do printf ‘%sn’ $line | sed ‘s/.*/look: &/’ | tee -a something; sleep 1; done <<< $(printf “hellon theren cuties”)
smol_mazunki 2022-09-16 22:02:52
although you can skip the sed entirely
Kueppo 2022-09-16 22:02:53
where I am I cannot use here strings.
smol_mazunki 2022-09-16 22:03:14
while read -r line; do printf ‘look: %sn’ $line | tee -a something; sleep 1; done <<< $(printf “hellon theren cuties”)
smol_mazunki 2022-09-16 22:03:24
Kueppo 2022-09-16 22:02:53
where I am I cannot use here strings.
it’s equivalent to piping it in afaik
smol_mazunki 2022-09-16 22:04:38

subtle difference
Jamerive 2022-09-17 23:51:33
Libc are core stuff. You cannot deceive the system as you do with an init
smol_mazunki 2022-09-17 23:52:17
note: i’m not specifically /against/ proprietary software (even if i do prefer free and open source stuff)
smol_mazunki 2022-09-17 23:52:40
i wish i could pay for access to source code, for instance
Jamerive 2022-09-17 23:53:11
Well, you can use rock linux and leave gentoo as an strata and use another strata to provide glibs but that defeat the purpose to have a lightweigth system
smol_mazunki 2022-09-17 23:53:23
Jamerive 2022-09-17 23:53:11
Well, you can use rock linux and leave gentoo as an strata and use another strata to provide glibs but that defeat the purpose to have a lightweigth system
rock linux?
Jamerive 2022-09-17 23:53:40
smol_mazunki 2022-09-17 23:52:17
note: i’m not specifically /against/ proprietary software (even if i do prefer free and open source stuff)
I am, in the sense if they are closed source
smol_mazunki 2022-09-17 23:53:52
using chroots can somehow make stuff compatible, but it’s too much work
smol_mazunki 2022-09-17 23:54:17
Jamerive 2022-09-17 23:53:40
I am, in the sense if they are closed source
do you think paying for source access is morally ok?
Jamerive 2022-09-17 23:54:22
smol_mazunki 2022-09-17 23:53:23
rock linux?
I remember alinux that lets you combine diferent fistro in one
smol_mazunki 2022-09-17 23:54:28
Jamerive 2022-09-17 23:54:22
I remember alinux that lets you combine diferent fistro in one
ah bedrock
smol_mazunki 2022-09-17 23:54:36
you can achieve the same result with chroots
Jamerive 2022-09-17 23:56:07
smol_mazunki 2022-09-17 23:54:17
do you think paying for source access is morally ok?
It can be a good start but to be fair, I preffer that depending on how critical is the software, the more open source floss have to be.
smol_mazunki 2022-09-17 23:56:27
if i have a choice, i will always choose the foss alternative
smol_mazunki 2022-09-17 23:56:38
but for stuff like games, for instance, i’m fine with paying
Jamerive 2022-09-17 23:56:59
For example, for me OS should be at least opensource if they aren’t floss.
smol_mazunki 2022-09-17 23:57:03
after all, i would also love to get paid for my coding hours
smol_mazunki 2022-09-17 23:57:49
i wonder if there’s any market for non-free open source games
smol_mazunki 2022-09-17 23:58:21
there is some market for foss games, mostly in incremental games for instance
smol_mazunki 2022-09-17 23:58:32
smol_mazunki 2022-09-17 23:58:21
there is some market for foss games, mostly in incremental games for instance
sponsored by ads, mostly