#dev-general

1 messages ยท Page 257 of 1

fresh mural
#

but the method iterate will also be final

#

so it can't be overridden.

prisma wave
#

perhaps, that's why i wouldn't worry about it too much at the moment - once you start implementing things you'll find out what is and isn't practical/useful

fresh mural
#

(Side question: Does anyone wanna play Sburb with me?)

prisma wave
#

never heard of it

hallow crane
#

I have been exploring their web api to try and find a vulnerability like csrf or something so i can report it and get invited to the team then take down the server.

fresh mural
#

You've never heard of Sburb!?

hallow crane
#

thats a joke btw

prisma wave
#

I'm afraid not

prisma wave
icy quest
#

where can one learn . i know you devs hate newbies but like is there a youtube video series where one can learn to code

fresh mural
#

Look it up.

hallow crane
#

idk we'll have to see

fresh mural
#

Okay. Damn.

dry coral
#

@hallow crane ricky be making everything custom coded eh?

hallow crane
#

ricky and I are close and we do the stuff together

stuck harbor
#

the best programmers make plugins in asm x86

half harness
prisma wave
#

yes

hallow crane
#

I take credit for the 4% that makes the server good

half harness
#

oh ye bm when r u done

prisma wave
#

soon โ„ข๏ธ

#

idk

dry coral
#

lmaoo

half harness
#

its as if everything just paused

hallow crane
#

like dynamic updating asynchronous leaderboards

dry coral
#

fancy

fresh mural
#

What is "BM"?

prisma wave
#

c'est moi

dry coral
#

sees 7 results

prisma wave
#

7 whole results!!

stuck harbor
#

you say it's me too often?

#

or is my french shit

prisma wave
#

yes

dry coral
#

more messages than i usually send in a month

steel heart
#

BM wow but how many messages in total

fresh mural
#

How would BM be released?

#

That doesn't make sense with a Person.

onyx loom
#

thats crazy scholtes

#

im so proud of u

prisma wave
#

what

dry coral
#

nearly 15k messages congrats me

prisma wave
steel heart
#

Holy fucking moly

prisma wave
#

it's not that high

dry coral
#

catching up to frosty

prisma wave
#

gaby and many others have more

steel heart
dry coral
#

you're pretty close bm

prisma wave
#

yea

dry coral
#

3k from frosty and 10k from gaby

prisma wave
#

wait does gaby have the most?

#

all the admins are lower i think

onyx loom
#

gaby used to be active afaik

dry coral
#

yeah i believe gaby has the most

onyx loom
#

like more active

steel heart
#

Yeah I remember seeing him every day in plugin help or smtng

prisma wave
#

wow

steel heart
#

That was old times

prisma wave
#

clash?

dry coral
#

old times was when i was active

hallow crane
#

hey i think people should PR to my repo

stuck harbor
#

what tho

#

PR what

steel heart
#

On phone :0

prisma wave
#

or you suck

onyx loom
#

im close to 50k messages myself ๐Ÿ˜ฎ

dry coral
#

i feel like someone has more than gaby

#

im just unsure of who

prisma wave
#

maybe kyle

onyx loom
#

kyles left so cant check his messages

prisma wave
#

but can't check bc he's deleted

#

yeah

onyx loom
#

but he is old here? idk

prisma wave
#

oh has he left?

#

idk

onyx loom
#

i dont think he is

ocean quartz
#

Doubt Kyle has more than Gaby, he was only active for like a year

dry coral
#

nah kyle doesnt

#

if kyle or charlie stayed

#

i think they'd compete for top

onyx loom
#

frosty must be closest then

#

102k

prisma wave
onyx loom
#

๐Ÿคจ

dry coral
#

frosty might surpass gaby

#

but they're but slowing down on activity no?

onyx loom
#

frosty still much more active than gaby

fresh mural
#

Goodbye, HelpChat.

onyx loom
#

o

fresh mural
#

This is a very strange server.

steel heart
#

goodbye

onyx loom
#

nothing strange here.

fresh mural
#

It is.

steel heart
#

I'd like a justification for your opinion but the choice is yours.

fresh mural
#

Also, I'm very unfamiliar with all the topics here.

#

So, Imma just head out.

steel heart
#

fair enough Ig

prisma wave
#

๐Ÿ˜”

#

your loss

#

what a strange character

dry coral
#

@prisma wave

#

did i scare him away

#

i feel like i intimidated him with all this talk of people he's never heard about

lunar cypress
#

wh :omegalul:

prisma wave
#

possibly

#

idk

#

unrelated but f# is hot ```fsharp
open System
let lenS = int(Console.In.ReadLine())
let s = Console.In.ReadLine()

let inline charToAscii c = int c

let sum = Seq.toList s |> List.map charToAscii |> List.sum

printfn "%c" (char (sum / s.Length))

#

that code is probably horrible but

#

it's still hot

onyx loom
#

o

#

thats quite nice

prisma wave
#

lemme try clean it up

obtuse gale
#

open System

#

The fuck is that

prisma wave
#

i presume an import

#
open System

let line = Console.In.ReadLine()

let sum str = Seq.map int str |> Seq.sum

let avg (str: string) = sum str / str.Length

