#general

3141 messages · Page 1142 of 4

untold copper
#

dawg

#

goes and makes server called partyrealms

limber knotBOT
viral hornet
#

partyrealms is the next gen minecraft server
Origin Realms*

limber knotBOT
viral hornet
#

oof

untold copper
#

XD

#

Rip

#

Join 103595 other players

viral hornet
#

lmao

untold copper
#

Snoopa Realms thonk

viral hornet
#

what

#

LOL

untold copper
#

yes mine is first

#

somehow

#

with such a common name

viral hornet
#

We have a lady playing on me server with her daughter and step son

#

So wholesome 🥺

#

I know, so cute haha

grand pewter
#

oh yeah iv seen that before too its always fun to see

unkempt drift
#

Wow, someone having fun on barty’s server?

#

😛

void void
grand pewter
#

hi camm

viral hornet
#

How you doing peepoheart

grand pewter
#

im doing good, power was out like all day though

viral hornet
#

Ah that's shitty

grand pewter
#

came on like half an hour ago

#

yeah they replaced the poles completely lol

viral hornet
#

ooo yeah

#

Powerpole out the front of mine was on fire the other day xD

grand pewter
#

nice way to spend a weekend with no power

#

also friday night was same

#

and yesterday i was out of town

viral hornet
#

damn that's shitty

grand pewter
#

so it was quite good timing

#

yeah i got to do absolutely nothing on my PC this weekend lmao

viral hornet
#

Blessing in disguise? 😛

grand pewter
#

if the blessing is being pretty bored then yea

viral hornet
#

Haha

void void
#

what do you guys suggest for ordinary data storage mongodb vs mysql; just simple object storing, and retrieval in depth of course.

#

i know they have their own use-cases but just curious.

merry talon
#

well generally for one reason or another you'll be using mysql anyway

#

so probably best to stick with it

#

unless this is totally off topic

void void
#

I personally don't see myself using MySQL nor am I at the moment but I know a lot of services use MySQL as you mention.

potent fossil
#

'simple object storing' doesn't say much

#

what is the exact use case

void void
#

Essentially storing information about a player and cross-server in-depth statistics, times played, times won, times lost, etc

#

UUID, InetAddress, 2fa pass if chosen; other network-information / statistics.

potent fossil
#

if you need to do a lot of cross referencing and in depth searching, you probably want relational (mysql or some other sql option) otherwise mongo will be fine

#

the only thing with mongo that you do not want to happen is objects in objects in objects in objects

#

so if you have stuff that is related but not necessarily directly fitting to be part of a table or collection, then be careful

void void
#

so object nesting is bad in mongo?

#

or object chaining rather

potent fossil
#

not light nesting, but when it goes really deep yes it gets nasty

#

like if you have a top level array of objects, each object has an array with objects and each of those objects has objects which have arrays

#

it starts to get a little wtf

void void
#

the deeper you go the more complex it becomes; then you're breaking the KISS principle thonk

#

Understood 👍

potent fossil
#

yeah, i mean, it's a mistake people make and fitting for a separate collection but cross querying in mongo isn't too fun

#

so if you need to cross query heavily, go for SQL

void void
#

cross-query in what, if you don't mind me asking.

potent fossil
#

joins

void void
#

oh multi / cross-server communication?

potent fossil
#

what i mean to say is that the fix for deep nesting is to use multiple collections (table in SQL-speak), but joining collections in a single query in mongo is not fun and sql does much better at that

#

hopefully that's clearer

void void
#

Ah

#

So for example a punishments system

merry talon
#

i would suggest postgres

#

and not plain mysql though

void void
#

a separate collection for each PunishmentType

potent fossil
#

postgres is still relational so same idea

#

nah, one collection would be fine there nermin just have a field for the type of punishment it is

#

it's more like if a user has idk, activity streams and you try and nest all their posts into their user object

merry talon
#

you would probably have a users table and a punishments table

potent fossil
#

which is something new mongo users tend to do lol

merry talon
#

you can reference a user from a row in the punishments table

#

that's what relational means basically

potent fossil
#

yup and relational dbs like mysql/postgres/etc are built for joining tables like that, but mongo is not

#

you can do it in mongo but it's not fun

#

alright god damn it time to do this stupid physics practice final

#

please end my miserable existence

merry talon
potent fossil
warm anchor
#

Wow I hope that pay well

potent fossil
#

Lmao

#

Dating just means "former" or "used to be"

#

Just trips me up sometimes

coarse lily
#

Has mongo matured much?

#

It's been a bit since I looked at it and before it was kind of "oops your data is gone" kinda stuff.

potent fossil
#

If you don't deploy it correctly, yes it can lose your data

#

That's always been a meme by people who don't understand it

#

But I'ma not get started on that shit

#

I'll just say it's not meant to run as a single node. It's a clustered database for a reason. Single node deployments aren't supported or recommended

coarse lily
#

Yeah.

#

I've done some stuff with other key:value dbs and I like them.

#

Like couchdb.

#

So I have nothing inherently against mongo.

#

And if you're storing stuff in JSON it has some cool out of the box abilties.

potent fossil
#

thanks for the imagespam :D

shrewd umbra
#

toaster shaders

potent fossil
#

ok

coarse lily
#

Haha

cedar spade
#

Mmm toast

viral hornet
#

Mmm bubble tea

spiral robin
#

Mmm

thorny totem
ashen fiber
#

Good afternoon.
Can anyone help? Server optimization is lame.
I'm definitely doing something wrong.
20 people 11/16 tps
CPU 3.9GHz 8MB cache 8 core.
RAM 12gb 10 server.
SSD 250GB. Separate from os.
I thought that would be enough for 50 people online.

I do not speak English well.
If I write in the wrong place, sorry.
I went through the configuration files, the advice on Spygot.
I got +5 tps but that's not enough.

void void
#

well what plugins do you got in

viral hornet
#

@ashen fiber I would use #paper-help for this discussion.
But have a look at this: https://www.spigotmc.org/threads/guide-server-optimization⚡.283181/
I would recommend posting a link to your timings (with /timings report) so people can get a better idea of what's happening with your server.

viral hornet
#

Yeah, so do a timings report /timings report and paste the link in #paper-help

fringe ocean
#

When sleep eludes yoy

#

Nomatter how hard you try

sacred bone
#

changed the start.sh with the recommended

#

