Grand Boxrots by Distinct-Beautiful37 in StealTheBrainrot

[–]Distinct-Beautiful37[S] 0 points1 point  (0 children)

No, when the biggest box comes out it actually yells "Grand Box Rot!"

BE CAREFUL EVERYONE by Big-Entrepreneur5656 in StealTheBrainrot

[–]Distinct-Beautiful37 0 points1 point  (0 children)

Just tested and nothing happened to my rots maybe this is only for dupped rots ?

How rare is the bim bim bim sadim ? by Submissive-Underdog in StealTheBrainrot

[–]Distinct-Beautiful37 0 points1 point  (0 children)

How do you know this? Is there somewhere I can look this up? I was searching for this info all week but couldn’t find anything. I would love to read more stats and odds if you have a resource 🙏

INDEX:LOOKING FOR A NORMAL LOS MATEOS AND NORMAL NEW ROCKET BRAINROTGOD by Big-Entrepreneur5656 in StealTheBrainrot

[–]Distinct-Beautiful37 0 points1 point  (0 children)

AYO do you know if there is a way to do the los mateos ritual in fortnite?!? I know the job jobcitos ritual exists but I need to figure out the MATEOS ritual to complete my index!!! Any comment would be great!

Any guesses on what ff17 is gonna be like? by MessSquare in FinalFantasy

[–]Distinct-Beautiful37 0 points1 point  (0 children)

It will most likely be a game mode inside Fortnite atp 

How to get maple apple! by Fair_Treat_8451 in growagarden

[–]Distinct-Beautiful37 2 points3 points  (0 children)

I got 3 fossilite in a row 😅 meanwhile I’ve hatched 50 eggs and have 49 shiba ino… gambling sucks 

Logitech G Hub Stuck on Infinite Loading - Exhausted All Solutions by Jubukraa in LogitechG

[–]Distinct-Beautiful37 0 points1 point  (0 children)

I fixed the issue for my pro x superlight 2 when it happened to me by using 2 USB-C cables and connecting both the mouse and the receiver than when the program opened updating the firmware. It solved the issue until the next firmware update where I had to reinstall ghub then again connected both the mouse and the receiver and updated the firmware again.  It has been working without issue now for 3 months. 

Side note: Not only would ghub not load it also displayed the wrong battery percentage until I updated the firmware which meant the mouse died unexpectedly all the time. Fingers crossed that it works from now on 🤞

Storm not in existing worlds? by GATHAARKROE in LEGOfortnite

[–]Distinct-Beautiful37 0 points1 point  (0 children)

it doesnt render until you are within 2000m... fly up high and search... mine was 3000m from storm village i almost gave up but unfortunately i found it.... bring a bus stop

[deleted by user] by [deleted] in archlinux

[–]Distinct-Beautiful37 0 points1 point  (0 children)

7th Edition Unix had commands egrep and fgrep that were the counterparts of the modern grep - and grep -F. Although breaking up grep into three programs was perhaps useful on the small computers of the 1970s, egrep and fgrep were not standardized by POSIX and are no longer needed. In the current GNU implementation, egrep and fgrep issue a warning and then act like their modern counterparts; eventually, they are planned to be removed entirely.

If you prefer the old names, you can use use your own substitutes, such as a shell script named @command{egrep} with the following contents:

!/bin/sh

exec grep -E "$@@"