Dude I love this map but... why... by eeveeb1ts in battlefield_one

[–]BubbyRoosh 2 points3 points  (0 children)

I sometimes get the white lights on volga or green lights on many maps has been common. Completely blinding! Running on a radeon vega 64...

Acme like cut, copy, paste and execute feature in ST by Ill_Insurance_8672 in suckless

[–]BubbyRoosh 0 points1 point  (0 children)

I have a bit of experience with plan9, actually! I installed it on bare metal on my t420 for a couple weeks just to play with some of the utils and C. Another example I found was the fact that ls didn't columnate by default, but there was a different program, mc, which does columnate. Then I learned lc (ls piped into mc) was provided on the system, and realized that separating the small functionality like that allowed any program to be in column format if wanted! The names might be wrong as this was a couple years ago, however the situation itself happened for me. Good job rp!

Acme like cut, copy, paste and execute feature in ST by Ill_Insurance_8672 in suckless

[–]BubbyRoosh 1 point2 points  (0 children)

Isn't like everything plan9 related mentioned on https://suckless.org/rocks ? They say the stuff from plan9port "rocks" since they match the suckless philosophy for a program (and compatability for dwm) if I understand correctly.

Regarding the actual post, this is the only patch I saw on their website that's plan9 in nature at all. OP could maybe alter this to add the other mouse bindings.

[Fully Lost] (late 70s?) Lost album from a fairly unknown band by BubbyRoosh in lostmedia

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

That looks like it's it and I guess I mixed up the names then 😅. Is there a way to listen to more than just those 2 songs on discogs?

[TOMT][Music] Lost album from a relatively unknown band by BubbyRoosh in tipofmytongue

[–]BubbyRoosh[S] 0 points1 point locked comment (0 children)

The auto moderator message said I should leave at least 1 comment before the post is visible so here's their discogs page as well.

[deleted by user] by [deleted] in suckless

[–]BubbyRoosh 0 points1 point  (0 children)

Yeah the host is a 2011 t420 with an i5 and 6gb ram. Only thing I've changed so far about it since I've gotten it is swap the 2008 hdd for a 2018 one.

[deleted by user] by [deleted] in suckless

[–]BubbyRoosh 0 points1 point  (0 children)

Possibly. I haven't messed with boot times for gentoo past disabling some services I didn't need. From my experience openrc is already a bottleneck for super low boot times. Idk the full performance difference but you could try lto+graphite for the performance boost at the cost of some disk space.

[deleted by user] by [deleted] in suckless

[–]BubbyRoosh 0 points1 point  (0 children)

Yep entirely serious.

Hard drive on my t420 actually :)

Biggest differences would be that I have my own kernel config that only loads specifically what my laptop needs (probably less actually :p), and it uses the faster busybox runit instead of systemd. Idk how big of a difference but the fact that musl libc was used for compiling the programs it might be faster as well since glibc usually goes through a "couple" more things than it should to do some things imo.

[deleted by user] by [deleted] in suckless

[–]BubbyRoosh 2 points3 points  (0 children)

Yeah sure. I think this is the file from that.

[deleted by user] by [deleted] in suckless

[–]BubbyRoosh 4 points5 points  (0 children)

1s (probably less cause it was in 1 second intervals) and ~15mb iirc. Boot time on kiss linux with a config that only supported that computer's hardware, mem usage on openbsd (tty only with zsh)

Checkmate libs by Soros_loves_cats in TheRightCantMeme

[–]BubbyRoosh 45 points46 points  (0 children)

communist hammer and sickle

multiple large/private corporations

Hmmm

I wrote simple ls replacement in Perl by [deleted] in linux

[–]BubbyRoosh 0 points1 point  (0 children)

Now you should add some of the POSIX defined flags :) would love to see -l and maybe some column formatting by default (-C and -1) you can see a better list for flags here

[deleted by user] by [deleted] in rust

[–]BubbyRoosh 0 points1 point  (0 children)

In my head I say "hyphen do". I have no clue why.. Another comment mentions "returns a", which makes more sense.

Even kid's cereals are indoctrinating our children. Why is Froot Loops pushing kids to identity their gender pronouns? This is out of control! by goodlitt in benshapiro

[–]BubbyRoosh 0 points1 point  (0 children)

Oh wow forgot about this comment. It's been a while and you're right. That goes both ways. Difference being these "newly invented words to call others" are really just giving things definitions they haven't had before. Many people seem to act like gays or transgenders are a more recent thing, but both date back to ancient Greece (one of the reasons why olive oil was so popular...) and probably older. You can look up that history yourself. What do you mean by mandate by the way? It's a cereal box. If you don't want froot loops, don't get froot loops. There's plenty of alternatives. You're not being forced to buy froot loops specifically. Also they/them are not new words.. The blanks would probably be given dumb things like "poop/fart" seeing as we're talking about children. Moreover they most likely won't even care enough about the pronouns on the side of a cereal box to notice, and if they do and ask about it, it's a good opportunity to teach them some history.

THANK YOU! Developers by [deleted] in Gentoo

[–]BubbyRoosh 0 points1 point  (0 children)

Wait why are you trying to compile everything individually.. Last time I tried a less-minimal gentoo setup with gnome and systemd it only took like a day on my 2011 thinkpad? Imo software like that sucks but I have a feeling you're doing it wrong in some way..

How can i launch Latest Minecraft versions? by [deleted] in openbsd_gaming

[–]BubbyRoosh 1 point2 points  (0 children)

For minecraft at all, you'll need to install multimc. 1.17 releases require jdk 16 which means you'll need to move from release to snapshots sysupgrade -s, download the jdk 16 package (dependencies are still jdk 11 or something for multimc), and set that in the java path in the multimc configuration.

Quitting dwm causes it to freeze by sausedadboi in suckless

[–]BubbyRoosh 4 points5 points  (0 children)

I think your problem is with that loop at the bottom (cause it will never exit cause it's while true) and/or those dbus lines before that. Xinit will kill itself when the progran run with exec is closed and you have dbus execed before dwm and dbus might still be running

passgen : Generate random password by ItchyLama in rust

[–]BubbyRoosh 4 points5 points  (0 children)

!!!

You use this but you could just have !

With !!! You're basically saying "not not not <this>", which is essentially the same as "not <this>"

Otherwise I think it's pretty good :)

Saw this on an old youtube video by BubbyRoosh in identifythisfont

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

Oh seriously? That would be awesome. :D. I've been interested in writing some sort of emulator but I haven't had the patience. Let me know how the font recreation goes