#general
3141 messages · Page 1662 of 4
wait really, no enums? lol
might as well be writing in assembly at that rate
I guess a huge part of it is that it's minimal and people working on backend stuff are generally gonna be familiar with stuff like java to be able to do stuff with the actual software
Hey Michael can I friend you btw
enums could easily be optimized down to bitsets
probs impedes on linker aspects
I mean, valueOf would be fucked unless you're up for blowing storage, etc
if i did "java card" again, i'd pick wasm
just don't allow valueOf or similar
quite easy to implement as well
no
ouch
but can i, michael
yes
🥺
blunt rejection
pog
I mean, they were called sun microsystems, not sun superiorsystems
inb4 coffeeman wanted to ask michael infrastructure questions for his new hot straight off the choppin block absolutely not summerhost summerhost
They made a version of Java Card 3.0 that has everything from Java 1.6 but floating point, no one uses it
having no GC seems like that could be a problem considering there is no way to manually delete memory
sun superiorsystems
rofl
.gc
Memory leaks on missiles don't matter, so long as the missile explodes before too much leaks. A 1995 memo: https://t.co/RIRF1u75Qt
4726
7223
unless they provide a special function to allow it
They just use the version of Java Card 3.0 that is the same old stripped down environment but with new encryption algorithms, basically
.kill mikro
https://stackoverflow.com/questions/32719758/memory-allocation-in-java-card
Sep 22, 2015 ... Well, for a short answer: Java Card isn't to clever storing arrays / it needs additional data. So if you fill up a byte array with x bytes to ...
use /google
so, paperchan ded
This is actually amazing
they replaced the based command prefixes with the virgin slash commands
let me revive paperchan
sad
god damn it
Missile explodes next to allied troops due to leaks
oh so they have a special JCSystem class. I assume it can do things
It's somewhat common for CLI tools and even compilers to "leak" memory too
They don't run for long and leaving the OS to clean everything up makes them run faster
it would be amazing if this version of Java has JIT
No, no JIT
called it
Special bytecode optimized for size and interpreter performance
It's not even standard JVM bytecode
like, you want fast responses from the card
.kill mikro
It's basically a completely different world that just so happens to be a strict subset of Java (well, a superset of a subset, they add things too)
beheads mikro with a sharpened katana and uses their head to play baseball.
not, speak to the card, wait 10 seconds because JIT kicked in
there ya go
does it use the normal JVM Template Interpreter or a more standard bytecode interpreter for that
oh
They have their own JVM and bytecode
it can only have one if someone in here is named paperchan
yeah it's all the more confusing why anyone bothered with Java ME at all
then it'll use that
sherman tldr it's java but it's not java
It was 1996, Java was in everything
JavaLite
"write once run everywhere" doesn't apply
JavaSmall
I mean, as said, it's probs just to take existing fire power in the company
but id software went with their own vm
Quake 3 uses its own VM that runs a variant of C 😄
Who wants to hire brand new devs just to write software for your chips when you just pull a chair or two from your backend team
qvm is epic
was quake 3 written by carmack too? Dude was in a league of his own back then
some people extracted it from q3 and made it embeddable into other C projects
Quake used scripts but was too slow for big mods, Quake 2 used C but was too hard to work with, Quake 3 combined them
maybe today isn't not a bad idea but the JVM back in that day didn't have a Templating Interpreter or JIT so performance would've been horrible
wait a minute JVM for scripting?
yes
idk, java card is good enough atm
i have a sim card which can signing and encryption for govt services
everyone who wrote code back then was in a league of their own to be honest
takes like 5-10sec to do its thing after inserting pin
could be faster but it's good enough
i don't think you understand what i mean
carmack was so far above everyone else in the game dev scene
makes the guy a legend 😉
https://en.wikipedia.org/wiki/Fast_inverse_square_root
The inverse square root of a floating point number is used in calculating a normalized vector. ... Programs can use normalized vectors to determine angles of ...
like yeah back then everyone was hardcore asm programmers, who understood hardware etc etc
but he was a different breed
that just makes the guy sound even more impressive to me
the stuff he built for wolfenstien and doom were considered impossible on consumer hardware (aka non-arcade boards) until he did it
Quake 3's networking model is basically what games still use today
I mean, back then getting the most from hardware is pretty much critical
not easy to stand out in that day when everyone else was so good
These days, you've got the resources to basically not give a shit
quake engines were base for a good chunk of games
hl1 goldsrc is derived from q1 iirc
Then: fit entire game on 4mb
Now: electron go brrrrr
Part of why games these days often perform horribly in some areas as you just don't have the people who need to micro-op shit to all fuck to run on weak ass consumer hardware
or do weird shit to get around platform limitations
the fact that modern code is slower down / has slowed down quicker than computers have gotten faster is depressing as fuck
iirc their software renderers before GPUs were a thing was nothing short of godlike
https://tonsky.me/blog/disenchantment/
Sep 17, 2018 ... What happened to “programmer's time is more important”? Almost all compilers, pre- and post-processors add significant, sometimes disastrous ...
^
anyways, windows 11 apparently renders the task bar using webviews now so we are all doomed
ffs
Carmack is also the reason OpenGL is still a thing, basically
english please :C
I had windows 11 in a VM and it was honestly kinda surprisingly smooth
begone
LOL
Well
I have no doubt they optimized it to be good
"begone"
systems are also a lot more complex then they were back then so a lot harder to micro opt
in other words fuck your ram usage
poof
relatively for windows lol
but microsoft is like the only ones capable of expending the resources to do so
i think resident evil did a pretty good job of that
vscode is like the only reasonable electron app because they spent hours doing performance analysis to make sure their javascript code JIT'd correctly
basically no one has the time and expertise to do that
Electron sucks.
REngine games are the best looking games I have on my PC and also the smoothest running ones
https://tauri.studio mainstream wen
Tauri is a framework for building tiny, blazing fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface.
which honestly surprised me a lot
Electron sucks but for developers it's better than anything else you can make UIs with
https://deno.land mainstream wen
electron sucks but the thing is these days is what's the alternative?
see above
bootstrap
There are tons of alternatives.
non good tho
Tauri is just electron but Rust and not shipping a separate copy of Chromium
Devs wanna reduce the amount of time they spend on making stuff and cross platform UI libraries basically suck or don't exist for different language environments, etc
ease of use vs performance
Qt and Java have always been reasonable, they just look terrible and non-native. So the only reasonable options have been to write natively
tauri isn't electron iirc, it's webkit
Even if I only had to target one platform at this point if it's not React or similar I just hate working with it
now there's flutter which, instead of hooking into the native UI toolkits, just emulates it
which is...an interesting approach
FX had a promising start but died lmao
can't you just make a UI in Java match the look and feel of the system? at least Swing lets you do that
(inb4 "swing sucks", well that was not my point)
Yeah the cross platform write once run anywhere doesn't have a great solution other than Electron.
its like 20 years old
FX is still really cool tbh
well maybe not dead but they certainly gave up on proper native look and feel
you can to somewhat of a degree
FX still has oddball platform quirks and javas dev cycle was slow as all fuck so it never really moved forward
qt needs to be version specific, and java needs to be installed separately unless you want the wraith of oracle
so, in that way you'll often get close enough
lol no
you just bundle your own JRE
use one of the many free options instead
Don't get me wrong, FX is freaking amazing in terms of offering something which is actually cross platform but unless you go into insane efforts, "pretty UI" is basically not a thing
unless you want the wraith of oracle
Kotlin UI toolkit wen
One way data binding and JSX makes working with React so much nicer than doing UIs with Qt or UIKit
since Java 9 there is JLink which allows you to make a custom JRE with only the modules your app needs to run
just use a different OpenJDK vendor and you're good lol
and at the point where pretty UI is required, just telling your existing web team to do it is much easier
I just hate the amount of overhead. I wish it could compile down closer to native code at compile time
Yeah but "easier" doesn't give you a better product.
Who gives a shit?
the users?
svelte
I mean, that's the entire nature of this
if often does lol
Users don't care
A lot of users care :)
Us as devs may care about the excessive resource usage
harder definitely doesn't give you anything better unless you have unlimited resources
But, end users?
end users just see their hardware getting slower and figure they need new hardware
O.o
"why does computer go brrrr when i have discord, chrome, and a game running :c"
well, figures, the software they run is trash
Yeah people care when they look at their RAM usage and see everything's a fucking Chrome wrapper eating 5GB.
users care too, no one likes having a slow computer
Once again, average users don't see that
No, they just say "My computer is slow"
Tauri is like Electron but instead of node for "backend" things you use Rust and instead of shipping a copy of CEF you use the platform's web widget (WebView2, WebKit-GTK, WebKit)
So they care, they just don't know why.
average users only sees a slow computer
You need 8g minimum now for any average user
^^
and that is frustrating to anyone
Wouldn’t recommend any less
nightmares of that one time I tried to run a minecraft clone written in javascript
my 4gb laptop in 2021:
good enough
ij + 5 chrome tabs + discord 
Average users are dumb, it's frustrating to them but they don't make the link that the new Spotify app is basically yet another web browser and eats more resources than before
in fairness, for macos the platform web renderer is a lot more optimized
i run my 16gb laptop near 90%
so that does sound a lot better
microsoft is doing a lot of optimizations in windows for edge
Eh, Chrome is faster Safari is just more power efficient
also makes the application a lot lighter
ah, thought safari was still on-par
but at least efficiency is nice
Makes the download smaller, the app is still going to be a website 😛
That's what I'm saying. They aren't cursing Electron because they don't know what it is. But they are mad that it's slow. So they're impacted and care, they just don't know what the cause of it is.
hol up Electron is the js VM people use for making desktop applications or something?
i dunno i don't keep up with js
a toolkit like kotlin compose or flutter or w/e that compiles to native UI bindings would be really cool.
Electron is Chromium Embedded Framework + node
I really like the new Safari design
I think it might even ship two copies of V8
at which point the task of understanding the cause of it is the developers' and they pretty well know
I kinda fell in love a bit with kotlin, and kotlin native seems so nice 😦
Electron is basically a web app for the desktop. Discord is an Electron app.
Steam predates Electron otherwise it'd be one too
It's a Chromium Embedded Framework app though
oh they use their own solution to render most menus in the client now
It used to use WebView but that was IE and IE was too shit
use -no-browser to start Steam and see how crippled it becomes
even for just offline usage
you can't even open game settings to change stuff like command line arguments anymore
oh god steam is imploding on itself
flexbox (and most of the rest of CSS) is just a really nice way to handle laying out window contents, especially if you have dynamic content
Kotlin looks like javascript, I don't like it
Rust UI experiments are basically flexbox plus a rust version of react
It's very different
doesn't mean I like it
god steam is the worst lol. Steam has been a terrible app since the beginning
but it sure as hell isn't like js
Their app was pretty meh and it's defo gotten more meh over the years
Steam is kinda uneasy and I avoid using it because it used to be either hella buggy or laggy
But, in terms of what it does, there ain't really much of a competitive replacement
steam handles keeping games up to date and buying new games easily, which is what you pay them for
Epic Games' solution is way better and it does actually look modern
their app is just really bad
Steam looks outdated
lol
still is in Half-Life 1 (and the other GoldSrc games tbh)
I remember installing one of those steam "patches", which, erm... too poor for gmod...
i'd rather have that UI but the entire client be native tho
or actually instead of that swamp green, make it dark blue
like this dark blue
I am hyped up for SteamOS 3 though
Hopefully they let users install it on their PCs
3
It's 3
Which is weird since Valve doesn't count to 3 lol
LOL
wait it's 3?
steams app is pretty bad but at least its not aggravating to use like egs or origin
And you can apply themes 
Well either way I wanna try it out
Steam app is really good when you compare it to other game clients
Epic Games Launcher is unusable
Like it's sooo slow
doesnt evne load half the time for me
It's slow but looks way better than the steam app
it's oversimplified for my taste
well i got hired by my school to do a lead a study group and im like ok, so i go into the zoom room waiting for people to show up and nobody shows up whatsoever
just got paid to sit here and listen to spotify
borat very nice
huh, TIL MalformedURLException is child of IOException
Imagine a esoteric OS that you can only interact with using JavaScript
The thing is that it looks modern
The Steam app looks like it's from 2008
Node.JS turned into a kernel would be novel
And dangerous
i would not use node.js for anything other than web frontend
i wouldn't use nodejs
Am pretty sure somebody did do that already
reminds me of that one guy who injected a dependency to steal bitcoins into event-stream
and it fucking worked for 2 months
lmao
fucking hell you beat me to it xd
oof
Why not
because...node
I think this might've been done by an spanish guy
a kernel made entirely in js
is there a documentation about starlight? is it a plugin or a mod?
Starlight is a Fabric Mod
pretty sure its forge too
not too sure about documentation
Starlight is a lighting engine for mc that comes in many flavors
Its currently in the process of being integrated into paper
I personally prefer chocolate
yo I have a question about whether something is possible with plugins (but not how to implement it), would that be a question for here or #paper-dev ? sorry to inturrupt
If you have a question, please just ask it. Don't look for staff or topic experts. Don't ask to ask or ask if people are awake or available. Just ask the question to the channel straight out, and wait patiently for a reply.
isn't it a rendering thing meant for the client though
I'll wait for current convo to quiet down tho, don't wanna derail anybody
Lighting is server, not Client, but your Minecraft client contains a Minecraft server for single player
Minecraft client contains a Minecraft server for single player
That I already knew
Lighting is server, not Client
that i didn't
Lighting isn't both anymore?
As a network optimization they made the server only send changes to light sources in the past and left the client to calculate what that did to the world
Eeer, well, it's fucking comical
The "true" source of lighting is the server
i.e. all lighting data should come from the server
But, the client is still doing many of the things that the server does too
And, there is a MC bug where if the lighting data is not something it's happy with the client stalls because it basically asks the lighting system for the light level and causes the clients lighting system to light the chunk
Starlight is pretty peppy in Tuinity
One of the big wins for merging into Paper IMO.
given how many contributions he made I'm honestly surprised leaf isn't part of the core team (Unless the discord roles shown here aren't accurate)
No idea. Maybe he didn't want to be?
But either way it's not really our business.
Or at least I don't feel it's my business.
contribution # are irrelevant and core team is a political aspect where odd number is best
make cat a maintainer
ah
weebs aren't allowed in core
do we ignore kash and cat
cat's already part of core lol
Even less so, furries
:v good luck rooting out all the furries
you'll find the furry was inside you all along
furry weebs are not allowed on this discord server and will be banned on sight

lmao
please report any furry weebs you see
I'm not sure to which level you're joking, or whether you legit are concerned about my icon
lucky for you I have icons disabled in discord
No, I don’t think anyone here is concerned about yours, dw 
ahaha
@waxen panther's pfp is definitely ban-worthy tho
How do you know?!
true
the beautiful coincidence of my gorgeous "ironic" weeb furry icon
broc itself is ban-worthy
tru

"vegtebal overlord"
Are you boosting your own private server so you can get a bunch of custom emotes? 😛
don't need to boost a private server to use custom emotes 
I thought you didn't get custom emotes unless it was partner or boosted

nope every server gets custom emotes, just need
to use cross-server, or animated ones
@static badge
A few JS frameworks were made just in the time this meme was uploading lol
memes in general?!!?!?!!??! smells suspicious
"offtopic general"
sounds like everything fits in here, then
food for thought right here ^
vegetable moment
wtf
clean?
i've watched a bri ish psycho serie today 
JavaScript it already a mess why add even more
put name of player here: https://mcuuid.net/
theng go to Server/world/playerdata and delete all files with that code you got from website
Minecraft UUID and username lookup. Resolve, convert and view name history of any username/UUID today.
Imna go to some shady plugin sites to look at some shady plugins
Russian plugin directories: here is a backdoored version of LiteBans for you
it's pretty well hidden but you instantly know a server is running that version (there is another very bad one where the command is literally disguised as a /co {sercret} command to be executed)
Lesson to be learned: build your plugins from source or get them from a trusted source
I keep telling server admins: if it looks too good to be true then it likely is
Embeding base64 as image src in html is how my day's going
well blazor, but it gets converted to html
got a question DarkEyeDragon what do you do with developing?
who would willingly enter into wordpress in 2021
I know how to set it up with localhost but it was a pain in the ass since my php wasn't showing the code
Wordpress usually caches really well and have a big ecosystem around it
yes and most companies use it
So it's nearly the same perf as a fully static site but easier to work with
lol
until you open the editor
eh the editor is damn slow
then it shits bricks for 2 minutes when you change an image
Yea, but,at least that doesn't impact end users
afaik, there where also some external tools for that shit
doesnt really do it for me when I put an image there
last i used it it ran on my schools shitty server so that probably also contributed to it
lmfao'
Real best solution for WP is to just not use WP, but, I've yet to really see an alternative with the ecosystem (or even without) which isn't severely lacking in one way or the other
usually all I do is use the html and code blocks after blocks and move them in the preview crap
but the preview usually looks damn ugly
When you want to make a site in a time efficient manner you shouldn’t use the default editor anyway
But something like Divi or Elementor
Those tools are often trash and massive lock-ins
I mean, I generally don't make sites to be quick, but, be warned that migrating from those tools in the future is generally just a "fuck it, redo the entire site" type deal
I mean
Elementor looks interesting in a sense of if you're gonna be using WP you're locked into WP anyways, so 🤷♂️
That sucks. I will keep looking for a better solution to fix that problem.
But yet again I just started learning wordpress
if you need the CMS aspects, then, I guess those tools make sense vs the default built in crap
lol
but, if your site is more static oriented, there are hundreds of standalone themes out there
Like, straight up, I fucking hate WP
But, when it comes to end users, theres no real good alternatives
Like, best alternatives I've generally seen for CMS is literally "we provide the CMS, you actually integrate the entire CMS thing into a site"
Which, I mean, eer...
At that point you might as well kinda take the hit of WP, which sucks ass, but, like, standardised tooling and all...
The reason I am learning it is because a lot of companies use WP and a lot of good paying companies use it 
and ye I feel you
Yea, that's one of the joys of WP
it sucks ass but there is a lot of ecosystem behind it
mhm
I see a job out that is 25-40 dollars an hour
on indeed
that uses it
basically its all about making themes and websites for people and they use GSAP
which GSAP looks amazing btw
hmmm
and there company is called CyberCoders
inc
Here let me send the link
It's a recruitment company
oh it is....
oh I see it now damn
it
nvm not going to go at it
going to search for something else
I mean, recruiters are a good place to find jobs if you don't have the contacts
Been trying to get a web developing job xD since you know its hard to find a job during covid
at least here, a fun issue is that a lot of places kinda closed the door on recruitment, looks to sloooowly be coming back, just, recruiters, urgh...
A big fun is that most recruitment in this industry outside of the big coorp type deals is really just who you know
Like, recruitment sites work too, just, recruiters in this industry are often a PITA, which is why the knowing peeps is important, defo recommend networking and shit when it's safe to do so
LOL
love birds
I might look into it
but idk if I am smart enough for it xD
but who knows what you are compatible of
Bromc
hei nomf
👀
what does that mean?
nomf?
yes sir
notmyfault
nvm looked at it a bit and um doesn't seem like my interest at all
xD
?
no I am talking about the network stuff I am not going to be interested in
well...
I might be looking at the wrong thing
Is Waterfall/Bungeecord reliant on single or multicore performance?
yes
multi
Thanks
my physics professor comes in with a giant black and white wheel and turns it on and you can see red/green/blue colors on it while spinning and some ppl can't see it and he goes "you guys didnt drop acid right" and ppl go "NO!" and he goes "you should have thats the lesson today class dismissed"
and now he just said "whats this have to do with what we're learning today" and ppl start guessing
and he goes "absolutely nothing its just fun"
what the hell
lol
i like your professor
me too this man is wild
I graduate highschool on year 2020 👀 worst year
thats what i enjoy about college, profs are a lot more fun than teachers
plus he's lecturing with sunglasses on bc he forgot his reading glasses and he's wearing shorts and a hawaiian shirt
yes lol
me too
i shouldve graduated like 3 years ago 
How old are you Darkeye?
23
yea i should have my degree rn, but i've been in college for 4 yrs bc mental health fuckery
anyway gonna pay attention now
I am turning 20 in 2 weeks 
Anyone else seen the "challenge" of walking on stacked bins to the top?
?
its funny cuz they could die at any moment
damn
I watch the thing lol
what an idiot
but seems dope
https://www.instagram.com/p/CS5G10ZBCd7/ this ones even better
xD
Its been awhile
@merry talon good boi
fimple when?
wait
i don't know the alphabet
himple when?
you didn't see anything
is gnome broken with xrdp?
after this screen i justt die on oh n o error occured
login screen only
Yeah it looks broken and hurts my eyes :/
Yeah but use Modern Linux
That. Looks. Horrific
why? what?
The purple and green
Let alone the boxes don’t match
Bright colours at night don’t go well
This is still safer than a lot of other activities people do
I don't doubt it
Lel, spent a week trying to make mixins work with paper and finally gave up. The classloading was whack with plugins like luckperms that have their own libs and the remapping was not consistent
Did learn a little though so wasn't a complete waste of time
What cpu benchmark is recommend for hosting a paper mc server?
pleas healp me in getting xrdp to work lol
I’m just trying to make sure that I have some decent stats before I purchase and start setting my server up
YouTube will
nope
Passmark single threaded is kinda alright
Plus make sure it has enough cores, like 4
Hm well I need an actual number for the benchmark of the cpu, Servers don’t really need multiple cpus. Yes it’s nice but I won’t need them if I don’t have to get them
The one I’m eyeing says it’s got a CPU-B of 6370
It is an I7-3770 Core so not the best but should work with the 6 TB of storage and 32GB of ram no?
I have no idea why I’m stressing so much over a CPU but it would be good to know I have atleast an decent chance to run the server
Should look into how you are going to build the community
most server dies in first year anyway
you are wasting time on things that will end up not be important at all
Hype up the launch, gather information on your player base.
Know how many players will join on launch and pick hardware accordingly
That's a 7 year old CPU
finally this agans
If you gonna start small, it's ok to use shared host, get a solid player base who will donate for you and go from there
If you dont have any money to invest initially or any sponsor that will carry you from the beginning, that's pretty much the only way
the way snoop dogg's instagram profile is just like a memes page is lovely
this sounds toxic

not a bad idea though I think
getting the school hub to get off waitlist is the hardest part lmao
idk of any that have actually gotten off of it
apparently some in australia
That’s the plan, Start small with quite a few choices like skyblock, Arenas etc so they aren’t board. Gotta start small and go from there
And I can always save money up each month as I get £10 a week every time I go to school but I have to pump 2.5 weeks worth of cash back into the server to keep it up
Every month
So that will leave me with around £5 - £15 each school month.
So I can maybe pay for some sort of sponsoring but it wouldn’t be very good
And I don’t really need to pick hardware for a good while is how I see it as with 32GB of ram and 6TB of storage I should be set if I start getting popular
I’ll slowly start to creep in the in game purchases when this happens
Wouldn’t be a bad idea ig
so i got xrdp wotking with xfce
and i started a gnome session from xfce
and guess what?
Why are you trying to use RDP on Linux
Use spice
didnt think bout tht
afaik xrdp is the same as vnc just with a different wrapper
yes
It's not like it's doing anything special
They're both just sending diffs compressed as jpegs
RDP used to be like X11 forwarding but GDI but nothing on Windows uses that anymore
Gnome has it's own remote desktop client/server
Probably best to use that
it does
That's just a GUI for RDP and VNC, no?
Yeah it's vnc
I'm nervous about enabling "per-player-mob-spawns. Anything I need to know before I do? Getting complaints of mob spawns being distributed unevenly.
now how do i setup a spice server
Nah, just try it and see
Can't hurt really
OK cool thanks!
:thocc: my smoll brian cant figure it out
got it
:thocc:
What's up with the scammer server lists in the google?
Hm?
when you google "minecraft servers", the first one is a scam
aka best-minecraft-servers.co (SCAM)
no?
all the servers are posted by the same person, all ranking is broken
hmm
try using incognito page
Also, any idea why websites like minecraft-mp sponsored slots are no longer outrageous in tens of thousands and are only like 2k now?
Smth smth google has personalized results
How can a server list scam people?
Generally, all the data on there is faked beyond believe anyways
Vote counts get inflated, the host of the list gets bribed to list servers higher, the player count is spoofed, etc
Utterly useless
True
Do you know what happened to the prices on the legit lists though?
They plumited
That's so sad
Mojang should make a server browser so that all these sites an just vanish
Users shouldn't be subjected to such ad infested hell holes just to find a place to play with friends
lol, the only major PlayStation exclusive launching for the rest of this year is a game made by Microsoft
Cause they brought the studio, right?
Yeah, they bought Zenimax
Exclusives are awefull anyways
User shows me a screenshot of timings saying "this command took a while to run". I ask for a spark profile, and they reply
All i can see is "java.lang.Thread.sleep()93.15%296672ms (self: 296672ms - 93.15%)"
and then refuse to give me the spark link. 
If you can tell me the reasons that will cause this problem, that would be really nice.
... no? No I can't? Since you won't share anything with me?
Sorry mate can't have you seeing what plugins I have on my server
Haha
@true canyon make a server for me ?
make it feature vanish no packet ?
❤️
i can
https://i.gyazo.com/54578d7767f7dd207161ba5d1cdef88b.jpg Anyone know why the center piston isnt getting powered??
new rs physics are so annoying
I mean I don't know my Redstone but it's kinda hard to see why it's not getting powered without seeing the power source
also if I power something it sometimes doesnt unpower until I break nearby blocks
Or their custom built 1.8.8 server (this is basically the only info they gave me)
Its 1.17.1 paper..
Youtube, can we not do this today? https://posili.me/i/2021-08-26_07-40-54.png
Anyone have issues with IntelliJ 2021.2.1 not showing suggestions? It can still do quick-imports, but if I press CTRL-Space, it will blink for a second and then show a little dialog with "No suggestions" instead of showing me suggestions (which I KNOW there are several of; I'm trying with Request here, which in my project should give closer to a hundred results, if not more...)
Works with reverting to 2021.2 at least...
Fwif, I updated to .1 yesterday and was on every EAP, beta and RC before that and never had it
But Intellij is buggy nowadays
I just use the stable branch on snapcraft for it
Dropped a general word of warning in my team's channel on Slack and now have no excuse not to work :(
snap :concern:
I'll be actually driving into office in a few today, am exited
Meeting up with a coworker I haven't seen in like what, two years?
please just use toolbox's appimage and install like that
Toolbox ftw!
cries in 4 gig mem not enouf to run in ultimate
hehe I use more for IJ than you've got total

Anyone an expert on commands/command blocks? 😂
I'm running a paper server with EssentialsX, CommandHook and few other plugins.
I'm trying to run a few commands on command blocks that need to "grab" a certain location.
Example: I want people that finish a maze to be told a message, given a reward and tp-ed out. And I don't want to use @p because there can be closer players to the command blocks.
I tried this: "tell @a[x=10,y=10,z=10] Congrats!". Shouldn't it only tell the message if AND to the player that is at that position?
Any help would be appreciated!
Use WorldGuard regions, boom problem solved
commands use a min and max system when it comes to coordinates
by doing that you're telling the server to send the message to everyone who's x <= 10, y <= 10 and z<= 10
Na, that's for x = 10, y = 10, and z = 10 simultaneously
dx can also be specified if you want e.g. x=1,dx=10 for x ∈ [1, 11]
i guess the issue is that you're not exactly at 10, 10, 10 in that case
the entire volume the block occupies is also added to the integer "Block Position" coords, which starts at (I think?) the bottom left of the block
in that case this is probably what you want
x=10,dx=1,y=10,dy=1,z=10,dz=1
https://www.youtube.com/watch?v=ydPqFAEgHzs
@ashen cliff mUh HeArT-
Only the shadow of the days of yore and empty dreams remain. Meanwhile, the hearts of mortals weigh heavy with eternal loneliness.
Such was the lingering image left in the "Plane of Euthymia" on the day of the Vision Hunt Ceremony.
Download FREE: https://genshin.mihoyo.com/en
#GenshinImpact #miHoYo
↓ Follow us for the latest news ↓
Official W...
Bro! Better not be letting Jean down!
I love LG so much. Why TF does a "new" TV not have overscan settings? Even better let's just change overscan every time you start the TV, have fun adjusting that.
xd
bruh
anyone have issues with nvidia 4xx drivers on linux debian 11
ive been getting kernel corruptions form the drivers after disabling and enabbling networkmanager
It wouldn't work for me anyways
ye
I somewhat like the idea.
Hey, put that back, I was watching that.
ок.
why is left on the top a baby bed 
Why not?
will you be pulling
Cuz her parents don't want her falling out of bed at night
well fuck
i broke both my fibre's
time to live w/o 50mbps inet for a few weeks :pain:
sad
people here talking about quake III and how it was so fast
Youtube: Write that down write that down
is that genshin impact? let me make an overused and unfunny joke real quick

Nice to know Nioma still sleep in baby curbs
@waxen panther wtf
please ban "Kenny"
☎️
#AbuseNaomi
yo if I wanted to have a repo pulled from git into paperweight's cache folder all I gotta do is issue the commands there right
cause I'm not sure if the cache is tracked by git in some way or
not*
i'm just messing around with it lol
guys i have donse tineing VARY illegal
i(actually me from 2 years ago) wrapped a mobo in plastic
i can hear the static
yez
What happened to your love for Jean?
Jean who.
um
At least she knows how to make food and take care of a child. 
She would also never hit you.
at least she won't murder you on sight
I think I'm not gonna pull because ganyu rerun
i dont like bow characters tho
im ar 7 fight me
lol
I'm AR 57, fight me. 
I'm ar 55 or something
havent played in a while
same
all my characters are underpowered for the world level 
what about fischl
my eula is level 80
she sucks, but less than all my other character
apart from maybe fischl
Imagine not having level 90 BruhBruh DPS. 
OK now go fight hydro cube when it comes out
level 50
no
or do you not like her because of bow character
i dont like her
damn in dissapointed
my ults are - yanfei, kazuha, qiqi and then razor
Noel > everyone.

Noelle's ult is very satisfying
yes.
Never use it. 
lmao
He has.
Yes.
Oh boy
Geo too weak.

fischl best phys dps
Since everything has geo resistance. 
ok bai
u seen the geo mommy ult
I have Geo homeless mommy, not impressed.
Just don't use charged. 
rust?
No.
which bow
Blackcliff Warbow.
is that crit damage substat
Yes.
I have basically given up on crits
none of my good main start arts have good subs
wait lemme find something
think that was it
Def.
card games in 2021
that's probably the single best subbed artifact I've ever gotten
That's sad.
Def.
So Noel?
...
i dont fit in tbose bruh
qiqi is op healer ngl
yeah but I don't have c6
yet
she superconduct with fischl
I'm hu tao main so I need health all the time :(
Just add Noel to the party, free shield before death. 
Or BruhBruh C6.
Also this: https://posili.me/i/2021-08-26_14-49-49.png
@twin lagoon 

seen my new domain Michael? 
Good thing I don't use it. 
no
look in Suscraft
put it on bruhbruh
one shot pyro plant
She needs more crit rate.
why tho
fischl is fast attacking
ez superconduct
lots of energy all the time
and works with rust or her own bow
plus she's cute and so is her bird
by this logic ganyu is cool
which is true
but fischl is still the best bow user imo
nou
krusic is it worth rasing childe
Yes.*
I only have one hydro damage goblet and its on my mona atm
Is is worth wrecking mona for childe
Mona is only good for [redacted].
...
[redacted].
I'm not sure I get it
Too young.
mona got dem thighs tho
damn it krusic
Day 69 of yeeting the weebs: slam dunked 3 weebs today
lmao
eula is overrated just saying
I like her a lot
i dont like her much
she's very satisfying to play
kazuha is insanely satisfying
my fischl probably out-dpses her but not my very much
overloaded hmm
pyro --> swirl --> pyro --> swirl -->overload
ult spamming with eula, and mona and fischl is my satisfying
the latest event is a lot of fun
havent played
Thank you Julie Nolke for being a legend:
https://www.youtube.com/channel/UCy0Pr5u-MwGXXzp_GDd4m_g
#Comedy #Skit #007
Ironically I'm actually a tiktoker....
Let me know what you think of the channel trying out new characters/plots.
Instagram:
Instagram.com/thestevenhe
reddit:
reddit.com/r/stevenhe
"oh gluten" lmao
Steven He is bae
@mighty storm pls pin this
there is a Rory api