but it seems to have not changed?

#

this is the new one i put but with correct ram and server.,jar name

fringe ocean
#

47ms? Players online?

#

Or empty

viral hornet
#

Are you sure you changed the right thing? lol

#

.flags

limber knotBOT
fringe ocean
#

The 47ms concerns me unless server just started

sacred bone
#

no it hasnt

#

24hr restart was like 5 hrs ago

#

there is 2 online rn but during the day 20 people online

potent fossil
#

yeah looks like flags did not apply or you put them in the wrong place or something

sacred bone
#

can i send my .sh in here?

void void
#

.paste

limber knotBOT
viral hornet
#

@cosmic raft are you still awake 🥺

cosmic raft
#

yes @viral hornet

viral hornet
cosmic raft
#

🎉

sacred bone
#

i also have a proxy server

#

on its own if that changes anything

olive marlin
#

Monkey in the timings report in config tab you can see what flags were used.

#

Are you sure the server restarted?

sacred bone
#

ye its saying that

#

Ima do a restart again

olive marlin
#

Hmm.

#

It really sounds like you are editing wrong file or not restarting.

#

@sacred bone are you sure you exit out of the script and not let it restart with that script?

#

Because otherwise it'll still have the old flags.

sacred bone
#

i feel so dumb

#

D:

#

i had to restart my linode

#

but also once i had to restart my linode they had to migrate my linode lmao

viral hornet
#

Fucking spigot

void void
twin lagoon
viral hornet
#

(Paid) Plugin isn't working with a feature, developers response is:

<feature> won't be available...
And what do you expect?

#

I expect it to work, dickhead

twin lagoon
#

what plugin

viral hornet
#

Ahh Christmas Advents or something

#

It just lets players send players gift, and there's an advent calendar but meh

still cosmos
#

imagine buying plugins

viral hornet
#

¯_(ツ)_/¯

#

Plugin is mainly prepared for Spigot...

#

The issue is regex, it wouldn't even have anything to do with Spigot/Paper

void void
viral hornet
#

The regex in the anvilGUI throws a disallowed characters error

#

Even though the regex matches.

void void
#

What name are you using?

viral hornet
#

CAMM_

#

I've tested the regex, it parses.

#

He just sent me a jar without the regex lol

void void
#

Lol

worn ember
#

Big brain

viral hornet
#

ok

#

@twin lagoon I don't exist 🥺

twin lagoon
#

🥺

void void
#

Oof

still cosmos
#

then how are you talking here

twin lagoon
#

isn't anvilGUI a wesJD plugin

#

ah yeah you're fucked that's craftimize @viral hornet

#

gl

viral hornet
#

I don't know what that is?

#

Or if it's a library or something?

twin lagoon
#

i have no clue

viral hornet
#

oh it's just a builder

worn ember
#

bob the builder?

viral hornet
#

I don't think it would be that libraries fault

void void
#

So cool

heady spear
#

@viral hornet good morning handsome

peak dirge
#

I've grown more and more bored of Minecraft as of late. I've now fallen into a trap of playing HOI4 mods more than I do working on my actual Minecraft projects.

viral hornet
#

City 🥺

#

Morning!

vestal jasper
#

@viral hornet uwu

heady spear
#

tux i know the feeling. minecraft isn't really enjoyable for me and it's kinda hard to motivate yourself to work on projects for a game you don't play

waxen panther
#

you just don’t have good enough minecraft wives 😎

viral hornet
#

vic 🥺

#

brocc 🥺

heady spear
#

who needs minecraft wives when there r genshin waifus

waxen panther
heady spear
#

also can someone donate $500 to me plz

waxen panther
heady spear
#

if you're able to read my messages on discord you can afford to donate to me. it's only $500. it's not like im asking for a lot

#

if ur truly unable to donate $500 to me then u should get off discord and go look for a job

twin lagoon
#

@peak dirge fix nbt predicate lag in ur mod thx

heady spear
#

also @waxen panther plz approve 1.2 pr don't read it just approve it's fine

waxen panther
#

ok will blindly approve

heady spear
#

good

proud dagger
#

Aight we done here

heady spear
#

why does ur reply cause irc ping to me

woven otter
heady spear
#

and y can u even reply to ppl that have blocked u

peak dirge
#

@twin lagoon wat mod?

waxen panther
#

what does the message look like on irc

peak dirge
#

do me a solid and file a bug on GitHub

woven otter
peak dirge
#

that way I don't forget

heady spear
#

lmao

Reply to "Citymonstret: if ur truly unable to donate $500 to me then u should get off discord and go look for a j..." 
#

that misplaced " smh

peak dirge
#

if you look at my Discord server, when I talk, 80% of the time it's Hearts of Iron IV, the other people just want to talk Minecraft

heady spear
#

yo no one in incendo wants to talk fortnite with me. they're all stupid minecraft nerds

waxen panther
#

fortnite bad

heady spear
#

like fortnite is obviously better. it has building too

waxen panther
#

all my homies talk about RUST

#

rust has building 😎

heady spear
#

ok but rust looks bad

#

it's ugly

waxen panther
#

rust is very pretty

#

good graphics

vestal jasper
#

Fuck it time to pass out to a random rust vid

heady spear
#

no it is horrendous

waxen panther
#

fr rust videos are the best to fall asleep too

heady spear
#

i only play sexy graphics game

#

such as fortnite

vestal jasper
#

I shoulda slept like 5 hours ago ima regret this

heady spear
#

fun fact i can't run fortnite with raytracing at 60fps in 4k but i can do that in other games smh

#

epic games? more like no frames

#

my 2080 is not powerful enough for current gen games

waxen panther
#

time for an upgrade

heady spear
#

yes

#

i need more intellectualsites simps so i get more casherinos

dapper nacelle
#

more powerful hardware is used as an excuse to not optimize code

heady spear
#

maybe i should start showing my butt

#

ok lemme just recode fortnite real quick

#

might as well optimize UE while im at it

dapper nacelle
#

I mean, someone optimized the shit out of minecraft

golden gust
#

It's both

#

Yea, some devs don't consider optimization as important as the hardware will eat it

ashen cliff
#

Imagine optimizing.

#

Our game engine uses only MOV instructions.

golden gust
#

But, really, games would look nowhere near as pretty as they do if devs didn't take advantage of modern hardware and instead specd for 10 years ago

peak dirge
#

