#general

3141 messages · Page 116 of 4

left yacht
#

uh mini

#

we were using some ancient flags

#

that screwed us over for years

#

maybe because I'm an idiot

#

so we only recently moved to G1

limber knotBOT
#

heh

left yacht
#

we were using something concurrent

#

CMS

#

yeah it was garbage

void void
#

oldschool

finite wave
#

K

left yacht
#

prplz, I'm an idiot ok?

void void
#

it's ok

jade light
#

Wasn't shenandoah built for real-time transaction systems?

finite wave
raven epoch
finite wave
#

“Fastø

void void
viscid echo
sturdy fulcrum
#

Gm

versed fractal
#

Ga

finite wave
#

Gm fake clip

sturdy fulcrum
#

Lol

#

Why am I fake

finite wave
#

Where is your color

sturdy fulcrum
#

I’m feeling blue today

limber knotBOT
#

regarding action bar text and its display time ? is there any in built way of refreshing it or do we need to schedule a runnable to do so if we want it to persist

finite wave
#

Huh?

limber knotBOT
#

So my solution is to schedule a refresh via a runnable

finite wave
#

Mhm, that seems fine.

limber knotBOT
#

no it works just wondered if there was something in built

grave sapphire
toxic thunder
wintry hedge
void void
#

Anyone knows a minecraft hosting that accept btc payments ?

heavy rapids
#

exchange your btc to cash and then use that? 🤔

void void
#

I don't have a bank account

#

My btc wallet is my bank account in ukraine

cosmic raft
void void
#

hmmm

stiff yarrow
#

Paypal doesn't exist in Ukraine

#

for those wondering

void void
#

how.....

#

oh

#

you are ukranian

#

damn telemetry services

#

hmm nickname no SSR

#

lol

limber knotBOT
#

(DiscordBot) Взлом камер на Украине. Советские песни, гимн СССР и д.р. - length 26m 32s - 31,378 likes, 1,823 dislikes (94.5%) - 993,346 views - Писаю стоя on 2018.10.15

void void
#

PROOLY TACTICAL SPYING ON

#

I am not ukrainian

#

and @stiff yarrow is right

woven otter
#

have a friend that has paypal account and can buy it for you in exchange for btc

void void
#

I just found a hosting provider that takes btc

#

👌

#

i mean there is one that operates solely thru CLI and BTC

#

cant find it anymore so rip

cosmic raft
#

blah

dry field
cosmic raft
#

Goodnight everyone, goodnight @void void 😍

golden gust
#

good morning and good night o/

void void
#

night

cosmic raft
#

Goodnight EC, goodnight prplz

finite wave
#

Good morning my lower humans.

void void
#

@cosmic raft ❤

#

goodnight

finite wave
#

Cool atuff

#

Who’s up

void void
#

im so up

finite wave
#

I hate people using replaceAll thinking it’s replace

#

Can we go ahead and kill them? Like just one big hitler thing.

limber knotBOT
#

good afternoon

finite wave
#

Good evening

golden gust
#

IT'S MORNING

#

I REFUSE TO BELIEVE THAT IT IS PAST 12!

finite wave
#

It’s 13:28

golden gust
#

FITE ME

limber knotBOT
#

13:28

void void
#

what do you mean Jan, replaceall is regex

finite wave
#

Yes but idiots think it’s the same as replace

#

And use it interchangeably

void void
#

why would they

golden gust
#

reading

void void
#

oh right 13 year olds code minecraft plugins

golden gust
#

And tbh, it works, until it doesn't #DumRegex

wide chasm
#

In their defense, replaceAll is poorly named.

finite wave
#

It’s slower due to recent optimizations

#

@wide chasm Look at GHE DOCUR EVROWVW

lunar skiff
finite wave
#

I’m just annoyed

wide chasm
#

Self-documenting code

finite wave
#

Had to defend myself when i said he shouldn’t use it lol.

void void
#

it's much worse in javascript

#

replace takes a string OR a regex

#

but only a regex with /g will replace multiple

wide chasm
#

Well, the point of the g flag is kinda multiple matches, so that doesn't sound like something JavaScript is wrong about.

finite wave
#

I see wrong lang

void void
#

yeah but you can't replace multiple without using a regex so its kind of odd

wide chasm
#

Replace with a string replaces all, replace with regex without g replaces first, like it should, and one with g replaces all. I don't see that much wrong with that.

void void
#

no, replace with string replaces one

wide chasm
#

Wait what?