printfn "%c" (avg line |> char)
``` cleaned it up a bit
#

that's hot

stuck harbor
#

very nice

#

mine is just

prisma wave
#

yeah

stuck harbor
#

two for loops that could be done in one yeet rushing

prisma wave
#

Imagine having for loops

#

Gross

stuck harbor
#

hush

obtuse gale
#

Hi Guys,

I recently updates my game from 1.8 to 1.16.4, pretty much everything works except one thing. Players are not having colors in tab. Anyone know how this could happen? and what the fix would be? This is the code: https://paste.helpch.at/opaxuwovov.coffeescript

ocean quartz
#

Gradle please ๐Ÿ˜ญ
Caused by: java.lang.NoClassDefFoundError: org/jetbrains/plugins/gradle/tooling/ModelBuilderService$Ex

prisma wave
#

๐Ÿ˜ญ

ocean quartz
#

Wtf, anyone have any idea about that error? .-.

obtuse gale
#

Whats the naming convention for artifactId? IS it all lowercase? If so how would I imply a space between words

ocean quartz
#

I think so

half harness
#

wheres an artifact id used?

#

I just see it in the gradle setup

#

but always just put project name

obtuse gale
#

can i use - to signify a space lol, looks kinda gross but like idk what else to use

prisma wave
#

That answers your question too dkim

half harness
#

I guess I haven't been following naming conventions

ocean quartz
#

When you import a project you need the group id and artifact id
implementation "group-id:artifact-id:version

half harness
#

ye

#

any way to change artifact id? it's not in build.gradle

obtuse gale
#

?mf

compact perchBOT
half harness
#

;-;

ocean quartz
prisma wave
half harness
#

o

obtuse gale
#

my wpm dropped down to like 90 :((

#

I havent practised in ages

onyx loom
#

still better than mine

#

mines like 60 ๐Ÿ˜ฉ

ocean quartz
#

Already deleted .gradle

#

Already stopped the daemon

prisma wave
#

Isn't that an Intellij problem?

#

Does building via CLI work?

ocean quartz
#

The error happens when reloading the project actually

half harness
#

restart intellij fingerguns

#

Did you kill all java processes

ocean quartz
#

No need to suggest that, it's literally the first thing i do

#

There is no java process

half harness
#

invalidate cache

#

ยฏ_(ใƒ„)_/ยฏ

ocean quartz
#

Like i said that's the first thing i do

half harness
#

oh

#

hm

tranquil crane
#

How long ago was I pinged here sad_fingerguns

ocean quartz
tranquil crane
#

ty couldn't be bothered to search for it on mobile

prisma wave
#

Hello

#

Blasphemer

half harness
#

ยฏ_(ใƒ„)_/ยฏ

#

idk

prisma wave
#

@ocean quartz I would guess IJ has been corrupted OR a version incompatibility

#

So maybe try a reinstall

#

Ik it sucks

#

But worth a try

ocean quartz
half harness
#

hm

ocean quartz
#

I can try yeah

half harness
ocean quartz
#

Dkim, i already did my guy

regal gale
#

What about Task Manager?

#

When in doubt, I alwats do that

ocean quartz
#

There is a new IJ update, let's see if that'll fix it

half harness
#

UDPATE

#

why wouldn't u update

#

-_-

prisma wave
#

Matt make sure you've deleted .gradle ๐Ÿ™‚

prisma wave
half harness
#

wdym

regal gale
#

Lmao

prisma wave
#

Minecraft 1.8

ocean quartz
half harness
#

so?

#

I like pvp

#

i like minecraft pvp*

prisma wave
#

๐Ÿ™„ ๐Ÿฅฒ

half harness
#

I like 1.8 pvp*

regal gale
#

Pvp is for kids

half harness
#

its preference

#

u guys like those

#

i like this

#

actually

ocean quartz
#

It's a new version btw, like a day or so it seems

prisma wave
#

I like usable APIs

half harness
#

1.7 is kinda

#

nice

ocean quartz
#

Die

half harness
#

because

#

of the knockback

prisma wave
#

can we just not

half harness
#

the knockback on 1.8 is ridiculous

#

ok

prisma wave
#

Who cares

#

7 year old version

#

Get that shit out

half harness
#

๐Ÿ™„

prisma wave
#

๐Ÿ™„ ๐Ÿ™„

half harness
#

๐Ÿ˜

prisma wave
#

๐Ÿ™‚ ๐Ÿ‘ ๐Ÿ˜Š

half harness
#

anyways

#

;-;

#

๐Ÿ‘ฟ

#

matt

ocean quartz
#

What?

prisma wave
#

make sure you've deleted .gradle

half harness
#

tell us when update done

#

๐Ÿ™‚

ocean quartz
half harness
#

๐Ÿ‘€

prisma wave
#

Can you do that?

ocean quartz
#

No ๐Ÿ˜ญ

half harness
#

๐Ÿ˜ฎ

prisma wave
#

๐Ÿฅฒ

half harness
#

๐Ÿฅฒ

regal gale
#

T

prisma wave
#

T?

ocean quartz
#

Damn, JetBrains coming in clutch with build 203.6682.168 to fix my issue

prisma wave
#

Classic Jetbrains

obtuse gale
#

i do love build 203/6682/168

#

absolute classic

hybrid citrus
#

can i send someone a plugin I made and get some help fixing it? this is my first time making one and im so lost

sharp venture
#

sure

#

or use

#

=paste

compact perchBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
โ€ข HelpChat Paste

half harness
hybrid citrus
#

ok

regal gale
hearty hemlock
#

anyone have a good tutorial for using mySql into bukkit, im really struggling with it

regal gale
#

A

obtuse gale
#

If I had some form of linking mc to twitch, would it be hard to check if someone is streaming?

prisma wave
#

probably not

stuck harbor
#

twitch probably has a java api

high violet
#

There is a new Exploit that crashes servers

#

Lovely

#

Paper implemented a fix for it but spigot and other custom made forks do not

prisma wave
#

oh no!

#

Anyway

stuck harbor
#

yep

high violet
#

ikr

stuck harbor
#

isnt paper removing java 8 support for 1.17?

high violet
#

But since a lot of forks out there are forks of paper don't count on it

stuck harbor
#

lol 18

#

a bit ahead of most server owners lol

high violet
#

Java 8 ftw

stuck harbor
#

nah

high violet
#

Let's goo

#

Lambdas? More like Ewww

#

i'm jk

prisma wave
#

Java 8 has lambdas tho

high violet
#

Cringe

#

What a funny domain name it was

stuck harbor
#

hm

high violet
#

heheh

stuck harbor
high violet
stuck harbor
#

eh i dont like .me

high violet
#

since me is similar to io

stuck harbor
#

i was considering iwan.dev

#

very nice

high violet
#

Is there a .dev domain?

#

nice

stuck harbor
#

yeah

#

.dev also requires ssl

high violet
#

They are both really Kek names

#

Stop being C R I N G E

#

what's t1?

#

Oh so you are flexing on minorities then now

#

rude

#

Who's bm?

stuck harbor
#

mister britten

#

eeee

#

noh

#

never

high violet
#

i know him, helped me quite a few times already

#

not used to call him mb

#

looks like Mister Bearn

stuck harbor
#

yeah pretty cringe

high violet
#

LMAO

#

i'm tired

stuck harbor
#

yeet

obtuse gale
#

idk if id say tier 1s are minorities

stuck harbor
#

i would move to germany but expensive

obtuse gale
#

can we get a fact check on that real quick

high violet
#

idk

obtuse gale
#

I would say tier 1 is a majority tbh

high violet
#

Can we?

stuck harbor
#

i mean me moving there in general

high violet
#

Switzerland is

#

yep

obtuse gale
#

move to australia

high violet
#

Italy

hot hull
#

Don't move to Australia

obtuse gale
#

no

#

do

stuck harbor
hot hull
#

Aussie land ew

obtuse gale
#

bruh

high violet
#

piss

stuck harbor
#

move to austria :))))

hot hull
#

Slovenia is where it's at

obtuse gale
#

why

#

explain

#

also we're in the wrong channel now

high violet
#

Meh who cares

hot hull
#

Aj, idk, the fucking undiscovered monsters scare me a tad

obtuse gale
#

i moved to off topic

high violet
#

if anyone has a question we'll answer him right away

prisma wave
#

Join what

stuck harbor
#

existance

prisma wave
#

Okay

obtuse gale
#

its telling me ive already purchased nitro ๐Ÿ˜

#

is it cos ive already used xbox game pass nitro twice on this account already or something?

#

I believe so

#

aight

#

who wants my nitro link

prisma wave
#

lol

obtuse gale
#

bruh when did i get in this channel

viscid charm
#

"what are some weird quirks of spigot API?"

quiet depot
#

itemstacks can either be null or material.air when using the inventory api

prisma wave
#

^

#

a shit ton of deprecation, some of the events are quite inconsistent (3 different events for right clicking an entity)

distant sun
viscid charm
#

o

distant sun
#

d;spigot statistic%play_one_minute

ruby craterBOT
#
public static final Statistic PLAY_ONE_MINUTE```
Description:

