#general
3141 messages · Page 1454 of 4
let's just say the name fits the project
kinda
if only we'd have discovered that over the year those projects are trash
🙂
🙂
honestly who isn't enjoying gura at this point
I wish there was a way to make a paper version
🙁
brocc why are you not helpful
tf is a gura?
True
who knows ded
.g gura
(DiscordBot) Tona-Gura! Tona-Gura! is a Japanese romantic comedy manga written and illustrated by Hidetaka Kakei. (https://duckduckgo.com/Tona-Gura!?v=i&kp=1)
.g gawr gura
ah weeb stuff
(DiscordBot) https://virtualyoutuber.fandom.com/wiki/Gawr_Gura
oh god
2nd highest Vtuber rn after aichan
jroy named me ☹️
I wish she'd release a mouse pad
Who’s gonna get 3 million sub first
so rude
.g haachama
wouldn't sell much though, tbqh
😦
(DiscordBot) https://virtualyoutuber.fandom.com/wiki/Akai_Haato
Glue Umbrella Red Anchor
I have met my weeb quota for the day
Hachama chama
pls stop
just google boobs if you want boobs smh


another thing on ptero dis 🙂
2D boobs tho ded
pls make it more free
CPU GO BRRRR

dead meme cat
see thats the thing about gura, nobody loves her for her boobs
what boobs?
why wont the staff install everything for me 😠
@spare venture good thing ram is cheap for the modpack i'm playing
lmfao wtf
aikar should personally come to my house and help me set my mc server, definitely
Gotta be hydrodynamic
why did you give it that much
Loli anime 
forge 
mods ❤️
ded what’s ip
Ded gonna make an rtp for forge now??

SpongeRTP
I use FTBUtilities and such for forge, its awesome
do you even have atm3?
Ass to mouth 3?
Wait ded you made the modded server?
local and such
what is atm
ass to mom
Lol
oh lawd
All The Mods?

Ahh
Those kitchen sink modpacks kinda suck tbh
ur a kitchen sink
@ mods
imagine modding Minecraft
the only acceptable mods can be done server side 🙂
ew
this is a Genshin Impact community
genshin phew
glares at aurora
yes
should've told your mother that
How you like the game so far aurororororra
we have the technology cat
New patch coming next week 
i haven't played since then xD
Ohh 
That’s weeb game right
yup exactly
noone else can play it
Damn I don’t have a weeb card
For a second there, I thought Cat was talking about me but then I realized he didn't say "Glärés at aurora"

Glärés at Gläré



is it just me or is party especially annoying today?
it’s you
No that’s just party everyday
ah good to know

idk im not here everyday
patty is always annoying
Just stop aurora

should go to sleep damn in the morning dentist
better dentist tho than some problems with teeth 🙂
init
teeth issues are like, our thing
despite the uk having a better standard of dental care than the uk
I got one tooth which I chipped off a good chunk when I first got an electric toothbrush
despite the uk having a better standard of dental care than the uk
ah yes
lol
THE US
Is that why they call you zzzCat cause your toothbrush goes zzzzzz?
THE US I MEANT
my teeth broke a bit and then the filling came out too
I'm dreading the dentist but I defo wanna go there when I can afford it
so she drilled it and she's gonna put the thing there, idk the name in english and after that the teeth, crown probably in english too
yeah
she was talking how i wanna fix it, there's some cheap options too
i said ceramic teeth because u use them everyday, so, and you shouldnt cheap out on such things lol
I mean, I think that the tooth thing is sorta like a culture thing
or more lik tooth, not teeth 🙂
Like, over in the UK, teeth are teeth, they do muchin'
brush ur teeth cat
Not from where I am
floss
US damn
But, like, over here, there used to not be a huge "gotta have tv star teeth", whereas in the states that seems to be more of a care
I kinda wouldn't want to live in us
they shave teeth the the us
no one does
that shit just weirds me out
part of me wishes I did live in the US, part of me is glad that I don't
best reading experience 🙂
I think retiring in the states would be nice
maybe
yeah the elderly care in the US is only the best in the world
definitely no malpractice or neglect in retirement homes
u mean northern US
NA, maybe
same thing
sure 👀
@fallen oracle Thank you so much for what you did with rewards pro man, I legit stopped updating paper due to it, highly appreciate it
Glad I could help! I assume it worked?
It has yes 🙂
A use dmed me about it since we were dicussing, I haven't tested it myself yet
Awesome! Yeah, idk if the dev is MIA or what but I figured I'd leave that there so people would stop having to choose that over an updated server jar.
reasons depending on closed source crud is just dumb, especially with "premium" devs these days
- He's shading his own version of the connector into his API jar
- The regular jar is obfuscated
- Neither regular or premium has been updated since a year ago
- I saw no active messages from him in his support Discord
Was just lucky enough that it could be fixed with a simple bytecode modification.

I know git has subtrees and submodules for handling multiple repos in one, but for me submodules are too separated and subtrees are too integrated.
Is there something else that I missed?
I need to be able to create separate commits per directory (hence submodules kinda win), but want to keep the data on separate branches in the same repo, without cloning it for each directory (so more subtree like).
Hmm, unless I'd do it on local worktrees and have a main branch, to which I'd cherry-pick commits I want to add, but all work would be done on a work branch, which I can merge with main every so often.
This is becoming more cursed than I'd want lol
What is your usecase? Maybe somebody can think of an entirely different approach
Also: mono repos suck ass
I want to store config files, without password, in git. For multiple containerized services. Sometimes, the config might be modified during runtime (though deciding if I want to handle it or just dismiss the config change). I want to be able to pull changes for each service independently.
My current idea is store docker-compose and the management script in the root of repo, everything else goes in ./config/<service_name>.
I want to substitute placeholders for secrets, I do so and commit that change. Then, if I want to update main branch with changes, I commit the changes, then revert the commit substituting placeholders for secrets and squash them into single commit and then publish.
prof let's approach this from a different side
Kubernetes
Kubernetes Secrets let you store and manage sensitive information, such as passwords, OAuth tokens, and ssh keys. Storing confidential information in a Secret is safer and more flexible than putting it verbatim in a Pod definition or in a container image. See Secrets design document for more information.
A Secret is an object that contains a sma...

Michale, I'm NOT going to run k8s for this shit. And still, doesn't solve me wanting to have rest of config file accessible in git.
This is what things like dotenv are for, I think
Yes. If I didn't need to patch apps for it, I'd do it.
You stick an example.env in with values that are safe to share and dummy values for secrets
This is an issue which nobody has really solved yet
Oh, you want to have secrets for arbitrary applications with their own config systems
Yeah, you're fucked 😛
Yes, that's the issue.
Write a thing that uses dotenv and writes out whatever those apps want
And I fucked myself by wanting to have it independent from each other.
create a wrapper script which copies the config file, replaces stuff from the ENV and then dumps it in place for the app?
think that's generally the best you're gonna get, tbqh
not 100% sure on what I'd recommend there, but, eeer...
I did that, works fine for most part. There's 2 issues - turns out some files need ${} placeholders, so envsubst won't work.
So I'm rewriting it to python to use jinja2.
Yeah, I use it. Still doesn't solve the issue here.
And the issue of being able to modify and commit/pull config independently..
It solves the issue of envsubst, I'd think
No. It only loads the env vars.
But I guess I don't know what you mean by independently
I use it to load the variables, that later the script could use to perform replacement.
I guess I don't understand what you're trying to do
This works for me, dotenv to load them, find/replace to put them in
Although I mostly only worry about things I write where I can just use dotenv natively, the rest of our stack (postgres and such) is someone else's problem
Unless it's extremely simple writing your own solution is almost certainly the wrong answer
I have this POC and it works fine: https://paste.gg/p/anonymous/119c506bde224be48831c1914279cbc9
But does everything in ./config at once.
Let's say you have multiple MC servers. You want to store their config in git without secrets, in a way that allows you to restart only one server when you update it config, without touching others.
I'm having a similar issue here.
the fuck there's constants in bash
Kinda thinking I'll end up with crap ton of submodules.
There's hash maps in bash 
Make it less generic, write a new slightly modified version of this script for each thing you need to manage
what
There's a lot things in bash. Just most people don't use them.
probably because people don't know about them
Because they aren't in POSIX, are buggy, or aren't in bash 3 which is what most bash users have
Bash is stringy-typed, but a lot more powerful than you think.
Or are buggy in bash 3
Do you use bash 3.2.57?
debian is at 5.0 
3.2.57 is the last GPLv2 release
I use multiple versions - have bash 5 on pc, but idk what servers use. I make it work everywhere.
Most non-trivial uses of bashisms I've seen depend on bash 4
Perhaps that's just because people assume if you are okay with using bash you're okay with using one from the last decade
Apparently associative arrays are one of those things.
There's one thing that sucks - local scope leaks to functions called. So if you have:
touch_file() {
local -r file="${1}" # error: file variable is readonly
touch "${file}"
}
touch_and_cat_file() {
local -r file="${1}" # declared readonly
touch_file "${file}"
cat "${file}"
}
bash was a mistake
Computers were a mistake.
Is there some sort of plugin where players have a 2% chance of obtaining an emerald when mining a list of blocks?
Could do it with a data pack I guess
Dobt know of any plugins off the top of my head
No idea if it's any good, just the first thing I found
Looks alright, cheers
Hope you're happy now @magic river
😂
those are solid usb sticks
Imagine using USB Sticks in 2021
I'm afraid I lose such small usb sticks
I have one on my keychain but tbh i don't even know what's on there? I think an arch iso or smth
They are still useful tho
Imagine not having your yubikey on your keychain
imagine using keys and not implants
Yet I'm desperately waiting on some updates to the Bio one
I wonder how many of us like techies are holding out on the covid vaccine for health reasons or whatever
but, are just like, "i'd have an implant for dealing with authentication"
5
Not like the latter would be bad
(meanwhile) https://www.independent.co.uk/news/world/americas/pentagon-covid-microchip-blood-virus-b1830372.html
I wouldn't hesitate to chop of your arm to get into your apartment
implying you're connected to an external pump thats keeping your alive
implying I'm alive
wow
either way, anybody wanna go to the cemetary with me
crack open a cold one
Is a Yubikey worth it?
a cementary
Lmao
Depends where you are using it for, but since GitHub prefers hardware authentication tools over passwords already
i never get that
well i do get the oauth thingy
ig it depends on what you have configured
Welp, if you did not set up hardware authentication devices, you obviously do not get this screen.
exactly 
Yet they cover a plenty of tools, and many I use on a daily base so it was worth it for me
Fuck why are they so expensive
I'm too worried about losing those things
honestly the hard part will be to find reasons to use usb drives
50€ for a USB stick smh
I wish github supported authy's push notification thingy that twitch does
where it just asks you if you just logged in and you press yes
same as how google auth works
Those devices are 50 dollars more than I want to pay for such convenience and security.
I don't consider sticking a USB drive into your computer to log in very convenient tbh
I don't like that sort of system until it gets standardized
Otherwise you need a different app for each service
yeah i have steam auth, battle.net auth, google auth is built into my phone, and authy for twitch, all do the same thing lmao
I do like the idea, like a physical key, but I'd really prefer something that i just have on me and just locks my PC when I'm not at it and unlocks it when I come back
yep
I got aware of them a few years ago when we introduced them at my old work
in fairness for battle.net they were like the first mainstream 2FA app, predating google authenticator
but the rest of them, like come on
Yeah they had a physical device lol
at least with authy it's an app designed to support multiple logins, just support their system
Nmf i think because you're not renewing my intellij subscription you should at least sponsor me a Yubikey
yeah battle.net was doing 2FA way before it was cool, literally WoW had better security than most banks today still have
Deal.
I got a plenty left from work.
Tbh someone’s wow account probably worth more than most people bakk
If they see Dedicsted
if you contribute to mcdev enough to get me to add you to the dev team you get intellij for free
Nice
my bank only supports a 6 digit pin and security questions 🙃
all products pack for free, that is
Tho said, I solely use them for work, the github one was more for testing purposes in private fields.
I contribute to Paper, does that count? :D
Could also use the EAP version
paper should acquire it
Yet I am not sure what I get out of the deal 
Not worth it
I'll give you a dime, a buck and fu.. nvm
only if you accept safemoon
can I put mcdev on NFT?
oh god
or turn it into a NFT, idk the right terminology
probably
Laina, the girl behind the Overly Attached Girlfriend meme, sold the OAG meme image on NFT for like half a million on april fools
but the money is real so yeah
That's crazy
one could make an argument that it might be a fair payment for how much her likeness was used around the internet etc etc, idk, I don't really care, I think it's funny that some rich motherfucker was willing to spend that much money for a fucking meme image
im always surprised how many people get rich because of something related to crypto
hopefully the same type to blow it all in a weekend
I'm happy for the people that got in on GME though
who needs materialistic stuff if you got a brain the size of a bus

.java11
Follow the guides for how to update to Java 11 here: https://gist.github.com/Proximyst/67615353e2575a71faaff3f7ae9cc2b4
Is there a way to make Discord send emails for replies that ping?
no
lol
use a forum if you want that
not on this account though, only on ones I don't check in forever
I get them for @brave radish and when I set a channel to ping on every message, but not when someone replies with ping on
I mean that I get emails when someone pings me and I'm not online
Yeah, it'll do it if you're not logged in.
If you're logged in, you get a ping in-app.
There's no way to configure it afaik.
Actually, yeah, it might not be "just logged out". It might be "logged out for a few days"
No bc there have been times (like today) that I got an email for a real ping but not one for a reply ping in the same timeframe
Make an account and never log into the mobile app with it.
Discord will send you email notifications.
Friend requests, pings, messages

Like earlier today I logged out and got an email for three messages sent in Tuinity's #starlight-support, but didn't get an email for someone who @'d me in a reply in #paper-help
And I've never gotten emails for ping replies
Discord notification is very weird
It gets even more weird if you have multiple account logged in at the same time
I don't even wanna know
Like DM is generally delayed about 5 minute on notification to mobile
It gets even more weird if you have multiple account logged in at the same time
does the app allow this?
Yeah I am online 24/7 because of this sulu lol
my phone allows you to install two separate apps for that purpose, didnt know app itself has that capability tho
idk if i'm dumb but I can't find anything about this
I think it will work
This is to say, I can install Discord twice
OS? not ClearOS, is it? 😆
I know PC and mobile can be logged n same time and multiple PC instance too
Oh wait, nope. Gotta backpedal. Discord doesn't support it.
But it's just Samsung's regular OS. It's a feature called Dual Messenger.
instance
oh yeah... people use the app on computers
Is that the right word to call it
I just forgot it existed lol
I mean unless you were referring to tabs as instances but I would assume not
Ok apparently you can do it. Samsung has "Secure Folder" where you can install Discord again if you want to
Little bit less convenient than dual messenger though
I mean if the goal is to get notifications from two different discord account
Worth a try
Name is a bit misleading. It's a full sandboxed area of the phone. Not just a folder.
*cries over the death of the Ubuntu phone*
waiting for the Void phone
I would have quite liked to try ubuntu phone
there is a fork that survived
but it only runs on like 22 devices or something
58
They had that thing where if you plugged it in you could get a full ubuntu desktop right?
Samsung has something like that called DeX, but I don't use it
not sure what you're talking about there; didn't hear of that
Must be thinking of something else
I've used it once on a Pi (yes, they ported Ubuntu to a phone and then phone Ubuntu back to a computer) and that's it
Yeah ubuntu touch has a desktop mode
im sorry for the horrible video lol but https://www.youtube.com/watch?v=TT1VP9m-DkQ
slightly better vid, but still no screenrecorder https://www.youtube.com/watch?v=wImj5A2sI6E
not quite a 'full ubuntu desktop' but it's close. looks like samsung DeX
👀
I mean it has the same processor as the macs and they have that keyboard thingy that pretty much makes it into a laptop
it pretty much is a laptop just with a lighter OS
and therefore less power
They did run macOS on the A12Z from an old iPad
Things like ubuntu touch looked interesting on the surface, but, generally, eeerrr....
Like, they where never really refined
and things like the pine phone is the clonest to supported stuff afaik
yeah unfortunately Canonical dropped Ubuntu Touch
but, basically, it seems that it's generally lacking, you're basically in a desktop env on a device the size of a phone for the most part
I just don't think it's entirely all that viable as an option really, not unless you can make that split between the two and still have a justifiyable ecosystem
Issue is that they fall into the same trap is microsoft phone did, and blackberry
that Clear phone thingy looked kinda nice but not nice enough for me to get it
No apps, and when they did finally offer a proper solution for it, the major players where already heavily backing iOS and Android
kinda what I want lol
in fact what I just asked for on an iPad
my terminal doesn't need to be big
cat what's your Linux distro of choice? Arch?
void !
Like, it's nice to get minimal environments where you just wanna shove i3 in there, but, that thing is a fucking POS at times
probably seen a lot but found this just last week https://bedrocklinux.org/
basically yatopia + linux
the ipad pro is literally just a macbook without the keyboard now
oh at first I thought you meant it was something like MineOS
Let's make a Linux distro tailored specifically for yatopia
Mint Cinnamon seems to be the only really viable Desktop option if you can't use a terminal
GNOME tries but... no
I find that *nix DEs have really down hill over the years
switched to sway in september as I had basically been using gnome as a tiling desktop
mostly super nice but kinda miss the seamlessness of parts of gnome
It's kinda why I like i3, but, I hardly use linux enough to remember all the key combos once I get back to it so much so that it's a royal PITA
Kubuntu has a nice spotlight replica for Mac users
and, yea, that's the horrors is tryna find something nice, seamless and minimal without spending weeks working on it
KDE is meh
I mean, I kinda hate spotlight, ngl
it's the one part of macOS which I don't get
I mean, launchpad
not spotlight
I can't use a Mac without spotlight
better than what windows has
I literally use spotlight just to switch windows
low bars and all
I mean, am used to cmd-tab still, works just fine
most of the time am bouncing between two apps anyways
hm
let me clarify
I don't only use it to switch windows
I use it just to switch windows as in something that simple
I just find that alfred works faster at finding stuff and is generally just smoother, and, spotify worksheet is nice too
They took launchpad off of the f4 key on the new Magic Keyboard
Replaced with Spotlight
rofi 😳
I'm glad that the new iMacs are fiiiiinally getting apple ID
*touch
And, well, as I said, alfred > spotlight, but, I mean, probs nicer to have spotlight vs launchpad
Like, it's the whole windows 8 thing again
"lets shove a UI optimised for touch screens onto a desktop"
lol
I guess for most people they don't care as safari or whatever is in the dock
but, god fucking damn it
yeah Windows 8 was by far the worst OS I've ever used
then again, idrk how you create a pretty app launcher
I honestly prefer the UI of Windows XP
XP was solid af
Like... the mouse moved... that's more then a modern Windows system can say
certainly more then 7
and upates where really fast once they fixed the log^n update algo
right... at the end of... it's life...
https://www.youtube.com/watch?v=IW7Rqwwth84 | reminds me of this classic
Bill Gates experiences the BSOD while presenting Win98.

The thing with like 98 and XP is that they had issues at first, but, become solid AF after a while
Vista was great too once they fixed it, but, it was such a bad release and they spec'd the min requirements for it far too low that most release hardware people actually bought was kinda shitty
gah
why do TVs have to be smart?
I would honestly I have paid $20 more then what I paid for my TV to have it be dumb
cuz ppl are stupid
I'd be with you on that
cost is lowered for those built-in ads on certain cheap TV 
cause my smart tv is so horrible to actually use I always end up attaching something else anyways
I'm never gonna use Netflix on my TV itself; I have a Mac and an Apple TV attached to it if I want that. What I really DON'T want though is to have to wait... for my TV... to boot
Why on Earth does a TV have to boot?!
smart TVs undercut the market as they're able to sell you afterwards
Still takes like 10 seconds
don't even mind that but it telling me it has an update every day bugs me
if you dind't have it networked it wouldn't have to update!
Whenever I AirPlay something to my Apple TV, it so kindly turns on my TV for me all near-instantly, but then I have to wait 10 seconds for my TV to turn on
but sulu you gotta keep on the latest /s
and it won't even just use the display port unless you have it on the network
all the smart tvs i've used have had terrible / slow / clunky uis
i just have mine go straight into my apple tv
I didn't give mine the WiFi password
Forget not needing to be smart cuz I have an Apple TV; I only even have it cuz I got it for someone else and I like AirPlay
I can just watch Netflix on my computer
who actually uses TVs just to watch TV anymore?
I think most people attach computers, no?
wouldn't own one but my roommates watch a lot of tv
still; if I want Netflix, let me get it myself instead of forcing a proprietary OS down my throat that takes 10 seconds to boot and is probably spyware so I can use it built in to my TV
You can still get TVs
But
once again, the reason why smart TVs are cheaper is that they can sell you afterwards
and, well, the downfall is that the cheaper TVs undercut the market and people chase after them
(DiscordBot) The Intel Compute Stick is a stick PC designed by Intel to be used in media center applications. According to Intel, it is designed to be smaller than conventional desktop or other small-form-factor PCs, while offering comparable performance. Its main connector, an HDMI 1.4 port, along with a compatible monitor and Bluetooth-based keyboards and mice, allows it to be used for general computing tasks. The small form factor device was launched in
that's a Ubuntu tv ^^
converts zcm into a headless chicken man
tbqh, only real thing I want is a plex tv
Like, maaaybe prime
the sofa here ain't really a super comfortable one, so, idk how much I'd really care to use it
maybe bed surfin watching TV
are you cutting off the Zombie's head or the Chicken's?
😳
time to change the name to HeadlessZombieChickenMan

Not related with tech/mc/paper or anything but who do teachers think they are? Once a teacher asked me to throw away a pen, and I said no and because of that, they ended up calling my dad about this. And my friend got sent to the office because he didn't want to change tables in French class
they're underpaid and miserable as fuck and for a good amount of them the only joy they can derive from their daily lives is being assholes
not all of em tho
yeah
jojo how old are you
i agree lets fuck me
Fuck
I am personally of the opinion that text-based rick rolls don't count unless they're really well done but oh well
I just lost it
the game
revived
DOn"T LIKE IT TAKE IT BACK
yay!
sulu fuck you
woah
now that he's a mod and a member of the triage team, can we have a :sulu:?
ew no
:(

adds dickbutt emoji for sulu
I was watching something on that
apparently he scared the shit out of the other actors during that ep
LOL
truly the king of method acting
Grinders and Paint make me the welder I ain’t
ok gamers lets go spanish exam today
yes
i haven't used spanish once since high school except for some memes
wat happens to old servers when updating to 1.17? the new bedrock level is at like -64 so what does that look like?
same thing ppl did for other major version upgrades. backup the world, upload it for ppl to download, offer schematic transfers for a limited time, and make a new world
unless you're 2b2t and literally never resetting as some sort of statement
wat happens to the border of new chunks and old chunks
we don't know yet
ah
it's literally not out so we can't tell you :p
The snapshots just didn't let you use old worlds
Presumably they'll do something else in 1.18 but who knows
Also it's 1.18 now, 1.17 is just new blocks and mobs
After learning about monitoring and alarming, I'd like to know how people monitor their minecraft servers. Does it usually require something custom? Like a program pinging your server every couple seconds and if it doesn't receive a ping you'll get notified

waitwaitwait
where is shadow hacker
@novel horizon yes found him
unnfortunately, ender IO is for 1.12.2
no
i checked
this is an issue
Ore dictionary doesn't make both work with recipes?
It was a joke lol
2 items of copper is an issue
Good morning uwu
gm uwu
uhhh beans
bean
TIL in order for electron apps to behave property with gnome-shell and the appindicator extension you have to run them as flatpaks
but hey at least I have discord and slack icons now
I just use snaps
what even is the difference between snaps and flatpaks
Absolutely no fucking idea besides flatpaks being slow as fuck in my experience.
huh, seems fine to me
seems like they are essentially identical in concept
I see insomnia is available as a snap but not flatpak, so will use that instead lol
seems like they work better in those systems than native installs, so will start to prefer that instead
Steam on flatpak is slow as hell at least, tried that one a few times. Steam natively works great, though
oh yeah I don't bother with steam on linux
okay insomnia from snap is weird as hell
native insomnia works fine
so i guess for any given app i just gotta figure out which one is best lmao god this is why windows is the only way linux on the desktop will ever work
Can someone who has nitro please send me the .... emoji:
- bee
- buffering (cat)
- partyparrot
- thumbsup parrot
I want to download them XD
🤣



Thanks!!!
@untold copper That's why you use modpacks. You must use mods or so for some management of resources, you need to for example disallow spawning of ores from other mods, because they might all spawn and you get like 3 types of copper ore etc.
I spy emote piracy 
I already heared that on the official mc discord xd if im not allowed to use them, please let me know, i won't if you do!!!
what are u two talking about?
i asked for emojis, to download them
Xd Okay thanks
XD
"Async multithreaded custom emojis fork" now on mcm, only 300 dollars
xD
they are differently lit 

discord bot dev of mine was finally able to integrate youtube watch together, even though it is still a beta feature. Pretty nice
i just use https://twoseven.xyz for all my watch party needs
I love corporate presentations. They want to squeeze all the data in just to take more time, so you end up with a screenshot of a huge XML file, which is unreadable. But you need it!
Well the point i'm emphasizing on is the fact that we got a beta feature working on a public bot
k thx for the shameless self promo 👌
Not gonna advertise the bot bruh, i'm just excited about that fact. I also didn't know but discord buttons from bots were coming too
My internet is so slow, the DELL lifecycle controller can't update stuff as it timeouts while downloading.
Gotta love corporate inefficiency.
is it called paper or paperspigot?
Paper
yatopia wouldve been a better name tbh
an ur parents a condom
but cat, Yaptapia is a blazing fast Tuinity fork with best in class performance. 
Blazing fast world corruption
PaperYatopia
no
yeahnopeia
Paper steals patches from yatopia

Idk why that name of all things to name a fork. Yatopia reminds me of that one Pixar animal movie and furries

At least my name has a fancy color

the hot pink that burns my eyes
!
at least I'm colorblind enough for colors not to matter to me
That's red snoopa
I guess I'm not the only one
mfw pokiDank

Did someone have a Paper workspace which uses Mojang mappings?
zed 
hi michael

how you doing
epic
there's some work being done on the paperweight branches
i don't think there's anything "ready" to use right now other than re-using old versions of toothpick
maybe @vernal moth has something to say about it
i think
I saw Forge has now switched to Mojang mappings
they have yes
I would imagine Spigot will follow
he repackaged but no idea if we'll see classes, etc
and yea, paper branch is there but still a WIP, but, close™
Interesing
iirc Spigot/Forge were aligned on strategy wrt Mojang Mappings so if one changed I'd only guess the other would as well
md and strategy? 
I thought I rememberd a few months ago someone had a tool which would remap a Spigot-named server workspace into Mojang-named workspace but I may have been dreaming
yeah that's toothpick
but it wasn't really usable out of the box
paperweight does that too
It's fine I'll go play in Forge
zed porting cubetap to forge 
uses mojang mappings and fabric mappings, now moving onto quiltmc's for params, etc

We're backporting 1.12 into CubeTap atm
I hope that paperweight is fully ready this week again
I think once we jump above that we'll start afresh
as in staying on 1.9 but backporting features?
Demon finished most of the work, I only need to remap and fix patches
Tho I am heavily sun burned so I just wanna vommit all day 😂
Yeah, but there's less and less of the original Minecraft server left 😅
No mojang mappings for anything older than 1.14.4 tho
why are you leaving the house smh
I'm sun bathing in our garden hahaha
Yeah I mean when we jump above 1.12 I think it would be to at least 1.16/1.17
but that's not for a whileee
i mean it would probably be best to have something maintainable to be able to update to the latest version
I heard 1.14 is an excellent version /s
Demon will be polishing up and documenting paperweight this week, plus provide a way for forks, so maybe that's when you can check it out
Yes, whenever we do jump, we'll use Mojang mappings I think on whatever version we land on
when will paper be moving to paperweight
When it's done and we feel comfortable
i was more aiming for a can we expect paperweight to be merged into master before 1.17 / a major version
does someone wanna come and work on CubeCraft build tooling 
Ideally yes michael
Build tooling is so cursed tho zed
since he does all of the gradle stuff for purpur
and basically rewrote all of the bash scripts for paper into gradle
Our build tooling is literally haunted
I can come stand around and tell people their doing a good job for you, I start at 60k/year
gradle is epic
I couldn't wanna work with gradle full time for only 60k euro, lol
Nah that's just for standing over people and giving them words of encouragement
That kinda brain damage requires more compensation 😂
Altho I think I would be able to maintain most of paperweight
jmp is epic
i think our platform teams wants to move all our devops tooling into some k8s clusters anyways
currently we have an old dustbin mac pro running debian in a rack lol
Brocc is epic

literally better than robot wars
It is now, just not the public version atm. 
Sometimes 1
aaaaa soo many oreees
wow so epic 😀
Very epic snoopa, thank you
- We're not here to piss in the wind
- asking that question implies that you've done 0 research
- We do not support, in any capacity, outdated versions of the software
Yeah snoopa what cat said
That's the thing: if you did research you'd understand why nobody throws out such numbers
Seeming how you said how many cores shows you're already off to the wrong race
cat seems mad today, better not talk
Cat is cat today
cat is today
Today
it's just annoying seeing people repeating questions which have been answered 200 times by the community just because they're not happy with the answer
true
very
Basically, nobody can answer that question for you
I dont know what ur trying to point out there is no red circle
What is confusing about it? Use the latest version, get a decent dedicated server with a CPU with good single core performance and 80 players are easily achievable
It's not complicated or hard at all
@novel horizon wtf why is there NO documentation on the latest version of thermal expansion
How do I store energy and stuff
what do i do
i am confusion
energy cell is for storage of energy
you need to open the thing on the right side that looks like the saw i dont know the word
and open it
yellow is output i think
you must figure it out a bit
xd
cant say it right now
❤️
how old are you btw? just curious
...click on the gear tab on the right of the cell's UI, and set it to accept energy from that side
I haven't touched thermal mods for years and I could figure that out
smh eternity
THANKS
A LOT
this is so bigbrain
I knew it. Snoopa you can take care of your friend?
no
i dont do friends

OH SHIT. 
@warm anchor 
Good morning Michael and good job Jroy 
very cool
TIL some people don't know what gears look like
Just snoopa
Just snoopa...
No, shadow
⚙️
Ew a furry is here
Rude


weebs kinkshaming furries is so weird
holy shit why does microsoft have so many buildings in redmond
I'm a pokisimp not a weeb ok
shit has to be bigger than googleplex
They've only been there 30 years
Michael 🥺
tbh gears and saws are similar, both have teeth

Microsoft always was redmond
til michael is a kpop stan
only for the emotes
Microsoft started in Albuquerque
Right that's what I say 
i hate it to be political but what in the fuck is albqueurereequueuq
t r u e !
I think it's a food
yes
they've got microsoft b u s e s
does it regularly stops to update?
Driving with XP
It has windows
Driving with style.
Every big tech company in the bay area has busses
Not surprising to see they have them in Seattle too
Yet the buses look quite cheap lmao
That's like the standard airport shuttle
yes
!
I expected bangbuses
You wanna bang the nerd on the bus? /s
U ride the bus? 😳
why are american universities as big as a fucking city
because they have to shield the students from the outside world 😁
yeah
oh shit i am on a bus right now
That's what's driving around in the next larger city https://i.imgur.com/GLgacgN.png
What a coincidence!
uk bus red
nmf 
City buses even got built in stripper poles
yes we have those here as well
R
Ngl, those buses is what I want to see
Yes, you get what we sourced out.
lol
is that a lorry
Bus rgb but the colors change faster the faster you drive
im gonna give everyone epilepsy
Then what
watch them die as i eat my fish and chips
Ur wat
fish an' chips innit
Wheres cat we need a translator
Britishspeak
do you eat teabag
yes i drink the finest Birchal teabags
Gross

I dont get it

i dont either