void void
#
'bye hi hello'
> 'hi hi hello'.replace(/hi/, 'bye')
'bye hi hello'
> 'hi hi hello'.replace(/hi/g, 'bye')
'bye bye hello'```
wide chasm
#

Alright, that's dumb, I agree

void void
#

and theres no builtin to regex-escape strings either

wide chasm
#

😦

void void
#

don't worry, MDN has an example to do it

#

string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');

wide chasm
#

Ah, yes, perfectly readable

void void
#

does java have a method to regex escape a string?

wide chasm
#

Pattern escapedRegexPattern = Pattern.quote("normal text here");

finite wave
#

Probably

void void
#

yeah, that should exist in any regex library...

#

but js isn't any language

wide chasm
#

JS is a special snowflake

finite wave
#

Just use IJ

void void
#

use ij?

unreal quarry
golden gust
#

yet

#

goes to get some wire snippers because who needs brakes

#

unreal quarry
#

starts to think the cat wants him dead

#

🤔

bitter orbit
minor otter
#

lol this is a random question but, anyone know basic math or chemistry

tropic flame
#

Unrelated: daily reminder that the French language sucks

wide chasm
#

I know

quasi valley
#

sacre bleu

tropic flame
#

Does that mean ballsack

quasi valley
#

also, chemistry lefbad

minor otter
#

I have the formula: C=N/V, and in my task I need to edit that formula to find N, since I already know the information on C and V. I thought it would N=C*V, but the book says: N=C/V anyone understands why? xDD sorry guys. Just wondering if anyone knew this simple math question since you're all programmers here 😛

wide chasm
#

The formula you constructed is correct, assuming the first one is as well.

minor otter
#

Yes. I dont understand why it says the last one is correct. But watching thru the book and googling, the last one is correct too? How do they make that calculation from the first formula in the first place

#

even the units dont match up there.

wide chasm
#

In my book I have here it says c=nv^-1 as well

minor otter
#

whut

quasi valley
#

if 5 = 10 / 2, then 10 is certainly not = 5 / 2

#

either the profs are dumb or there's a little more context to it (so what you think is correct)

minor otter
#

hm

hot gorge
#

Did I see Mojang has a 1.14.1 pre1 out?

wide chasm
#

Yes

#

Well, I don't know if you saw it, but it's out

hot gorge
#

Oh well that was quicker than I expected

woven otter
#

@minor otter I can't see how N=C/V can be right in any context

minor otter
#

not me either. But both the teaching book including the internet says so

#

This is the question im trying to solve:
a) Calculate N from Ca^2+ and from Cl^- in 1 L of 0,2 mol/L CaCl2.

woven otter
#

"including the internet says so"
source

#

?

limber knotBOT
#

Assuming C is the number concentration (N particles per volume V), your formula C=N/V is correct. -> N=C*V

minor otter
wide chasm
#

In this case both C/V and C*V will yield the correct result, because V is 1. However, in a general approach you should multiply. After all if you had 2 liter instead of 1, you'd have 0.2*2=0.4 mol, not 0.1 mol.

woven otter
#

looks like it might be a mistake tbh

#

you can easily verify if it's correct by looking at units

minor otter
#

Yeah, just looking thru the units this should be correct, because N=Mol, V=L and C=Mol/L

#

lmao, I'll complain to the teacher now 😛 Thanks for your help everyone 😛

#

Thought I was just being dumb or missed something simple.

limber knotBOT
#

Actually N has no unit. It's usually the number of particles if you write a big N or a big C.

woven otter
#

I guess he meant n

#

makes sense in that context

limber knotBOT
#

maybe

woven otter
#

yeah

#

N is used for number of particles indeed

#

molecules/atoms

potent warren
#

Quick question. Is using the same package for different submodules on a project "dangerous"?

wide chasm
#

Yes, your pc will explode if you do that /s

wide hazel
potent warren
#

haha

wide chasm
#

I'd personally add an identifier to the base package at the end to indicate the submodule though.

golden gust
#

first thing that pop'd into my head was the VIR triangle

void void
pseudo island
#

Uh, any ideas where i might find the exact information for how ores generate? Like the probability, etc?

vagrant marlin
edgy ridge
limber knotBOT
#

in the minecraft sourcecode :D

spare moat
#

Is using Paper 1.14 better than using Vanilla atm?

stable oriole
#

In terms of performance, yes, not so much in functionality rn.

limber knotBOT
#

i would not use paper 1.14 for public servers atm - better wait a few days

pseudo island
#

^

limber knotBOT
#

but i would not use 1.14 for public servers at all.. 1.14.1 will have some important fixes

void void
plucky quiver
#

hello i have a portable linux coding device project can you fill the google form for me ? 😃 https://forms.gle/pGSZJfwLTSJhM2XEA

cedar spade
#

How is it more useful than a laptop?

atomic vale
golden gust
#

It's not gonna look like an N9 or something and have the janky mobile keyboard type stuff is it?

#

For programming, you need a good keyboard, heck, for typing in general you need a good keyboard

native thunder
#

Writing code on a 7 inch screen sounds like hell

#

Also intel core atom progressor

void void
#

wtf lmao

#

I have a small ass laptop bag that holds my entire mobile workstation, why do i need this thing

native helm
#

So basically just like the GPD Pocket thing?

void void
#

That form doesn't even use proper grammar

#

This thing is doomed from the start

#

Sigh

native helm
void void
#

Oh so we've reached the day that laptops are no longer portable

#

Sigh

native helm
#

I don't think I'd ever want to write code on anything smaller than a laptop

void void
#

I can't even write code on notepads or whatever they're called

#

the mini laptops

#

too small

native helm
#

netbooks?

void void
#

yes

golden gust
#

Yea, screw netbooks

#

Their keyboards are just horrible to type on

#

Often too small and mushy for my fingers, and some even have the most stupid layouts to try to accom for the space

void void
#

yeah, it's just mlep

native helm
#

Back when I was in school we had to work on netbooks and it was the worst

void void
#

that was my first and only exposure to a netbook

golden gust
#

If somebody passed me a GPD, I'm pretty sure I'd love it for a few lazy things, but overall, it's not really something I'd care to go for, the screen is just too small to be usable to the point that you'd probably end up plugging it in to a monitor, which defeats the whole purpose

void void
#

the one we used in school

#

So, here's a real life example. 12 hours stuck in china. wat to do? code of course, because im a fucking nerd

#

if i had a gpd

golden gust
#

Same, our schools laptops where just getting cruddy and old, and our science department ended up getting netbooks, which just sucked

void void
#

i'd kill myself

#

if i had a netbook

#

i'd kill myself

#

but i had a normal laptop

#

so im gud

golden gust
#

Now I wish somebody had swapped his laptop for a GPD 😦

void void
native helm
#

Most of the computers at our school were on Windows XP and the netbooks were the first to have Win 7 and they never worked right with any of the network stuff, then eventually they also got ipads and it was a huge mess.

void void
#

i need to stop being poor

#

Windows XP best windows sorrynotsorry

native helm
#

Unpopular opinion, but I don't hate Win 10

#

It's not been a problem for me

#

I still haven't convinced myself to switch to Linux

void void
#

windows 10 is fine, windows 7 is fine, we dont talk about vista, and windows xp is legendary

#

however, i use mac now; although linux is always bae

limber knotBOT
#

I love win10

#

its so much better than anything we had before

#

I mean, full linux cli?!

proud olive
#

when best windows feature is linux 👌

void void
#

^

limber knotBOT
#

well, its linux, but without the bullshit that always breaks

void void
#

what sort of stuff breaks for you?

#

lmao

limber knotBOT
#

and with a good looking window manager

void void
#

i had arch going, and was constantly warned of how it will suicide itself, but proper management told me that shit doesnt happen unless you're a retard

limber knotBOT
#

I always had all kind of stupid issues with linux, its just always so hacky to do stuff

void void
#

i mean yeah windows is very plug and play

#

if you're talking about manually installing dependencies for peripherals and stuff

unreal quarry
#

Windows vs Linux, analogy:
"I want to learn to drive a manual car. But I'm scared.."
"It's just like an automatic. Just push the gas to go. Only you're in control of the gearing."
"It's that simple? Just switch gears?"
"Yeah, but you have to push the clutch in to switch gears"
"Oh, ok. So push clutch and change gears got it."
"But you have to balance the clutch and gas, or you'll stall/jark the engine."
"Ok, wait. This is getting complicated."
"It's easier than it sounds, you just have to try it."
"This all sounds so hacky. I'll just stick with my automatic"

limber knotBOT
#

they are

unreal quarry
#

Point so missed :/

#

Oh well

fallen oracle
#

Linux is pretty fun.

limber knotBOT
#

both manual and automatic cars are soon ded anyways

#

long live the EV, lol

pulsar wigeon
#

wat

limber knotBOT
#

EVs don't have stupid transmissions

#

there are no gears to switch

#

you just press and you get how much power you want, instantly

static badge
#

EV?

woven otter
#

Electrical Vehicles based on the context

void void
#

Such à beautiful day today..

#

I miss @cosmic raft tho

quasi valley
#

à

void void
#

😭😭😭 Where are you @cosmic raft

#

Look at that weather 😭

#

Im getting you a waffle even if youre not there, Ill feed your soul 😭😭

#

The weather seems beautifull, lol where are you at?

#

Odessa, Ukraine

#

My hood

#

aww man, its raining outside at my loc. so depressing 😭

#

Need one of these ?

void void
#

ye

#

Take one my friend

#

🥂

stiff yarrow
#

Linux does seem pretty hackerman

void void
#

ty ty, and linux is best btw

#

I use both

stiff yarrow
#

well I would use windows for games but I haven't bothered installing it again yet aPPepoRun

void void
#

? linux and win or mac and win or mac and linux*

golden gust
#

I kinda use all 3, windows is the least used for me though

finite wave
#

Same, i installed linux and never reinstalled win on my desktop

void void
#

yep

#

Which one guys ?

golden gust
#

laptop and desktop run macOS, desktop dualboots windows though, but I only care enough for games, and even then i question the effort to reboot over

void void
#

I ❤ OpenSource so just take a random from 1 to 10

finite wave
#

@void void 3rd one

golden gust
#

linux is on all my servers and stuff

woven otter
#

all this linux talk in here made me consider dual-booting again

void void
#

Hey, linux is best. Im using ParrotOS in the Security Edition, all preinstalled you need. binwalk, jack the ripper and all this nice stuff

golden gust
#

If you plan to be maining linux or booting it for long enough sessions, sure; Otherwise, toy with a vm or something depending on your goal 🤷

stiff yarrow
void void
#

Lmao

#

try it as live image first

golden gust
#

System froze over night and wouldn't turn the screen back on, so, rip uptime

stiff yarrow
#

@golden gust only 300 packages? are you even trying to bloat

golden gust
#

lots of stuff sits outside of packages, tbh

stiff yarrow
#

@void void kind of seems like its targetting a specific crowd

shy tartan
woven otter
#

there was a phase where I was using Ubuntu for few months also at one point on my potato laptop lcd refused to work with W10 (bsod on login) and I used Debian for months till i got a new laptop

stiff yarrow
#

I used ubuntu for a few days but had some issues with it that got fixed in arch

void void
#

@stiff yarrow its for pentesting and software development, git client preinstalled and stuff like that

#

full disk enc

#

CentOS 7 for servers, Mint for desktop

#

But I mainly use win10

#

For desktop

stiff yarrow
#

@void void pretty sure almost every linux distro comes with git nowadays

#

but yeah I read that homepage

golden gust
stiff yarrow
#

only 600 packages

#

are you even trying to bloat

golden gust
#

It's a pi, what do you expect?!

void void
#

ParrotOS is best, firejail and other stuff like system wide tor also preinstalled, its basically a whole lab as image

stiff yarrow
#

1800 packages to enter the bloat kids club

golden gust
#

Not having a full DE like gnome also cuts out a looooooooot of crud

woven otter
stiff yarrow
#

@void void so its main selling point is stuff you can install in like 2 mins on arch

void void
#

@stiff yarrow windows bloat, 2gig left on my c drive

#

Beat me

stiff yarrow
#

windows isn't that big tho

#

must be a tiny drive

void void
#

500gb

golden gust
#

windows itself takes up like 30-40G these days

void void
#

🥂

golden gust
#

games are also OTT

stiff yarrow
#

gonna need to see a windirstat to see the legitness of this bloat

void void
#

Games on separate disk

#

OK when I get back home

#

🥟

finite wave
#

@golden gust Isn't windows by default only like 20gb?

stiff yarrow
#

this is a fresh install too

golden gust
#

You generally have like 2 copies of windows on your disk now

void void
#

Not really

woven otter
stiff yarrow
#

I was considering ordering a large SSD since my SSDs are tiny

static badge
#

what else is tiny kappa

void void
#

My

#

Finger

finite wave
#

dick

woven otter
#

mcmmo kraken module

void void
#

Why is that even à meme

#

😂😂😂

#

I never get it

next briar
golden gust
#

what version of windows is that?

woven otter
tropic flame
#

So now windows literally uses the space it requires?

void void
#

Just booted my windows pc for the first time in a while

tropic flame
#

Previously it would only require it on installation but then the final folder would be like 6GB

#

At least with windows 7

void void
#

¯_(ツ)_/¯

#

Were at 1809 btw

#

Even the windows pc i havent touched in over 5 months has 1809

#

wat u doing quack

#

ignoring the update popups?

#

There's no update popup

#

The 1809 update got cancelled

#

wat? lol

#

Lookup google

#

im on 1809...

#

About it

#

Yes

#

fuck windows is retarded

#

Because there's à rare bug

#

this is why i dont use it

#

That can erase everything

#

So they canceled the update

#

good

#

Fresh installations are not concerned

woven otter
#

lel

golden gust
void void
#

wat fak termina is that

golden gust
#

Ah, I ran disk cleanup

#

iterm2

void void
#

i threw up

golden gust
#

Otherwise you have an old windows install sitting around for recovery and general junk which sits around

stiff yarrow
#

install terminology

golden gust
#

iterm2 had tab support before apple did

stiff yarrow
#

jesus simple how much did that cost

void void
#

Triple screen

#

ye

#

4 if you count the actual laptop screen

#

which is closed atm

#

and another screen for windows

#

.-.

#

which is off half the time

#

@stiff yarrow what specifically

#

that looks violently flemish

#

Hmmmmm

#

maybe a little french

#

not sure yet

#

Im French tho

#

did you buy that a fine, authentic french institution

#

But 😂😂😂😂

#

That's from an ukrainian ghetto waffle store

#

Rip

stiff yarrow
#

@void void the laptop

void void
#

too much money and im in crippling debt

#

Rip

#

but it's pretty though

stiff yarrow
#

you bought it on loan peepoGIGA

golden gust
#

"if I buy a gud laptop maybe ill git gud"

#

That's my guess at least

void void
#

@stiff yarrow i was a stupid stupid young person and...credit cards...looked so good...and

#

long story short

#

im going to die not being financially secure

golden gust
#

Worse case scenario, I'm pretty sure you'll have some nice bridges nearby

void void
#

actually no, there are none, i am in a very flat area

#

and there are no trains either, they shut down

#

😠

golden gust
#

What kinda wasteland do you live in?

void void
#

California!

golden gust
#

rip

void void
#

(other californians can attest)

golden gust
#

Yea, have a mate down there, he looooooves the place

void void
merry talon
#

google cast now supports ads

#

amazing

#

everyone clap

void void
#

i refuse

worn ember
#

👏

blissful sonnet
safe tide
#

Just had to take an online final four times to get all my points b/c it auto grades so mispelling use of a different order on fill in the blanks or different phrasing could make you lose points which imo is BS

distant crane
#

I Just want the join lag fixed, or 'cut' down

regal onyx
#

Has anyone heard anything about minecraft 1.14.1 release?

void void
#

no

#

.eta

limber knotBOT
#

Anyone requesting an ETA will be fed to goblins.

regal onyx
#

Not asking for a eta

#

but thanks

void void
#

yea you kind of are

regal onyx
#

Just waiting to use that .eta command aren't you lol

upper flicker
#

It’s his favorite command

void void
#

and also

#

.kill @regal onyx

limber knotBOT
#

feeds @regal onyx to an angry black dragon.

void void
#

oops, dragon got em

#

goblins, next time

regal onyx
#

No asking general question ever i guess. Noted

merry talon
#

slaps simple around a bit with a large trout

finite wave
#

@distant crane what are the list or addons u have?

void void
#

you can ask questions, but that was...LITERALLY...an eta request lmao

regal onyx
#

Whatever man

#

Not even asking about this project

void void
#

also, so many PlayerJoinEvents!

#

u mad?

regal onyx
#

genius

wide chasm
#

There is no info on 1.14.1 right now, we only know that there is a 1.14.1 pre-1.

distant crane
#

it builds up after 6 years

finite wave
#

Hmm

distant crane
#

Plugins (128): ActionAnnouncer, AdvancedAchievements, AntiClone*, antiraildupe*, AreaShop, ASpawnerPicks, Autocrafter*, BlueHolo*, Bookshelves*, Brewery, BukkitHiddenSyntaxBlocker*, Chairs, ChatControl*, ChatReaction*, Citizens, ColoredAnvils*, CombatLog*, CommandNPC*, ConsoleSpamFix, CoreProtect, CraftBay, CrateReloaded, CrystalMerchant, CS-CoreLib, CustomGUI*, DcGUI, DeluxeChat, DiabloDrops*, DifferentCore, DifferentCraftHorseArmor*, DifferentFlight*, DirectSupport*, DiscoArmor*, Emotes*, EnchantableBlocks, EnjinMinecraftPlugin*, EntityDetection*, Essentials, EssentialsChat, EssentialsSpawn, EventCommand*, ExoticGarden, ExploitPatcher*, EZRanksPro*, FarmLimiter*, FortuneVanillaOnly*, FriendlyFire*, GemSeeker*, Glowing*, HeadDatabase*, HeroBounty*, HolidayItems, HolographicDisplays, ImageOnMap*, IronElevators*, ItemCommand*, ItemSlotMachine*, Jetpacks*, JLib*, Jobs, Laser, LibsDisguises, Lift*, LiteBans*, LiveTweak*, Lores*, Lottery, LWC, Marriage*, mcMMO, MessageAnnouncer*, MiningMachine*, MrWashy, Multiverse-Core*, Multiverse-NetherPortals*, MVdWPlaceholderAPI*, MyCommand*, MyPet, MysteryBags, MythicDrops*, NametagEdit*, NetherBedrock*, NightVision*, NoEggMate*, NoFlyPvp*, NoNoGolems*, OpenInv*, PermissionsEx*, PlaceholderAPI, PlayerHeads*, PlayerMagnet*, PlayerVaults, PlugMan*, ProtocolLib*, Questioner*, QuickShop, RandomTeleport, RedeemableMcMMO*, RedstoneClockPreventer2*, RocketBoots*, SilkSpawners, SkyDiver*, SlimeChunkFinder*, Slimefun, StopPushing*, SuperbVote, SuperTrails*, Tab*, tce*, TokenManager, Towny*, TownyChat*, TownyExploitFix*, TownyLockWipe, TownyNameUpdater*, TreasureChest*, Vault*, ViaVersion*, Void2Spawn*, VoidGenerator, VoidSpawn, VoteParty*, Votifier, VPNGuard*, WaterHat*, WorldBorder*, WorldEdit, WorldGuard

regal onyx
#

See @wide chasm that's a great response. Thanks

void void
#

lmao

safe tide
#

I see your missing a certain staff plugin

regal onyx
#

@void void I know why your name is simple, fkn mongoloid simpleton

#

o/

distant crane
#

I Don't really have a problem with 'lag' just the join lag sadly 😦

void void
#

lmao

#

what the fuck

#

he so mad

merry talon
#

i see why you drink

void void
#

.taco @void void

limber knotBOT
#

gives @void void a spicy taco

#

(DiscordBot) I can't give a taco to that user.

finite wave
#

Why u having so many plugins

regal onyx
#

Playing the mad card excellent deflection my man

void void
#

wat

distant crane
#

so where is my join lag coming from?

void void
#

Jordan your lag is that you have a fuck load of plugins and a fuck tonne of them have a playerjoinevent handler

unreal quarry
#

From many plugin listening to the join event

void void
#

Every time someone joins, that shit gets called

#

ALL of that

#

every time someone joins

distant crane
#

Ahh thanks

safe tide
#

so in simple you either deal with it or remove some of those plugins

golden gust
#

from that report, towny and citizens seems to be the worse offenders

distant crane
#

Would it help if they were all made info 1 plugin?

safe tide
#

still the same amount of logic being done

void void
#

^

finite wave
#

If they were all made into a simplistic optimized plugin yes

void void
#

unless of course all the shtuff was optimized

#

as Jan just sniped me

fallen oracle
#

What's good people

finite wave
#

@void void Mommy

unreal quarry
#

Tacos are good

void void
#

.taco @unreal quarry

limber knotBOT
#

gives @unreal quarry a spicy taco

#

(DiscordBot) I can't give a taco to that user.

fallen oracle
#

Hell ya

safe tide
#

beards are good

void void
#

Just dealing with dum people, @fallen oracle thats wats gud

safe tide
#

hey glare whats up man

merry talon
#

i love all the apple hardware at I/O

#

they're just using chrome, could easily use a chromebook lol

fallen oracle
#

Just got out of class.

finite wave
#

(╯°□°)╯︵ ┻━┻

native thunder
#

lol chromebook

austere ivy
#

.we

#

.wa

#

.wa 2,420.92 * 2950

limber knotBOT
austere ivy
#

Huh.

untold plover
atomic marten
#

Wdym Apple is just using chrome @merry talon

austere ivy
#

.wa 7000000 usd to cad

limber knotBOT
#

(DiscordBot) No results.

austere ivy
atomic marten
#

.wa how tall is Donald trump

limber knotBOT
quasi valley
#

why does wolfram alpha know that

atomic marten
#

You ya public knowledge

#

Wolfram alpha is meant for this kind of thing too not just math

potent warren
#

.wa how tall is felix kjellberg

limber knotBOT
potent warren
#

😦

atomic marten
#

.wa who is the first president

quasi valley
#

he doesnt have legs

limber knotBOT
potent warren
#

.wa how tall is pewdiepie

limber knotBOT
quasi valley
#

wa cant know, he has no legs

potent warren
#

dang it

#

😦

atomic marten
#

.wa how tall is the first president

limber knotBOT
#

(DiscordBot) No results.

atomic marten
#

Rip

restive sigil
atomic marten
#

.wa what is the capital of Canada

limber knotBOT
finite wave
#

nub

potent warren
#

.wa how you you rate your customer support experience

limber knotBOT
#

(DiscordBot) No results.

potent warren
#

😦

finite wave
#

.wa Why is NickAc annoying?

limber knotBOT
#

(DiscordBot) No results.

restive sigil
#

Bully.. haha

wide chasm
#

.wa dog vision of albert einstein

limber knotBOT
atomic marten
#

.wa height of the Empire State Building

limber knotBOT
potent warren
#

.wa number of developers of WolframAlpha

limber knotBOT
potent warren
merry talon
#

google is using macbooks

#

not apple using chrome

modest frigate
merry talon
#

they even used an iphone for their demo

safe tide
#

smh I had someone decompile staff+ to get the source instead of going to github for it

heady zephyr
finite wave
#

Codeta is actually quite nice

safe tide
#

usr is clearly user

potent warren
#

@finite wave You mean Codota?

finite wave
#

Yes that thing

potent warren
#

How good is it?

finite wave
#

Well, it allows you to search for snippets "examples" of usages.

void void
#

I do wish it didn't open results in my fucking web browser and just used a tab in my iDE

finite wave
#

The completions are mediocre.

void void
#

but it's very nice otherwise

finite wave
#

It's free so just have it, it intertwines with IJ pretty nicely.

potent warren
#

How many times does Codota phone home?

#

That's the question

finite wave
#

Why are you worried lol

void void
#

Is here anyone who knows something about java arguments? : d I want to optimize my server a bit if possible :x

#

.g aikar's JVM flags

limber knotBOT
#

(DiscordBot) https://aikar.co/2018/07/02/tuning-the-jvm-g1gc-garbage-collector-flags-for-minecraft/ -- JVM Tuning: Optimized G1GC for Minecraft - Aikar's Thoughts: "Jul 2, 2018 ... After many weeks of studying the JVM, Flags, and testing various combinations, I came up with a highly tuned set of Garbage..."

void void
#

use that article @void void

finite wave
#

Looked for that

void void
#

thanks, I'll read it!

#

i tried to make homemade french fries and i have some good fries and some that are just like, potatoes that are heated up with crispy skin

#

and some are like "yeah!!!!"

#

and the others are like "yea--....uh.."

#

"no..."

finite wave
#

Air fry it

void void
#

thats what i did

wide chasm
#

Since we've started using an air fryer, the quality of our fries has dropped considerably, so I'd recommend try not using one.

finite wave
#

Lol, what?

#

I find them just as good or better.

merry talon
#

air fryer

finite wave
#

if the fries are cut properly.

void void
#

These are very dry to be sure, but they aren't that bad. I would agree, deep frying them are better.

merry talon
#

simple, did you make your fries in an oven?

void void
#

No, an air fryer.

merry talon
#

oh I see

#

but it's still an oven

finite wave
#

@merry talon Seriously stfu, if we are talking about the air fryer we are talking about something marketed as an air fryer.

void void
#

i guess lmao

wide chasm
#

I prefer deep frying them as well.

finite wave
#

We are not talking about an oven, even though it is an oven.

merry talon
#

mate

#

you're missing the point completely

finite wave
#

Which is?

merry talon
#

you said "air fry it" which looks to me that you're offering that as an alternative to a conventional oven

#

but it's literally the same thing

void void
#

air fryers are ovens but they aren't convection ovens, which are what people typically call an oven

merry talon
#

yes they are

void void
#

it is not literally the same thing

finite wave
#

air fry, because he had an air fryer.

#

Saying oven it is implicit and would tell him to use his oven, not the air fryer.

unreal quarry
#

Air fryer? How does that work? Lol

merry talon
#

I typically think of an oven as a non-convection oven

void void
#

well then, you would be the special case i guess

merry talon
#

billy it's just a convection oven with a weird shape

#

marketed as some magic device

atomic marten
#

@merry talon Microsoft and the Linux foundation also use Apple what of it

normal echo
#

I find my air fryer works perfectly for chicken but sucks for chips

merry talon
#

at their massive anual conference?

#

no they don't

finite wave
#

@merry talon Again, if we are talking about an air fryer we say air fryer not oven because that would still be implicit and refer to the oven not the air fryer.

atomic marten
#

Not consistently but they have

#

Even some of the android advertisements tweets come apple devices

merry talon
#

But again, you said air fryer in the context of an alternative to oven cooking

void void
#

why are we getting so fucking heated over a god damn kitchen appliance

#

calm the f uck down

finite wave
#

I did not say it as an alternate, i told him to just do it.

merry talon
#

🤦

finite wave
#

My chips worked fine in the air fryer, it's faster than an oven why not use it?

void void
#

however, all things considered, i dont like how these came out

merry talon
#

this is pointless

finite wave
#

Mhm, might try in the oven @void void

#

or deep fry them.

void void
#

the really pointless thing was even fighting over it to begin with

#

like it mattered at all

finite wave
#

He just annoys me

merry talon
#

he told me to shut the fuck up for no reason

unreal quarry
#

I want to know why someone would own an air fryer? Grease is where it's at. All that fatty flavor of yumminess

merry talon
#

I'm going to let him know how wrong he is

void void
#

i dunno, i didn't buy the thing

#

I just used it

normal echo
#

Air fryer is pretty consistent compared with an oven 😎

atomic marten
#

Because grease destroys a kitchen

finite wave
#

You are annoying me coming in every time someone mentions "air fryer" and saying it's an oven.

merry talon
#

IT IS AN OVEN

finite wave
#

Well, if i say an oven i wouldn't refer to the air fryer would i?

#

Like, that's not how anyone would understand my wording.

normal echo
#

It's basically a very good fan oven (well my one is)

atomic marten
#

All cats are mammals not all mammals are cats

#

Not all ovens are air fryers

finite wave
#

Referring to an air fryer would be "use your air fryer" not "use your oven"

merry talon
#

you could say it works in a way that's optimal for cooking certain foods

unreal quarry
#

BRB. Gotta go buy some mammal food for my mammal

merry talon
#

but all in all it's a waste of money

#

like other single use kitchen gadgets

finite wave
#

That's what you think though.

merry talon
#

I'm not talking to you

void void
#

lmao, fuck's sake

#

shut the fuck up, all of you; forget i made fries

normal echo
#

It's not a waste when you don't own your oven and want something consistent

void void
#

how about that 1.14 update

finite wave
#

@void void No.

merry talon
#

you don't own an oven?

unreal quarry
#

Can an air fryer deep fry a mammal?

merry talon
#

it's quite small

finite wave
#

@unreal quarry Why lol

unreal quarry
#

Because moe has one that can deep fry a buffalo in 30 seconds

void void
#

¯_(ツ)_/¯

finite wave
#

idk, i just use it for simple food.

unreal quarry
#

Boring

finite wave
#

Tastes great though.

void void
#

Anyway let me just go put these fries back into my high speed heated air oven, or in other words, air fryer, so maybe they'll cook for another five minutes instead of twenty-five minutes. You know, gotta be semantic.

potent warren
#

@finite wave looks alright xD

finite wave
#

Mhm press Ctrl + Shift + Y and search for a class @potent warren

potent warren
#

So, there's no selfhosted alternative to Codota?

finite wave
#

Lol why

potent warren
#

why not

finite wave
#

It's free

potent warren
#

Free = You're the product

finite wave
#

You're one of those guys i see.

potent warren
#

nah

#

xD

#

But I was just wondering if anyone has achieved stuff like this in the FOSS world

limber knotBOT
#

Codota never really worked for me xD

finite wave
#

Go ahead and do it yourself. @potent warren

#

@wheat quarry It works sometimes.

void void
#

Do we have a worldedit build for 1.14 ? 🤔

potent warren
#

aNaLyTiCs

finite wave
#

@void void Tried just using the latest version?

merry talon
#

okay this is the second person with no arm doing a presentation

#

they're doing it for the PR

void void
#

@finite wave completly broken

#

can't even //copy

#

Suppressed: java.lang.IllegalArgumentException: minecraft:redstone_wire has no property named east

#

🤣

finite wave
void void
#

good idea

limber knotBOT
#

there's a 1.14 branch iirc

void void
#

amen

#

seems like it works perfectly

#

even with some nbt stuff

limber knotBOT
#

ah, yeah, looks lke it's in master (now?)

stray marsh
void void
#

what changed to move from 6 to 7 btw ?

limber knotBOT
#

lots of internal stuff

golden gust
#

The flattening

limber knotBOT
#

iirc they also abstracted more stuff out off the bukkit version

golden gust
#

Basically means that lots of stuff changed in a single update in terms of how blocks work in general

limber knotBOT
#

uh, worldedit includes adapter binary files instead of just shadin in the adapter module? 🤔

void void
#

i just turned my head and my neck sounded like a machine gun as it cracked

#

2 bad i didnt die tho

finite wave
#

Ugh, hate when you don't die from that.

merry talon
#

anyone know of a way to view changes by commit as diffs directly on the source?

#

instead of just a patch addition

crystal compass
#

is getBlockClicked() on playerinteract ever going to return an instance of Fence per say?

merry talon
#

because integrations don't really like that

crystal compass
#

this is the code i am trying to do if(waterblock instanceof Fence){ Fence b = (Fence) waterblock; b.setWaterlogged(true);

static badge
#

patch and rebase onto the commit, git reset HEAD~1, git add ., git diff HEAD

unreal quarry
#

If using ij right click left margin, select anotate, right click those, view diff

merry talon
#

ty

#

don't have IJ installed, I want to use VS code

stiff yarrow
#

what billy suggested works well

#

what

#

sweepy

#

WHY

static badge
#

I prefer the god tier way of doing it

merry talon
#

my main PC is broke

stiff yarrow
#

oh are you on a potato

static badge
#

vs code is retarded

merry talon
#

yeah

stiff yarrow
#

I can't imagine doing Java outside an IDE tho tbh

#

Java is suffering

merry talon
#

I haven't touched it

#

VS code works well for JS

stiff yarrow
#

JS is pretty different

merry talon
#

yes I'm aware

#

that's all I do nowadays

crystal compass
#

o no he dident

crystal compass
#

^

merry talon
#

actually typescript specifically

#

which is actually more similar to java

finite wave
#

My dick is similar to java

void void
#

One very annoying thing

#

since 1.14 or 1.13 I don't really know

#

all the copy/paste keybinds are in qwerty

#

I mean

#

the select all keybind

stiff yarrow
#

are you a dvorak alien

void void
#

CTRL+A is CTRL+Q on my keyboard

#

it is VERY annoying

#

@finite wave annoying and too verbose for anybody to actually enjoy?

#

but, also useful?

#

and cross-platform?

stiff yarrow
#

@void void you can change that at a software level tho

finite wave
#

Packing a big runtime.

merry talon
#

and owned by an evil hostile corporation?

stiff yarrow
#

just remap those keys

#

ezpz

void void
#

This just in, Jan's balls are bigger than the actual package.

finite wave
#

Oh damn.

void void
#

???

#

@stiff yarrow explain

stiff yarrow
#

many ways to do it

void void
#

because that only happen in minecraft

stiff yarrow
#

in minecraft?

void void
#

yes

#

only in minecraft

stiff yarrow
#

do you have a non-qwerty layout kb

#

yay or nay

void void
#

I'm on AZERTY

#

so A and Q are inverted

#

and everyone using AZERTY is used to... CTRL+A to select everything

stiff yarrow
#

the hell is azerty

void void
#

french layout

stiff yarrow
#

anyways, you should be able to switch it in your OS

void void
#

no really

stiff yarrow
#

yea way

void void
#

you don't understand

#

this is a minecraft hardcoded thing

#

I have no way of fixing it

stiff yarrow
#

if minecraft thinks you have a qwerty keyboard

#

its fixed

void void
#

no

#

listen

stiff yarrow
void void
#

its only in 1.14

#

and only in minecraft

#

and all games knows I have an azerty

stiff yarrow
#

well maybe in previous versions Minecraft did not care about your azerty but in 1.14 they decided to care

void void
#

no no no

stiff yarrow
#

well, if Minecraft is doing something REALLY dumb with inputs then its not gonna be an easy fix for you

#

but try changing to Qwerty input in your OS

void void
#

same proble

#

m

#

seems like it uses like... raw key code thing

stiff yarrow
#

it may be doing that

#

and if it is that's stupid

#

but I don't know for certain

void void
#

it is, I know it

#

that's the only reason why

stiff yarrow
#
Under the Clock, Language and Region section click Change input methods.
Click the 'Options' link.
Click 'Add an input method'.
Select the Qwerty layout you want to use; click 'Add'.
Save.
Click 'Advanced settings' left of 'Change your language preferences'.
Under 'Switching input methods' check 'Use the desktop language bar when it's available'.
Click 'Options' and set options (e.g. Docked in the taskbar and check "Show text labels on the Language bar" box).
Click 'Apply' then 'OK'.```
void void
#

