#general
3141 messages · Page 1057 of 4
who?
Epic?
Well, not for game streaming of course
But the same principles
"Epic"?
Epicgame
do we really need more "cloud gaming" platforms tho?
S
do we really need more "cloud gaming" platforms tho?
@worn ember ios users don't have access to a single one
their problem 
We are all pc users, not console players. For casual console gamers, cloud gaming is a real alternative
I played stadia back at gamescom last year, it was amazing, I wasn't able to tell it wasn't on device
apple doesnt have a console tho?
Well, I was, since I was playing the new doom on 1440p on a phone
apple doesnt have a console tho?
@worn ember mmh? What has this to do with anything?
Their devices would make good devices for cloud gaming
The iPad or an apple tv, a phone on the go
What you confused about?
are you considering phones and stuff to be consoles?
I am considering them as gaming devices
ah
Whats the best minecraft host? efficient and fair price?
idk, i dont like overweight hosts 
inb4 "heavy" an offensive term
i've never touched heavynode
shouldve added plz no ban
I know some DediMC folks; they're great folks providing a great service
pls sponsor me btw
conflict of interest
😠
SWAP.
i read that as something else first
Anyone else love The Queens Gambit in netflix? Just finished watching it.
is that some arrowverse spin off?
lmao
guess not
yeah def not my cup of tea. drama is a mostly miss cat for me, has to be suspenseful or paranormal
either that of a lot of guns and explosions michael bay style
hmm i have a faulty HDMI cable, my screen flickers occasionally
apparently gambit is.. Gambit in German 
AMD 👀 2 days for gpus
Soon.
So hyped 
I'm excited for that

sorry I’m just putting emojis everywhere
I got Nitro (on accident) so I’m trying to get my money’s worth
woops accidentally bought nitro
buying free plugins 
delete that
dont have lag machines?
Hey @olive marlin is here ? because i've the "same" problem with an other VPS i can't ping google.com (i try to change the DNS but its not working today)
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
¯_(ツ)_/¯
I put this in my resolved.conf
[Resolve]
DNS=1.1.1.1 8.8.8.8
FallbackDNS=8.8.4.4
wat
tf, is this
1.1.1.1 and only 1.1.1.1
You can't use Cloudflare and Google
....
and also, fallback should be 1.0.0.1 <-- Not sure check up on that one
well you can, but not like that 
thats 100% why it doesn't work
last day ProfBlood say me put this :
echo -e '[Resolve]\nDNS=1.1.1.1 8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved
I'm here 🙂
yeeeeah
how are you Prof!!
he must of accidentally wrote 1.1.1.1
You can use more, I just copied that over from random StackOverflow Post 😛
try pinging an ip 172.217.17.46 (google's)
echo -e '[Resolve]\nDNS=8.8.8.8\nFallbackDNS=8.8.4.4' | sudo tee /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved
if that works then its clearly the dns
darkeyedragon can i rtp to a random world yet
im still doing the module rewrite
ah ok
to test
Last time they had there DNS entry pointing to their DC DNS, which went down xD
mmmh i can't ping so i can't use /timings paste
So ping -c1 8.8.8.8 doesn't work?
it was
--- 8.8.8.8 ping statistics ---
393 packets transmitted, 0 received, 100% packet loss, time 392005ms
And all you typed didn't execute.
lol
i'm like a noob
How tf you have access to console without the server having outgoing connections whitelisted / no network?
thats what i was wondering xD
good question
may be iptables
ive to flush iptables maybe
IPT="/usr/sbin/iptables"
$IPT -P INPUT ACCEPT
$IPT -P OUTPUT ACCEPT
$IPT -P FORWARD ACCEPT
$IPT -t nat -F
$IPT -t nat -X
$IPT -t mangle -F
$IPT -t mangle -X
$IPT -F
$IPT -X
after flush
First see if you can ping an IP ping -c1 8.8.8.8
--- 8.8.8.8 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 4.795/4.795/4.795/0.000 ms
gg
so this time it was iptables
Ok, so that's not network.
one time DNS one time iptables
mmmh it is strange because
I couldn't reset an hour ago
8.8.8.8 goods but not google
i think the server of google is down ^^
Resolve]
DNS=213.186.33.99
FallbackDNS=8.8.4.4
Here is your issue - change it to:
[Resolve]
DNS=8.8.8.8
FallbackDNS=8.8.4.4
Make sure there is the bracket there.
bracket?
Then restart the resolver:
sudo systemctl restart systemd-resolved
You posted it as Resolve], make sure it is [Resolve] in the actual file.
And that DNS is changed to 8.8.8.8

