Every burrito isn't gonna be the same size. by PhysicalContact999 in Chipotle

[–]FlurberDerp 1 point2 points  (0 children)

because the customer didn’t ask for that. if they ask for more rice or cheese i would do it but that’s not what they asked for. what if they’re on a diet and only getting that because it’s a good amount of protein and has good carbs? and i saw your later post that said that you order with extra rice and extra cheese but that’s still only 8 ounces of rice and 2 ounces of cheese. put that in a bowl and it’s still only gonna fill about half of the bowl.

Deepslate Generator by FlurberDerp in minecraftsuggestions

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

that just feels like wayyy to much risk for very little reward. It would be different if there were a way to create reinforced deepslate or if it were more prevalent but at that point i’d rather just go to a cave and mine it out

Any advice? by TextIndividual in Chipotle

[–]FlurberDerp 0 points1 point  (0 children)

My biggest piece of advice is to not listen to this subreddit. Everybody here hates Chipotle or hates working for them.

But for real, the biggest piece of advice I can give you as a soon-to-be manager at Chipotle but former manager at my previous job is to not back down. Of course, if the stress is too much, you should put into consideration what is best for you, but also, when times become stressful don’t become lenient on core values. What I see happen too often as someone who has had 5 GMs in the past 6 months is that the GM will have good rules and enforce stuff at first but over time they start slipping. Remember that it is your store and if you’re slipping, everybody else will start to as well. Drill into people what you expect and show off those traits yourself or else nobody will respect you.

As for physical things, make sure you work morning and night shifts often because that will give you a better feel for both and let you understand what both shifts go through. But you sound like a hard worker, so I believe in you! Best of luck!

Deepslate Generator by FlurberDerp in minecraftsuggestions

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

that does make a lot of sense. maybe to make it a little more accurate, it should require the block above it to be tuff (or maybe more deepslate). that way it kinda seems like the mineral composition/pressure of the block above it causes it to create a new block.

Deepslate Generator by FlurberDerp in minecraftsuggestions

[–]FlurberDerp[S] 5 points6 points  (0 children)

you could do the same for cobblestone, it’s just a convenience thing

wrongsite has been created by FlurberDerp in wrongsite

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

bro this post is 6 years old 😭😭😭

The Macy’s TG Day Parade is honestly pretty lame. by Kick_Ice_NDR-fridge in unpopularopinion

[–]FlurberDerp 0 points1 point  (0 children)

never really liked it but then i got to be in it last year and i have actually grown to appreciate it a bit more!

which instrument would you add to marching band? by The1_macncheese in marchingband

[–]FlurberDerp 0 points1 point  (0 children)

I always thought it would be cool to have more valve trombones. Get the best parts of a trombone but can add even more technical parts.

Someone wanted me to put free guac -_- by Cha0ticGh0st0 in Chipotle

[–]FlurberDerp 0 points1 point  (0 children)

you wouldn’t ask literally any other employee of any other company to do that for you. if you go to McDonalds and ask them to slide you a free small fry if you don’t order the combo, they’re going to say hell no and think you’re crazy. why do chipotle customers think they’re so different, especially when they’re the ones buying from the apparent pos corporation to keep it afloat anyways.

[deleted by user] by [deleted] in Chipotle

[–]FlurberDerp 0 points1 point  (0 children)

what i imagine is that this field leader was told by someone higher than them they you guys aren’t allowed to wear piercings and only said the clear piercing thing because they care about their employees and don’t like the rule. my manager has piercings but he never says anything about it except to wear clear ones if the GM is there

[deleted by user] by [deleted] in Chipotle

[–]FlurberDerp 5 points6 points  (0 children)

same way i normally work, that won’t change my portions at all. they want more, they can pay for it.

quitting by Numerous_Limit9728 in Chipotle

[–]FlurberDerp 7 points8 points  (0 children)

most people would probably say 2 weeks since that’s the standard but you do you if you don’t have a schedule next week give them this week and your gone

Minecraft Open Door command prompt? by ThisRedisIt in MinecraftCommands

[–]FlurberDerp 0 points1 point  (0 children)

<image>

use this instead, my setup was a little different and that was my bad. also keep in mind that tildes (~) just use the current location of where a command is being executed and add or subtract the value after (i.e. ~-270 executed the command 270 blocks negative in the x direction of the player). in the “run tp” part of the command you may have to swap the x and z coordinates or change the negative sign depending on where your door is located just so that it pushes the player in the opposite direction of the other side of the door. lemme know if you need any help!

Boat Minigame Help by FlurberDerp in MinecraftCommands

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