I'm going to be cranking out more stuff like https://www.youtube.com/watch?v=eZli65_ZyKc and I still don't know what kinda Minecraft video I want to do

The brain-damaged child of OTL America (except the left is in power), TNO Komi and Orenburg, and more. Filler until I can edit some more videos, since I had to do finals.

(Before anyone asks, I don't mean to make any political statement in this video. It's just about the mod.)

Suspense sound is https://freesound.org/people/tyops/sounds/402079...

▶ Play video
heady spear
#

fortnite is kinda funny tho. it runs very well on "bad" hardware. i mean, even the switch version has decent performance

dapper nacelle
#

I mean, at work we dont optimize anything unless its causing issues, from a business perspective it just doesn't take priority

heady spear
#

however if you want good graphics then it starts running like shit when enabling features that other games manage far better

golden gust
#

Mc is also entirely different, that's a 10 year old rendering stack which just needs replacing, which, guess what: renderdragon

heady spear
#

which is weird because unreal engine is pretty sexy shit so dunno tf they've done there

#

r we actually getting renderdragon for JE? I've been wanting that since the day it was announced

dapper nacelle
#

imagine them bloating it on purpose so people buy better hardware

heady spear
#

but blaze3d or whatever the hell it's called smh

golden gust
#

Blaze3d just sounded like they wanted to give a name to what they already had

#

Probs just asked notch what it was called and it was just all blaze it

#

That's my guess

heady spear
#

bedrock runs very well for me and the rtx shit is pretty cool

#

and someone from the renderdragon team tweeted saying that they had made it with the JE team in mind

#

but then like... silence D:

golden gust
#

And, afaik, it's rd is on the nice to have list, but, refactoring other crud is more important

twin lagoon
#

@peak dirge oh no dw

#

not a bug caused by you, just a suggestion

vernal moth
#

Blaze3d is just a layer between gameplay and engine

#

It's not a real engine

golden gust
#

I'll smelt you into an engine

vernal moth
#

Tschu tschuu!

heady spear
#

this computer security course is more effective than sleeping pills holy shit

#

it's so fucking boring and the dude has a really thick italian accent so i can't understand anything he says

vernal moth
#

Bella Bella

waxen panther
#

i've been listening to my german lecturer for about 2 hours and i think im ready for a 3 week nap

#

i dont even have a desk here either FeelsSleepMan

heady spear
#

all ive gathered from 2h is that trusting user input is bad

vernal moth
#

German lectures

heady spear
#

and now we're gonna spend 2h learning about software design principles

vernal moth
heady spear
#

who the hell allowed this man to schedule 4h of lectures in a day

#

and i also need to read this book that is trying to brainwash me into thinking that agile project management is the best thing in the world and isn't actually evil

#

i wanna quit uni and become a full time trash can

waxen panther
#

the amount of time we spent on SDLC this semester is incredible

#

it is truly my favourite subject .

heady spear
#

fun fun !!

waxen panther
#

enthralling

heady spear
#

bruh so i wrote this big ass essay about data center sustainability and this dude took over 2 months to give feedback, decided to give no feedback and graded it 4/5

#

not telling us what we could do to improve

waxen panther
#

lmao

heady spear
#

so now i got a B in the course smh

waxen panther
#

city

#

there's a few formatting things with 1.2-dev, should i just reformat the project and push that

heady spear
#

sure lol

viral hornet
heady spear
#

yeah i mean we're supposedly here to learn but if we're not told what we can do to get better then there's no learning

#

kinda makes it even more obvious that we're just here to get a paper so that ppl will give us jobs lmao

#

love spending 5 years and $60k on a piece of paper<333

viral hornet
#

If someone is going to bother to mark you below perfect, that should really bother to tell you why lol

waxen panther
#

i am pretty happy with 1.2.0-dev

heady spear
#

the dude is the worst lecturer ever tho

waxen panther
#

didn't look at all the javadocs tho

heady spear
#

he's so subjective in his grading. he failed this dude in embedded systems for really petty shit & then the dude got on a phone call with him and he laughed in his face 😄

#

we had a seminar and someone made a typo and he unmuted his mic just to laugh at them and tell them they're dumb like ok

waxen panther
heady spear
#

he keeps delaying his grading (by months...) and makes up the silliest excuses

#

he also "forgot" to grade my group's essay and blamed his internet

golden gust
#

I'd like covert ops speak to the rest of your mates and see how much of his lecture you can get to flood in academics with reports, especially if you can submit anonymously

heady spear
#

40ppl in the class wrote this letter and signed it and sent it to the department head + the student union

golden gust
#

Then again, knowing your luck you'd have to put up with somebody 10x worse

heady spear
#

everyone was like "we can't do anything lol ur on ur own gl"

golden gust
#

Start leaving reviews for the place I. Google :D

worn ember
#

Is it city complaining hour again?

viral hornet
#

@minor badge remember when you decompiled a few plugins by some author and basically told them how they fucked up in there code?

#

Wanna do it again? 🥺

golden gust
#

Proxi? Shitting on people? Thought that was her fetish

waxen panther
#

yes please do it proxi

#

i want to but im too lazy

#

xx

#

that and i have a ton of work due today 😎

viral hornet
#

I

#

AM

#

SO CLOSE

#

tO USING A WORD

#

THAT WILL GET ME BANNED

woven otter
#

WHAT

waxen panther
#

nvm uni can wait

#

Send me the jar

#

I’m going to make a coffee

woven otter
#

lmao that is the funniest shit I have heard today

olive marlin
#

City, sadly that happens. We had very similar issue with with our lecturer - he even said in the open that his work is more important than Uni and started making excuses for not checking our work within the week he had to. Ended up grading us like a week after all grade papers were closed and they had to reopen them. And we couldn't even say anything.

woven otter
#

what camm

#

send it camm

olive marlin
#

I'm glad that I'm past all subjects - need to finish my thesis and can forget about university.

viral hornet
#

Uhh

#

I dunno if I am //allowed// to send it here lol.

waxen panther
#

Dm it to me smh

woven otter
#

put it in speed

#

send it there

waxen panther
#

Speed 🥩

woven otter
#

yes

vernal moth
#

Test failed

placid swallow
#

😂

void void
#

How to optimise rl craft server

olive marlin
void void
#

Yep

olive marlin
#

Then you need to look elsewhere, paper doesn't work with forge mods.