Name is misleading, actually records ticks played.

prisma wave
#

^^ lmao

viscid charm
#

who do u guys think is better coder? The mojang or Bukkit or Spigot?

prisma wave
#

then again, Android is kind of similar. They've both been modified so much over time and care about backwards/forward compatibility that it's become a mess

#

Mojang made a lot of Bukkit I believe

#

or dinnerbone did

stuck harbor
#

and it is not thread safe

#

yeet

prisma wave
#

that's not a quirk per-se, but it is annoying

lunar cypress
#

All bukkit based software has to carry the burden of the vanilla server design as well

stuck harbor
#

well done gold stars

prisma wave
#

indeed

viscid charm
#

Brister are dinnerbone/mojang like average coders or like legendary coders?

prisma wave
#

idk lol

stuck harbor
#

it's a company not a cult

prisma wave
#

im not sure how you'd rate it

viscid charm
#

no like

lunar cypress
#

What is a "legendary coder"

prisma wave
#

^

hot hull
distant sun
#

One person cant improve all that mess

viscid charm
#

top coders u'd assume they work at like Facebook/Google

lunar cypress
#

People are doing their jobs

viscid charm
#

Like or are at the top of competitive programming

distant sun
#

So even if dinnerbone was THE BEST he couldnt code the entire game

stuck harbor
#

competitive programming is annoying

#

cause I'm bad :)))

distant sun
prisma wave
#

clash of code :))

lunar cypress
#

Competitive programming has little to do with actual software development

viscid charm
#

Can an average joe code mc with average iq is what i am saying

quiet depot
#

I believe dinnerbone was hired because of his work on bukkit

stuck harbor
#

lol

viscid charm
#

minecraft <- make minecraft*

#

likee the old ass minecraft

prisma wave
#

probably