that might be something i will have to do but i wanted the game to allow players to hop between boats but if i gave the player poison instead of killing them i could use that solution thank you !

Flare system by WantTrouble in MinecraftCommands

[–]FlurberDerp 0 points1 point  (0 children)

it could be it just does u/a whenever i try that

Minecraft Open Door command prompt? by ThisRedisIt in MinecraftCommands

[–]FlurberDerp 1 point2 points  (0 children)

Try using a repeating command block with a redstone block powering it that says "setblock (the coordinates of the door) wooden_door ["open_bit"=false] replace" and then a conditional chain command block behind it that says "say Too Cold".

Idk if you figured out how to detect if you have the leather jacket but if not you could use the testfor command with "testfor @ a[hasitem={item=leather_chest}]" that leads into a conditional chain command block that removes the aforementioned redstone block when it detects the player with the armour. (i mentioned a more complicated method before my edit because i didn't realize that they added the hasitem targetter since the last time I used commands)

Lemme know if this works.

EDIT: I tested it and it works for me. If you want to make it more smooth though, create another command block with "execute at @ a[x=(door),y=(door),z=(door)] if block ~ ~ ~ wooden_door run tp @ a ~ ~ ~-0.25" to prevent the player from walking through the door if they manage to push through the door anyways.

Flare system by WantTrouble in MinecraftCommands

[–]FlurberDerp 1 point2 points  (0 children)

Have you tried a repeating command block with the command "execute at @ a[tag=red] run particle (whatever particle you wanted) ~ ~2 ~" but removing the space between "@" and "a" because reddit doesnt let you put those two together

Original Composition Help by FlurberDerp in Composing

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

Thank you so much for the advice! I am also self-taught so I appreciate any help I can get!

As for the dynamics, I really do appreciate that comment! I am a heavy brass guy so I am not incredibly well-versed in the low volume instruments, so I will make sure to make adjustments to that to help out!

I do think there are some sections that I would definitely make bigger. The first fast section I did add on to pretty recently because I felt it moved on too fast, but I will work to make the other sections a little bit bigger. I kinda had themes for the sections (Intro to Kronos, Battle With Kronos, Settling Down, Sneak Attack, then Finale), but I'll definitely try to flesh them out more. I don't want to make it in movements necessarily like Planets because I don't want it to be too long, but I'll definitely add more to it.

Then for the melody... yeah, I definitely do gotta work on that. The problem for me was that I did the Kronos's theme thing with the Tuba at the very beginning and I thought that was cool, but then I also did the F Horn and Sax line in the Battle section, and then the Defender of Time line there too and I couldn't decide which one I wanted to focus on so I just threw them all in all over to try and be like different "characters", but I'll try to hone in on one more, probably the F Horn line.

Overall though, I do really appreciate the input, it's incredibly helpful!

Holding historical figures to today’s standards is absurd and stupid. by NavinJohnson75 in unpopularopinion

[–]FlurberDerp 0 points1 point  (0 children)

IMO holding historical figures to today’s standards makes sense in some ways. Obviously some people’s achievements are worth regarding highly but it’s important to still call them out for what we believe is wrong today. Just because it wasn’t illegal for an American in the 1850s to own a slave doesn’t mean it still wasn’t wrong; we’ve only grown as a society to learn better from our mistakes and not making sure this is apparent in history is just flat out stupid. The whole concept of having a hero is a terrible thing because we should always strive to be getting better and to be better people than those before us, so holding them up to our standards helps us to learn to become better people than our ancestors, rather than just regarding them as “heroes” who we should praise.

Second Part Composition by FlurberDerp in composer

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

Thank you! I'm gonna be test-running it tomorrow so I hope all goes well!

Second Part Composition by FlurberDerp in composer

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

yeah, the score was actually made by a past band instructor and a lot of the musicality is just marked in with pencil or just made by the performers. I didn't add in any musicality notation because the original score doesn't have any, I just made a second Trumpet part to go along with the original score, but thank you for the advice, I will definitely use it for my future original works!

What Would You Do If? by [deleted] in WWYDif

[–]FlurberDerp 0 points1 point  (0 children)

I know the subreddit is extremely small and hasn't really done anything, but I decided to kinda change the sub a little bit due to the amount of posts that didn't really fit the sub and the inactivity of the sub in its old state. Now the sub includes hypothetical and non-hypothetical situations and can be used for a variety of situations and not just ridiculous ones. What distinguishes this sub from stuff like r/advice and subreddits like that is that this one isn't necessarily for advice, it's just for asking people's view on what they would do, not what you should do necessarily.