void void
#

Lol ok

worn ember
#

@viral hornet is that a premium resource?

viral hornet
#

Yes

#

and it's dogshit

worn ember
left swift
#

Loo

worn ember
#

how much?

viral hornet
#

I don't remember honestly

#

It was like $5? or something

worn ember
#

thank god it wasnt 20

left swift
#

Had an instructor like that in my college he also worked as IT head in a hospital so halfway through the semester he quit to work there full time cuz it paid more

#

Very nice to have your classes you paid for dropped cuz the instructor quits

worn ember
#

yeah thats college for you

#

they just drop classes if a teacher quits

#

my algorithms teacher retired so they just dropped the class lul

wide chasm
#

Here some other teacher just took over the class

#

And he was better than the previous one, so that was nice

worn ember
#

i mean, if they can find a replacement sure

#

but thats not always that easy

limber knotBOT
#

man, I love HN

#

or well, n-gate

#

"Having been kicked out of its parents' basement, a detachment of the Rust Evanglism Strike Force wanders into a nearby abbey for shelter, setting up the plot of Season 2, wherein they discover the charity is coming from their actual competitors. One of the foot soldiers arrives in the comments to declare enthusiasm for the current situation;

#

Hackernews wants to know what the plan is from here, but receives only silence. Hackernews, accustomed to a goals vacuum in the world of Rust development, happily spitballs possible outcomes, while the rest of the Rust Evanglism Strike Force circulates in other threads and insists that anyone gives a shit about Servo."

#

for some reason this story is on the HN frontpage today "A container ship lost a record 1,800 containers"

kindred stratus
#

So any server owners here have some stories of corrupt server admins they had to demote?

limber knotBOT
#

I think HN confused that incident with a AWS outage 😂

left swift
#

Wtf did I read

worn ember
cedar spade
#

you know that looks like a comment I might have written 6 years ago

#

but no that's not me lol

worn ember
#

its only one year old tho

left swift
#

Programmers are a bunch of american psychos

#

No ifs

worn ember
#

yes ifs

woven otter
#

bunch of ifs

twin lagoon
#

@viral hornet how good are timtams

#

they sell em here for 5 eur and it is tempting

void void
#

minecrell still around in the irc?

mental meadow
#

Michael ❤️

viral hornet
#

Bruh

#

I literally have a packet openi in my fridge

void void
twin lagoon
void void
#

(ignore my blind poking)

viral hornet
#

okay i wanna go get another now haha

twin lagoon
#

dont have enough space in my backpack for em but ill grab a pair next time

#

they got the caramel ones

left swift
#

Theres space in your mouth for them though and even your stomach

viral hornet
#

.status

#

What's mojangs status checking thing dumb

left swift
#

Idk if that's a command anymore

viral hornet
#

There was

left swift
#

.mojang

limber knotBOT
#

(DiscordBot) ****MJ|Session: **🚫 **MJ|Account: **☑️ **api.mojang.com: **☑️ **MJ|AuthServer: **☑️ **MC|Textures: **☑️ **MC|Website: **☑️ **mojang.com: **☑️ **MC|Session: ☑️

left swift
#

@viral hornet

woven otter
#

.pet nomanasendhelp

limber knotBOT
#

pets nomanasendhelp with a beehive

left swift
#

Thanks

mental meadow
#

I think .mcs also exists

vernal moth
#

Heh

#

If you download and play cyberpunk 2077 on gog, you get this

left swift
#

Gog

worn ember
#

whats gog?

twin lagoon
#

drm free store

#

its from the cyberpunk devs aswell

worn ember
#

idk what that means

left swift
#

It stands for go onlinemode gamer

twin lagoon
#

is cyberpunk on steam

#

will probably buy it then

#

else ill sail the seas so i can trial it for an hour

worn ember
#

i'll just laugh how people will be disappointed by it

#

and then buy it in a few years on sale

left swift
#

Yes

mossy vessel
#

You're just disappointed if you have the wrong expectations.

left swift
#

I'll just watch someone else play it

worn ember
#

i have no expectations

left swift
#

If you never have expectations you'll never be disappointed

twin lagoon
#

nmf!!!

waxen panther
#

ded
having good opinions

mossy vessel
#

Michele panda_heart2

worn ember
#

i never buy a game on release anymore

left swift
#

What game wronged you so ded

worn ember
#

i wait for other nurds to do it for me and then wait for reviews

#

too many

wide chasm
#

Buying games on release day is stupid

worn ember
#

mostly stupid tripple a games

twin lagoon
#

the only games ive bought on release or preordered are Superliminal

quasi valley
#

ooo didn't know you could preload cyberpunk already, thanks mini 😂

twin lagoon
#

and Forza Horizon 4 Ultimate

vernal moth
#

Gog is amazing

twin lagoon
#

.g cyberpunk 2077 steam

limber knotBOT
#

(DiscordBot) https://store.steampowered.com/app/1091500/Cyberpunk_2077/ -- Pre-purchase Cyberpunk 2077 on Steam: "Nov 25, 2020 ... Cyberpunk 2077 is an open-world, action-adventure story set in Night City, a megalopolis obsessed with power, glamour and body..."

Cyberpunk 2077 is an open-world, action-adventure story set in Night City, a megalopolis obsessed with power, glamour and body modification. You play as V, a mercenary outlaw going after a one-of-a-kind implant that is the key to immortality. You can customize your character’s cyberware, skillset and playstyle, and explore a vast city where the ...

Price

$59.99

Release Date

Dec 9, 2020

▶ Play video
twin lagoon
#

pog

vernal moth
#

They started out by publishing abandonware, drm free

quasi valley
#

also have it bought on GOG directly

heady spear
#

Tf is gog

vernal moth
#

I have a tons on classics on gog

#

Good old games

twin lagoon
#

DRM free store

quasi valley
#

Good Old Games

woven otter
#

no need to be excited over game releases if you can't run them weThink

quasi valley
#

by CDPR

twin lagoon
#

ngl raytracing in this game better be good

worn ember
#

Download Ransom Module

vernal moth
#

Basically

twin lagoon
#

only thing im excited for is the graphics lul

vernal moth
#

Oh the story also sounds amazing

#

I'll buy it for the Xmas break

twin lagoon
#

im not too into the idea of cyberpunk

#

not a fan of scifi / futuristic shit

