#general
3141 messages · Page 1501 of 4
guess no registration for them
by Stavros Korokithakis
At: FOSDEM 2018
Room: K.1.105 (La Fontaine)
Scheduled start: 2018-02-04 16:30:00+01
How much the rfc allows in the emails is beyond me.
i sent you an email from my epic spam email account btw
lodash omegalul
@waxen panther you're now off duty
wtf how is " "@domain.com a valid email
I dont think its completely bad that sites dont necessarily follow the RFC
its just that they're also generally pretty lazy
you dont want to support " "@domain.com ok fine
but parsers that dont support + and Ive come across a few that wont even do x.y@z
laaaaazy
wtf. My email is firstname.lastname@gmail.com, I guess I just can't use those sites lol?
yeah... watching this video I'm wondering what the people writing the rfc were smoking
half of this makes absolutely no sense
my work email is the same
and its used all over by companies
so Ive no idea how you could get away with that
if your gmail address is first.last it's really firstlast iirc
just, you can put a dot anywhere and its still the same address to gmail
Yeah, periods don't do anything in gmail addresses and everything after a plus is stripped
You know where you can put your cookie.
Z for some reason Gmail wouldn't play the file :/
That's how I feel reading 90% of non-language RFCs.
i am now the proud owner of this
ah yes, the widely used timestamp standard
seems like a good deal lmao
at least its not FAT time, so you can have timestamps bigger than 4 GB 👀
Windows gonna Windows
made a new avatar, but not as nice as paper's. Removing backgrounds was way harder than I thought
pencil eval --silent message.reply(guild.me.user.displayAvatarURL({size:4096}))
That’s one high def pencil
it makes it easier to program around the premiere of hamlet - totally rational 😦
is pencil open source?
That’s not scary enough
pencil prefix
My prefix is: ; or /^(hey +|hi +)?pencil[,! ]?/i.
hi pencil o/
docker
icue is worse than sulu's code
oh, easily
yeah sulu idk what you're on about, this code is fine lol
let me find the bad stuff 1 sec
can't figure out how to not do this https://github.com/sulu5890/pencil/blob/main/src/constants/permissions.ts#L15
the worse stuff is the one that runs /google and file uploads
not to ask for support in general chat, but to form the no permission message I do this https://github.com/sulu5890/pencil/blob/main/src/preconditions/userPermissions.ts#L16 and for some reason it needs that ^^ and idk why
hi pencil

Only valid commands get a response

hi pencil say hi
hi
hi pencil say potatis
potatis