Yes, sorry.
bruh moment
What is in your logs now?
[21:47:18] [Server thread/INFO]: Ed3lweiss issued server command: /timings paste
[21:47:18] [Timings paste thread/ERROR]: Could not paste timings
java.net.UnknownHostException: timings.aikar.co
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) ~[?:1.8.0_265]
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.8.0_265]
at java.net.Socket.connect(Socket.java:607) ~[?:1.8.0_265]
at java.net.Socket.connect(Socket.java:556) ~[?:1.8.0_265]
at sun.net.NetworkClient.doConnect(NetworkClient.java:180) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.<init>(HttpClient.java:242) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.New(HttpClient.java:339) ~[?:1.8.0_265]
at sun.net.www.http.HttpClient.New(HttpClient.java:357) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340) ~[?:1.8.0_265]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315) ~[?:1.8.0_265]
at co.aikar.timings.TimingsExport.run(TimingsExport.java:313) [patched.jar:git-PaperSpigot-"4c7641d"]
Now if you try console, what does dig timings.aikar.co say?
dont dig straight down
The VPS server console, not minecraft.

Proxi, I dig serenity. It's quite nice, even if I don't agree with all design choices lol.
But Rust might easily become one of my favorite langs.
Proxi, je creuse la sérénité. C'est assez sympa, même si je ne suis pas d'accord avec tous les choix de design lol
the design choices usually make sense too ^^
just yetus deletus the whole image
witch design?
rust is quite useful though
ah yes the 🥖
it's become my favourite prototyping lang too, which shows how high-level such a speedy lang can be
For prototypes, Bash or Python3 😛
But yeah, Rust is quite nice. Gonna probably write backend for the website in Rust, and integrate it with Discord.
Was thinking about ditching JS and going full Rust with web assembly, but not sure it's a good idea lol
@ashen skiff Is the timings working now? Did you do dig timings.aikar.co in your VPS?
cat /etc/systemd/resolved.conf xD
[Resolve]
DNS=8.8.8.8
FallbackDNS=8.8.4.4
Yes, cat, dig, less, more ... are all nice Linux commands 🙂
Hmm, it should be right.
-bash: dig: command not found
root@anacraft:/etc/systemd# apt-get install dig
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package dig
yes unbuntu
apt-get install dnsutils
Hmm.
root@anacraft:/etc/systemd# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
^C
--- 8.8.8.8 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2000ms
mhmh
Can you join the mc server?
because i cant flush my iptables i think
Please paste large logs to a pastebin: https://paste.gg
A sensible, modern pastebin. Share text and source code snippets with no hassle.
q?
Can anyone vouch for PhoenixNAP? I know @twin lagoon has mentioned it before.
PNAP is mint
Will this be sufficient for a heavily plugined 30-60 player server?
xeons arent great for mc iirc
they're good
This isn't a bad xeon.
@willow rune don't use that page
None, absolutely no one:
Riot games: bing extension for league
Champion themes, live-streams and quick links to make your web browsing better. Check out our latest @Bing extension here: https://t.co/MfY9MriQOW
how delete le DROP ALL in iptables
@olive marlin its good i've delete the drop all
Is it working now?
Install dig
@twin lagoon any other tips for configuring?
not really
Is a guide like this valid? https://www.vultr.com/docs/setup-paperspigot-on-ubuntu and is Ubuntu the way to go? @twin lagoon
@willow rune [Auto] We're now known as Paper.
systemctl status systemd-resolved
Is a guide like this valid? https://www.vultr.com/docs/setup-paperspigot-on-ubuntu and is Ubuntu the way to go? @twin lagoon
@willow rune yes its working
@ashen skiff [Auto] We're now known as Paper.
Right
i would highly suggest playing around w/ linux in a virtual environment
WTF, what's with your time on your VPS? You are 24 hours ahead from UTC.
i'm french
nor does he seem to be able to manage his server by himself considering all questions asked
nor does he seem to be able to manage his server by himself considering all questions asked
@twin lagoon
Me?
no
Good night Prof, thank for your help 🙂
its okay since Mon 2020-10-26 21:55:04 CET; 19min ago
10 is october not september
nor does he seem to be able to manage his server by himself considering all questions asked
@twin lagoon i agree for me
Yeah, I was reading logs. And for some reason you seem to have the newset first, I've always seen them newest last.
Cool
so why i cant do : systemctl status systemd-resolved
how do you write with gray font
host aikar.co?
systemctl status systemd-resolved
@olive marlin like this writing
Use a ` after and before the massage
I write with `, so like this is written `like this`
`
Tylda is next to your number 1 on keyboard.
ok
Oh.
tilde
And people say this is the smart community
I have no idea how you got your system so messed up. But I lack knowledge to try to fix it remotely.
It's at that point where I'd start installing packages by pasting their base64 representation on the terminal xD
Okay Prof, thank you for your help, i understand
@twin lagoon How is your kopia setup? I finally played around it with, and I'm not a fan of how much global config it relies on.
it's "ok"
well it's not ok actually
it uses a lot of traffic & combined w/ google cloud that's not good at all
bread sticks
$100 monthly bills
The french in the high castle.
Local vm struggling should be done first before doing it on remote bare metal or remote vm.
for some servers i reverted to my old backup script
Is Pterodactyl recommended?
Looks like when I want to see one backup, I need to switch backends, and then my laptop's backup would use that backend instead.
Which is less than ideal.
Is Pterodactyl recommended?
@willow rune I don't recommend it. Learn how to use linux instead. Helps a lot in the future.
EDIT: Let's say I'm not a fan of webinterfaces for that. Most time they just fuck up things and a noob then come to someone with knowledge and nothing is at it's place.
pterodactyl is fine arodoid
I'm currently at 1TB ingress and 1TB egress monthly on my Restic backup.
But I know I want to move away from Restic.
Wanted to use kopia, but don't like the global, shared state.
Seems like I can't have 2 backends to backup to.
Is this guide valid? from Nov 2019. https://www.youtube.com/watch?v=HPrkx8qR72A @twin lagoon
Also if I go with Pterodactyl,
would following this be the correct way --> (Pterodactyl Install) https://www.youtube.com/watch?v=HPrkx8qR72A
instead of this? --> (Setup PaperSpigot on Ubuntu)https://www.vultr.com/docs/setup-paperspigot-on-ubuntu
@willow rune [Auto] We're now known as Paper.
avoid youtube tutorials
pterodactyl has excellent documentation
if you've never touched linux use a virtual environment to play around with
and then cry yourself to sleep
thats what i usually do
linoox hard
i never remember where i even install stuff
my favorite pastime is running sudo apt-get update and then sudo apt-get upgrade and feeling like a hacker as text flies by
and then I also feel really productive, like "wow I just updated a ton of stuff"
prox why did you ping idriz
sorry idriz youre dumb

i dont want dumdums on my friends list
good thing u dont have to be ur own friend then 
jokes on you, I'm not even my own friend in the first place 😎
no one is 

I am
woa epic, friend me idriz??
"past time" must be old past time still using apt-get!
actually sike I didn't even actually WANT you as a friend 
is apt-get not what people use nowadays?
nope, we use apt
huh
the tools were combined into just 'apt', apt update, apt install
oohh, huh.
we are apt at using apt
I thought I heard that apt-get was faster or something like that

all my homies use xbps
whichever is more verbose, makes the text fly by faster, and thus makes me feel cooler
no, there is a third party alternate apt get that will download multiple packages in parallel.
my internet: No
alright, genuine question because I'm completely out of the meta
what's up with both 1. michael and 2. kenny?
last I checked they both.. existed
what
but now everywhere michael goes everyone is like.. simping for him??
i dunno whats up with you @twin lagoon
Kneyny dum
wow rood

@twin lagoon 
look I found this on the syscraft server, that's all I know
I'm scared 
yes on the syscraft server

the name kenny is ruined for me due to southpark, i can only question if kenny is going to die today, or receive a potato for a heart
that's why we have kneny
i can hear cartman saying kenny
for kneny does not randomly die every day
in my head
i like how it's always stan or kyle who say "oh my god they killed kenny"
yeah shot at the whitehouse 3 days ago

let me show you some high res pic of me from like 7 years ago
fake news, he's upside down in that
fake pic, kenny doesnt have a nose or eyebrows
I went to school with that jacket (not enclosed like that tho lol) and people started calling me kenny 😂
don't tell me, is kenny not your actual name?
oh man borat 2 is spectacular
sadly not
I'm shocked
i loved borat 2 lol
I'm genuinely shocked
its scary how so many of the scenes were real
yeah....
the salute and all
i hope those peoples 'friends' see them and ditch their ass

didn't watch it, should I give it a go?
yes
"mike penis" 
the scene where hes living with QAnon was real too, he really stayed in character and tricked those people for 2 days lol
celebrity of biggest exporter of potassium never fails to disappoint
nah i find that hard to believe
like having a filming crew everywhere no way
lol
Yes, Borat actually moved in with two QAnon conspiracy-believing Trump supporters during the COVID-19 lockdown. Baron Cohen said of the experience, “the hardest thing I had to do was, I lived in character for five days in this lockdown house. I was waking up, having breakfast, lunch, dinner, going to sleep as Borat when I lived in a house with these two conspiracy theorists. You can’t have a moment out of character.”
holy shit
it was in the trailer, not a spoiler 😛
didn't watch it
no but it was all real that's nuts
that rudy ghuliani or whatever part that..
yikes...
Some trailers spoil the whole movies though.
"she's too old for you" 
idriz 😔
idriz is NOT peepoClap material
wtf
@twin lagoon


They look so similar
not upside down enough
michael why don't you ever clap at me 😔
@minor badge do i know u
sorry idk u
@twin lagoon hi my favorite devops guy ever

why can't I find someone to clap at me like literally everyone claps at michael
do you just need to give him some luvin and he'll reciprocate?
who are you
even @minor badge even tho she hates me
I've never felt this before

Michael


this you? 
wait what???
proxi kinda rude ngl
you chose him over me .
I'm offended on Michael's behalf
she's lagging
hm, well Michael said he doesn't know me so..
she's gonna say the things she wants to say now 10 minutes later
proxi I'll simp for you 
i think i met you in codevision or smth
is that what the kids use nowadays? the word simp? I don't know

"is this what the kids use nowadays" incremented your age by 30
michale uses it, so it must be 
either way what I'm trying to tell you is that you are very cool proxi 
you're officially a middle aged man
I'm literally 40 years old what do you want from me
Michael is like 70
45? 46 am I now?
michale is like 6
yeah I'm 40 years older than michle
knenimsy
pick me over proxi kenny lets isolate her
that's not my name proximsy
get fricken


https://owo.whats-th.is/4DzzMdf.jpg i'm a pilot brrrrr
i hope you crash michale 😡

cause its idriz pilot
bet you don't have that proxi
kneny rejected me today 😔
proxi you literally, I literally offered to un-not-reject you
I would never cheat on @viral hornet
camm 
@viral hornet 🥺
gear up
and then what happens is camm shows up and he puts that one emoji in as a giant one

Michael.
I left broadly gestures to this entire server, once again for a long time and I come back to like three different but somehow intertwined love triangles
I'm so confused
@viral hornet if u pick michale, TC is cancelled
@viral hornet can you please tell me why everything is like this I'm so confused
A chaotic place Paper is.
But never lay foot on the realm of spigot.
Which is like putting your foot through lava
I would never cheat on @viral hornet
@quasi valley he'll cheat on you tho so watch out
turbo 🥺

kneny flirt w me 😳
wait a minute
Proxi
Michael how come i never get a pleading face
I'd flirt with you
but, you disgust me
🥺

abuse
you pinned the wrong message proxi
im gay
no thanks
congratulations
Hello, tired
wow there be some interesting pins
this one is the best https://i.imgur.com/wQvNhvR.png
(edited)
I hope noone remembers the original sin
I can fart with my eye lids
@golden gust It's true, btw
I'm interested in knowing how that works
oh no she actually has
I will never delete it

pröxümsy
kneny's first uwu though
uwu
Yes

@quasi valley wanna do another uwu for me?~
😚
never 
wtf

i think thatd be epic meme
ur life is an epic meme
you wanna go you old prune
later im drinking my coffee

thats what i thgouthjtt
next he's gonna scream at some kids to get off his lawn, and take a newspaper to the bathroom
im already in the bathroom you fuk
coffee flush?
simple 
cat said he'd flirt with me simple
Dude
violation of the laws of physics
@twin lagoon 🛬🔥
ass mug 

I can't even get through 1/2 of it before I'm in the bathroom screaming to jesus
huge ass?
help no
does it look like this one perhaps?
flight sim isn't responding
same size
that cup is gigantic
wish it was 
I got it thinking "Oh, I drink a lot of tea, this will save me from having to get up as much"


Turned out that no, it just gives me HIT when running to the lavatory
come to my lavatory x
...
@minor badge
@meager tusk thats u
We are all pc users, not console players. For casual console gamers, cloud gaming is a real alternative
@vernal moth what do you think about desktops going away? I've seen that argument in various places, and I think it's just stupid, but what do you think?
I.E. going the way of the mobile device
@twin lagoon Look what I found: https://knoxite.com/
It can even do "RAID" on multiple storage backends. And looks way more like what I'd want.
An open-source data storage and backup system
Proxi, I dedicate this to you; https://www.youtube.com/watch?v=oSSHvwtjMuc
that looks very interesting
I'll be giving it a go and let you know how it compares.
I was tryna find a better one, but, like, searching, and, effort
I'll show ya Peg ;)
I'm wait 1.16.4 version 
what the fuck are you smoking
:D
c r a c k
To license this video please email: licensing@theladbiblegroup.com
To view more content visit www.thecontentbible.com

because mine is a cat

wat
Please subscribe so I can continue to add more videos! I made this show as a free event for the community and as fundraiser for the McHenry House, a local family shelter here in Tracy, California. It's only 2 hours a night on weekends to minimize traffic in the neighborhood. I...
without me
kash are you going on a light show binge?
also that is super cool, I love the bouncing ping pong balls
nothing like a few hundred kW of fun
z!! 
the chart is wrong
uwu
its performance in the Y column
RGB in the x
r/pcmasterrace told me so
hi brian o/
hello 
my build has 🅱️
||only because the fan that came with the case and the only fan from my old PC that fit both have blue LEDs||
meanwhile i can kill an epileptic person with my pc
jroy send pics
😳
jroy send gifs
ya im just curious
how come everyone simps for proxi and michael but no one simps for me 
i think you know why
no, brian
@potent fossil 🥺
@twin lagoon 🥺

LED's are quire efficient tho :p
@quasi valley he'll cheat on you tho so watch out
@worn pasture wtf heathen
HE'S NOT WRONG RUN KENNY RUN
the new gmail logo is UGLY
camm 🥺
either of you I'm lonely 🥺
yeah, have you not seen it yet?
hold on, let me grab an image
Negative
Improvement imo
Making them all match design is nice
Good point, I find them all a bit too homogenous.
the m is just so thick though
Maybe it's just the change is all.
old is better imo
I am pretty old so I might just be biased against what I used when I was younger ;p
er, biased for?
Thicc 🇲
fucking boomers
also eh i kinda like the consistency but i have noticed it being confusing / annoying
I get trying to make them all consistent, and that's fine, but they're just a bit too consistent I guess
i quite like them on web / desktop
but it is a bit confusing on mobile
like when you go through your app drawer all you'll see is the same colours
now i have a google phone so naturally you'll have a shitton of google apps
epic
I like the new ones
which one is it?
Newww
I have auto update on and I was legit confused
As what this app is doing on my Home Screen then I realize it is gmail 
How do developers make things like forge? As in, how do they make a custom version of minecraft? Is there source code for each version?
they decompile the server/client jar and try to fix all the issues induced from doing that
Is there an online source code for minecraft 1.16.3? I want to try to make a custom minecraft installation, but I don't know how dev teams make stuff like forge & fabric.
how hard is it to make a custom minecraft version?
depends on what you want to do
Well I wanna try and make it so that bedrock players can play on LAN servers with java players, so I'll be doing some translating from bedrock packets to java if it's possible.
possible? Yea, ofc, how stable/feature complete it will be, 🤷♂️
But, none of this is really documented, for your average java dev, even working on the server where we have all this pretty tooling is often a challenge, and that's far outside of tryna re-implement an entire protocol in the client
I wanna give it a shot and see how far I get, but my first step is starting the project.
.paste
Please paste large logs to a pastebin: https://paste.gg
A sensible, modern pastebin. Share text and source code snippets with no hassle.
talking directly via discord is lame, who wants to go on omegle and text chat with tag set to "papermc"?
update your paper 😡
well I'll be on there waiting so incase anyone is bored but also procrastinating doing things at the same time (such as I!) then come along :)
you're rite being on dumcord is dum and lame
get over here
nah irc sux
we should communicate via semaphore
who wants to set up a network of signal towers
I totally would, how do I do that?
After a short reading of a wikipedia page, it seems I am inadequately prepared for this venture, funds wise.
Who would like to donate a small loan of money?
just get sponsored by honey or something
i’ll sponsor you with tacos
🤔
anything but thinking emojis
😭

Z did you see the thing
@upper flicker

sounds like a good excuse for some tea
kash where do i get
@waxen panther
here have some 🍵
thanks for translating, simple
@ocean lance that work is already done, look up Geyser MC
builders tea is a vibe yea
darn bri ish 😔
@waxen panther gimme a wa'er bot'le
hot chocolate is the only reliable thing
tHIS IS ACCEPTABLE
broccolai, do you always keep a bottle of water by your side when on computer?
yes
always sipping water throughout the day? or drinking in large bursts?
gotta keep hydrated!
can you please accept my fr
that is a very british desk
this is very very cool, I approve a lot
yeah I think I might drink a bit too much, classes are a bit tough because I have to pee every 45 minutes or so lol
my general rule of thumb is whenever I pee I drink a bit more water
lol
if you're thirsty, you're already too dehydrated!
i dont have time for Brian's Life Tips right now, doing math exam
I drink like three or four of these a day, and this bottle is 2.2litres
which is probably boardline too much but idk how much is too much
hold on, converting nasty science units to Freedom Units so that my brain can understand
i know its meant to be as close to 1floz (~29ml or so) per lb (0.45kg) of bodyweight as possible
oh wow that's a lot of water
yeah
i didn't used to drink so much but after moving here and starting gym i am constantly thirsty
also the water here is much nicer than it was in my old city so im appreciating it
better solution instead of having a cup by your desk is just taking a break every now and then to drink
just use an IV
and I've pretty much subconsciously trained myself to get water whenever I'm thirsty instead of subconsciously ignoring
more convenient just to have a big bottle next to me
im very lazy so i wouldn't get up if i was thirsty
dum
thx
am now back, also yeah might be a good idea to get up and move every once in a while
I had a better phrase but I couldn't think of one so I just went to default case lul
i do when my watch tells me to 😎
no
pft, look at this person over here
make me
next you're gonna tell me that I actually need to see the sun every once in a while, huh?
next ur going to tell me i should be cooking actual food rather than protein shakes and ramen??
instead we got singleplayer lonely VR where I might bump into a wall or desk
like.. xbox kinect?
lmao
AR is the future IMO
which kinda kinect are you talking about 
ooh yeah did you see that one video that was posted to reddit about uh.. hold on let me get it
no sense in me being in VR if I can't do locomotion
and stationary treadmills, ya right, who implements those
not to mention more space and moniez
oh the roomalive?
uh that might've been it
where they use projectors and a ton of kinects to do stuff in a room?
sounds like a bunch of nerds
no no it was posted to some apple subreddit just about a week ago
less than a week ago, maybe
I wish reddit's search wasn't so horrible
yeah it was in response to iPhone 12 having LiDAR
I know they have basically HoloLens-esque on a phone
pretty lame tho, like, I'm not gonna hold up a phone all day
Idk what MS is doing with hololens
I got to demo it at a MS store one time
Found it https://www.reddit.com/r/apple/comments/jhsvu3/i_know_ar_isnt_big_news_but_lidar_really_changes/
(DiscordBot) I know AR isn’t big news, but LiDAR really changes the game for AR... : apple - 233 comments, 2,213 points - msureda, 1d ago
almost instantaneous detection and whatnot for small rooms
LOOK AT THAT
the exploding crates bounce OFF THE WALL
that's absolutely insane to me.
hololens-like ya
I wish one of the demos at the store would actually be something that was really AR
the demo choices all sounded like VR-like stuff, and the stuff I demoed were basically VR
one cool thing I did note is that another guy walked in front of me with a hololens headset on and the screen automatically cropped out to not be displaying stuff over him which I found cool
I think I'm getting sick
@cosmic raft 👏 OLIVE 👏 LEAF 👏 EXTRACT 👏
but the stuff I heard like being able to see through a wall and stuff, or someone else drawing/pointing out things that you see sound super applicable to me
or applicable in general
DIY plumbing and electrical!!
well DIY with an assistant who isn't there
i am perfectly happy with my glass hand screen and my monitor
and also, local multiplayer
everything I've seen with VR is all singleplayer or online multiplayer
a couple years ago it felt a bit janky and whatnot, and with big promises like Pokemon Go kinda being huge disappointments, I lost interest in AR
but the new AR stuff seems reeaaally cool.
cuz I'm sure you'd need a room for each player in VR anyways
mhm
Kinect is the closest thing I've got to that until then. And maybe the Wii
I feel like a really simple but effective use of AR could be just local multiplayer on board games that you don't physically have
the wii is still fun, heck I played some just two days ago with my family
like wii sports does well cuz you're holding something just like you'd hold something in the game
of course don't let go of the bowling ball
haha .. yeah.
I think I've seen a few compilations of some broken tvs as results from that
fantasia is an excellent rhythm game I was skeptical of it at first but wow it works well with kinect
In no game have I ever felt like I'm conducting a song
I've never heard of that, is it like you play as a conductor?
im surprised the irc user of all people is excited for future technology
I'm excited for a proper future mr broccali

and idc if ur ali or ail or li
ali or ali
just you wait until they start building vr applications in React
it'll happen
JS developers will find a way to overengineer anything
and then I will need a 64GB RAM headset
😄
there is one useful thing I see for VR tho
the idea of internet connected everything sounds nice until I can't print because my printer can't connect to the internet to verify if the cartridges I installed are up to spec 
a irc experience you never have to leave?
Use for office/work meetings and/or "pairing"
Robo, do you have a VR headset of your own?
I like working remote but I also like pairing and overhearing other pairs working
if you don't, start a gofundme and I'll chip in 5 dollars 
telecon (zoom etc.) don't work for "overhearing" you either hear or don't
I don't
I don't even have a "gaming PC" or a graphics card that can handle modern games at default settings lol
heh me neither, I am currently on a 2012 macbook.
latest machines I have are when Windows 8 was a new thing
but it runs >:)
most from Windows 7 era
windows 8 was awful
I hate hate hated it so much, it was so confusing
not that I really had to use it much, I exclusively use mac/linux
Windows 8 was great but as I say a bazillion times they did a horrible job making anything discoverable
that might've been it
the stuff they had increased my productivity. But it's cuz I knew about them
hot corners and charms and stuff
one place for settings, to print, to share, etc.
yeah I can see that
but 100% hidden
I barely use windows in the first place though, so when I try something and it just doesn't make sense in the first 5 minutes
who's the guy... Sinofsky?
it's a bit of a repellent for me
had a great idea but just assumed people would know how to use it
so I take it you're on windows 10 then?
I'm like that with mac and Linux but at least I don't really give up that easily
ya
how's doing dev stuff on there?
except my surface, tablet mode still sux on 10
Windows terminal is okay™️
or whatever it is? I really don't use terminal that much lol
and that together with WSL is a fine™️ combo
but windows is still preddy pepayga
camm is typing 
holy fuck why is adjusting servers in Discords servers list so laggy 😠
Literally takes like, 15 seconds to move a server down 5 spaces
Leave a server? Haha, just you wait another 30 seconds.

