quasi valley
#

do you have a graphics card for dat raytracing?

vernal moth
#

Lame

left swift
#

I just want to see titties 😔

twin lagoon
#

i have an rtx 3080

quasi valley
#

nice

twin lagoon
#

control's performance was ass though

#

on 1440p and rtx on ultra

#

so wonder if it'll work nicely on cyberpunk

worn ember
#

haha

heady spear
#

control's performance was ass though
on 1440p and rtx on ultra
yuh i only have a 2080 but i had to lower settings a fair bit

#

also 1440p

#

D: modern games r too spicy for my wallet

twin lagoon
#

cyberpunk had low requirements iirc

#

so i might be good

woven otter
#

so what do you need at least $1k video card to play modern games?

twin lagoon
#

mhm

#

nah not anymore actually

#

latest gpus are insane for the price you get them for

#

problem is that the price is never MSRP rn because of stock issues

vernal moth
#

If you wanna play at non standard resolution ls and frame rates (like 1440p@120hz), you gotta pay up

#

But normal 1080p @ 60 is still as cheap as always

twin lagoon
#

eh even 60hz is a stretch for some games

vernal moth
#

Don't do extreme quality then

twin lagoon
#

but i want extreme quality mini

#

smh

vernal moth
#

You don't notice that shit anyways

twin lagoon
#

depends on the game

vernal moth
#

And how low you go

twin lagoon
#

rdr2 on the highest setting is a fucking sight to behold

left swift
#

Notice 60hz to 144hz?

vernal moth
#

Of course

left swift
#

O

twin lagoon
#

yes noman

#

the diff between 60 and 75 is noticable even

left swift
#

Yeah I was going to say it's a huge difference

twin lagoon
#

my phone has 90hz and its great

#

smooth scrolling

vernal moth
#

Meh

#

I have 90 force enabled too

#

But, I could live without it

twin lagoon
#

thats true

#

but its nice to have

vernal moth
#

And I would choose other features over it

twin lagoon
#

that i can also agree with

woven otter
#

wtf why would care about that on phone feelsThinkingMan

vernal moth
#

It feels nice

twin lagoon
#

i dont care about it

#

they could throw a 60hz screen and i wouldnt mark it as con

left swift
#

What phones u have

twin lagoon
#

pixel 5

#

coming from an s7

woven otter
#

A40 low end phone but enough for me tho

twin lagoon
#

my phone is just a discord and reddit machine

woven otter
#

heh roughly the same

#

discord and browsing machine

#

and waze and spotify i guess

left swift
#

"Browsing"

woven otter
#

internetting

slim nymph
#

If yall havent looked at Immortals Fenyx Rising yet, check it out. This game is amazing

left swift
#

Anyone recommend Brooklyn nine nine show

golden gust
#

My old flat mate used to binge watch it, she was also a massive stoner, sooo

left swift
#

Lol

golden gust
#

Like, it's okay, has some funny moments and shit, but, in general, eeer

vernal moth
#

Well, you need to like his humor, but like, ppl loved him on thelonelyisland and love him on SNL

left swift
#

Yea I like most of his stuff

#

Time to stay up all night watching I guess

vernal moth
#

I am currently watching sense8, by the matrix ppl

#

Can also recommend

slim nymph
#

yeah thats a good show, sad it was cancelled

vernal moth
#

Java 8 usage down to 70% from 80% 🙌

cunning raft
#

Quick tell then hard fork

woven otter
#

I'm waiting for the day paper drops support for java 8

cunning raft
woven otter
#

yes I'm waiting

upbeat kelp
#

Look at dis trer

wide chasm
#

inb4 Minecraft 1.17 is delayed

upbeat kelp
woven otter
#

when does it come out anyways

wide chasm
#

Supposedly summer-ish

worn ember
upbeat kelp
#

RGB tree

next frost
#

as I don't see any green, I'm sure it's an RB tree

vernal moth
#

Who cares about spigot? :P

left swift
#

I only care about the bukkit users

#

Who hurt them

vernal moth
#

Overall it's 83% on java 8

#

So as expected, spigot is doing much worse

woven otter
#

1.8.8 is at 10.3% 👀

limber knotBOT
#

1.8 stats are most likely wrong though

waxen panther
#

Pepehappy

woven otter
#

why phoenix

limber knotBOT
#

because lots of 1.8 servers/plugins don't submit data to bstats

left swift
#

Bstats spy

woven otter
#

:/

limber knotBOT
#

nah, more because lots of stuff didn't have bstats included when 1.8 was around

woven otter
#

well let's hope via gives up on 1.8.8 users

limber knotBOT
slim nymph
#

we didnt use bstats then

limber knotBOT
#

yes, that's the point

dapper nacelle
#

🅱️stats

twin lagoon
#

who cares

#

if they don't submit to bstats they don't count

slim nymph
#

oh, the way you phrased that threw me off

#

but yeah i always note that papers total market share is higher since most 1.8 servers would be running a paper/derivative anyways

twin lagoon
#

i don't know any 1.8 server that doesn't use paperspigot

#

that has to be marketshare of like 90%

slim nymph
#

all them cannon servers

woven otter
#

most of them use tacospigot forks

limber knotBOT
#

most of them use forks, not pure buggy 1.8 though

twin lagoon
#

true

cosmic raft
#

mfe Michael using our old name

twin lagoon
#

well it's 1.8 kashike

slim nymph
#

yeah i tell people dont use paper direct lol, def use a more maintained fork

twin lagoon
#

wtf

#

it was 1.8 PepeHands

woven otter
#

paperspigot is such a good name 🙂

twin lagoon
#

@cosmic raft peepoSad

still cosmos
#

rip Michael's pink role

slim nymph
#

hate when i go to update discord and its like "hey good news (everyone), this isn't a simple update, download the .deb!"

twin lagoon
still cosmos
#

@kashike#8590 stop bully 😠

twin lagoon
#

@cosmic raft stop bully 😠

slim nymph
#

what you gonna use 32 cores on

ancient bolt
#

But I think it's funny how the wording isn't quite accurate

cosmic raft
#

hi Michael

twin lagoon
#

feeling s e a s o n a l

#

time for some music

waxen panther
#

Christmas avatar Michael when

still cosmos
#

imho Michael with pink name looked better

twin lagoon
#

can't

#

well i've got a christmas status

slim nymph
#

i see dem pixels

