#general

3141 messages · Page 1679 of 4

wind geyser
plucky sparrow
#

Good morning my fellow Paper general users, hope you all are having an awesome delicious morning this day!!! Remember to breathe so you don’t die (city can skip this step if they want) ❤️❤️❤️❣️🌇

twin lagoon
#

i like the last bit

true canyon
#

Yeah the hearts are great

plucky sparrow
#

The sunset is the best part

heady spear
#

This goes into the screenshot folder :/

twin lagoon
#

what

#

the fact that i like the hearts & sunset?

#

this is concerning city

heady spear
#

We all know that you're madly in love with me and that's okay, but let's keep it professional.

twin lagoon
plucky sparrow
#

LMAO

#

City you look like you could script Netflix movies

twin lagoon
#

actually agreed

#

you could make it a mandarin thriller / drama

heady spear
#

I actually used to write plays for a thing called Stjärnparaden but we kinda got cancelled when we made a parody about Twilight where Rudolf was Jacob and shit because Bella was a honeytrap girl to exploit Santa because he was a ruthless capitalist and they wanted to turn the North Pole into a communist regime

twin lagoon
#

right

heady spear
#

but the actors said that we sexually exploited the characters

#

this actually happened though which is funny because I couldn't even make this shit up

#

anyway

floral mesa
#

to be honest, capitalism in that context doesnt make sense

heady spear
#

the elves wanted to own the means of production and Santa was barely paying them enough to survive

#

it's a sad story

floral mesa
#

well sure, but we are talking about a holiday character that gives things out for free, and uses some form of magic. I am nitpicking, but I doubt he would be able to pay if he doesnt have the cash to begin off with...

#

though again, magic

heady spear
#

Well, that is assuming that Santa doesn't profit from the presents, which wasn't the case in this story.

#

I actually don't remember how he made money, but the "magic" was very cheap labour - the elves.

#

either way the play was a mess. We did far better with our adaptation of The Great Gatsby which was set in Sweden and the story was told by Nick, at The Ellen Show.

floral mesa
#

why sweden? what were the changes?

heady spear
#

it was set in Sweden because we... were in Sweden. It's a parody lol, and every sentence has to rhyme

#

great shit 10/10

#

might be worth mentioning that we were all in high school 😛

floral mesa
#

nice, and yeah. its been a long time since I was in high school, I remember reading that book, along with a lot of other crap.

#

English/Language was never my favorite subject

heady spear
#

I've read the book a couple of times and seen the movie a couple of times. It grows on you :p

#

I took the IB in high school, so I took English (language and literature) as a native language. We had to read and analyze a tonne of weird stuff

waxen panther
#

go to bed

heady spear
#

no thanks

thick wharf
warm anchor
#

Thank you for your information

upbeat scaffold
#

it looks to me like prism hasn't seen an update in over a year. Has anyone tried it on 1.17.1 who can confirm that it still works?

willow robin
#

Is it true paper is considering dropping support of spigot related stuff?

#

Or hearsay?

unkempt drift
#

depends on what you mean

#

nothing concrete yet, but at some point in the future, paper would like to not have spigot as its upstream

#

so we can update ourselves, maybe have builds for mc snapshots, and make more significant breaking changes the API has needed for a long time

#

but there are still several things not done that have to be done for that. the big one being Hangar

willow robin
#

Okok gotcha. Yeah I guess that's what they were talking about. Was just curious was all 💜 thanks!

nimble depot
#

I am keeping this one

thick wharf
#

So the other day, somebody claimed that it's possible to change the server's networking protocol without actually breaking compatibility with anything, and at the same time without trying to maintain a separate vanilla-compatible stack. How exactly is that supposed to be done?

formal turret
#

uhh i wouldn't think you could change the protocol?

magic river
#

I mean, it's possible but unless you just keep the same networking semantics in a different transport it's unlikely

#

And what would the point be if there is no client to use it

viscid wedge
#

I had an answer to this but I'm too high to remember it now

magic river
#

And if you keep the same semantics why do it at all?

#

Like, if you swapped TCP for QUIC you could stick chat on a separate stream which would help a little but without reworking the networking logic to support unreliable packets and getting things out of order that would be about it

#

If you did all of that you could still have it be compatible with vanilla too but I bet it'd be buggy

#

Honestly at that point you may as well write a new server, you've done the hardest part of it 😛

thick wharf
magic river
#

Swapping out how you send bytes over the wire without changing what you send

potent fossil
#

Yes Professor Amaranth, I am here for the lecture on networking

#

Btw will this be in the exam

magic river
#

TCP to QUIC, NBT to FlatBuffers, etc

potent fossil
#

Wouldn't you have to change both the client and the server

magic river
#

This is the exam

#

Yes

potent fossil
#

Yea bigger job than it initially would sound like

magic river
#

That would still be the easy version

#

Changing what you send would require major reworking of the client and server

potent fossil
#

Ofc you can go and redo the entire stack but my ass is already ready to be entirely eaten about that

magic river
#

The protocol is mostly a simple RPC interface from when notch split the game into two halves

#

There wasn't much in the way of design done

#

Single player worked a certain way so the protocol works that way to limit how much he had to change to add multiplayer

#

Real game networking is more of a distributed database problem, it's a different way of thinking about things

thick wharf
#

And thus the only viable way to add a new network stack to the game that doesn't suck, without it being an official thing...

magic river
#

Would be to rewrite large chunks of the client and server

potent fossil
#

Change the server and make a custom client

#

But at that point you're just making a new game with the same models lmao

magic river
#

And probably lose compatibility with vanilla or at best have half-assed compatibility like that project that makes bedrock kind of work on java

potent fossil
#

Geyser works alright but it's not perfect

magic river
#

Bedrock and Java mostly work the same way too, or at least have a common ancestor

thick wharf
potent fossil
#

That's how it be

magic river
#

I haven't poked in to the networking for Bedrock much to see if they do a more traditional FPS networking style