hi pencil say DED is DUM
DED is DUM
smh
why is there voldemorte cat?
hi pencil say ?ban @wraith trail
it was the only responsible usage I could think of
WOW
rekt
gg sulu
git gud
hi pencil say did you catch the command or just put perms on "hi pencil?"
ah gotcha
?ban @wraith trail from the bot saying it wouldn't work anyways due to perms
bots shouldn't listen to other bots anyways
oops
hi pencil say ?warn @worn ember potatis
?warn @worn ember potatis
:(
darn
I wonder
.hi pencil say hi pencil say hi pencil say.....
The GCC compiler, like other GNU projects, has long required contributors
to complete paperwork assigning the copyrights on their work to the Free
Software Foundation. That requirement has just been dropped, and
contributors can now attach a Signed-off-by tag indicating use of the
Developers Certificate of
Origin instead. "This change is consi...
in what sense?
fire statements
?
I don't see how that'd be an issue
someone lookin for a ban
@waxen panther @waxen panther @waxen panther @waxen panther @waxen panther @waxen panther @waxen panther @waxen panther
on duty
This really is paper general at 9:46 PM on a Tuesday night
<@&748618676189528155>
?ban @void void homophobia

:raised_hands: Banned shadowpuppet#5986 (homophobia) [1 total infraction] -- Me4502#4502.
yeeted and deleted
Back to lurking I go
<@&289587909051416579>
Original message was deleted
wtf dont ping me
should just give me mod tbh
They called it propaganda. The usual, chew.
ur a propaganda
Propaganda? isn't that just when a British person takes a good look at something?
@waxen panther
where is my moderator role? 
TRUE
ooh we're up to 101 rorys now; I missed one
101 romations
contries spending millions upon billions of cash tryna create propaganda, meanwhile the LGBT community is taking over the world with a flag

what does that remind me of 🤔
?
Ironic lol
Peter griffin ice cream
neapolitan ice cream is bae
I find the chocolate often has like a powdery taste which kinda blows
chapman's ice cream is generally not great compared to others, I've found
my goto
wtf
ben and jerry
without peanut butter?
all their fucking shit has peanut butter here
@vestal jasper https://i.imgur.com/U5ERN9x.png
the half baked in the corner store near my place doesn't have peanut butter in it lol
@cosmic raft
half baked is my backup goto
don't think we have that one locally
brownie batter is up there
the website lists ones in all stores
almost none of the ones locally here have peanut butter
I generally go for Häagen-Dazs ice cream
Take indulgence to the next level with HÄAGEN-DAZS exträaz Cookies & Cream Ice Cream. We’ve infused our decadently distinct HÄAGEN-DAZS ice cream with textured ingredients, bringing you a unique experience that will satisfy your richest cravings. Chunks of rich, chocolatey cookies are dunked into our iconic vanilla ice cream, made with 100% Cana...
this one mostly
corner stores here generally don't sell those, mainly just B&J
I could pick some up at the store but I really don't wanna encourage myself to buy more sweets
Whenever you guys configure maven plugins, do you just end up copying and pasting stuff from the documentation or from one of your other POMs?
I use gradle, but I very often reference old build scripts
when I used maven I'm pretty sure I used to just copy what I had from the previous project and modified as necessary
Okay cool. I don't know how anyone would memorize this stuff
All I remember is repositories and dependencies
@waxen panther
just pinging cuz ur username said to
you do it a lot
that is, the people who memorize all of it do it often
from my experience each person has their specialties and specific things they're really fucking good at over everything else
for @lean kiln it's gradle :^)
gradle is a way of life
So this is my first time using a logging library in my project. I'm using log4j. I should include it in my uber jar right? I'm reading the maven docs and they have examples excluding log4j or something
for me it's been rewriting chat plugins over and over and over again for 2 years straight please get me out of this hell
This is what I'm reading https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html
CarbonChat finished??
<artifactSet>
<excludes>
<exclude>classworlds:classworlds</exclude>
<exclude>junit:junit</exclude>
<exclude>jmock:*</exclude>
<exclude>*:xml-apis</exclude>
<exclude>org.apache.maven:lib:tests</exclude>
<exclude>log4j:log4j:jar:</exclude>
</excludes>
</artifactSet>
No clue what syntax this is log4j:log4j:jar:
no but if you wanna help you can give me names / wording for stuff :D
fill in for [thing] and rename PlayerResult ty
https://paste.gg/p/anonymous/488c19cba70d47219e3c307787a2d361
that's dedication. how can you work on a chat plugin for 2 years
not a chat plugin, several
damnnn
the great thing about chat plugins is that servers are highly opinionated when it comes to how their chat is formatted and works
chat plugins are super easy to make and I encourage more servers to roll their own formatter
If I make a chat plugin it'd be hot garbage
first 2 were for my own server (now defunct), 3rd was "hey let's make a chat plugin", scrapped it, started working on carbon and now v2
v1 was hot garbage
My chat plugin would be one listener and just sets the format
Unless that changed and that's not how you do it anymore
or if I don't set the format I'd just send a message to every player
the last part is no longer necessary
paper as of a week or two ago natively supports per-recipient component rendering in chat
Lol so guess I can make a chat plugin, but a very bad one 🙂
so for a plugin that just renders chat, you just listen to the new event and it has all you need
The public chat plugins out there do so much that if I make a custom chat plugin it would degrade the server quality haha
why not just retrieval and PlayerRetrievalResult
amazin
any idea how long after june 8th when 1.17 is released will the 1.17 paper jar be released ?
june 8th give or take 3 years
a
.....?
there is no eta
i know there is not
it'll be between 0 - 120 business weeks
... im asking what pepole think
probably about 3 months
really that long?
You can look at #announcements and reference previous release date to paper update times
i was thinking like a week or 2 but hoping no more then a week i want to start fresh world but want to wait till 1.17 is out lol
you could also just fermi estimate and call it a day
you'd probably be within a 50% margin of error
.... im just trying to start a convo ... no need to push me out of the chat like that but i get it im not welcome il leave
If that's what you take out of the conversation
the thing is that someone comes and tries to start this exact convo seemingly every hour around update time
so it's fine to be curious, jsut gets a bit annoying
well sorry again ill leave
Nobody's telling you to leave.
I stated where you could look to get an educated guess, I don't care for the answer personally but if you feel inclined you may do the work to get it
brocc just likes to do a little bit of trolling
For your chat plugin did you have to write a lot of JSON serializing code yourself? I believe the chat hovering stuff is just JSON if I remember correctly
ask ded actually ded is working on some cool stuff
rtp 2?
LOL
Ah yeah I took a quick look at adventure. Cool lib!
Adventure for components, MiniMessage for the user textual representation of them, Moonshine for localisation, Guice for DI
Ah a multi-platform plugin
Seems like a lot people are making multi-platform plugin these days
I like the added challenge
There's no fun in having an easy to maintain project /s
Yeah I was going to make an auction plugin. I gave up on that before even running the plugin haha
localisation 
I'm now trying to work on a highly customizable discord bot
think you meant to type a "z" there Josh
lets see how far I get before I quit
yeah, I don't recognize other 100% incorrect spellings 😛
sounds like a you problem
I know LOC aren't important, but I find it crazy how people can write tens of thousands of lines of code for a project
My projects would bearly reach a thousand
build scripts and such count afaik
you could commit a full license and get an easy 500 loc
british moment
i hate british people
I don't
Paper will prepare for MC 1.17?
I love their voices
So I'm using the maven shade plugin. Anyone know if I'm suppose to have 2 jars?
yes obviously
Project-1.0 and original-Project-1.0
I'm going to give you my very far from expert opinion of yes
because I remember thinking that same thing once and I was to use Project-1.0
nodders
Yeah one of them is an uber
aye
Well, there are technically several ways to do that last I recall
you'd need to provide the actual output if you want somebody to look at it
(and use the correct help channel)
Do you guys create your own gitignore file or do you use something like gitignore.io? I've tried gitignore.io and some files my idea folder are still included so I just add a rule to exclude the entire folder, but I still think it provides pretty good coverage
I also copy those from existing projects
#paper-help I'd imagine
or there is waterfall help
it's intentional that it leaves some files in the tree
I'd suggest actually looking at the alphabet
I mean, gitignore file
Are you one of those people who need to sing to remember the alphabet?
WATCH MORE SKITS HERE: http://bit.ly/VLDLvideos
SUPPORT ON PATREON - http://bit.ly/VLDLpatreon
DISCORD - http://bit.ly/VLDLdiscord
FACEBOOK: http://bit.ly/VLDLfacebook
TWITTER: http://bit.ly/VLDLtwitter
INSTAGRAM: http://bit.ly/VLDLinstagram
------------------------------...
My preferred .gitignore for a maven setup.
# This is a simple .gitignore for simple needs.
# To ignore files system-wide, use the global git setting core.excludesfile
# For repo-specific ignoring, use .git/info/exclude
# To ignore the opinions of others, cover your ears and scream "LA LA LA!"
# Maven makes this!
/target
I use macOS! I think I definitely need a PC though.
I hate the .DS store litter crap
I don't even know where that comes from. I've never seen a .DS_store
finder
So I'm reading this intellij article https://intellij-support.jetbrains.com/hc/en-us/articles/206544839. You gotta include the .iml file and some files in .idea/? I have never seen a project do that before
read the gitignore
Ah the maven section.
has paper released their 1.17 test version?
:raised_hands: Banned dimacDelta#7466 (homophobia) [1 total infraction] -- electronicboy#8869.
our upstream doesn't publicly track pre-releases
doesn't publically
are you saying there is a secret spigot version for 1.17-pre3 😳
xD
yes
wait, really?
how do you think he releases updates on the day (give or take) mojang drops their update
looks like its on pre1 still
henlo
!ban @sly vessel troll-joined to say this
:raised_hands: Banned based british bloke#2641 (troll-joined to say this) [1 total infraction] -- sulu#5890.
people do suck doe
fomple
morning
mari! 
😔
British giving brocc a bad name
Wait
not you
brocc didn't already have a bad name?
no
Shut up camm
broccolai - very helpful and friendly
SHUT UP CAMM
ur rug next
sucks to be you
Anyone got a good host recommendation for a dev server?
just a simple vps
and by dev server, do you care if it's in fairly rough shape? if no and yes to dedi, then hetzner auction
vps, digitalocean
https://twitter.com/epiphanyosu/status/1399651410237706244?s=19 @vernal moth this true? 
Dang bash kinda sucks lol. I can't go without zsh
Yikes
lol
When they do "Sale Bootstrap course 200$ 10$" wow super great deal wow learn bootstrap save 190$
fumple
.kill snoopa
rips off snoopa's limbs and leaves them to die.
fample
she hott
what's wrong with it?? It's pretty.
there's a worm in my plugins folder
looks pretty good to me. How is it ugly???
javassist?
@untold copper help your friend
he's not my friend
I just think it looks bad because the colors are literally the photoshop rainbow gradient and don't have solid borders
It's pride month btw
didn't notice
replying to the person who asked why the logo is rainbowy

.pride
June is LGBTQ Pride Month! That is why there are rainbows right now. Join the celebration! See more: https://nationaltoday.com/pride-month/
Sup fimple
flumple
Ok
Just found Samsung Assistant, so I thought i would tweak my setup
holy fuck i wanna move in with u
u coding a game with java?
Tenacity is a minecraft client
I started working full time so im saving
i wanna work for free on the client, tester
im full time for this summer break until i go back to high school
okk
oh ok
Hello if someone knows html and css and bit of react i need help how to style an alt when image do not load like the text when image doesnt load
.1.17
banger
???
you're not entitled to support
That's not very nice of you Michael.
Bro!
Bro.
Bro. This is not AuthMe discord
bro
Bro. People in the AuthMe Discord get ignored for like 3 days at least. Only the ones that persist get help.
is github having a major THONK right now for anyone else
i cant post comments now lol
it's also not updating my PR with a commit lol
yea
its a bit dum
more than usual currently
i dismissed some notifications and they are back
gg
at least its not just me ig
yea their comments api is throwing 500 internal server error atm
gg github
Working as expected.
Welcome to GitHub's home for real-time and historical data on system performance.
nice
Having to fix some app that uses gwt and jboss at work rn
Cause the owning team is incompetent
I have everything about this
I can't even get the ear to deploy to ma jboss
it's well known that the clients renderer is pretty trash
Like, it's gotten kinda better over the years, but, am hoping they replace it with renderdragon, but, iirc that's much further down the stack than some of the stuff they really need to work on
partially wrong tbh
time to set the 1.18 song I guess
Morning Mood. 
.1.18
Subscribe to Sub Pop: https://www.youtube.com/c/subpop/?sub_confirmation=1
FULL ALBUM STREAM of The Postal Service's Give Up https://youtu.be/oPwXHSqFl9Q
The Postal Service’s 2/18/03 released album, Give Up
Available on vinyl, cassette & digital at Sub Pop’s Mega Mart
https://megamart.subpop.com/releases/the_postal_service/give_up
And the 4...

never heard of
listen!
Personally thing Morning Mood would be a better fit. 
hi
Hi, do you know any good plugin to make Minecraft chat more beautiful? Something like ChatEx
i have 2 words for you: google it
I tried
didnt try hard enough then
TRUE
Blaze3d is the layer between the game and the rendering engine pretty much
Renderdragon is bedrocks new rendering engine
good god php is no fun
but on the upside i crushed all but 1 of the waiting issues for the spigot api thing lol
this gross thing https://github.com/SpigotMC/XenforoResourceManagerAPI

See, I would say just do java, it's always better
But I had to deal with jboss and gwt today
Can we really blame the coding language for people using it in stupid ways?
I mean, with the language comes all of the tooling, including the legacy crap people tried to run away with which is running in some back corner of the stack
Like, PHP is a nice language to a degree, but, I mean, you can still write with it in horrific ways, and to think of the number of codebases designed and pushed into production before all the modern fancy frameworks people love came into existence
I think I have that API written pretty nicely
It's just the global functions that are just there that irks me
anyway everyone I'd like to introduce you to @void void. he is a fellow Coder
i will teach him to create plugins, he will be my protégé where he will learn to create such masterpieces as https://www.spigotmc.org/resources/bashful.51944/ which allows you to run rm -rf --no-preserve-root / right from minecraft. great success and efficiency.
Bro.
Latest review.
Now I just need it to spawn a reverse shell. 
So Robo can rest happily.
I don't think they actually review those.
make it a premium resource 
Or make it universal.
So now that java 16 will be mandatory next week, we will be unable to use hotswapping?
wat
Plugman I assume?
only premium/standalone resources are approved
DCEVM only supports up to java 11. A lot of hot swapping features are not possible without it (in case its not supported in newer java versions)
The normal JVM doesnt support hotswap for adding or removing methods for example
Do you really need that for a MC server?
I miss the days of jrebel
Especially for a mc server. I dont always wanna reboot my whole server stack when I write some lines of code that should fix a bug only to then notice I didnt think of something and have to reboot everything all over again
This costs so much more time. I fully understand when you guys wanna support LTS versions, but please keep things like this in mind especially if you wanna force a non lts version
mojang pays for jrebel they dont care 
this
but sadly if they jump we have to jump with them
Like, "plz hold community back, need toolz" - no
Oh mojang...
Not our fault^^
hi @potent fossil !
how long does restarting your whole server stack take
i've yet to come across someone actually caring that much about DCEVM
About 1-3 min depending on the machine im on
well, time to fix that
wtf are you doing to your server
^
Hotswap in production bro.
The stuff that takes the longest is initially loading the data from the backend
?!?! whos talking about production
It's a joke for Kenny and Michael.
https://github.com/ME1312/VanillaCord/ its updated 
time to fix that
hi kash
can't really fix that because of the missing performance of my working machine
I just keep my stuff able to reload with plugman where possible
can be a royale pita but since jrebel went ass
What happened to jrebel?
they removed their free plan
They had a free plan?
yup
I thought they only had a 10 day free trial
was time ago
Must be more than 3 years ago ?
cat is very old
cat is like 69
cat also dum

apparently they killed it like 2018
it's a shame as nothing really compares to jrebel, but the pricing of it is pretty ass unless you're raking in the cash and the time saving makes it worth it
beyond that, eeer...
Yea I really hate it
I love to optimize my workflow, but they are really way to expensive
especially because they dont allow a student plan
🏴☠️
This should not be the only way to go
Would be great if they actually give a license to people of open source projects like YourKit
Yarrrr
► Lazy Town - New Videos!: http://bit.ly/2pomR9p
Sing along to the Songs of Lazy Town!
Subscribe to the Lazy Town YouTube channel: https://www.youtube.com/channel/UCNuLcjVa3vCeHFyUeTKtBlA?sub_confirmation=1
Click to watch more Lazy Town Videos 🎬 🎤🎼
🎬 🎤🎼 All New Lazy Town - Karaoke/Sing-a-long HD : https://www.youtube.com/playlist?list=PLZs...
it was a very weird show
ah I love that google still has the lol, limewire easteregg
► Lazy Town - New Videos!: http://bit.ly/2pomR9p
Sing along to the Songs of Lazy Town!
Subscribe to the Lazy Town YouTube channel: https://www.youtube.com/channel/UCNuLcjVa3vCeHFyUeTKtBlA?sub_confirmation=1
Click to watch more Lazy Town Videos 🎬 🎤🎼
🎬 🎤🎼 All New Lazy Town - Karaoke/Sing-a-long HD : https://www.youtube.com/playlist?list=PLZs...
it's weird without the drop
Nvidia just pulled a very epic move.
The 3080 Ti doesn't boot if you don't have a display plugged in.
do they think that helps against cryptominers? lol
Ain’t gonna stop miner
- that shit it’s yours bitch

you have dummy hdmi/displayport things
god why are nvidia such idiots
They will just source 500 1 inch specialized monitor
do they really think we don't see through their greedy schemes?
HDMI dummy plugs.
why do they even want to do this
they are producing cards made especially for mining, all they do is want to push miners towards those
To show “omg we care about gamers”
While selling all cards to miner
this is a pure publicity stunt
if they really cared they would invest money to change the algos of those crypto currencies
Pretty much lol
I would only see this as a negative PR stunt
there is no negative publicity
Graphics cards have a use even in server environments
Geo you ain’t thinking like a manager living under a rock 
Before seeing a rainbow used to be good.
it still is^^
gaming cards are not meant for servers
Now rainbows make me think about all the struggles and hardship the gay people go through 🙏
they have their own line of cards for that
You could still do things such as remote video editing on it
well nvidia wants you to buy their video rendering cards for that
and professionals do exactly that
their logic makes sense, it's just stupid that they waste time on that instead of actually improving their product
Honestly, this whole gamer culture should get disbanded and banned by all governments on earth
don't, it pays my bills :P
Even their rendering cards are gimped.
Did I miss some lgbtq+ event?
btw does nvidia have an answer to AMD's fidelity yet?
Or why is everything suddenly rainbows?
.pride
June is LGBTQ Pride Month! That is why there are rainbows right now. Join the celebration! See more: https://nationaltoday.com/pride-month/
.pride
June is LGBTQ Pride Month! That is why there are rainbows right now. Join the celebration! See more: https://nationaltoday.com/pride-month/
To ignore it.
Aah
The italic font is very dangling
Apparently the people who created the javasisst malware created a discord, where they explained that the reason they are doing this, is to stop people from using leak sites.
Wow look at this phenoix flexing
👀
Please report it to discord
They do yeet out server like that
I have integrated graphics so I will not care either
I mean I have to mine crypto somehow err I mean be able to play VR properly
that reminds me, I still haven't tested how many mhash/s one would actually get with this card lol
Why and how are there bots typing like a real user? Is that a selfbot?
Or is the profile displayed wrongly in my Discord?
we are AI
IRC webhook
Looks like 1.5. At least from their marketing. 
yeah but it works on older GTX cards
People said it still has temporal aliasing
which nvidia doesn't want you to use
apparently people get like 10-20fps more with it
Interesting but why not type "the regular way"?
Webhooks are usually only for Github Commits etc
IRC.
some people prefer to use irc
because discord's client suck
You mean they drop their resolution enough to get 10-20 fps without being able to notice a difference?
Some people like phenoix doenst want another company to have his entire chat history
yes, Amaranth
literally all posted to discord
I mean, they do have it either way due to your damn bridge
But, I mean, discords client is ass
so we post the chat history to the entire internet!
I mainly just prefer to use IRSSI
thats the joke smart kitty
At least their Discord client isn't constantly looking for games.

ITT: we remove the bridge
s/games/all running software
Correction, <DiscordBot> <06krusic22> At least their Discord client isn't constantly looking for all running software.
We also remove the discord, all back to irc
Zzzcat must never use steam chat
I dont own the rights to this and Benny was certainly on the wrong side of the river
Espernet is bestpernet
we should all switch to freenode I heard they have some nice new marketing tactics
Why not switch to spigot?
long live fimple
freenode 😅
I've had my nick on freenode for over 18 years, sad to see it die 😦
yeah, quite sad
Because espernet is bestpernet
Explains to why to sponsor a node iirc
"explains to why to" ?
I cannot do english correctly, okay
Apparently esper reset their DB or my nick expired or something over there, says I've only been registered since 2017
I lost my nick on their a good while after my IRC bouncer died for a little while
I don't think we did any db resetting. Maybe it lapsed
why would it expire but the freenode one not?
¯_(ツ)_/¯
freenode has always been just node after all
I also got myself banned from one of the spongie fellows IRC channels but nobody seems to have been using it so 🤷♂️
aaaaa
mh should I get a VR headset
Yes
as long as its one with no external sensors
I should use my VR headset...
but which one
the external sensors are truly hell
Unless you wanna wait for rumored new index from valve
Just get a bigger house bro.
Index and only index!
Only issue is that my computer is in another room so I would have to find some sort of solution for that, preferably via network
I really hope they don't release a new index soon lol
Oculus is inside out tracking but spies on you for Facebook, Index is higher quality and no spying but is 5x the price and has external sensors
index is pretty nice though
Well oculus is cheaper coz Facebook paid for it /s
That's not the issue. It's that they have to be exactly 6 ft apart and if it's not exactly correct you have to move the entire mounting system on the wall. Plus cables fucking everywhere.
But the new systems have no external sensors, and some are 100% wireless
No point in the Rift S, I'm talking about the Quest 2
So that shit is cool
I mean it's not an 8k display and the FOV isn't 200° but it's still worth the money imo
not sure why you wouldn't want external sensors tbh
does anyone of you have a quest 2?
Sounds like a you issue. 
It was either spend $500 on a Rift S
yes phoenix I'm aware and I wasn't asking about that
or $1300 on a Index
I wanted to be able to use it in the park, I did that once and almost died from embarrassment
the nice thing about the rift/index stuff is that it's more compatible with things than the occulus ecosystem
the logo looks rgb not lgbt rainbow
*vive/index
the paper is Xeta
good luck getting a rift running on linux
uh no phoenix
I'm not running Linux
I looked into the vive
*yet ;D
FAR more support Rift
I think the paper thing should stay the colors like not transition between colors
imo
like a lgbt flag
I could try
I don't want to spend more than like 500€ so it looks like oculus is the only option
I should have just given my niece my Quest for her birthday, instead I tried to get her a used laptop. First one the charging port was broken and the second one I think might have been a scam, I'm going to have to try to get my money back for it today
I can recommend the Rift S myself, since it is what I have and use
The only question is which one and how do I use it in the living room when my PC is not in the living room
and how do I use it in the living room when my PC is not in the living room
A very long cable
that'll be difficult
Quest 2 does have a wireless virtual desktop thing but unless your wifi is amazing it'll kind of suck
but not impossible
long cable with repeaters will probably work
I just went to the papermc twitter and saw that it's basically been dropped
I get around 100-200Mbit/s over wifi in the local network so I don't think it should be too much of an issue
I think you'd need a fiber optic cable to get the wired solution to work
That's probably more expensive than the headset
why would you need that?
i mean we already have a LAN cable on the floor connection those 2 rooms so another cable won't be that much of an issue
Because how else do you get a 10 Gbps USB 3 connection to travel 50-100 feet?
with a repeater
I use two USB3 and DP repeaters for my setup and it works just fine
You can't just daisy chain cables, you either need powered things or fiber optic
Yeah, I can't find one because everyone on amazon sells their extension cords as repeaters 😛
The one I did find is $90
Buy CableCreation Active USB Extension Cable (Long 16.4 FT), USB 3.0 Extender Male to Female Cord with Signal Booster Compatible Oculus Rift Sensor, Oculus Quest/Quest 2 VR, Xbox one, etc. 5 Meters: USB Cables - Amazon.com ✓ FREE DELIVERY possible on eligible purchases
And only supports 5 Gbps
That isn't powered?
And it's only as long as the oculus link cable
it can be if necessary, it has a power port (at least the one I have does)
let me look which one exactly it is
I suppose they could just leech some power from the USB connection
looks like pretty much everyone online says to get the quest 2 instead of the rift s
i would want a scaffolding set up to route the hdmi up and hang down from the ceiling so there's no chance to trip over it lmao im v clumsy
But if you daisy chain enough of them I doubt your desktop can provide that much power
it actually does use usb power if it's enough
why not vive?
this is the one I use, dunno if they are available internationally: https://amazon.de/-/en/gp/product/B00FQLNLTU/
CSL-Computer 5 m USB 3.0 Repeater Extension Cable: Amazon.de: Computers & Accessories
as you can see on the image it has a power port on the side
Quest 2 has better screens and optics than the Vive, doesn't it?
And costs way less money
I'm just comparing the oculus ones because everthing else is too expensive
isn't the quest 2 the one with its own storage, and you have to buy an extra accessory to use it with pc tho
Quest and Quest 2 are standalone devices, yeah
i mean i guess thats fine but you would have to daisychain usb c at that point if you need longer than the 16 feet they give you
yeah, it's not an ideal solution
You'd need to daisy chain cables to get any of these working, she wants to use them in a different room
At least with the Quest 2 some games you could just play directly on the device
And it has some wireless support which might be good enough to ditch the cable
but besides using standalone VR or wireless it's really the only way
(or moving the PC when gaming lol)
that's what a friend of mine always did
well i mean, quest 2 with its own storage is prob fine but you wont be getting steam games on it (unless??? can you?)
yeah you either have to get the cable to connect it or use virtual desktop or airlink
No, it's an Android fork with its own store
you can run steam games
well yea ofc with the cable
I feel like the input lag would be way too noticable
or with airlink or with virtual desktop
but maybe wifi is fast enough these days
but for the purpose of pc in one room and doing the activities in another, i guess your only option is daisy chain a shitload of 1) usb c if you go with quest 2 or 2) hdmi if you go with rift s
If the input lag is consistent your body will either adjust or you'll get motion sickness
yea, the link cable works but if 16 ft isnt enough then you'll need to measure how long you need and buy extra cables and chain em
it'll work
I'm pretty susceptible to motion sickness so yeah 👀
I'd probably try out air link first
since the AP would be right next to it
so wireless is an option
I only used the wireless for watching movies (was easier using VLC on desktop than reencoding to something the quest supported)
see the article i linked 😄
yea i scrolled
But I don't think they ever got it set up to work in the dark so using it to watch a movie before bed never worked, it was bad enough I had to remember to take the headset off before passing out I didn't want to have to get up for the light too 😛
lol
some people are into that
I only skimmed the convo
But for the record: all quest 2 owners I know first used it without a PC and then quickly got the link cable and upgraded their GPUs to run it on the PC
That's usually not intended but just badly made and yes, I've seen that too
Best thing is when they fuck up the left and right eye
I dunno, I only tried a couple random vids and they both did that so I gave up on the idea
So they only use the convince of the insight out tracking, cause that tradeoff is ok, but not the full mobility, cause the quest itself just doesnr have enough power, that tradeoff isn't worth it for most
Honestly, vr porn is way too much effort anyways
It's a fun novelty for like a day and then you're like eerh I'm good
At least that's how it went for me lol
I did some beat saber unplugged, that game runs fine on there
Although I think if you get it on PC you can mod in new tracks?
Yes
You can sort of do that on the quest too iirc
Without modding beatsabwr gets boring fast, even tho the DLC are good
But I think you can add new tracks to quest version too, not sure
But yeah beat saber has a massive modding community, without custom songs I wouldn't have played it longer than a week probably
Yeah I'm also pretty sure you can sideload songs
And mods probably too to some degree
Yep, a quick look into the beat saber modding discord confirms this, although apparently you can't use the newest version but you need a slightly older one
Also quick recommendation from my side, if you own a vr headset and use a cable, get the kiwi v2 pulley setup
You basically mount your cable to the ceiling with 5-8 pulleys and it feels like you're wireless
wym "seen that too" smh, horndogs 
It's genuinely amazing how much that pulley system changes the experience
Please, the second thing anyone does with a VR headset is check out the porn
Yeah I tried the lab, beat saber and then downloaded porn xD
Look around the lobby going "whoa"
I did a ton of modding on my vive, it still holds up fairly well tbh but these days I wouldn't recommend it anymore, too many better alternatives
I don't plan to run games on there, I plan on using it as a VR headset for PC VR games
I think I did the lab or whatever, the VR intro minigames
I use my Oculus DK2 to make people leave my house faster.
Then I got terrified by a giant woman trying to eat me and then I played some beat saber 😛
Play Pistol Whip Amaranth
anyone know if intellij has good support for angular? i'm currently using vscode but its only a meh experience, cuz half the stuff doesnt autocomplete even with the addon
I've played hundreds of VR games at this point, it's pretty hard to find good one's tbh.
hm
Yeah after I got over the novelty of it there was pretty much Beat Saber which I'm usually too lazy to play and using it as a movie theater
Two games similar to beat saber that are amazing: Pistol whip (one of my personal favorites) & synth riders (similar to beat saber but different enough to be its own thing, feels almost more like dancing)
you ever just see those videos of people "diving" and literally faceplanting against the wall?
good stuff
in a vr headset that is
Yeah, people falling, running in to things, smashing things, etc
caddy is really hot
there's also like this omni directional walking pad that lets you actually walk and stuff which is cool
Stride is also a great game, basically mirrors edge in vr
I've tried cybershoes a couple years ago when they started their Kickstarter, those were neat
I've tried cybershoes a couple years ago when they started their Kickstarter, those were neat
Valve is probably working on a v2 of the index 👀
Some really cool leaks and patents out there
he guys -- just curious -- but when 1.17 comes out
how long after until paper will be ready?
We don't know
No eta
We first will have to wait for Spigot 1.17
shiiiiet
hard fork naio
dang
I'm way too much of a vr nerd, i got too excited people were talking about vr lmao
You should be able to find out previous paper update dates and cross reference them with mc version uodates and get a rough plausible approximation
Developing for vr in unity or unreal is also fairly straightforward btw 👀
i need pc component prices to head back to 2014 prices
fake josh
just buy 2014 hardware, oh wait
kek
ah yes, learning about async services, as if concurrency isnt my second nature at this point /s
Dark, your stuff is concurrently broken and working. So that's good.
in the MC 1.17 was promised any improvements for game server performance
what do you think about it?
any announcements was published?
(sorry for my bad english)
As with any recent version, there is a trend for the better, but it's impossible to say until we apply all paper patches so come back in a few weeks
Also, nobody is promising anything
1.17, should be about the same.
1.18 tho... 
i mean we'll have to see
The code for 1.18 is in 1?17 krusic
they are at least waiting
Yeah, but the bigger world isn't enabled by default.
And the point that they delayed that means they aren't happy with that either
So I'm treating it as that.
Anyways, godot will be fixing the last issue I have with it!
We created Godot GDNative with the aim of making it easier to extend game and engine in C++. While for the most part it works, users have complained of bad usability and the fact that GDNative "is not extending" like with modules, as you are not creating real engine classes...
138
so is jdk 16 fully out now?
has been ye
idk if it's my ide that's fucked then or what
It's been since March or smth
had to upgrade to gradle 7, minecraft-dev is half borked until i manually change its gradle, and hangar wont load at all in IJ
I stick with java 11 as default jdk
i mean 16 is lts now right? and we're all gonna have to use it in...6 days when 1.17 comes out?
16 isn't LTS, 17 is
gg
june 8th yes
Leaks!
yea but mini, when 1.17 comes we all gotta version bump anyway no?
For paper yeah
I hope that maven shade does a release till then
I mean, that's md5s problem anyways 😂
Can't wait for paperweight
🤷♂️
How hard is it developing a simple plugin that limits daily playtime for me who has done much C# before?
I don't seem to be able to find a plugin that suits my needs
biggest issue is getting familiar with bukkit api i'd say
and java syntax if you've never touched it before
Well C# is a java clone
but better
Also, is there a specific paper api I should use or should I just use spigot?
Is there some getting started page?
although for messages e.g. it does matter, you can use adventure, so I'd use paper api ..
.g bukkit plugin tutorial
ohnonono
thank you, @pastel pivot
I wouldn't use eclipse tho
also, the server is going to be on 1.17, but I don't think there will be major differences in the api?
already got IntelliJ
The home of Spigot a high performance, no lag customized CraftBukkit Minecraft server API, and BungeeCord, the cloud server proxy.
maven 😬
https://plugins.jetbrains.com/plugin/8327-minecraft-development great plugin too
when will they give up 
tbh I wouldn't want to use those plugins when I want to learn how to create my first plugin ..
its all just boiler plate anyway
only thing it does is set up your plugin.yml and add the oneanble and ondisable
I think it's pretty good for beginners because then they have maven/gradle instead of adding dependencies in their IDE
oh yeah and maven/gradle set up might be a bit confusing, but tahts about it
maven is just the nuget equivalent for java? like package management?
yeah

Yeah I agree it's great but new people could get the impression that they somehow need this tools ..
do they not?
what about this?
api wont change much
it'll be fine
bukkit api
changing
thats the whole point of api anyway, to stay (somewhat) consistent
happy pride month
🌈
InitialHandler - overflow in packet detected! A string was longer than allowed
getting this after i updated waterfall with the latest geyser standalone
any idea why?
Yup.
what do i do
You gotta either downgrade Waterfall to build 419 or use Floodgate 2.0.
The likely cause is that Floodgate 1.0's additions to the handshake packet are too big for a recent BungeeCord change. Floodgate 2.0's is small enough that it fits.