twin lagoon
#

it's yoinked from twitch

ancient bolt
#

The reporting is like "they're working on these new chips" but chips have years of R&D so in reality they have to be testing fully completed hardware by this point in order to actually release by those dates

twin lagoon
#

wtf

#

no longer feeling seasonal

slim nymph
#

but it says hohoho

twin lagoon
#

kashike stop bully PepeHands

ancient bolt
#

@slim nymph build paper, duh

slim nymph
#

i dont think we even have parallel compiling on do we

woven otter
#

@twin lagoon coal for you

twin lagoon
slim nymph
#

it usually helps a little

twin lagoon
#

it made it maybe 1 second faster on my system

still cosmos
#

is this all just sarcasm or serious talk

left swift
#

TIL ur pfp is a gif michael

slim nymph
#

well your systems prob fast enough to complete a single file fast enough

#

not everyone runs super cpu

twin lagoon
#

3700x pepe_super_cool

#

it's time for an pgrade aikar

vernal moth
#

Well, with gradle that might help in the future

twin lagoon
#

time to move on from ur i7-930 or something

slim nymph
#

im aware

still cosmos
slim nymph
#

the stacks im dropping on everything else holds me back

still cosmos
#

is everyone moving to Gradle now

twin lagoon
#

what's the parts list

#

what's the $$$

slim nymph
#

wat

vernal moth
#

Michael is volunteering to be your pc parts picker I think

twin lagoon
#

no

#

was just wondering if he looked at anything

#

maybe donate some $

still cosmos
#

w h a t

slim nymph
#

i did before, was around 1k

twin lagoon
waxen panther
#

gradle uwu

woven otter
#

gradle is ❤️

still cosmos
waxen panther
#

weeb Siren

ashen fiber
#

Sorry miss

meager tusk
still cosmos
#

miss

#

the fuck

#

did you just assume my gender

woven otter
ashen fiber
#

blunder ....

woven otter
#

so much memory

ancient bolt
#

@slim nymph we will with Gradle, and paperweight has parallel remapping and decompiling

still cosmos
#

ok everyone is srsly moving to Gradle
gtg refactor my 1 project

waxen panther
#

😳

vernal moth
#

I still use maven for all my simple projects

ancient bolt
#

Also parallel mappings generation

#

Lots of paperweight is parallel

waxen panther
#

we stan demon wav 😎

mental meadow
#

demon wanna listen to taylor while you teach me gradle?

ancient bolt
#

Also paperweight is already compatible with configuration cache on Gradle 6.7+ so task execution is parallel

still cosmos
ancient bolt
#

Teaching isn't one of my strong suit a 😂

mental meadow
#

I feel like its the first one

slim nymph
#

so you gotta learn gradle w/o hearing taylor

mental meadow
#

But I already started listening to Taylor now for demon

#

i only ever listened to the popular songs, what are some other good ones?

spiral robin
#

22 😊

ancient bolt
#

All of them

#

Listen to folklore front to back

mental meadow
#

which one there are like 3 versions on spotify

slim nymph
#

"all of them"

mental meadow
#

I just found wonderland and I really liked that

#

i need to listen to Taylor Swift first tho

minor badge
#

@viral hornet i cant

slim nymph
ancient bolt
vernal moth
#

I want wait to watch this thing fly

#

Hopefully tomorrow

unkempt drift
#

oh man

#

cannot wait

vernal moth
#

Musky musk apperently arrived in boca now

unkempt drift
#

I've been pretty much glued to whoever is livestreaming when anything goes on down there

#

gonna be nuts to watch no matter what happens

vernal moth
#

Yeah

#

I think the chance that it goes up is really high

#

Landing however?

#

God knows

unkempt drift
#

yeah, they've flown it a could times

#

not very high, but still

vernal moth
#

This is the first time 3 raptors will fly tho

#

Also the first time raptors are gonna get reignited

unkempt drift
#

yeah... was surprised they haven't done a re-light test on the ground

vernal moth
#

Also the first time they will be attempting the belly flop manover

#

Either way, gonna be amazing

#

And the best thing, if sn8 blows up, sn9 is already ready 😂

unkempt drift
#

yeah, they are just cranking out ships now

vernal moth
#

Would be sad to loose the raptors tho I guess, even tho they got enough raptors down in boca already

#

But raptors are expensive

#

Sn10 is already stacked, sn11 is getting stacked

#

Sn12 is ready for stacking

unkempt drift
#

first operational full-flow staged combustion cycle engine tho...

mental meadow
#

when is it planned mini?

unkempt drift
#

not really any planning. but there are flight restrictions tmrw

vernal moth
#

Hopefully tomorrow

#

All we know is day time

#

Most likely after noon local time

#

Utc-6

mental meadow
#

our time pls

vernal moth
#

God knows

#

Evening till 2am

woven otter
#

use sass

vernal moth
#

That's why they do it

#

Also: petition to get rid of black names

woven otter
#

WOAH

vernal moth
woven otter
#

^

#

yeah mini this is outrageous

unkempt drift
#

is that altered styling for android or something?

vernal moth
#

It actually took me a hot minute to understand wtf you on about

#

Lol

#

It's the true dark amoled whatever mode

woven otter
#

mini is a beautiful butterfly

unkempt drift
#

switch to light mode

#

gonna try to go a day in light mode here

limber knotBOT
#

it ain't dark mode unless it's true black

unkempt drift
limber knotBOT
#

back to the Metro UI times

unkempt drift
#

no other one has flown

ancient bolt
#

And they don't look any more complicated than any other rocket engine

woven otter
#

that's why it's called dark mode not black mode

ancient bolt
#

Okay, sure

unkempt drift
#

they've been tested, russians has at least one, and then nasa had a test article a while ago

limber knotBOT
#

wowo, replies in IRC bridge

unkempt drift
#

I mean I think they do look more complicated, you have two turbines, and you gotta pipe all the fuel/oxidizer through each one, and then pipe it all back into the combustion chamber

woven otter
#

1920x1080
FeelsCryingMan

woven otter
heady spear
#

wtf is partyrealms

slim nymph
#

bartys party

vernal moth
#

ok, lets see if my launcher still works 😂

woven otter
#

what launcher

heady spear
#

sounds like a parody but like...

unkempt drift
#

you're making a minecraft launcher?

vernal moth
#

no, I made one

#