viscid charm
#

you can do it ?

prisma wave
#

never tried

viscid charm
#

Given 5-10 years?

lunar cypress
#

If you put enough time into it

prisma wave
#

but im pretty confident i could make a basic version at least

#

like the alpha versions

hot hull
#

It ain't rocket science reversed_fingerguns

viscid charm
#

beta versions?

prisma wave
#

idk

lunar cypress
#

In 5-10 years anyone can get to that level

distant sun
prisma wave
#

given time

#

yeah

#

lmao

viscid charm
#

oh dam i see

distant sun
#

In browser

viscid charm
#

is it much easier to code games in Unity than doing them on JAva?

stuck harbor
#

yes

prisma wave
#

Unity has much more support

#

so i'd say yes

stuck harbor
#

java is not for games

distant sun
#

Between coding a game and extensions for one is a big difference

prisma wave
#

assuming you know both languages

stuck harbor
#

use rust for games :))))

prisma wave
viscid charm
#

so is minecraft jus RAW java or any APIs used?

prisma wave
#

it uses LWJGL

stuck harbor
#

nice acronym

prisma wave
#

which is a pretty thin wrapper on OpenGL

prisma wave
stuck harbor
#

ah

prisma wave
#

lol

stuck harbor
#

still nice tho

prisma wave
#

Lightweight Java Game Library

distant sun
#

Well you can probably avoid libraries if you hate yourself

stuck harbor
#

mc should use vulkan

#

yeet

quiet depot
#

someone was working on that

#

I think

#

i'll check

stuck harbor
#

oh cool

distant sun
#

what is vulkan?

viscid charm
#

what would u say is easier? Unity games or Spigot plugins?

obtuse gale
stuck harbor
distant sun
#

plugins most likely

quiet depot
#

yes aj

lunar cypress
#

Spigot plugins, generally

hot hull
#

Yes Aj

obtuse gale
#

epic

viscid charm
#

oh dam ok i see

prisma wave
#

plugins are definitely easier

lunar cypress
#

Though you can of course make a very simple unity game and a very complicated spigot plugin

distant sun
#

Game dev is a different thing

hot hull
prisma wave
#

indeed

viscid charm
#

evne minigame plugins way easeir tahn games?

prisma wave
#

you can't really compare the 2...

#

there's way too many things to consider

distant sun
stuck harbor
#

they are very different

hot hull
#

I feel like you don't really understand your questions Pepper lol

hot hull
lunar cypress
#

I'd consider Game dev harder because you need so much more than just programming

quiet depot
#

replacement renderer for minecraft, uses vulkan and c++

viscid charm
#

I meant in terms of raw programming

stuck harbor
#

hol' shiz that's good

viscid charm
#

bevausae with unity dont u have drag and drop typa shit?

#

a lot less coding right?

quiet depot
#

iwanio it can also use rtx stuff ๐Ÿ˜„

distant sun
#

what pepper

stuck harbor
#

oh nice

lunar cypress
#

Have you ever tried to make a game?

viscid charm
#

yes

stuck harbor
#

it requires a lot of design

#

plugins are mostly code

distant sun
#

Minecraft devs had to create all these things you see today, they arent just there by default

#

So you do on unity

viscid charm
#

oh we aint talking about complex

#

we have to obviously talkabout like

#

same level

#

nvm ur right they are 2 diff things

quiet depot
#

unreal is where it's at

stuck harbor
#

bevy :)))

viscid charm
#

yo some guy here said competitive programming isn't software development?

#

why is that?

#

@stuck harbor was it u?

stuck harbor
#

nah

prisma wave
#

competitive programming usually isn't focused on clean solutions

stuck harbor
#

I didn't say that

quiet depot
#

what is bevy?

prisma wave
#

it's about hacking something together as fast as possible

stuck harbor
lunar cypress
#

I said it has little to do with software development

viscid charm
#

doesnt it make you better programmer tho @prisma wave ?

quiet depot
#

are you a rust fanatic?

prisma wave
#

RUSt

stuck harbor
#

nah

#

but its fun

quiet depot
#

what ya think of vlang

stuck harbor
#

not terrible

prisma wave
distant sun
#

Being a good competitive programmer is not a must imo

viscid charm
#

cus all the top companies hire competitive programmers from what I heard what this kid said cus they pass interview quesitosn much better

lunar cypress
#

You don't write big end-user applications with software design in mind but try to solve a problem as quick as possible

viscid charm
#

@prisma wave ur saying its just practice rather than raw IQ?

prisma wave
#

what is "raw IQ"

lunar cypress
#

IQ is bullshit

quiet depot
#

iq has no correlation to anything

prisma wave
#

^

viscid charm
#

no in competitive porgrammign

stuck harbor
#

IQ test was designed as a racial segregation system

quiet depot
#

was it actually lol

viscid charm
#

Like No matter how much u practicee u wont beat someone whos talented who also practices a littel less tahn you

prisma wave
#

of course you could

lunar cypress
obtuse gale
#

so was bmi apparently

quiet depot
#

til

obtuse gale
#

but i mean

prisma wave
#

Competitive Programming (as far as I know) usually focuses on knowledge of algorithms and hacks, rather than designing clean, maintainable code

viscid charm
#

@lunar cypress bro iq is not bs lmao

stuck harbor
viscid charm
#

no its not lmao

quiet depot
#

fresh it's complete and utter bs

#