thick wharf
#

And having a client that can connect to the new servers but not the old ones would also suck

magic river
#

Technically Forge modpacks require a new client to connect to a specific server

static badge
#

is there a problem with the networking protocol that needs a rewrite

potent fossil
#

I don't even know what started this convo ngl I just joined it

static badge
#

last i recall there wasn't, outside of specific areas like movement and inventory...

magic river
#

It's pretty much impossible to do an authoritative server with client-side latency hiding with the existing protocol

#

You either eat the latency or let the client be in charge of things and have the server just try to detect blatant cheating

#

Since it's TCP you also have head of line blocking (more latency)

ancient bolt
#

Climate change is great

magic river
#

It's got what plants crave

ancient bolt
#

On vacation and the place I'm going well be hotter all week than the average temperature there of the hottest day of the year

potent fossil
#

"damn this summer is the hottest it's ever been"

"No this summer is the coldest it's ever been for the rest of your life"

fingerguns

ancient bolt
#

Every day will be 30F hotter this week

#

September in the midwest is normally starting to go feel like cool autumn by now

#

But nope, literally in the 90F+ range

#

Anyways I got a sunburn just from the drive here

magic river
#

I think we're at about normal temps right now in my part of the midwest but I was just thinking earlier today it should be about time to be able to open up the house and turn off the AC for our few weeks of decent weather

thick wharf
magic river
#

Instead it's looking like that might not happen until like the 20th

magic river
#

And I believe there are non-obvious places that assume certain things about the rate of packets coming from the client for an action so changing the protocol would mean you have to adjust those

#

This is a thing no one is ever going to do though so it's not worth putting much thought in to

potent fossil
#

Basically it would be more hell than it already is kneneny

merry talon
#

ill do it :)

#

brb

waxen panther
#

is amaroq talking about the network stack again

merry talon
#

ill talk about ur stack brocc

warm anchor
#

Let’s keep the stuff happening in the bedroom private thanks

magic river
#

Oh yeah did you see I found brocc's twitter account?

static badge
#

post it

magic river
merry talon
static badge
#

quebec eh

#

@waxen panther any defense

warm anchor
#

Could be leaf’s classmate

#

Leaf is French Canadian after all

waxen panther
#

number one

#

i am not 31

#

number two, if i had 24000 tweets i would not like to live

warm anchor
merry talon
#

hmm

waxen panther
#

last i checked a discord message was not a tweet

merry talon
#

it's worse

waxen panther
#

sez u

static badge
#

the anime profile pictures battle it out

#

which weeb will win

waxen panther
#

a furry joins the conversation

#

which furrsuit will he don today

warm anchor
#

(As a furry pfp user)

static badge
waxen panther
#

colon lookfish colon

static badge
merry talon
warm anchor
#

Longer

merry talon
#

hmm

high grove
#

has the piston breaking bedrock thing been patched?

austere ivy
#

fish mid

green edge
#

Do you believe there are people that would be willing to help me create an alternative to all paid anti exploit, security, anti crashers on the market?

#

I have the know-how and resources but no time

#

I'm stuck in projects or administrative work all time

waxen panther
#

not for free

warm anchor
#

Do you pay by exposure by chance? or 5gums?

green edge
#

Plan is to open source it

waxen panther
#

you'll be hard pressed to find someone to work on that for free

green edge
#

I don't need the software myself

waxen panther
#

anti exploit is not a fun thing to work on

green edge
#

You can make it self learn

#

And then it's easy

merry talon
#

There's generally a reason anticheat and the like software is proprietary

green edge
#

Anticheats i agrew

#

For packet crashers though

#

It's not hard

#

You take all packets

#

Analyze proper vanilla limits for

#

And that's it

warm anchor
#

why dont you make it then? pogrie

green edge
#

Time

#

It's all about time

#

It would take a week

#

Which i cant afford

warm anchor
#

so let me get this clear. You want someone to spend their time for free to work on YOUR open source project where you got this very original idea?

green edge
#

No

#

My plan is to create a team that tries each week to create something for the community

#

Not for the money, but to generally make this space a more accessible space to everyone

#

I don't need it, for me 50 eur to pay up is 0

warm anchor
#

So you mean what paper team is already doing? Think

green edge
#

Paper is doing server software

#

I want to work on plugins, since often that is just as important

#

Anti crash, statistics for owners, analytics, malware scanning, etc

#

All things I've had to deal with in production

warm anchor
#

So you want to make an open source project where other people can spend their time (because you dont have it) for free to make your idea come true?

green edge
#

But didn't have much options for

green edge
#

And provide guidance on high complexity issues

warm anchor
#

wow that sounds like a great deal

cunning raft
#

@waxen panther takes payment in exposure

#

Ask him

warm anchor
#

try post it on linkin and I am sure people will be lining up for it!

waxen panther
#

no

green edge
#

Thanks for the sarcasm

#

I came with this as a suggestion

foggy veldt
cunning raft
#

But those plugins shouldn't be needed in the first place

waxen panther
#

no nullability annotations ?

#

unreal

green edge
cunning raft
#

Those kinds of exploits should be reported to paper and be fixed there

green edge
#

Ancient versions still have some usecases

waxen panther
#

lol

green edge
#

Yet paper doesn't support it for obvious reasons

foggy veldt
warm anchor
#

the solution is to use latest

cunning raft
#

well there you go

green edge
waxen panther
#

so you want people to work on a anti-crasher for legacy versions for free?

#

no one sane is going to want to do that

#

maybe on the spigot recruiting forums

green edge
#

Because when you have to choose between having an instance capable of handling 300 400 players

#

Vs newer versions that are limited to about 200

#

There are times you don't need turtles and new blocks

#

And you'd rather have the less intensive version

warm anchor
#

"My house is old and wiring is bad and sometimes it caught on fire"

The perfect solution is to