already tried

#

both azerty and qwerty

#

I always need to press the A position of the qwerty layout

#

which is the Q on azerty

stiff yarrow
#

have you tried just buying a qwerty keyboard like a decent human being Kappa

void void
#

it seems like the key position is hardcoded y'know

#

well

#

I am using a qwerty keyboard, but windows is set to azerty layout

#

the real only thing that change is that A/Q thing

#

and W/Z

#

just typing with that since I'm a child

stiff yarrow
#

Oh

#

well then change your locale to english

#

ez fix

void void
#

imagine I have to tell you "now you have to CTRL+Q to select all"

#

glhf

stiff yarrow
#

go to windows update and download the english language pack

#

switch your OS to english language

#

ez

void void
#

... why ?

stiff yarrow
#
the real only thing that change is that A/Q thing```
#

depends how bad you wanna fix this

void void
#

omg

#

that won't fix it

#

sdiofjsdqfq

#

sd

stiff yarrow
#

and it won't fix it why?

#

you're using a qwerty keyboard

#

why do you think windows is using azertry layout

void void
#

because

stiff yarrow
#

its because of your language peepoJuice

void void
#

I need it

#

I have set that

#

by myself

#

omg

stiff yarrow
#

you're causing your own issues then aren't you

void void
#

omg

#

I'm getting angry

stiff yarrow
#

I don't know what is upsetting you

#

the fix is simple PPepoHide

meager dawn
#

win + space to change keyboard layout

safe mason
#

btw running waterfall on a vps

#

the timedatectl says 21:24

#

this is something that happens on two of my vps...

unique orchid
#

looks like a timezone difference

safe mason
#

added -Duser.timezone=Europe/Belgrade in my startup script and fixed the issue

void void
#

And also @stiff yarrow , I can't open the chat anymore with the enter key from the numpad

#

they really fucked up something

#

both used to do the same

unreal quarry
#

Who is they?

void void
#

mojang

#

feeling like playing the game in alpha with those prehistoric bugs

unreal quarry
#

Sounds like a locale issue

void void
#

no, everyone has the enter key from keyboard and numpad

#

go in 1.14, assign your chat key as enter

#

and you'll see the numpad enter doesn't work

static badge
#

numpad enter and enter are technically different

void void
#

yeah but it used to work before

#

¯_(ツ)_/¯

unreal quarry
#

One is enter and the other is return

#

Different keycodes, even

void void
#

yeah they changed that

#

it's very annoying, losing all the habit

static badge
#

you can just bind it to numpad enter

unreal quarry
#

Make a mojira ticket

void void
#

moving my hand to my mouse, pressing the enter key of the numpad to release my mouse

static badge
#

instead of enter

void void
#

its just habits

#

I feel lost

#

lol

#

yeah @unreal quarry I'll probably do that

unreal quarry
#

They'll blame locale and close it

void void
#

so

#

Where can I find 1.14 mcp ?

unreal quarry
#

On github

merry talon
#

mfw JS supports underscores as ignored number characters

#

for readability

unreal quarry
#

It's not complete tho. Lots of srg mappings still laying around

merry talon
#
const num = 1_000_000
static badge
#

java supports that

merry talon
#

wat

#

really

static badge
#

yes

#

see this is why ur retarded

merry talon
#

why haven't I seen that before

static badge
#

everyone's retarded and avoids using it

merry talon
#

or maybe nobody hardcodes numbers like that because that's retarded

static badge
#

a fair explanation is that it came with j7

void void
merry talon
#

why isn't recursively the default

#

why does Infinity exist

static badge
#

ah js

merry talon
#

no context

unreal quarry
#

How does... What..

#

This... Undefined....

#

Lmao

slim nymph
#

well js can run in multiple environments

#

the method is confusing though

#

the window and global makes sense

merry talon
#

yes but why wouldn't you know if these things are defined

slim nymph
#

if you run it in browser, it uses window, in node, it uses global

#

the self/this is unknown why they are there

unreal quarry
#

How does an object check if itself is undefined tho...

slim nymph
#

it doesnt

unreal quarry
#

Lol

slim nymph
#

self = a variable, that is all userland and seems pointless

#

this will be variable on caller scope

#

'this' is not guaranteed to be the super global so thats iffy code there

#

but if they were using webpack, 'global' works same on both node and browser

merry talon
#

i think you're doing something wrong if you need to know if you're running in browser or node

#

top level await, hell yeah

#

but that's also not what that code does

#

it will return something different depending

#

and then you have to check on that

slim nymph
#

then you obviously have never worked in the web industry saying that

#

the entire goal of the ecosystem is to promote code reuse over both browser and ndoe

#

so yes knowing which environment your in is super common

merry talon
#

you can do that without knowing the environment

slim nymph
#

most code doesn't need to know, correct

#

but cant say all code shouldnt need to know

merry talon
#

I just can't think of any valid reason to know

slim nymph
#

polyfills

#

knowing do i even need to bother polyfilling, if i need to log, if im on server, i go to an FS based logger, on browser used an ajax based logger. etc

merry talon
#

hmm

slim nymph
#

or calling an api, where on server you have direct function access, vs ajax api on browser

static badge
#

is this a js war

merry talon
#

I still think that's some weird niche usage, stdout should be redirected at a higher level, ajax requesting being stateful so doesn't really make sense to be reusable in that way

#

but I've only really touched server side so ¯_(ツ)_/¯

unreal quarry
#

I was doing client <-> server comms in js before ajax was a thing

merry talon
#

server side js before ajax?

unreal quarry
#

My approach is commonly referred to as xss or some shit now days tho lol

static badge
#

.g xss

limber knotBOT
#

(DiscordBot) https://en.wikipedia.org/wiki/Cross-site_scripting -- Cross-site scripting - Wikipedia: "Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject..."

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications. XSS enables attackers to inject client-side scripts into web pages viewed by other users. A cross-site scripting vulnerability may be used by attackers to bypass acces...

unreal quarry
#

It's blocked

merry talon
#

lol wtf were you doing then

unreal quarry
#

I made a chat box similar to what most know as Facebook chat. But this was back in 1998

merry talon
#

who needs js for that at all

static badge
unreal quarry
#

Uh.. still needs to go to a server lol

merry talon
#

using CSS

unreal quarry
#

I used hidden iframes to send and get info

#

But xss blockers stop things like that now

merry talon
#

did you have some infinite page loading approach like this project then lol

unreal quarry
#

Just reloads an iframe every second

#

Lol

merry talon
#

oh god

unreal quarry
#

Seamless to user, but server got hit many times

#

We didn't have cool things back in the 90s ok

#

We had to make due

merry talon
#

was there really no other way to make a real time application back then

static badge
#

could've used C for it

merry talon
#

web application

limber knotBOT
#

or java

static badge
#

yeah

limber knotBOT
#

runs

static badge
#

use C

#

idk why all u people insist on using the worst language in the universe

merry talon
#

you can't run C in a browser mate

static badge
#

you can make your own browser then

#

come on now

merry talon
#

then why on earth would it be a web application

finite wave
#

Use Rust

merry talon
#

rust is just a circlejerk

static badge
#

so you can use it from the web duh

finite wave
limber knotBOT
#

(DiscordBot) Rust in the Browser for JavaScripters: New Frontiers, New Possibilities - length 40m 28s - 339 likes, 11 dislikes (96.9%) - 14,473 views - Coding Tech on 2019.02.01

merry talon
#

wasm is dum

finite wave
#

Meh

static badge
#

ur dum

abstract belfry
merry talon
#

uh, when I click a link in vs code it downloads the file and executes it

static badge
#

see this is why notepad is better

merry talon
#

clicked a link to a jar and it complained about execute permissions

#

thank god for that

austere ivy
#

The secret to 99% uptime

safe mason
#

Does anyone know of a plugin that can send messages from a plugin to ActionBar? I want to cancel a message sent from some plugins and instead send it to ActionBar or Titles.