just put a little thought into the actual concept of iq testing

viscid charm
#

a guy who has like an IQ lower than certain amount, youwont be able to function in society

#

jordan peterson even talkeda bout this

lunar cypress
quiet depot
#

i have a tested iq of 4

prisma wave
#

jordan peterson

quiet depot
#

I think I function fine

prisma wave
#

im not sure he's a reliable role model

stuck harbor
#

u can't have 1 number for all of your intelligence

prisma wave
#

C++

#

probably

stuck harbor
#

IQ is just how good u are at maths questions tbf

prisma wave
#

or C#

obtuse gale
#

c

quiet depot
#

c++ is a popular choice (cuz unreal)

obtuse gale
#

just c

#

ez

quiet depot
#

c# for unity

stuck harbor
#

C++ or rust

prisma wave
#

RusT

stuck harbor
#

shush

viscid charm
#

watch that video

#

that guy has actual 75 iq

lunar cypress
#

...

obtuse gale
#

maybe his just dumb

quiet depot
#

c++ is one of the hardest languages

viscid charm
#

It does matter lol

stuck harbor
#

not as hard as C, but not very easy

prisma wave
#

bruh

lunar cypress
#

You don't get what we're saying my guy

stuck harbor
#

eh?

prisma wave
#

unreal usually

viscid charm
#

he can try as much as he can bro he wont be able to do shit most normal people can

quiet depot
#

isn't c significantly simpler?

stuck harbor
#

sublime text

viscid charm
#

@lunar cypress what u saying?

quiet depot
#

idk, I don't use c or c++

#

ig I can't comment

stuck harbor
#

eh C is old

prisma wave
#

@viscid charm obviously low IQ is gonna make life difficult - our point is that you don't need a 150 IQ to be a good programmer

viscid charm
#

Ur saying with hardwork you can be top competitive programmer or top programmer?

obtuse gale
quiet depot
#

if you can learn java you can learn c#

stuck harbor
#

budget java tbh

prisma wave
#

C# is very similar to Java and Kotlin

quiet depot
#

about the same difficulty

prisma wave
#

it's like a mix of the 2

#

C++ is pretty tricky, so is C

distant sun
#

C is bs.

viscid charm
#

@obtuse gale you cant change ur iq, atlaest not significantly

#

theres a reason they have mensa and stuff

distant sun
#