"build a fire station right next to my house so when the next fire breaks out, they can report really fast"

foggy veldt
#

I think your heart is in the right place, a bit optimistic tho

green edge
#

Nope, aware of the implications

#

But just as paper and essentials are open source

#

I believe there is space for these kind of projects

#

Now i realize in the way i presented myself

#

I sound as a kid

warm anchor
#

Yes it's called hiring a team of developer if you do choice to maintain an older version of Minecraft

green edge
#

With no idea what he's talking about

waxen panther
#

your only chance is starting the project and hoping you get contributors

green edge
waxen panther
#

trying to get people to do it under "guidance" is unlikely

green edge
#

A 14 y/o kid doesn't do thst

warm anchor
#

The idea wont start the project for you. Start your project and gain some good popularity and hopefully someone will hop on board.

lament patio
#

Could PR to something like Panilla, I guess

warm anchor
#

true

green edge
#

There are many people just stating to learn about development, and in the end if revenue is an concern

#

Open source, premium with dev builds is an option

#

Like Citizens

#

Helps the community, is paid

#

And open source

foggy veldt
#

I think you are overestimating the amount of people still on legacy versions

green edge
#

I work with minigame servers

#

In terms of server instances, not many

#

In terms of player percentage, there are loads

#

Why host a lobby on 1.16

#

And make it pointlessly heavy

#

When you can make it on 1.8

warm anchor
#

Do your entire network also happen to turn off bstat too? coz I dont see how it is popular

waxen panther
#

could you stop sending a new message every 5 words

foggy veldt
#

Are the players paying for your services tho or is the server

green edge
#

Actually they do

#

Via firewall

warm anchor
#

oh wow that's very secure

green edge
#

Sorry, on my phone, different writing style on it since the display is not wide

#

They don't do it for security

#

They just don't want bstats

#

Lol

warm anchor
#

cant let people find out how popular 1.8 truly is!

#

I heard most 1.8 server turn it off too

#

must be a real thing

green edge
#

Let me give you concrete examples

#

If you want them

austere ivy
foggy veldt
#

The actual servers that use legacy versions is what matters not the player percentage. By your logic I can throw 1000 users on a canary mod server and say canary mod is still relevant

austere ivy
#

stef, my two cents is that if you're really interested in doing this, I'd say getting the ball rolling with at least starting the project will make people a lot more inclined to actually help

green edge
#

Was doing it for a while

#

Each week i made a blog discussing issues and coming with solutions

#

Got contacted by a few network owners for more guidance so I know it's helped some people

#

But I just got stuck in projects so i stopped

#

Also, if i hire people to work, and I'm willing to spend 1000 eur or more on somebody monthly

#

I want ROI

#

Free plugins don't get you that, and helping others doesn't pay the bills.

Now, to make it clear, I don't need it. I already work at a level where it's not necessary for me as clients either have experience not to do dumb shit or funds to throw around

#

Most owners on the other hanf don't, and you can do a calculation if you check servers open vs players online to see that for yourself

#

108k players, 176k servers

#

In the US you can easily see 30$/player, so for a player base with average 50 on, you make 1.5k

foggy veldt
#

I wish you the best of luck with your project

thick wharf
thick wharf
#

Do you mind if I DM you, @green edge?

solid sapphire
#

now we wait for 9 am to call nvidia

sand shuttle
solid sapphire
#

yoo wat

#

i found a place with the srill green AMD logo

foggy veldt
thick wharf
sand shuttle
thick wharf
#

I think it might help to only open-source older builds, and keep certain key dependencies "free, but closed-source"

#

Otherwise, malware authors could crack your anti-malware wide open

sand shuttle
thick wharf
#