or forked and rewrote one

#

in like 2018

heady spear
#

did u finish it tho

#

hey how is ur godot client going

vernal moth
#

godot is on hold for godot 4

heady spear
#

convenient

#

@mental meadow we need to sit in vc together sometime and not talk

#

i miss that

left swift
#

Farty realms

heady spear
#

I'm a vegetarian

unkempt drift
#

speaking of beef, did you know the plural of beef is beeves

meager tusk
#

@minor badge PES3_Wave clappywappy PES_Heart

still cosmos
#

bruh

unkempt drift
#

I think its actually beeves

#

not beefs

still cosmos
#

pff

#

It's actually "beevs"

visual egret
#

why must they do this to me

unkempt drift
#

oh ok, its either

#

but beeves sounds cooler

heady spear
#

internet fights r silly & a waste of time

#

everyone should be friends

unkempt drift
#

twitter wouldn't exist then...

heady spear
#

oh no what a loss

visual egret
still cosmos
#

@electronicboy#8869 pls be friend

heady spear
#

ill make an exception to my above msg tbh

still cosmos
#

bruh

#

i cant type, help

golden gust
#
  1. Why would anybody wanna be your friend?
woven otter
golden gust
#
  1. no
heady spear
#

duck ur the only one that's actually blocked

minor badge
#

@meager tusk GWcmeisterPeepoLove

heady spear
#

but it's just a meme

woven otter
#

😭

meager tusk
heady spear
#

can u still test that using reactions btw?

woven otter
#

yes

heady spear
#

i think u can lel

still cosmos
heady spear
#

cat would u be my friend?

woven otter
#

cat will you be my friend

still cosmos
#

He's gonna answer "yes" just to make me feel more sad

heady spear
#

@woven otter wanna be my bestie?

#

ill give u a quick brojob if u say yes

woven otter
#

sounds illegal

heady spear
#

everything is legal if u don't get caught

waxen panther
#

genius

heady spear
#

hi broccolai my internet friend

#

should i get out of bed yet? it's only 6pm

waxen panther
#

hello internet friend citymonstret !

#

im still in bed !

#

i don't play on getting up today i don't think

heady spear
#

fucking zoom lectures r ruining my life

waxen panther
#

yes

#

i have 3 today Sadge

heady spear
#

i wanna go up so i can nolife wow

#

ok im getting out of bed this club is no longer cool

limber knotBOT
#

Hm I need to find an irc client with regex ignores

#

Irccloud is poopy

still cosmos
#

any1 wanna be my friend? 😦

woven otter
#

weird irc users

limber knotBOT
#

irssi

#

runs

stiff yarrow
#

I think I got a zero person blocklist atm, so pristine

heady spear
#

I hate the blocked message display in discord and I want to do some fall cleaning

#

Get rid of the dirt

waxen panther
#

discords block message is useless

woven otter
#

wow wtf

waxen panther
#

just makes me want to open it more lol

stiff yarrow
#

imagine blocking people in pre-2021 month

woven otter
#

yes city is the worst

heady spear
#

Fwiw I’ve never had barty blocked lol

stiff yarrow
#

also

woven otter
#

#CancelCity

heady spear
#

Only mtm

stiff yarrow
#

cyberpunk in literal days pog

heady spear
#

Do it. Would be epic to leave the internet

stiff yarrow
#

I want to say xbox but they say xbox has trouble with RT right now

heady spear
#

Not having to deal with entitled pricks all the time. Would be epic ❤️

stiff yarrow
#

its a library issue

#

apparently MS waited til the last minute to ship RT support in their dev tools

#

and Sony had it in for a long time

#

well I heard PS dev tools are nearly identical whereas xbox changed a ton of shit so devs are having more issues

#

I'll probably say yes because open world rpgs are crack cocaine to me

#

but idk if I'll play until the RT patch is out

#

launch versions are compatibility mode versions for consoles

#

yeah cd projekt red probably didn't expect to delay it so many times that the next gen consoles would actually be out

#

when it launched

ancient bolt
#

the only thing I know about cyberpunk is there's lots of hype for it

stiff yarrow
#

I mean that original trailer had me sold

ancient bolt
#

i might play it some days

#

depends if i ever decide to play rdr2

stiff yarrow
heady spear
#

It looks meh. I’m gonna wait a couple of years until it’s worth the money :’)

ancient bolt
#

I have a long list of big AAA games I've never played

waxen panther
#

i was very excited, and now im stuck at home for the next month so i cant play it 😀

stiff yarrow
#

I've learned a lot about cyberpunk since that trailer

ancient bolt
#

that's how I felt with the witcher 3

stiff yarrow
#

shut your borty mouth

ancient bolt
#

pirated it, played it for a bit, put it down and never came back

heady spear
#

The Witcher 3 is extremely boring

waxen panther
#

if you didn't like witcher 3 you wont like cyberpunk

stiff yarrow
#

?kappaban everyone in this channel

limber knotBOT
#

I didn't play witcher because it's a fantasy setting ¯_(ツ)_/¯

ancient bolt
#

I just don't think those kinds of games dow it for me

heady spear
#

Rdr also looks super boring

stiff yarrow
#

yeah sounds like you guys shouldn't touch cyberpunk

heady spear
#

Cowboy simulator? No thanks

stiff yarrow
#

RDR was fantastic 😦

ancient bolt
#

botw is one of the only open world games that I've really gotten into

waxen panther
#

i loved witcher 3 happyshark

ancient bolt
#

mainly because botw is on a different level in terms of gameplay

heady spear
#

Broccoliboy is boring so it makes sense

waxen panther
#

I rarely like rockstar games

ancient bolt
#

no other game even comes close

waxen panther
#

thank u

heady spear
#

Boring ppl like boring games

still cosmos
waxen panther
#

my old xbox name was broccoliboy117 <33

heady spear
#

I got the switch solely for botw

#

It’s also the only game I’ve finished on the switch

#

Thinking of playing immortals on it tho

ancient bolt
#

lol I recently 100%'d odyssey but it took me over a year

#

I just don't have time for massive ultra-realistic open world games

heady spear
#

I’ve played through half

#

Then I got bored

ancient bolt
#

give me a game with fun movement and pretty colors

stiff yarrow
#

I love me some singleplayeran

#

I'm almost done with spooderman remaster

ancient bolt
#

if it tries to be realistic the movement feels so boring