Pointers :(

obtuse gale
#

what measures iq? Ive never looked into it

quiet depot
#

a test

obtuse gale
#

what does the test consist of tho

distant sun
#

Idiot quality

obtuse gale
#

is it like common knowledge shit or like

viscid charm
#

intelligience quotient i believe

#

Nah

#

its ur ability to recognize pattersn adn shit like taht

stuck harbor
#

<variable>& in c++

viscid charm
#

faster than otehrs

stuck harbor
#

hurts me

quiet depot
#

it depends on where you're getting the test from aj

obtuse gale
#

and why do you need to be able to recognise patterns fast for coding

viscid charm
#

that guy with 75 iq wont be able to code.

obtuse gale
#

im sure he could if he tried hard enough

viscid charm
#

No lmao

#

thats not how it works dude

hot hull
#

What does iq have to do with this ๐Ÿค”

stuck harbor
#

anyone can code, not everyone can develop software

obtuse gale
#

I think it is

prisma wave
#

fairly simple

obtuse gale
#

I feel like if he put his mind to it

viscid charm
#

@obtuse gale not how iq works bro,

prisma wave
#

i'd say the difficulty scales linearly - simple things are easy, complex things are hard

viscid charm
#

most people can learn code and be good at

hot hull
#

I tried using unity once, pc couldn't handle it tho

obtuse gale
stuck harbor
viscid charm
#

thats not what i m saying

prisma wave
#

wtf is happening here

viscid charm
#

Nope i am jsut saying the truth bro

hot hull
#

Very

obtuse gale
#

so if IQ cannot be altered then are some people just born without the ability to do certain things

stuck harbor
viscid charm
#

yes @obtuse gale

obtuse gale
#

so would that classify people with low iq as disabled

viscid charm
#

yes.

#

HE says it

#

hes disabled

#

in taht video

stuck harbor
#

jesus u are very rude

viscid charm
#

The higher and more lower you go, it gets exponentially

#

how?

#

wat?

#

WTF?

#

this is af act bro

obtuse gale
#

so

viscid charm
#

not some opinion

obtuse gale
#

same

stuck harbor
#

same

obtuse gale
#

surely theres some shitty iq test i can take online rn

viscid charm
#

Nono that wont prove anythign @obtuse gale

prisma wave
#

clash of code?

obtuse gale
#

coc

prisma wave
#

lets go

obtuse gale
#

i do love meself some coc

lunar cypress
# viscid charm <@!234343108773412864> what u saying?

We're not saying intelligence doesn't exist or everybody is equally (un)intelligent. We're saying IQ is not a good measurement for intelligence as, just to point that out again, the majority of scientists argue today. Anecdotal evidence is not am argument against that

viscid charm
#

i am just saying that not everyone can do anything.

stuck harbor
#

im gonna write more for loops yay

viscid charm
#

Oh yea @lunar cypress i agree with that

obtuse gale
#

right so some people are just born without the ability to program is that what youre saying?

prisma wave
#

IQ is just a somewhat biased measurement of logical intelligence

quiet depot
#

just to add onto that, a good metric doesn't exist

viscid charm
#

Yes @obtuse gale

quiet depot
#

there's no way to test something like that

distant sun
#

Correct

stuck harbor
#

beep

obtuse gale
#

ok but whats stopping them from programming

viscid charm
#

Dude they cant even land a job my guy

#

how are they gonna code?

#

watch the vid i sent, i can send it to you in ur PMs

obtuse gale
#

lmao same

quiet depot
#

you're honestly better off doing the worst you can on iq tests to have some fun, unless for some reason you want to be circlejerking in mensa with pseudo intellects

stuck harbor
#

haha

viscid charm
#

No but again, i am not saying it like that. I am just saying people AT THE VERY TOp for shit like Chess and struff all have high Iqs.

prisma wave
#

well yes

viscid charm
#

Something wtih low IQ wont ever be at that level.

#

Thats a fact.

prisma wave
#

because IQ measures logical ability and chess is all about logic

viscid charm
#

i am not being rude.

stuck harbor
#

the IQ measures how good you are at IQ tests

#

not how 'intelligent' you are

obtuse gale
#

i do shitty logic in my programming does that mean i have a low IQ

viscid charm
#

no

#

lmao

prisma wave
#

anyway, enough talk, more clash

obtuse gale
#

I now have an excuse for my shitty logic ๐Ÿฅฒ

#

more coc

distant sun
#

How sure are you aj

prisma wave
#

nobody else joining? D:

distant sun
#

xD

quiet depot
#

i'd like to note that the tested iqs of top chess players like magnus carlsen, aren't real. iq tests simply can't measure iqs that high
EDIT: I mean yeah, that's the number they got, but it doesn't mean anything

distant sun
#

Cant rn sorry bm

prisma wave
#

๐Ÿ˜ฆ

stuck harbor
#

๐Ÿ‘join ๐Ÿ‘clash

lunar cypress
#

The problem is you're making a fallacy. You're implying that IQ is some objective way to separate the "dumb" from the "smart" and that IQ causes performance @viscid charm

distant sun
#

Lol pig

viscid charm
#

Nono

stuck harbor
#

haha 0%

prisma wave
#

aight let's go ig

stuck harbor
#

just stackoverflow

distant sun
#

.cs

prisma wave
#

@obtuse gale .cs I believe

viscid charm
#

BUT iQ is definately an good indicator of success. Generally speaking

#

u shudnt relay on it, but its a fact waht i just said

quiet depot
#

what do you define success as pepper?

stuck harbor
#

oh no

obtuse gale
#

bruh

stuck harbor
#

this is not good

obtuse gale
#

i know what it is

#

i just dont know how to do it

#

ok

viscid charm
#

@quiet depot fit in society, if ur under certain iq, u wont.

lunar cypress
stuck harbor
#

confusion

obtuse gale
#

so

prisma wave
#

reverse

obtuse gale
#

im not gonna tell you

viscid charm
#

K i will find citations tommorow

prisma wave
#

good

viscid charm
#

but ok

distant sun
#

Idk where you live pepper

stuck harbor
#

oh i get it!

#

i understand it now

#

haha

distant sun
#

But you dont need a big IQ to have friends or have a job that is not rocket science

prisma wave
#

yeah i do i think

obtuse gale
#

i know what it is

stuck harbor
#

lol its clever

obtuse gale
#

i just dont know HOW

viscid charm
#

@distant sun i get what u mean and yes of course

#

BUt having a higher iq, will increase ur chances of success

stuck harbor
#

read it

viscid charm
#

or not have a low iq*

prisma wave
#

how do do this functionally

#

๐Ÿ˜ฌ

distant sun
#

Whats the problem @prisma wave

hot hull
#

Ngl, this chat has become a hell of a lot of stupidity reversed_fingerguns

prisma wave
#

doing it in Java or something would be easy

stuck harbor
#

lol

#

:)))

viscid charm
#

just ignoring facts but o well

stuck harbor
#

for loop time

distant sun
#

This is easy

viscid charm
#

its like saying, being the biggest bodybuilder, anyone can do it.

#

"Oh with enough steriods anyone can become the biggest bodybuilder"

distant sun
#

That is stupid

hot hull
#

^

lunar cypress
#

straw man

distant sun
#

And no person that actually thinks will say that

lunar cypress
#

no one is saying this

distant sun
#

Ide integration for coc when smh

quiet depot
#

gaby

#

soon

distant sun
#

Piggy

quiet depot
#

make me a java api wrapper

viscid charm
#

=ok but most people, can take as many steriods as they want, they will never get as big as ronnie coleman Natrually

stuck harbor
#

nice

quiet depot
#

they gotta inject the juices

distant sun
viscid charm
#

=ok but most people, can take as many steriods as they want, they will never get as big as ronnie coleman (EVEN IF HE was natty)

lunar cypress
distant sun
#

Lol

lunar cypress
#

wont work

distant sun
#

run first lol

viscid charm
#

however it was about coding, to be a good programmer, you certain need a minimum/certain level of IQ.

prisma wave
stuck harbor
#

damn @prisma wave im adding 2 instead of one

#

ee

#

wait no

#

derp

prisma wave
#

lol

stuck harbor
#

i got it i think

#

done

#

boom

#

k

distant sun
#

@prisma wave game id?

prisma wave
#

idk lol

stuck harbor
#

=paste

compact perchBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
โ€ข HelpChat Paste