If only there was a tool that would use machine learning to turn beautifully made code (so that it's easier for you to work on) into heavily obfuscated spaghetti code.

sand shuttle
#

so obfuscators then

thick wharf
#

Yeah. An AI-powered source code spaghettifier/obfuscator.

#

"Now with additional GOTOs!"

sand shuttle
#

Eh, no-real purpose in it tbh.
It'll get dealt with anyways lol

#

It's java

#

it's made to be decompilable and deobfuscatable

thick wharf
#

Ah, right

#

So your entire code security is based in never refactoring it

sand shuttle
#

roughly 489 malicious jars, a lot with heavily obfuscation.
I could deal with it or get someone to make a deobfuscator and it's dealt with lol

sand shuttle
thick wharf
#

So, um... What if you, uh...

#

...

remote pelican
#

um guys is bedrock breaking exploit patch toggeable in paper 1.17.1?

thick wharf
#

I got nothing .-.

sand shuttle
#

Any security i implement is only useful while the program is running, otherwise it's worse than useless

#

making it a pain to reverse engineer is better lol

limber knotBOT
remote pelican
#

aight, thanks for the help.

solid sapphire
#

yeah about yesterday who wanted gpu's again

magic river
#

phew, Larry isn't going to make it to the US

#

Everyone wants GPUs

thick wharf
#

GPU acceleration is a pipe dream and nobody should even bother attempting to make it work with Java.

#

As for getting your hands on a graphics card? Good luck.

#

You're better off using software rendering in this day and age.

coarse lily
#

But yeah servers don't really have GPUs generally.

#

So it's kinda pointless.

sand shuttle
#

Speaking of malware, actually just found one not that long ago from a mass-scan

solid sapphire
#

i need more motivation to call nvidia

primal harness
#

does anyone know where I can buy a domain without having to renew it, I looked at unstoppable domains but I don't know if it will work for a mc server

solid sapphire
#

just buy a domain for 10 yrs

#

*this is not monetary or legal advise

swift root
magic river
#

GPU acceleration of tasks other than rendering is a bit of an open problem in game development, largely believed to be unsolvable due to latency issues

#

Even for the bits where GPU acceleration would make sense you almost certainly need the result back on the CPU and the cost of sending the data over, doing the work, and copying the results back is usually more than just doing it on the CPU

#

That's why it only ever gets used for particle effects and such, things that are only used by the renderer so can stay on the GPU

#

Like, most games these days might use PhysX but they use the CPU part of it because PhysX is actually a really good CPU based physics engine

#

Even if it started life as a PPU (and later GPU) thing

coarse lily
#

GPUs are for quitters.

solid sapphire
#

should i record my convo with nvidia?

#

and provide a transcript here?

coarse lily
#

I can't imagine why anyone would care.

#

Or even know what you're talking about

magic river
#

You know, you'd think the 3060, 3070 Ti, and 3080 Ti would sell for less on ebay and such since miners can't use them

#

Or at least not easily

coarse lily
#

IIRC there's bypassed for that stuff

#

But the general shortage still means there's more supply than demand.

#

I think a lot of it is misattributed to miners.

magic river
#

The only bypass I know of was for the the 3060 and that was nvidia accidentally putting out a beta driver without the limiter

#

They did a new SKU of the 3060 with firmware that refuses to run on that version of the driver

sand shuttle
#

e.g. bottlenecks throughout the entire process due to having being at 100% already

magic river
#

It's not really bottlenecks, y'all are just buying too many GPUs 😛

sand shuttle
#

Exactly, so everything in the entire process is maxed 😂

#

so the "bottleneck" in this case is they just can't make them fast enough

magic river
#

They're not stuck waiting for a part somewhere though like cars are

#

They're stuck waiting for every part

sand shuttle
#

Yea, so it'll be a while until the issue is fixed

#

year+

#

Gotta wait for new factories and stuff to be made after all :p

magic river
#

They probably aren't going to bother

meager tusk
#

thankfully i built my pc like 2 years ago

#

and it's been working fine since

#

so i don't need to worry about that stuff anymore

#

👉😬👈

magic river
#

But yeah, like they don't have enough wafer capacity to make enough GPUs to meet demand but even if they did the board partners don't have enough VRMs and capacitors and PCB throughput and etc

#

Is it a 3070 box with a rock in it?

sand shuttle
magic river
#

Why do you have such a thing?

solid sapphire
#

gimme

untold copper
#

anyone has any idea on how to take item out of an ME system and put it into a chest like 100 blocks away? I'm trying using an import bus on the chest and fluix cables to link them, but its not working

meager tusk
#

omg.

#

snoopa question

untold copper
#

wha

#

i dont get ae2

magic river
#

Are you in the US?

coarse lily
sand shuttle
#

it's not one specific issue causing this

#

it's many

warm anchor
#

actually no

#

that's still because of crypto

#

the demand is there because they know those crypto sucker will buy it

sand shuttle
#

explains it pretty well actually

warm anchor
#

yes we read it

magic river
#

This is like the covid hospital thing. People are like "only 20% of the people in the hospital have covid, they aren't full because of covid" but if the hospital normally runs at 80-90% capacity then covid being this large extra thing is what pushed them over capacity

warm anchor
sand shuttle
#

In this case, the pandemic caused more people to buy new hardware than they expected

warm anchor
#

You know for those anti vacc'er if they'd continue with their dumb believe and just not go to hospital that would be great.

#

funny how they dont trust our "medicine" and when they are sick enough they expect to get help

#

There are also more people working from home and needing the hardwares so the overall demand is higher not just for the GPU chips

#

as LTT said himself, GPU sadly isnt "essnetials" there are other stuff that are more important than a graphic card

coarse lily
#

There are a lot of fab shortages, yeah. A bunch of auto manufacturers have jacked up prices on some stuff and/or dropped some options entirely, too.

#

It's definitely interesting to see the rolling ramifications.

magic river
#

iirc Dodge trucks just don't have blind spot sensors this year because they couldn't get the chips they need for them

#

They had these sensors that would detect if something moved in to your blind spot and put on a light on your rearview mirror

coarse lily
#

There are a few folks who are foregoing stuff like cooled seats, power seats, and some of that stuff, yeah.

#

A bunch of different modules. Seems to vary by manufacturer.

vernal moth
#

The shortages for those chips is caused by Bosch being idiots tho and not really related to the GPU stuff

warm anchor
#

cooled seat is nice especially on a hot summer afternoon

coarse lily
#

Cooled seats are pretty fancy. I had them on a rental car.

coarse lily
#

IIRC there are three or four main manufacturers of blindspot stuff.

vernal moth
#

Preeettry sure Bosch is the biggest chip maker in that industry

coarse lily
#

Could be

#

I have a friend who worked at one of the OEMs for that stuff but it wasn't Bosch. Not sure what the market share division was.

#

Bosch is definitely big, though.

marble lark
#

C:

coarse lily
#

No thanks!

marble lark
#

:C

marble lark
#

no u

warm anchor
#

let's give it a F chat

solid sapphire
#

:sadge:

#

time to spam nvidia with calls

warm anchor
#

Just a random question do you like Oreo cookie? @marble lark

marble lark
#

aye

#

they're not bad

#

I like the strawberry ones the most

warm anchor
#

On a scale of 1 to taylor swift what would you rate oreo cookie at?

solid sapphire
#

oreos are ok but oreo mcflurries are not.

marble lark
#

the strawberry ones are a 74 61 79 6C 6F 72 20 73 77 69 66 74

marble lark
solid sapphire
#

theyre ok but due to mcdonalds i have to give it a 1

#

they gave me a oreo after i ordered a chololate. 0/10 wouldnt order from mcd again

marble lark
#

lmaoo

potent fossil
#

Why we typing in hex

solid sapphire
#

cause yes

marble lark
#

74 61 79 6C 6F 72 20 73 77 69 66 74 is Taylor Swift in hex

warm anchor
#

only DenWav would get that one tbh

#

that's too high tier

marble lark
#

sorreh :/

potent fossil
#

I'm aware of that, I converted it to ASCII

#

Oh I see, you responded to a comment asking on a scale of Taylor swift

marble lark
#

yeah xd

#

god I'm lame

solid sapphire
#

taylor is 2384893

#

so 1 to 2384893 kekwhyper

meager tusk
#

forgot a minus before the number but yea

solid sapphire
#

~~aaah ~~

warm anchor
meager tusk
#

Literally 1984

ashen cliff
#

Fact.

minor badge
#

@meager tusk You smell like your last bath was 1984.

meager tusk
#

You're still here?

#

Day ruined.

minor badge
#

WTF!

meager tusk
#

Hacked.

warm anchor
#

It was the combine power of multiple Minecraft notable to being Idriz back!

marble lark
pallid raptor
#

Got my COVID test tomorrow then school after that brihhh :(

vernal moth
#

I get tested literally every week, do it before grocery shopping, just because I can

#

(am double vaccinated)

void void
#

where do i find some who can build me a basic minecraft server, with bedwars, pvp, survival, sumo duels, and sky wars?

warm anchor
#

You can try MOSS in community guide or spigot forum hire for help section. Not here

minor badge
warm anchor
#

Or that PepeLa

void void
#

i will pay for it WorryFrog

warm anchor
#

Wow that’s nice but it’s still against server rules here rieYEP

void void
#

clone?

minor badge
#

as in play on it

#

or go with Eternity's suggestions, I suppose. HelpChat also has a section for hiring, but I don't think they allow this

warm anchor
#

Oh yeah it’s helpchat not moss. I kept getting them confused

void void
#

is it channel?

warm anchor
meager tusk
#

Sorry.

warm anchor
twin lagoon
#

@warm anchor AYAYA

marble lark
golden gust
#

He's still a transmission risk if he does get it

#

I'm still waiting on my 2nd dose

meager tusk
#

Same. I got my first dose two days ago.

wispy blade
#

2nd dose hit me hard

twin lagoon
#

Idriz! BRO!

meager tusk
#

BRO!

golden gust
#

I'd hit you hard too

wispy blade
#

BRO!

marble lark
golden gust
#

No

#

Just, no

wispy blade
meager tusk
#

You can still get the virus after vaccinated

#

It just won't fuck you up as bad

golden gust
#

I only hit the women who ask for it

marble lark
golden gust
#

Do the vaccines help reduce the payload? yes

#

is there still a transmission risk even with the vaccine? Also yes

plucky sparrow
#

The 1st one was great because I didn’t feel anything but damn.. the 2nd hits hard

wispy blade
#

yup

#

got a fever for like 2 days straight

golden gust
#

so hot you're hurting my feelings

plucky sparrow
#

Oh it was only one night for me

golden gust
#

So, what you're telling me, is when I get the 2nd dose, prep for man flu

void void
#

I didn’t feel anything apart from a bit of pain in my arm ¯_(ツ)_/¯

wispy blade
twin lagoon
#

the second one is fucked

golden gust
#

You said flu

marble lark
marble lark
meager tusk
#

The first one my arm just hurt a little bit

#

dunno what will happen on the second dose tho

wispy blade
#

my little sister cried

#

both times

#

she's 2 years younger than me

marble lark
#

I needed more than 2 doses and every time i had to wait like 3 hours before i could go home

marble lark
meager tusk
#

they had me wait 15 minutes

marble lark
#

exaggeration

meager tusk
#

before going home but

marble lark
#

you get the point though

plucky sparrow
#

i went home right after

#

didn't feel like waiting

marble lark
meager tusk
#

that's quite a bit

#

i got recommended to stay for 15 min to see if i had any side effects but

#

other than that

plucky sparrow
#

they recommend you to wait about 15 mins just in case but you don't really have to

marble lark
wispy blade
#

just bring phone lol

marble lark
golden gust
#

Yea, I got pfizer and had to wait 15 minutes, what's fun is I already got health issues so it's like "is this the vaccine... or just literally normal"

marble lark
#

but I'm also a special case since most people only need to wait 20-30min

marble lark
#

you doin any better now though?

golden gust
#

it varies

marble lark
#

and then my arm exploded

#

first 2 were ok though

marble lark
#

hope you're taking care of yourself bud

worn ember
#

Poor bby cat. Need a smoochie on the owie?

wispy blade
#

Poor bby ded. Need a smoochie on the owie due to nuking belgium?

worn ember
#

Why would you nuke the best place on earth?

#

You jelly?

wispy blade
#

no

#

gotta get rid of the french in wallonia

worn ember
#

Ok I'm fine with that

wispy blade
#

cant have french in glorious kingdom of NL

worn ember
#

Do France after

marble lark
wispy blade
#

dont have to nuke france

plucky sparrow
#

france is..

#

disgusting

wispy blade
#

they'll just wave their white flag after nuking wallonia

marble lark
plucky sparrow
#

it's 2021

#

why do I still get Mafia City ads

worn ember
#

Why do you still get ads in 2021

plucky sparrow
#

i should get pihole then

plucky sparrow
#

is the 6900xt worth it

#

over an rtx 3080ti

ashen cliff
#

Depends on the price.

plucky sparrow
#

They're both about €1.4k

#

the 6900xt has the advantage of it working in macOS but hmm

native wolf
#

Also has an advantage of working on Linux without proprietary drivers

#

I should try AMD again in the future, last time i used anything from them was 10 years ago

#

My GTS 450 didn't have any problem with Linux tho

#

Yes, i use a GTS 450 in 2021

#

Don't need more

minor badge
#

My RTX 3060 works great with proprietary drivers (which in itself is a minus, but...) on Linux, but won't work on macOS ^^

worn crest
#

My 1050ti works great with the r9 3900x thinksmart

wispy blade
#

never had any issues with proprietary nvidia drivers

#

if anything nouveau has given me the most headaches :p

waxen panther
#

ok

wispy blade
#

good afternoon brocc

plucky sparrow
#

would you recommend the 6900xt over a 3080ti?

golden gust
#

nouveau is much more.. fussy...

#

At least, it was

#

It was kinda fun though, in some areas the OSS drivers where much better, but the prop ones where much more stable and shit, but, also much less stable around stupid updates

solid sapphire
#

Hey i need help in this wired JS/HTML question.
So i need to send some user inputted data ad GET, but need to send just a hardcoded POST value with it, any ideas?

wispy blade
#

what

solid sapphire
#

uhhh

plucky sparrow
#

It’s such a hard decision

#

It’s either no macOS or macOS

#

But I barely use macOS though

#

So maybe I should just get the 3080ti

#

hmm

#

I really want something future-proof but the new gpus don't seem very future proof

#

they struggle with some games such as flight simulator

wispy blade
#

wtf

#

このたび15年勤めた会社から独立しフリーの作曲家として活動することにしました。作曲がメインスキルですが音ゲーの譜面作りやDJもできます。ご依頼はプロフ欄のメアドからお願いします。メッセージご意見ご感想はリプライからお気軽にどうぞ。形は変わりますがこれからもよろしくお願いします。

Retweets

15020

Likes

14313

#

TAG quit konami?

#

damn

worn crest
#

Okay?

#

I prefer Latin words

plucky sparrow
#

i'd be going from an rx 580 @ 1080p/60Hz to a 6900xt @ 1080p/60hz

#

i definitely need a new screen

#

1440p@144hz would be more than enough for me

#

yeah 1080p is definitely not an issue for such a beast gpu

#

but I want to see what 1440p @ 144hz looks like

#

I've never experienced such a high refresh rate irl

shy oriole
#

hello, do anyone know a free host where i can put bungee?

#

or waterfall

vernal moth
#

Why do you need a proxy in a first place when you using free hardware?

shy oriole
#

because i want first to configure all and then buy the host

sand shuttle
#

I mean, i guess that makes sense 😂

shy oriole
#

yeah right?

vernal moth
#

Configure it on your local computer?

shy oriole
#

but i want a friend to join

sand shuttle
#

How are ya btw Mini?

vernal moth
#

I just off of work cause I didn't wanna work for today anymore and will crash and die on my couch now

sand shuttle
#

:p

shy oriole
#

so there's any way?

sand shuttle
#

I'm not really sure of any free host that's just for bungee tbh

#

maybe you could get away with using server.pro, but you'd have to have the bungee jar fit their criteria for server starting

shy oriole
#

i tried

#

but when i put the waterfall file

#

it's ignored

#

so

sand shuttle
#

You'd most likely have to rename the jar to fit whatever they need the jar name to be

shy oriole
#

but

minor badge
#

You can order a server by the hour (or even minute with some providers) and set it up?

shy oriole
#

they do it but a choose version

#

not a file

#

wdym

#

i don't want to spend money until the server is finished

sand shuttle
#

Only other option is you portforward & do it that way since you just want a friend to join

shy oriole
#

?

#

ig

minor badge
#

Just set up a simple server on e.g. DigitalOcean panda_shrug 3 days of their 48$/mo droplet is $5

plucky sparrow
shy oriole
#

eeh

vernal moth
#

Ngrok hype train

sand shuttle
#

:p

potent fossil
#

...just host it on your PC and use ngrok while making it then buy a server when it's "finished"

#

Oh mini beat me

sand shuttle
left swift
potent fossil
#

oh my dear mana

#

but it is zoidberg

left swift
potent fossil
#

Ok am slep now

sand shuttle
quick obsidian
#

sup optic

sand shuttle
#

I don't wanna go with something, and then have to rewrite 486 text files myself a week later 🤣

#

at the bare minium the file name will be the resource id and the text file containing the resource name, release date, and sha-1 hash(es)

vernal moth
#

Wait you want to write something for every file?

#

I would do something like, this type of malware does this, a common implementation is qlutch, found in a, b, c

#

If you want to have data for every single find, use a database and generate those text files automatically

sand shuttle
sand shuttle
#

Need to see how much i can actually automate besides basic file creation and basic text file format (e.g. header and sections) rn

#

It'll be worth it though 😂

vernal moth
#

Think of your text files like the view for your database

sand shuttle
#

Oh boi, that's also kinda a mess 👀

vernal moth
#

Can use dum stuff like SSG for example to handle the templating

sand shuttle
#

ssg?

vernal moth
#

Static site generation

sand shuttle
#

Ah

#

Hmmm, I'll worry about making easy to read txt files first, then worry about expanding it into a site

#

Amusingly the text files themselves don't have to be too complex unless i wanted to get into the code themselves.
A basic write-up would be along the lines of

upbeat falconBOT
vernal moth
#

Well you still want to generate that so that you can easily convert that

sand shuttle
#

Of course

#

I can pull the SHA-1 hash, and stuff from the DB however I'd have to do title, file name, release date, etc manually

#

at least until i clean up the DB it's self so it's all accurate 👀

#

For the format it's self, think anything could be improved at all?
e.g. Making another section for something specifc

shy oriole
#

how can i do a friend to join by hamachi in a localhost?

wispy blade
#

friendly reminder we're not google

#

quite sure hamachi has some guides

vernal moth
#

And countless 360p YouTube vids by screaming kids

left swift
#

Hamachi kekwhyper

vernal moth
#

Hey, it works

shy oriole
#

but idk how to do it in waterfall

#

i can't put any ip i think

golden gust
#

You just leave waterfall to bind to 0.0.0.0

#

maybe set the port to 25565 and then set the servers onto a different port so that you don't need to specify it

shy oriole
#

host: 0.0.0.0:25565

#

i have that

#

but when i try to join with the ipv4

#

we cant

golden gust
#

with what ipv4?

shy oriole
#

hamachi

golden gust
#

assuming you meant your IP in hamachi, eer...

#

make sure that you started waterfall after starting hamachi

shy oriole
#

i did

#

i could join with localhost

golden gust
#

hamachi is also known to be stupid so you might need to replace the host with the ip that it gives you

#

Well

#

Who tested the hamachi ip? you or your friend?

shy oriole
#

both

golden gust
#

please don't mention in replies

shy oriole
#

oh sorry

left swift
golden gust
#

I mean, that's the thing with hamachi is that a good chunk of the time it basically just fucking doesn't

shy oriole
#

eeeh

#

i tried changing the host

#

but still

golden gust
#

I prefer to point people towards zerotier as it seems more stable from my experience but isn't as friendly to people who don't really understand networking as much

shy oriole
#

do you know any solution?

surreal zinc
shy oriole
#

what a virus

#

or not idk

golden gust
#
  1. use the correct channel
#
  1. check logs
#

.895

limber knotBOT
shy oriole
#

electroniccat

#

i changed host

#

to my ipv4

#

but still cant join

golden gust
#

if by "my ipv4" you mean the hamachi assigned ipv4, I got no idea

shy oriole
#

yes

golden gust
#

I don't care to provide support around the POS that is hamachi

shy oriole
#

so is there other way?

#

without paying

golden gust
#

I mean, as I said, there is zerotier, but, like, not really designed for people not familiar with networking

void void
#

or ngrok

urban depot
#

is a cheap vps better than using a host with shared cores

golden gust
#

generally no

urban depot
#

cost-wise

#

ok

left swift
#

Same thing but one is more work

urban depot
#

sigh

golden gust
#

VPSes are often spec'd towards web servers

#

shared hosts are generally better spec'd for MC, to a degree

left swift
#

Who u got a shared server with that makes you sigh

urban depot
#

shared c ores are slow

golden gust
#

Then again, some shared hosts will literally offer you hardware from 6 years ago

#

cores on VPSes are generally shared too

urban depot
#

oh fair enough then

urban depot
left swift
#

Walmart

left swift
#

No us east on bloomhost SAD!

#

What was the name of that one shared host people here recommended awhile ago where the owner went MIA and they had to shut down and refund a bunch of people

true canyon
#

You may be thinking slothhost?

left swift
#

Maybe

#

I think that was the name

tropic flame
#

slothhost sounds slow ngl

left swift
#

Anyone know the story about what happened to that owner dude? I stopped paying attention to it

true canyon
#

He just stopped responding to things. Did make a few posts on his reddit account that I guess he forgot people knew, and later deleted those posts (and I think the entire account? Don't recall) when they got replies asking to please help fix things.

Servers started going down as bills weren't paid, and the staff who had billing access did their best to refund as many as possible with a mystery amount of funds in the account.

#

The power of working with someone when you only know their online nickname!

left swift
urban depot
#

i bought a domain and i dont know what i want to do with it

#

i dont have a server anymore because it got too expensive

left swift
#

Theres people in here that own like hundreds of dollars worth of domains that dont do anything

urban depot
#

i spent $1 on my domain and it feels like a big waste

left swift
#

Lol

#

$1 for a year?

true canyon
left swift
#

Where are these sweet deals at

urban depot
#

you should sell those domains lol

#

get some money

wispy blade
#

one of my friends owns 727pp.how and he told me it's like €75/year

urban depot
#

back

urban depot
wispy blade
#

it's a meme site after all

#

don't know where papa.mp4 went though :(

urban depot
#

bruh

#

ii want this money they have

left swift
urban depot
#

^?

#

heh the meme site runs nginx

#

i was told thats easily hackable

#

not that im smart enough

true canyon
wispy blade
#

progress 👀

void void
left swift
#

Everything is easily hackable

#

Besides joe

wispy blade
#

as long as you have enough time yea

left swift
#

Joe is unhackable

urban depot
#

i'd like to be this Joe

#

then i can self host

#

and not pay stupid money

#

host on my ryzen 3900x

short yarrow
#

how do big servers load balance multiple bungeecord proxies?

urban depot
#

which i got cos im stupid

wispy blade
#

using smth like haproxy

short yarrow
#

oh you can actually use a regular load balancer for minecraft?

#

didn't really think of that

urban depot
#

does anyone here use a vps to host their own website

golden gust
#

Well, bungee and velocity afaik support haproxy

#

need to use the proxy protocol as otherwise you'd lose the source IP

left swift
short yarrow
#

what's the source ip?

golden gust
#

the clients IP

urban depot
short yarrow
#

oh okay

#

if i don't use the protocol proxy, which ip would it use? the ip that's being used by haproxy?

golden gust
#

yes

worn ember
gusty lance
tropic flame
vernal moth
#

That's actually not as bad as it looks like

#

They the good guys

magic river
#

ProtonMail tries to pretend this isn't a thing they will do

#

But their language gives them an out

#

They should just be upfront about it

vernal moth
#

They are?

wispy blade
#

ah yes, sanity

left swift
#

73 insertions 😳 😳

void void
#

.optimization

#

.optimization

#

.optimizion

#

.optimize

limber knotBOT
minor badge
#

descriptive commit messages, naomi!

#

use them!

wispy blade
#

but it is descriptive!

minor badge
#

absolutely not :D

mossy vessel
#

conventional commits smh

minor badge
#

it should be able to explain what and preferably why with only showing the commit message

wispy blade
#

very profesnal coder

urban depot
#

more professional than me

lament patio
#

Relatable

limber knotBOT
#

Hello

void void
#

👋 hi

urban depot
#

helllo bot

worn crest
urban depot
#

and better than gibberish that is in one file

wispy blade
#

you've clearly not seen the source

#

egg82 and lynxplay have kekw

void void
#

is the wall of if statements still there?

wispy blade
#

you know it baby

#

it's worse in the gold general's code kekwhyper

void void
#

enums when™️

wispy blade
#

i have no clue how to apply them here

#

gg

frank otter
#

imagine having descriptive commit messages

#

oh wait I'm actually betting better at that

untold copper
#

@potent fossil i frickin love doctor who lmao

ashen cliff
#

Bro.

untold copper
#

all those british accents

#

and nice endings

#

epic

untold copper
#

Hi Bro!

ashen cliff
#

How is life bro?

nimble depot
untold copper
#

also

#

day #91 of trying to get abs: did 35 minutes of yoga cos my parents forced me to reeee yoga is so unrewarding

ashen cliff
untold copper
twin lagoon
#

@ashen cliff

#

beat this

ashen cliff
#

ZGC? kekwhyper

twin lagoon
#

i have no idea

vestal jasper
#

@twin lagoon

#

UwU

twin lagoon
#

uwu

ashen cliff
#

7362 ain't bad.

#

I think I have one machine with 16k while compiling. But no idea.

ashen cliff
#

Nope. Don't have a single good screenshot. Probably get get something going with iowait.

solid sapphire
#

yeah i did it

#

i fixed my embedgen

#

what did it take? 7 hours. ez

#

now i can rickroll ppl

#

also if you want tgar link just dm me

meager tusk
#

He's bad at devops bro.

#

@twin lagoon.

ashen cliff
meager tusk
#

Michael is most intelligent w*stern devops.

#

Makes sense why everything he touches breaks.

ashen cliff
#

Fact!

warm anchor
#

Good morning bro!

ashen cliff
#

Morning bro!

meager tusk
#

In the good part of the world.

ashen cliff
#

The only real part of the world!

meager tusk
#

Fact!

upper fern
#

Yo guys so one of my friends edited our world's height and added noodle caves on 1.17.1
but our PAPER-1.17.1 latest build server
crashed everytime we tried to load

#

i can send crash log if you want but i really need help rn

#

idk why it crashed

quasi valley
upper fern
#

oh

#

oke

left swift
#

rate my profile aesthetic simple

warm anchor
left swift
golden gust
#

not sure if scarecrow or emo

warm anchor
#

Make your profile pic seemingly match the background would be even better @left swift

left swift
#

the header or u mean the discord background

warm anchor
#

Yeah

#

Both

#

You can make it match

cosmic raft
#

hi

true canyon
#

hi kashike

#

❤️

mossy vessel
#

good morning kash

plucky sparrow
#

hi

potent fossil
#

henlo

marble lark
#

ello

#

sup gimp

potent fossil
#

Not bad waiting for coffee to brew then will be gud

marble lark
#

what type of coffee d'ya usually drink

#

I've only really tried Mocha so far

nova plume
#

latte

#

i hate acpucinoeo

#

or however u spell it

#

capochino

wispy blade
#

cappuccino?

nova plume
#

that

#

yea

plucky sparrow
marble lark
#

For some reason I find Lattes somewhat too bitter

meager tusk
#

What kind of Coffee do you drink.

marble lark
#

even though they're mostly milk

ashen cliff
#

Bro.

meager tusk
quasi valley
#

I exclusively drink tar

ashen cliff
#

Water.

meager tusk
#

Correct answer.

marble lark
potent fossil
#

Fuck a latte

#

Y'all wild

#

Drink coffee like this or not at all 😤

wispy blade
#

facts

wispy blade
golden gust
#

want me to teabag it for extra flavour?

vernal moth
#

That nice sweat flavor

wide chasm
potent fossil
#

More for me

#

French press is godlike

waxen panther
#

@meager tusk

potent fossil
#

Brocco how are you

marble lark
#

is that an espresso

meager tusk
potent fossil
upbeat falconBOT
potent fossil
#

you take ground beans, put them in a container, pour boiling water over it, let it brew like that for 3-5 minutes, then press the grounds down and pour the finished coffee out

marble lark
#

oh

potent fossil
#

it makes for much stronger coffee than pouring water over beans and letting it filter down

marble lark
#

can't imagine how bitter it is dx

potent fossil
#

it's not

#

bitterness comes from the water not having enough time to fully extract the caffeine and everything out of the beans

#

which is what happens when you percolate coffee (pour water over grounds in a filter)

#

french press makes a very full flavored coffee

marble lark
#

oh

#

oops

potent fossil
#

the more you know, the better your coffee

waxen panther
potent fossil
#

cute brocco

twin lagoon
potent fossil
#

cute michal paperUwU

twin lagoon
marble lark
#

I'm cute

#

right!1!1!1!1!1!

ashen cliff
#

Yes.

marble lark
#

rip

twin lagoon
#

IDRIZ!

tawny stream
#

hi everyone, where can I find the last version for 1.16?

potent fossil
tawny stream
twin lagoon
#

1.16 or 1.16.5

tawny stream
#

oh, it's in the first view

void void
#

go to the 1.16 downloads page and scroll to 1.16 if you want 1.16, for 1.16.5 it's at the top

tawny stream
#

now I can see it

#

thank you anyway 😁

void void
#

hi

gleaming bronze
#

hi

marble lark
#

bruh

formal turret
#

gotta test the bot network you know

void void
#

same for Fira

merry talon
#

the only way to drink coffee is over ice

untold meadow
mossy vessel
#

Looks like they already stopped

unkempt drift
#

hi is considered spam?

swift root
#

if it's in every single channel, yeah

twin lagoon
#

@untold meadow happeepoheart

swift root
#

so erm, Jose and Fira, one channel pls

marble lark
#

probably either 2 friends pulling a prank or bots

#

though I have to agree with Machine there they each only said hi once at least

untold meadow
#

well we definitely must be working off different definitions of the word "once"

plucky sparrow
void void
#

hi

warm anchor
#

Hi Hype @plucky sparrow

unkempt drift
#

eternity alts confirmed?

warm anchor
#

No alt Pout

#

Also hello machine how’s your Monday Pepelove

wispy blade
#

lol monday

#

it's almost tuesday here

warm anchor
#

Imagine being in anywhere that’s not US ayy

worn ember
#

weeb