heady spear
#

You could just do shrooms

#

Probably cheaper than Nintendo games

ancient bolt
#

tru

limber knotBOT
#

I just wish cyperpunk had third person on launch :S

stiff yarrow
#

🤢

twin lagoon
#

reviews are apparently out for cyberpunk

#

and they're good

heady spear
#

Also Valhalla is way worse than ac odyssey and that’s just how it is. All reviewers are lying

stiff yarrow
#

if cyber doesn't have mouse and keyboard support on xbox (which I think it will) I'll play on PC

limber knotBOT
#

first person can get annoying if you get motion sick easily

stiff yarrow
#

the best thing I've heard is cyberpunk is very RPG And not at all a run and gun game

cosmic raft
heady spear
#

Watch someone else play it and it’ll be third person

limber knotBOT
#

I mean, it's literally set in the Cyperpunk rpg universe lol

stiff yarrow
#

ign gave it a 9/10

ancient bolt
heady spear
#

The only reviewer I trust is girlfriend reviews

stiff yarrow
ancient bolt
#

it's a nice video, pretty animation

limber knotBOT
#

yeah that trailer was the same for me lol

ancient bolt
#

it's...not a game

twin lagoon
limber knotBOT
#

I just got so much Ghost in the Shell vibe from it

stiff yarrow
#

I love cyberpunk already when I saw it so yeah it didn't take much to sell me on it

#

and cd projekt red has yet to disappoint

ancient bolt
#

I don't think I've played any of their games

#

what other stuff do they make?

stiff yarrow
#

only witcher

#

so far

slim nymph
#

@heady spear im really enjoying immortals

ancient bolt
#

oh, well I guess I haven played that too then

#

was really boring

upper flicker
#

I really enjoyed witcher

stiff yarrow
#

they pretty much made themselves by doing witcher well

#

witcher was love

heady spear
#

I really like the people that worked on it and the art style is cool so I kinda wanna give it a go

upper flicker
#

all of you people talking about wanting linear games on rails I do not understand at all

stiff yarrow
#

you missed the I hate open world RPGs train Z

limber knotBOT
#

open world RPGs just aren't for everyone ¯_(ツ)_/¯

heady spear
#

But I don’t have €60 to spend on games lol

limber knotBOT
#

imagine playing a 20 hour movie 👀

upper flicker
#

not planning on playing cyberpunk at launch though

stiff yarrow
#

I will wait for the RT patch

upper flicker
#

have enough back-catalog that Ill never get to

stiff yarrow
#

after seeing RT in spooderman I will wait

heady spear
#

Plus I have like 500 alts to level in wow so no time for silly games

ancient bolt
#

@upper flicker idk what I want from a game tbh. The games I like are often so different from each other lol

slim nymph
#

yeah ima prob wait on cyber lol

#

i bought it but ill give it a little to play

ancient bolt
#

I just feel so tired so whenever I pick up a new game I come in jaded

limber knotBOT
#

I will wait playing it too... until it releases

#

runs

slim nymph
#

@ancient bolt well immortals is made off of odysseys engine lol, it was created from a bug in odd

upper flicker
#

my thing is like, yes I only have way too little time to play really anything

#

but then why would I spend it playing a 6 hour linear movie when I could put it towards something more open where I get decide how and what I do

heady spear
#

Spend less time working and more time gaming

upper flicker
#

that being said, there's definitely lots of open world games that do it badly

#

so I can kinda get that

heady spear
#

Stop being such a normie

stiff yarrow
#

when you guys see RT on a 4k TV with HDR you will be sold on this generation of games

limber knotBOT
#

yeah, lots of games that are only open world so that they can cheap out on the story

ancient bolt
#

lots of games look pretty, that's not my concern

stiff yarrow
#

RDR2 was the comfiest game I've ever played

upper flicker
#

yeah or they fuck up the quest line and its basically like all shitty radiant quests and no real like interesting stuff

stiff yarrow
#

I got so into it

ancient bolt
#

and I'm not all that interested in ultra-realistic looking games

upper flicker
#

RDR2 was cool from a story perspective but it really did feel like GTA V with horses

ancient bolt
#

I prefer games that go for a specific and interesting art style

stiff yarrow
#

Rockstar did a stellar job with RDR2

#

the world felt alive

upper flicker
#

can tell the game engine is like 1:1 there

slim nymph
#

demon you seen immortals yet? https://www.youtube.com/watch?v=Y38jbs1xNpg someone streaming it

I am a demigod!!

Immortals Fenyx Rising is an action-adventure video game developed by Ubisoft Quebec and published by Ubisoft. The game was released for Amazon Luna, Windows, Nintendo Switch, PlayStation 4, PlayStation 5, Stadia, Xbox One and Xbox Series X and S

twitter ♡ https://twitter.com/MijouYT
discord ♡ https://discord.gg/bxr7YHrUUu
...

▶ Play video
twin lagoon
#

the horses were fucking scuffed in RDR2

twin lagoon
#

bitch randomly went to right/left when going straight

upper flicker
#

if rockstar and take two ever release it

twin lagoon
#

or goes in circles

upper flicker
#

they're probably just going to milk gta online forever and ever

ancient bolt
#

GTA was fun because it was open world but the storyline was very linear so the open world wasn't so exhausting lol

upper flicker
#

greedy bastards

stiff yarrow
#

rockstar is the kind of company to only start media for their games right before they come out

upper flicker
#

I didnt enjoy gta v's story as much as iv's but the open world was better in a lot of ways

stiff yarrow
#

I actually way preferred V to IV

upper flicker
#

gta online though, really only fun when they had money glitches going

stiff yarrow
#

IV had such a dreary vibe

upper flicker
#

otherwise that grind was just awful

#

cash grabbbbbb

stiff yarrow
#

I way preferred V's crack addict over the top protagonists

limber knotBOT
#

yeah, you need tons of money to do anything fun in GTA Online

ancient bolt
#

botw is fun because it's 1000% open to the point where there's no set questline, and the entire game is designed around it and it's beautiful art style and amazing movement, and the game constantly rewards you for exploring and finding your own way of doing things, so I never really got tired of it

heady spear
#

Why aren’t you all raving about genshin impact? Smh

stiff yarrow
#

weeb impact

ancient bolt
#

so yeah, huge difference in the types of games and why I enjoy them ¯_(ツ)_/¯