stuck harbor
distant sun
#

ye but what's the id

stuck harbor
#

dont judge me too much

#

its pretty bad

#

oh cool

obtuse gale
#

tf

stuck harbor
#

lol

#

u may be close

#

my code is just bad tho

#

like really

#

big bad

#

i use a modern for loop and then add to an int called i?

obtuse gale
#

tf is going on here

stuck harbor
#

like wut am i doin'

lunar cypress
#

(->> input (map int) (map-indexed +) (map char) (apply str)) @prisma wave fingerguns

prisma wave
#

nice

#

trying to use F# for this tho

stuck harbor
#

haha

#

oop

#

ur code may be better, but i did it in 7 mins

static zealot
#

yo I'm to good for this shit

#

5 minutes is what I needed

stuck harbor
#

yes

#

you are still going tho

#

oh nah ur pending now

obtuse gale
#

oh i see

static zealot
#

no

#

I'm not

stuck harbor
#

damn

#

show code

static zealot
#

did

stuck harbor
#

ahhhhh

#

that code

#

help

#

too good

static zealot
#

xD

stuck harbor
#

mine is pretty bad tho

#

altho its pretty similar to urs

obtuse gale
#

ffs

#

i get problems when theres the same letter twicei n one word

static zealot
#

could've been better

#

but I was like. 10 minutes? I'm late fuck

stuck harbor
#

haha yeah

#

i did it in 7 but for some reason, i converted the input into an array

#

then used a modern for loop

obtuse gale
#

am i the only person left?

#

Or is bm still going

stuck harbor
#

bm is still going

#

we must be close to 15mins now

static zealot
#

how much time left?

#

oh

stuck harbor
#

no idea

static zealot
#

I can see

#

40 seconds

stuck harbor
#

ah

#

oh there it is

static zealot
#

@obtuse gale @prisma wave please submit. thanks

stuck harbor
#

its at the top

obtuse gale
#

i will when bm does

stuck harbor
#

lol

static zealot
#

uigh

#

that's never

#

lmaoo

#

he won't

prisma wave
#

omg

stuck harbor
#

lol

prisma wave
#

i literally got it working at the last second

stuck harbor
#

my dude

static zealot
#

@obtuse gale get fucked

stuck harbor
#

that code is nice tho

obtuse gale
#

i dont 75%

stuck harbor
#

ha

prisma wave
#
let l = Console.In.ReadLine()

let first = Seq.head l |> string

let str = 
    Seq.mapi (fun i -> fun c -> (int c  + i) |> char ) l |> 
    Seq.map string |> 
    String.concat ""

printfn "%s" str

@lunar cypress messy but close enough

stuck harbor
#

@obtuse gale share code

obtuse gale
#

I legit had a list of the entire alphabet

#

no fucking way

static zealot
#

ok you're bad

stuck harbor
#

my dude

prisma wave
#

i couldn't figure out currying so i had to use (int c + i)

static zealot
#

I wanted to quit the first 10 seconds

#

lmao

#

then I realised

obtuse gale
#

val alphabet = listOf('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z')

static zealot
#

its just ascii

stuck harbor
#

i read the abcdef example and i was like ohhh yeah

#

just add the position in the string to the ascii value

prisma wave
#

yeah

#

Brings the left hand side to the last argument of the right hand side

#

Quite nice I think

obtuse gale
#

why tf is it tryna get me a job now

stuck harbor
#

haha ur code is good to work for google

static zealot
#

or ascii xD

obtuse gale
#

i only got problems when a letter was repeated

static zealot
#

o

#

he shared code

#
fun main(args : Array<String>) {
    val input = Scanner(System.`in`)
    val word = input.nextLine()
    val alphabet = listOf('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z')
    val endString = StringBuilder()
    val wordClone = word
    word.toCharArray().forEach {
        val indexOf = alphabet.indexOf(it)
        val add = wordClone.indexOf(it)
        endString.append(alphabet.get(indexOf + add))
        wordClone.replace(it.toString(), "")
    }
    println(endString.toString())
}```
stuck harbor
#

wow

#
class Solution {

    public static void main(String args[]) {
        Scanner in = new Scanner(System.in);
        String l = in.nextLine();

        // Write an answer using System.out.println()
        // To debug: System.err.println("Debug messages...");

        String[] characters = l.split("");
        String output = "";
        int i = 0;
        for (String c : characters) {
            int pos = c.charAt(0) + i;
            output += Character.toString((char) pos);
            i = i + 1;
        }
        System.out.println(output);
    }
}
``` beep?
obtuse gale
#

the wordClone variable didnt do anything btw

#

it was something i was testing that ditn work

#

we doing another one?

static zealot
#

nah

prisma wave
#

I'm eating lunch rn

lunar cypress
#

are there no 2 parameter lambdas in f#? thonking

stuck harbor
#

yeah i have work to do

#

but if anyone starts one ping me ๐Ÿ™‚

prisma wave
#

I was just speedrunning the docs

#

Although I think it's like Haskell

lunar cypress
#

interesting that this works though

#

though tbf i dunno the semantics of mapi or fun so

#

lol

prisma wave
#

mapi iirc was int -> T -> R or whatever they use for "generics"

#

But it implied 2 functions

prisma wave
#

It's a bit messy but doesn't seem like it wouldn't work

lunar cypress
#

the fun c lambda returns another function correct

#

well I guess it makes sense if it works like in haskell

prisma wave
#

yeah

#

Oh it looks like you can have multiple parens

#

But maybe that's just syntax sugar

#

And gets converted to "repeated" functions

#

Not sure what the correct terminology is there

small sigil
#

public void createTable() throws SQLException {
PreparedStatement ps;
try {
ps = plugin.mysql.getConnection().prepareStatement("CREATE TABLE IF NOT EXISTS player_stats "
+ "(NAME VARCHAR(100),UUID VARCHAR(100),KILLS INT(100),DEATHS INT(100),KILLSTREAKS INT(100),WINS INT(100),WINSTREAKS INT(100), " +
"LOSES INT(100),LOSESTREAKS INT(100),GAMES_PLAYED INT(100),BROKEN_FLAGS INT(100), PRIMARY KEY (NAME))");
ps.executeUpdate();
} catch (SQLException e) {
e.printStackTrace();
}
}

#

at net.lusermc.ArenaSetup.Mysql.MysqlGetter.createTable(MysqlGetter.java:22) ~[?:?]

#

tรผrk mรผsรผn ๐Ÿ™‚

normal talon
#

oh god

#

abi

#

kod bloklarฤฑnฤฑ kullan

#

I hope google translate works lol

small sigil
#

Returns error on line 22

normal talon
#

what is line 22 ?

prisma wave
#

so much nullability

normal talon
#

just paste your whole code here

stuck harbor
#

=paste

compact perchBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
โ€ข HelpChat Paste

small sigil
#

=paste

compact perchBOT
#
HelpChat Paste

Please use a paste service to share configs, errors, code and long logs.
โ€ข HelpChat Paste

small sigil
normal talon
#

uuh yea, I don't understand Mysql

small sigil
#

-_-

prisma wave
#

plugin.mysql.getConnection() any of these things could be null

#

what's the error?

regal gale
#

@quiet depot I think i should go with Rhino js for now. GraalVM is just too hard at this point to work with, as many still uses jdk 8

quiet depot
#

rhino doesn't have any benefit over nashorn

#

and if this is for mc

#

paper is forcing an update to 11 soon

#

so don't use 8 as your reasoning

regal gale
#

There's still no way people will get over with that easily ._.

#

Beside, majority haven't even used Paper yet

quiet depot
#

majority of what

#

majority of people who run servers

#

or majority of people who run servers on the latest version

#

because paper has a majority market share in 1.16

regal gale
#

The first one

#

I asked my friends on a server before, and half of them still went with TacoSpigot...

quiet depot
#

tacospigot is paper

steel heart
#

also paper java 11

#

very nice

regal gale
#

Oh wait, not "half"

#

A few

stuck harbor
#

java 17 > java 11 > java 8 > java 0

steel heart
#

lts for java 8 is gone tho

#

so no

fervent python
#

java 0 > kotlin

regal gale
#

But I agree with Paper moving on java 11

steel heart
#

remove it from the comparison

fervent python
#

jk forgive me

steel heart
#

how dare you

regal gale
#

Anyway, what about the people who still don't want to move on with life thonk

#

What's the plan for that?

#

@quiet depot

quiet depot
#

who gives a fuck about them

#

no one

#

they can go fuck themselves

#

that's the official attitude

regal gale
#

Meh ._.

quiet depot
#

paper doesn't support plebs on lower versions

#

neither does spigot

#

neither do I

stuck harbor
#

we gotta force people to upgrade

ocean quartz
#

Same thing for people using 1.8

regal gale
#

Whatever ๐Ÿ‘€

ocean quartz
#

No point in supporting old stuff just because people don't want to move up

steel heart
#

yes I'm pretty sure java 8 is gonna die drastically

weary epoch
#

yes

stuck harbor
#

its already died

half harness
#

๐Ÿ™„

steel heart
#

no

lunar cypress
#

Unfortunately not

stuck harbor
#

its dead in my eyes

steel heart
#

majority of plugins still runs on java 8

lunar cypress
#

Good for you

steel heart
#

even tho lts

stuck harbor
#

LTS will be java 17 soon, wont it?

steel heart
#

java 16 first

wanton sentinel
#

Lads, wanna hear something cool!

regal gale
#

Eh...

#

Wot

wanton sentinel
#

i got intellij ultimate ๐Ÿ˜„

onyx loom
#

very cool

wanton sentinel
#

I got some questions about it tho

#

What is the difference between them

#

Is working easier and quicker with ultimate?

half harness
#

no

ocean quartz
#

17 will be LTS not 16

regal gale
#

@quiet depot that said, I'm not gonna be responsible for if people join here to crusade lol

lunar cypress
#

New java version every half a year, new LTS every 3 years

#

So yes, java 17 is LTS

quiet depot
quiet depot
#

I can't remember

steel heart
lunar cypress
#

"LTS will be java 17" was the message you replied to

wanton sentinel
ocean quartz
#

I mean his question was about LTS not the next Java

quiet depot
#

java ee

regal gale
stuck harbor
quiet depot
#

no but like what project

regal gale
#

JS-Expansion

quiet depot
#

oh

#

why doesn't graal work on 8?

regal gale
#

So do you want me to still adapt ScriptEngine JSR223 or new concept?

quiet depot
#

huh?

#

i'm confused

#

what was wrong with graal?

steel heart
#

wait graal doesnt work on 8?

hot hull
#

Piggy, wanna rate a website I made?