#off-topic

1 messages ยท Page 999 of 1

wary willow
#

yes

#

lmao

#

its slovenia I know

#

I have discord search

mellow zinc
#

omg no more 4:3 monitor for frosty???

velvet crescent
#

no

boreal escarp
#

Mine is 70Hz xd

cerulean dragon
#

If you wanna record something on server, can be it replayed in video max in 20 FPS if server is running on 20 TPS?

vale pond
#

Say what

cerulean dragon
full atlas
trim raft
#

oh

cerulean dragon
full atlas
cerulean dragon
#

pog

#

thx

full atlas
#

np

cerulean dragon
full atlas
cerulean dragon
full atlas
#

Might be able to do those on your own thread. But could also just save times of it an generate a recording based on the event. (EntityMovement deff needs its own thread.)

velvet crescent
#

Niall still alive I see ๐Ÿ˜ฎ

wet briar
chilly brook
#

Dark theme on phpmyadmin ๐Ÿ˜Œ

#

just found out you can have it in dark mode

normal sable
#

YEAHH

#

Pointers are aids though

wary willow
#

they're nice tho

trim raft
#

Anyone know a program to update a txt file periodically (every 60 minutes)? Not sure if NP++ can do this or what.

#

Nvm found an app to do it.

normal sable
young mortar
#

and yeah it actually is kinda nice to be able to pass anything by reference or value, and the smart stuff you can do with parallelization and stuff

#

yeah it's in Pascal ;)

wary willow
young mortar
#

dude I was looking at like, the original Photoshop source code from like 1990, that bad boy is 100% Pascal

#

kinda hurt

wary willow
#

oh boy

#

man gitbooks just wants to make me jump of a cliff

#

jesus christ it is so bad

young mortar
#

use Matt's markdown wiki thing

wary willow
#

its not ready. and its not really meant to be used by others xD. like I believe matt said it will be hard to set up or something. also I'm editing helpchat's wiki. I'm not moving the entire thing lol

young mortar
#

hmmm

wary willow
#

like it literally is so bad I can't even type words in. so many spelling mistakes bcz it doesn't take my keyboard input

#

I literally have to go triple check every single letter I type

#

they changed the entire editor for gitbooks and the performance was so bad you could literally not use it even if you had a beast pc, they improved the performance a bit but its still very very bad. I might go back to github PRs

#

lol

normal sable
#

||You didn't explain your thinking||

young mortar
#

epic ' fail

normal sable
young mortar
#

I mean pointers aren't bad. They're a boon if anything

normal sable
#

I didn't really understand them, but it's okay

#

I didn't get that far in sololearn

young mortar
#

It's the same thing as how Java does pass-by-reference and pass-by-value, you just get to choose which way you want for everything

#

whereas in Java, the choice is made for you

normal sable
#

So what I just got from that

#

Is that C++ = more freedom

young mortar
#

yeah

#

that's like, the whole point

normal sable
young mortar
#

it's an extremely free and unsafe language, due to the freedom

normal sable
#

Unsafe ๐Ÿค”

young mortar
#

oh yes

normal sable
#

I've never heard that before

young mortar
#

you've never heard how C++ is like a loaded gun and it's very easy to shoot yourself in the foot with?

#

You can do anything

#

you can cast anything to a void* and then to anything else

#

you can index arrays past where they should be

#

you can index anything as an array

wary willow
#

remence, pointers basically pass the reference in the memory where the value is stored. instead of it making a copy of it, it changes directly where the value is saved which means every reference to that part of the memory will change. (yes I Know not the best explanation but it helepd me understand them when I had to deal with them for the first time)

young mortar
#

and don't even get me started on memory allocation

normal sable
young mortar
#

so many errors in huge applications are because of memory allocation

normal sable
wary willow
#

I forgot how pointers work in C++. I remember it having to do with & and *

young mortar
#

because why would I want to index an int as an array?

#

what does the 4th index of a single int mean?

#

it means that you're accessing random memory and just displaying that as an int lmao

normal sable
#

Oh

young mortar
#

raw pointer arithmetic is super unsafe

wary willow
#
int main() {
  int* n = 0;

  cout << test(n);
}

int test(int &k) {
  return 0;
}``` is it something like this?
#

I Forget

young mortar
#

what is that

wary willow
#

I don't remember how you use pointers in C++ lol. haven't used them in years

young mortar
#

uh, kinda

#

yeah that's better

wary willow
#

ok that

#

is it

#

wait is it tho?

young mortar
#

I don't think n should be a pointer

wary willow
#

yeah

young mortar
#

the ampersand in the function arguments takes a reference, so it converts it for you

wary willow
#

yeah. anyways. I was just trying to remember. that's all xD

young mortar
#

and also that doesn't really do anything lol

wary willow
#

not that I'll use C++ any time soon

wary willow
young mortar
#

i gotta say, C++ is pretty cool

#

it has a lot of rough edges and could use a healthy amount of syntax sugar as well as deprecation

#

but yeah, it is powerful, and a product of its time for sure

wary willow
#

we do C# now. and I don't dislike it. I can say that much

young mortar
wary willow
#

well you see, I'm a kotlin user xD

young mortar
#

yeah C# and Kotlin are a lot closer than C# and Java lol

wary willow
#

My teacher keeps telling me to not use var and specify type instead bcz var is bad but he fails to give me any reasons... Only one I could find myself is that it might make the code less readable

young mortar
#

eh

#

i generally use types for basic types

#

but var for anything long

#

but that's just cause type inference is an afterthought in these languages

#

languages like kotlin and rust like, basically only have type inference

#

like if you can't tell that a variable is a HashMap based on the whole = new HashMap<Integer>(); on the right, you probably shouldn't be coding lol

wary willow
#

Or should start learning

young mortar
#

well yeah but if it's your teacher telling you that, he probably shouldn't be teaching lol

fallow crow
#

BufferedReader bufferedReader = new BufferedReader

#

my favorite

young mortar
#

sometimes I like to think that my life is a BufferedReader, and I just gotta hold out until the next flush

wary willow
fallow crow
#

skull

#

cold_face

young mortar
#

face_with_sun

wary willow
#

Lmao

#

๐ŸŒž

young mortar
#

no no

#

that's sun_with_face

wary willow
young mortar
#

there it is

wary willow
#

Yes I know star. I made it xD

#

When fjoin release tho?

mellow zinc
#

u scared him away when u said fj ๐Ÿ˜ข

wary willow
#

lmao

#

good night boys. kaliber go to sleep. its late

fallow crow
young mortar
fallow crow
#

i think you can even have auto as return type

wary willow
#

@mellow zinc i assume you know already but juice album has been out for a few days

young mortar
#

the whole compiler was centered around it from the beginning, so it's kind of built in

mellow zinc
wary willow
#

Oh

#

I like Feline

mellow zinc
#

yeah me too

#

that's it tho

wary willow
#

Don't really like trippie's part tho :(

fallow crow
#

auto has the exact same set of rules as template type deduction

#

which exists since forever

young mortar
#

well templates are kind of fucking crazy lol

fallow crow
#

templates are HUGE

#

it's been a while since i last did anything in c++

#

i should do something

mellow zinc
#

polo on the other hand tho ๐Ÿ˜ƒ

trim raft
pale grotto
#

@trim raft

pale grotto
#

the web designer

#

makes me shake my head

trim raft
trim raft
pale grotto
#

hey Brett

#

@trim raft

trim raft
#

hey @pale grotto

pale grotto
#

Go fuck yourself

#

Every time I see it, it runs away

latent schooner
#

@pale grotto ping

#

How ya been? Haven't seen you much

pale grotto
velvet crescent
boreal escarp
#

Your what?

velvet crescent
#

Fuck you gaby

uneven tree
#

What if youโ€™d substitute fuck to bless

queen jewel
young mortar
#

oh yeah it might be a literal

#

even harder

queen jewel
#

No

#

It could be any chain of functions

young mortar
#

It's often not hard to decipher

#

And if it is, don't use var, that simple

#

or look at the IntelliJ type hint lol

uneven tree
#

Well I use var mainly since it is able to capture anonymous types <:

young mortar
#

i just think type inference is where it's at

queen jewel
queen jewel
wary willow
#

nah. he wasn't against it

young mortar
#

i mean meh i just said i use like int for loops and shti

wary willow
#

he was just saying that when its obvious what the type is from the constructor var is fine

queen jewel
#

But in a lot of cases its not that simple

young mortar
#

i still do think full type inference is pretty sick

wary willow
young mortar
#

but java too weak for it

wary willow
#

you can clearly see its an int

young mortar
#

Rust types are where it's at

queen jewel
#

Haha

uneven tree
queen jewel
#

Haskell

#

๐Ÿ˜Œ

young mortar
#

full type inference even through like usage later and stuff

#

pretty cool shit

queen jewel
#

Infer from anywhere in the composition

wary willow
young mortar
queen jewel
#

Let me actually check how rust's compares to haskell, never considered that

young mortar
#

i was really impressed when i saw it

wary willow
#

this is 100% BM

queen jewel
wary willow
#

also that's like 1/5th of the entire post

queen jewel
#

Or fuck it

#

Github web

eternal apex
#

sublime and vim

#

sublime has vim controls

#

like every other competent editor

queen jewel
#

๐Ÿ˜Œ

young mortar
#

mmm vim keybinds

wary willow
# queen jewel Github web

u know what's funny? ||besides funnycube||? I actually made code changes using the github editor. lmao. like the edit button on a file in a github repo

eternal apex
#

can enjoy sublime's speed & beauty without losing your vim efficiency

young mortar
#

i dunno i don't really have a place for sublime

wary willow
#

I personally have never used vim.

queen jewel
young mortar
#

i have vim for quick editing, intellij-type ides for like real coding

#

and vsc for quick file opening

queen jewel
#

I dont doubt jb in this dept

wary willow
queen jewel
#

Also, reached uni

wary willow
#

that's sad

#

lmao

queen jewel
#

๐Ÿ˜Œ

#

Finally

eternal apex
wary willow
#

you sohuld try sublime for quick file opening star

young mortar
queen jewel
queen jewel
young mortar
#

oh yea probably

wary willow
#

idk man. last time i used vsc it used to take a good 10 to 15 seconds of my life just to open a file

#

lmao

eternal apex
#

star sublime is the king in speed and big files

wary willow
#

sublime is literally instant

#

on like huge files

young mortar
#

i mean meh

uneven tree
#

Isnโ€™t notepad++ also that

young mortar
#

costs money and stuff

uneven tree
#

Like quite fast

wary willow
eternal apex
#

nah nothing like sublime conclure

wary willow
#

it does the same thing as winrar does

young mortar
#

oh yea that's annoying

#

i rarely use vsc

#

so i'd rather just stick with it

wary willow
#

but not on every open

#

it does it on like on every 100th save. or something like that xD but for me its worth it. some might not like that (well I don't enjoy it either but poor me has to live with it lol)

eternal apex
#

wish copilot was on sublime

wary willow
#

wish I had access to copilot. lol

queen jewel
#

I got access, havent tried it yet

#

Is it only on codespaces?

eternal apex
eternal apex
queen jewel
wary willow
queen jewel
#

Something like that

eternal apex
#

no it's in vsc and ij too

queen jewel
#

Ahhh

wary willow
#

yeah

queen jewel
#

No idea blit

#

Blitz

#

I havent been on much lately

wary willow
#

yes. I can tell. xD

#

I've missed you

unreal burrow
#

is there an alternative free subdomain provider other than freenom ? it aint allowing me to register lol

wary willow
#

well if you're a student you can sign up for github's student pack and get up to 3 domains free for 1 year

young mortar
#

up to 3!

eternal apex
#

if not can always go to your nearest high school and encourage students to let you access their email so you can get a free domain

wary willow
#

could be 4. I dont remember

eternal apex
#

perhaps give out candy as an incentive

wary willow
#

also don't forget to give the candy from a black van. usually those attract kids more

eternal apex
#

black?

wary willow
#

yes

eternal apex
#

white van

#

is the way to go

wary willow
#

hmm

eternal apex
#

idk if candy is what gets the kids going these days

#

maybe hand out some tiktok stars feet pics or something

unreal burrow
#

"Have a verifiable school-issued email address or upload documents that prove your current student status."
my school aint givin me that

queen jewel
eternal apex
#

upload documents that prove your current student status.

queen jewel
#

Speaking of which

eternal apex
#

you're telling me your school gives you absolutely nothing

#

they don't give you reports

queen jewel
#

Im sick too
Might be covid

eternal apex
#

they don't give you bills

unreal burrow
#

i meant abt the mail

#

i had the bills n stuff lol

eternal apex
#

well that was only one option

#

then upload those?

unreal burrow
#

k i'll try thanks

queen jewel
#

Dont you have ID cards?

unreal burrow
#

yes ^^ i do

queen jewel
#

Use that

eternal apex
#

student id's always confused me a bit

#

we had a 4 digit student number

#

but there's definitely more than 10k students in the state

#

so not sure how exactly they were id

unreal burrow
#

my school has 5 xd

eternal apex
#

5 people?

#

small school

#

or 5k

unreal burrow
#

no i mean 5 digit student number

eternal apex
#

oh

unreal burrow
#

lol

eternal apex
#

the id here is state issued

#

not by the school

wary willow
# eternal apex white van

There's a kindergarten here and this is their logo. Now imagine that on a completely black van with tinted. lmao.

queen jewel
#

We have like a format for each batch

#

YYBBBIIIII

#

Y being year of batch

wary willow
queen jewel
#

B being batch id

#

I being student id

#

Mne is 19BCG10015

eternal apex
#

but I still believe the white van is the superior child relocation device

wary willow
#

also. that text says "the wonderful house" lol

#

my computers teacher is struggling to move a tab from one chrome to another one live on youtube rn

eternal apex
#

sounds like a competent teacher

wary willow
#

yes indeed xD

#

oh. I Should've brought some popcorn. this is just too good. best comedy since charlie chaplin

wary willow
#

did you guys hear that they recorded -60 Celsius in Siberia? apparently this is the highest its been in the past 40 years

#

idk why people complain about global worming when they should be afraid about global freezing

young mortar
#

lmao

#

yeah that's true, it was like 7 degrees fahrenheit earlier, that's pretty cold

velvet crescent
#

7 degrees of bald eagle

wary willow
#

lol

#

its 0c here. and its been "snowing" lol

velvet crescent
#

Been - here for a while

cerulean dragon
#

have you tried dn

frank pasture
real summit
#

@mellow nest Your dm's closed and friend req can't be send

latent schooner
wary willow
gloomy oar
#

can someone help me with this muted role

#

i have ben trying for like an hour an a half now

#

and it just doesnt work in this one catagory

fallow crow
#

what

gloomy oar
#

can you help

#

set up this muted role

#

its broken

magic summit
#

Man... I had a seriously boring birthday...

trim raft
fallow crow
#

o

frank pasture
#

Dyno really be ruining my message attempt

trim raft
latent schooner
#

@stray gorge What's your spigot

stray gorge
#

ThonyPlaysSD

latent schooner
#

send a link of it here

stray gorge
latent schooner
#

no need to ping me.

fallow crow
stray gorge
#

๐Ÿคก

#

So what happens? I can't do it myself because I already verified my other account and I can't pass it to this one myself ...

latent schooner
haughty needle
#

This conversation feels midly aggressive.

long summit
haughty needle
#

๐Ÿ˜‚

latent schooner
#

I wish I could change the default

fallow crow
#

shift + click reply

latent schooner
#

Mobile is a thing

latent schooner
#

I turn it off sometimes though

#

On good days

trim raft
#

New Spiderman has been leaked

stray gorge
#

Could you tell me when my account is unlinked please, with a ping

trim raft
#

Volume Warning

worn mantle
#

๐Ÿ˜ฆ

muted fern
#

Still have 10 days left to win

naive agate
#

Never won yet

#

SMH

frank pasture
#

Ditto, when will the admins disable the rigging mode?

eternal apex
#

also gj picking that editor

#

didn't know you were a sublime user

frank pasture
#

@eternal apex hahah, I am trying it out, I have used PHPStorm for a long time, VSCode is too cluttered, I saw Laravel guys using Sublime and wanted to try it out

#

Auto completion so far is iffy, but itโ€™s so fucking snappy compared to every other editor

eternal apex
#

auto completion for what

#

sublime's default auto complete is just based on what's in your current file

frank pasture
#

Oh

eternal apex
#

it has some language specific auto complete but it's extremely limited

#

if you want better auto complete you'll want a plugin

frank pasture
#

I just wanna auto suggest PHP / laravel stuff tbh ๐Ÿ˜‚ trying it out to get a grip with how it is

#

But itโ€™s insanely snappy I was shocked

#

Boots crazy quick, stuff loads quick

eternal apex
#

if you want auto complete I'd look into any php lsp impls

#

alternatively there's things like tabnine which also work, but won't work as good as an lsp

frank pasture
#

Ahh whatโ€™s an LSP? I saw the term somewhere when looking at Sublime but never dived to it

eternal apex
#

language server protocol

#

it's not unique to sublime

frank pasture
#

ahhh I see

#

i've installed some basic packages and a theme so far

#

but thats it ๐Ÿ˜‚

eternal apex
#

ew

frank pasture
#

Did u pay for it?

#

I got a prompt telling me its unregistered

#

last night

eternal apex
#

I used to have a license a friend gave me

#

lost it though

frank pasture
#

thought it was free

eternal apex
#

you'll get that prompt every now and then

frank pasture
#

oh

eternal apex
#

it is free

#

it's an unlimited trial

#

for people like me (students) I'm free to use sublime without paying for it

frank pasture
#

ahhh like winzip stuff

eternal apex
#

I just have to deal with that popup

#

licenses aren't crazy expensive iirc anyway

#

think a license is like $70

#

oh bit more expensive now

#

$100 usd for 3 years of updates

#

but that $100 is literally just to get rid of the popup

#

there's no extra features afaik

frank pasture
#

Oh $100 across 3 years isnt bad, but oh its just popup

#

Managed to install LSP and some php one, hard to know if its working because it picks stuff from my current file too

eternal apex
#

idk if you have to set anything up between the lsp plugin and php lsp

#

I never bothered setting one up

frank pasture
#

what langs do u use sublime for rn?

eternal apex
#

anything that isn't java

frank pasture
#

Wow :o

eternal apex
#

have used sublime for java too though

frank pasture
#

I just find jetbrains stuff for general web dev is so heavy

eternal apex
#

was on a really shitty laptop a while back and did some work on rpf in sublime

#

think the web framework in rpf was developed in sublime actually

#

did a commission recently was php, html, css, js, all in sublime

#

love sublime

frank pasture
#

Wow, i just find that like vscode is cluttered anyway, but phpstorm still on a beefy laptop takes agessss to load

#

sublime is instant

eternal apex
#

it's not entirely about the loading time it's about the performance in general

#

these days I don't think there'd be much different in loading time between sublime and something like vscode

#

but if you're doing operations on a bunch of data you'd definitely notice the speed differences

#

or if you're trying to open/edit huge files

#

if you wanted to do some manipulation on an sql dump for example, definitely wouldn't want to use any visual editor but sublime for it

frank pasture
#

yeah, I just find that PHPStorm has godtier auto completions (like all jetbrains stuff), but IDE itself is super heavy

eternal apex
#

well a good lsp will provide equivalent auto completions

frank pasture
#
Could not start LSP-intelephense due to not being able to find Node.js runtime on the PATH. Press the "Install Node.js" button to install Node.js automatically (note that it will be installed locally for LSP and will not affect your system otherwise).
#

ahhh

eternal apex
#

might be worth looking into tabnine

#

it has support for LSP + has ai suggestions

frank pasture
#

Wait really :o

#

i didnt know it did LSP too

eternal apex
#

yeah they call it semantic completion

frank pasture
#

weird too because node is in my path, scuffed, installing tabnine now instead

muted fern
#

๐Ÿ”ฌ

frank pasture
#

I wonder if its optimised (the tabnine thing) because I think my cpu has some ML shit, might be nice on battery

eternal apex
frank pasture
#

i've never heard either of you on VC lmao

muted fern
#

how have you avoided it

eternal apex
#

i'm 100% sure that's not true

frank pasture
#

as far as I remember anyway

eternal apex
#

we've definitely talked in vc

muted fern
#

idk pig, i've never spoken to you

eternal apex
#

gonna say there's a 90% chance you've talked to cube in vc too

eternal apex
muted fern
#

I just speak in your general direction

#

but never to you

eternal apex
#

you're just some weird fella always going on about microscopes

#

and dim sims

#

and tomato sauce

muted fern
#

This is classified information

eternal apex
#

well i just unclassified it

muted fern
#

damn

#

got me there

eternal apex
#

it's now rated for general access

#

anybody is allowed to know

frank pasture
#

Installed tabnine seems to be the same

eternal apex
#

your computer is probably just racist

frank pasture
#

crap shit

#

Still tempted to see if I can bare with it

eternal apex
#

debug it

#

try fix it

cerulean dragon
#

Hi guys, do you know any software in which you can export Minecraft animations to .glTF?

hushed oak
#

imagine trying to scam someone @fallow crow

wary willow
olive pine
#

could my other account get unlinked please? it has been disabled and i can't link this discord now

#

it's Semzaiy#0001

muted fern
#

Have you got the ID?

#

Makes life a little easier

wary willow
#

@muted fern 529411450909753354 @tender crow

muted fern
#

Yeah just found it haha

muted fern
olive pine
#

okay thank you ^^

zenith mauve
#

Someone compiled FAWE for 1.18? xD

fallow crow
#

๐Ÿคฎ

boreal escarp
#

Is there any situation when you would use the integrated gpu or a cpu, other that when the dedicated one breaks?

#

I see that these intel F cpus are cheaper and why not get one for a good price xd

wary willow
#

when I Was on windows I used to have it so that my games and intensive stuff use the main gpu and then my other stuff run on the internal one

velvet crescent
#

Why tho, just use your gpu for everything

wary willow
#

idk

#

anyways

wary willow
stark rapids
#

Helpchat helped me make around 300$ so far.

velvet crescent
#

If it's a rickroll you're getting coal for christmas

stark rapids
#

but coal is good for heat

#

can i export them into minecraft?

#

digital coal

frank pasture
stark rapids
frank pasture
#

๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚

#

In 2 years total youโ€™ll be able to live alone for a month ๐ŸŽ‰ (tbf, one of the best investments you can make)

#

Love peace and quiet

stark rapids
#

yeeee

velvet crescent
#

I'm dissapointed in myself this year

frank pasture
#

Why

velvet crescent
#

well my new years resolution was to make twice of what I made the year before off of development

#

Which went out the drain horribly and I got at most like 10% of what the other year way

#

was*

#

Better luck next year then I guess?

boreal escarp
#

Yup

#

I made more than the last year, though not from development ๐Ÿคฃ

#

But the best thing is, we are all healthy ๐Ÿฅฐ

velvet crescent
#

I mean yea if I don't include development, I made like 5-6x times that lmao

frank pasture
# velvet crescent well my new years resolution was to make twice of what I made the year before of...

I used to do this with projects, I'd set myself silly high goals, not reach them, feel super burnt out and demotivated. My personal advice would be to set the bar much lower, but still reasonable enough that would motivate you. IMO, commission based work is eh, I find it too stressful for the little money that is generated from mc stuff.

Unless you're hired as part of a big server or whatever, usually the pay is so little for the hours put in.

zenith mauve
#

someone knows a good motd plugin with hover for 1.18? (PixelMOTD not working)

wary willow
#

minimotd probably

fallow crow
#

minimotd?

frank pasture
#

animated motd icons, iykyk

zenith mauve
#

lets try

fallow crow
#

no motd plugin should be version dependent lmao

velvet crescent
zenith mauve
#

well, it works

frank pasture
zenith mauve
#

MiniMOTD doesnt have hover ._.

fallow crow
#

fr??

wary willow
zenith mauve
#

yes yes

fallow crow
#

oh i thought like hover on the actual message, lmao

zenith mauve
#

lmao

#

looks good, i dont wanna edit configs again :,v

wary willow
#

lmao

boreal escarp
#

how does that even work

wary willow
#

just spaces

#

it replaces the number of players online with text

#

you know the 10/69 one

velvet crescent
frank pasture
velvet crescent
#

Nah fuck mc all together

zenith mauve
#

I hear thereโ€™s space now for a new chat plugin

sonic plinth
boreal escarp
frank pasture
#

But it does look feature packed

boreal escarp
#

Looks hot

#

Cant wait to use it tbh

frank pasture
#

Yeah, itโ€™s really cool to see new projects coming up, especially after it seems many on spigot now are fading out (which I can understand, people have lives) but a portion arenโ€™t open sourced

#

And being honest I never cared before, now I realise the power of open source

velvet crescent
#

Mr. I used to obfuscate all my shit

frank pasture
# velvet crescent Mr. I used to obfuscate all my shit

Yeah, I admit I did, Iโ€™d still stand by doing so if it was enterprise projects like Spoof, as naturally you donโ€™t want people stealing code and throwing it on GitHub.

However, for the majority of plug-ins I no longer see the need to obfuscate. It just gets annoying that there are nice projects out there, that have become unmaintained for the most part, and now nothing happens because the source isnโ€™t public

velvet crescent
#

Sadly yea

frank pasture
#

I've definitely got to notice how much nicer it is to open source stuff, since then nearly every repo I have is now public https://github.com/heychazza

magic summit
fallow crow
#

There is no proper documentation, but CC will be (or.. is, it's kinda complete kinda isn't) to chat plugins what LP is to permission plugins

stray gorge
latent schooner
#

Nope

stray gorge
zenith mauve
#

If i dont have more USD in my paypal account, but only EUR, will it take it from there? Or i need to change something?

wary willow
#

It will take

#

But with the great paypal conversion xD

zenith mauve
#

You 100% sure?

wary willow
#

I mean I believe it might give you a choice when paying. Like a box to check or something

zenith mauve
#

no option for that

#

cant find any box

trim raft
stray gorge
#

I need the version of DeluxeChat for 1.18 and they still do not solve my problem ...

polar ruin
#

The funniest thing is that it is not linked to my old account either, where if I remember correctly, link it and it is not.........

#

@latent schooner Sorry about the ping, but what is happening if it is not linked to my account where it was supposed to be linked?

latent schooner
#

Please don't ping me.

polar ruin
#

Ok, so won't you help me? perfect

latent schooner
#

=check @polar ruin

honest thistleBOT
#
Forced Spigot Purchases Check!

Successfully checked that user for new purchases!

latent schooner
#

There ya go btw

#

You have DC access

polar ruin
#

Where is the channel to download the DeluxeChat dev supposed to be?

regal juniper
latent schooner
#

Wow that was quick. Glare is always watching

full atlas
#

Finally Tier 3!

trim raft
regal juniper
#

That's so awesome.

naive agate
#

that was dope

trim raft
#

That's so cool

fallow crow
#

Cringe

fallow crow
trim raft
unreal burrow
#

yo there is this meme right "dont ask wether someone can help in help chat" can anyone send me the link to that gif ?

chilly brook
#

damn lol

queen jewel
#

๐Ÿฅฒ

unreal burrow
#

lol

wary willow
#

hello from pop 21.10

#

oh fuck

mellow zinc
#

@wary willow try the new csgo update on linux, it might help ur fps if ur interested
add -vulkan to launch options

wary willow
#

they broke my task bar, flameshot is also broken but the new apps menu is great

#

by broke I mean they made it a bit too smal lol

mellow zinc
#

๐Ÿ‘

wary willow
#

ok I like the task bar now

boreal escarp
wary willow
#

@twin orbit if you look in the pinned messages of #915480942246780968 there is a model you have to follow. copy it and edit it

#

welp flameshot is broken.. ๐Ÿ˜ฆ

#

@mellow zinc correct me if I'm wrong but this is how the launch options should look? fuck I have no screenshot tool

mellow zinc
#

๐Ÿฅด

wary willow
#

yeah. need to deal with the screenshot tool that comes with pop os

mellow zinc
#

yep that's all u need

wary willow
#

welp. its just a black screen when I launch then crashes

#

gonna try without

#

oh its the same without.

honest thistleBOT
#
FAQ Answer:
ยป Give the helpers some details
ยป Ask suitable questions
ยป Be polite
ยป Wait

Source

unreal burrow
#

lmao

vale ginkgo
#

Looking for Developers Who Can Edit Open Source Codes
I have a budget of 9 thousand dollars, the payment is ready

vale ginkgo
velvet crescent
#

Mans got a service mute

mellow zinc
#

๐Ÿ’€

pale grotto
#

Is it for yet another free plugin?

#

@fallow crow lol

velvet crescent
#

Oh hi Cole

turbid osprey
#

guys can i ask why i cant change my pfp with gif? its just infinite loading i already wait for 2 hrs..

wooden valve
#

nor you just changed your pic TOO MANY TIMES

#

you have to wait 2/3 hours i beliv

turbid osprey
wooden valve
turbid osprey
wooden valve
#

is a congrats from me

wooden valve
turbid osprey
wooden valve
#

Pretty much chill dood

turbid osprey
#

got hype coz of it

#

thanks tho

wooden valve
#

You should keep extend your boost

#

till you realised

#

you've make a big mistake

#

:troll:

regal juniper
#

Lol

trim raft
regal juniper
#

That's just pretty cool

trim raft
velvet crescent
#

1 trillion what

#

losers who bought the game?

wooden valve
#

@trim raft How did u notice that

#

nice eyes chu got there ๐Ÿ‘€

trim raft
wooden valve
#

i didnt event noticed ๐Ÿ˜‚

velvet crescent
#

A true mineman

wooden valve
#

Sheesh fr

regal juniper
# trim raft hm?

Just confirmed it with one of the people who helped build it, you are correct!

regal juniper
#

I mean they could've WorldEdit that in

trim raft
#

true

wooden valve
#

and bootiful

haughty needle
#

Yeah ok. My dms should be open though

#

Yeah ok. My dms should be open though

boreal escarp
#

Damn Brett

wary willow
#

oh man. this is so nice.

#

today was cleaning day, so I cleaned my entire setup. and damn what a difference xD

velvet crescent
#

I gotta do that soon, spilled coffee on my new keyboard so it's sticky, using the old one for the moment

wary willow
#

man. there was dust on my desk. at least behind my laptop. xD it was bad. haven't cleaned in a few months

crystal lava
#

friday for me is cleaning day

#

I'll finally get rid of my books for 2 weeks

#

vacatioooooon

long venture
#

Can somebody help me? I can't link my spigot profile because I already have it in a "Deleted user" account that has no id

gilded oxide
#

hey guys

#

i need something

#

can you help me

#

I cant add any bot to a server

#

Like

#

Look

#

Wait

#

I cant attach files

#

Oh

#

Why

fallow crow
#

?imgur

honest thistleBOT
#
FAQ Answer:

You won't be able to upload images here directly to avoid spam, so please use https://imgur.com/ to upload images/screenshots.
You can also use a screenshot service like gyazo or jinx and post those links here.

trim raft
#

On December 16, join LIVE for ESCAPE2021โ€”a special live stream featuring challenges and interactive experiences from the yearโ€”with a final, live surprise you wonโ€™t want to miss ๐Ÿงก๐Ÿ’œ.

How itโ€™ll work: There will be three opportunities to stream and play. Each โ€œchapterโ€ of the live stream will be completely unique, so you can play one or journey t...

โ–ถ Play video
odd slate
#

@muted fern i won the giveaway, but ur dms are off so i couldnโ€™t contact you

cerulean dragon
boreal escarp
#

where do you guys buy cheap games from?

#

I'm looking for It Takes Two and on eneba it is available only for xbox / origin rn

trim raft
#

Only used it once tho

boreal escarp
#

yeah I want it for steam

velvet crescent
#

Mate

#

Mr. picky ass

boreal escarp
#

๐Ÿ™‚

zenith mauve
#

is it correct to say

#

"On saturday 18th we'll be hosting a giveaway blah blah"

#

or it would be

#

"On 18th saturday we'll be hosting a giveaway blah blah"

boreal escarp
#

Saturday 18th

zenith mauve
#

โค๏ธ

#

would it be

#

(ends 25th at 0:00) <-- correct? xd

velvet crescent
#

ends at 0:00 on the 25th

zenith mauve
#

is "the" necessary there?

#

any way to make that shorter?

velvet crescent
#

not really if you want it to sound proper

zenith mauve
frank pasture
wary willow
#

๐Ÿ˜ฎ

velvet crescent
#

Other

#

go vote for Slovenian

wary willow
#

I've actually selected cat language

mellow zinc
#

they should just support all languages!

fallow crow
#

TRUE

sturdy bobcat
#

how about

#

all of the above

normal sable
#

Nah that's too much work

#

Only one

wary willow
#

someone give me nitro. mine is going to expire and discord doesn't let me close this

#

pressing learn more does not make it go away either

#

:sad:

#

:sad:

#

nitro is already gone lol...

#

why is it still there

sullen sorrel
#

D:

normal sable
#

Just one thing in return though

wary willow
#

Yes?

normal sable
#

Remember that bundle you'd buy me ๐Ÿ˜ˆ

hybrid python
#

@sinful widget

muted fern
odd slate
#

ah must be itโ€ฆdidnโ€™t realize that, apologies

trim raft
fallow crow
#

interesting

normal sable
#

How much time does uni take from you guys on a day to day basis?

trim raft
normal sable
#

Say computer science

fallow crow
#

#5 of the โ€œtop songsโ€ is my favorite song

normal sable
#

3 what ๐Ÿฅฒ

normal sable
latent schooner
sullen sorrel
#

๐Ÿค”

arctic path
#

anyone here a physics genious?

#

i need help

honest thistleBOT
#

There is no time to wait! Ask your question @arctic path!

normal sable
#

He's 5Head

arctic path
#

i see

#

would the man known as kaliber be interested in helping me?

fallow crow
#

what are your opinions on anarcho-capitalism?

eternal apex
#

@arctic path my name is kaliber what is your question

fallow crow
#

||/nick kaliber||

normal sable
#

Static, you have two of the smartest people in the chat rn

#

Nows ur chance

arctic path
#

yup

#

so basically i am stuck on work/power/energy

#

all of that

#

and i have a test tmrw

#

i was wondering if i can get some answers tmrw around 8:20-9:35?

#

ik it sounds bad but iโ€™ll do anything

eternal apex
#

no

#

can help you with a physics question now, no one's going to help you cheat

fallow crow
arctic path
crisp dirge
#

@muted fern hey how do I collect my steam key?

young mortar
#

right now, during finals, I am working from wakeup to sleep basically on shit

fallow crow
#

Star hi I love you

young mortar
#

hi im gonna die

eternal apex
#

hi gonna die

fallow crow
#

Same

young mortar
#

so my linear algebra class right

#

we have a final, worth 25% of our grade, consisting of 10 python questions related to advanced linear algebra

fallow crow
#

Cringe

young mortar
#

even with 6/8 members of the class working together (which should not be allowed), we have managed to do 2 and a half of them

#

we have 2 days

#

literally the entire class is going to fail

fallow crow
#

Bro what the heck

eternal apex
#

star btw you asked me why ur knife should be illegal when u can use it to open boxes, it's kinda intent of the knife. e.g. lots of countries make pepper spray illegal. I can use pepper spray to season my steak, why is it illegal? Because it was made for blinding people, not seasoning steak

fallow crow
#

That's so scuffed

fallow crow
#

Omg it's an IRL NFT

young mortar
eternal apex
#

let's look at a different knife then

#

like just your average 13 year old edgelord knife

#

not a pocket knife

#

not a butterfly knife

#

literally only has one purpose, violence

young mortar
#

i mean they're just like, cool to have

#

i don't feel like there's a lot of knife violence

eternal apex
#

you must've never been to bri'ain

young mortar
#

well yeah that's cause they don't have guns lol

#

in america most people just have a gun and they have knives for fun lol

fallow crow
#

๐Ÿ’€

chilly brook
#

why make noise with a gun when you can stab someone?

young mortar
#

cause you're usually not the spy from team fortress 2

eternal apex
#

can't relate

#

I am in fact the spy from tf2

young mortar
#

actually me too, i do literally have a butterfly knife

eternal apex
#

well i'm australian

#

wait spy is australian right?

fallow crow
#

You are

eternal apex
#

FUCK HE'S FRENCH

#

think the sniper is the australian

young mortar
#

MY EMBED

eternal apex
#

discord is racist clearly

fallow crow
#

Epic embed failure

young mortar
#

see who uses knives

#

they're just fun

#

and actually useful

chilly brook
young mortar
#

i dunno, there's no reason butterfly knives should be any more illegal than normal knives in wherever you are

#

that is most of my point

eternal apex
#

not necessarily suicide but accidents

young mortar
#

probably a not-insignificant portion actually

#

i definitely don't think guns should be as open as they are

#

i just like butterfly knives lol

eternal apex
#

aus gun laws good

young mortar
#

yeah but aus censorship laws, not so much

eternal apex
#

censorship

#

elaborate

young mortar
eternal apex
#

@fallow crow I am not seeing any money coming through

young mortar
#

can't play Hotline Miami in Australia???

naive agate
#

where tf is my money

young mortar
#

or Weed Mod for Minecraft Pocket Edition?!?!?!?

fallow crow
young mortar
#

Australian government a bunch of bitches

naive agate
#

wheres minE EMILY

eternal apex
#

yeah star none of these are enforced

young mortar
#

can't handle Witcher 2

#

download hotline miami 2 right now

eternal apex
#

the people who ban these have about as much authority as your average karen

fallow crow
#

Censorship

young mortar
#

obviously not considering a ton of games release censored versions in Australia

eternal apex
#

anyway ur country censors shit too

young mortar
#

like what

naive agate
#

:::::::::::

eternal apex
#

idk

#

anarchist's cookbook?

#

that's usually censored everywhere

young mortar
#

nope

#

it was, in fact, written and published in the United States during Vietnam

eternal apex
#

yea

#

there were censorship attempts no?

young mortar
#

attempts, sure

#

nothing actually enforceable or that was really done

eternal apex
young mortar
#

with actual effects

eternal apex
#

eh

young mortar
#

there are actual censored versions of games out there for Australia

#

you have an entire Office of Film and Literature dedicated to legitimately censoring stuff

fallow crow
#

Anyway have you guys ever watched "A Serbian Film"?

naive agate
#

Ye it was very interesting movie

#

LOL

young mortar
#

nope

naive agate
#

watched it like 4+ years ago

eternal apex
#

our gun laws are still betetr

young mortar
#

yea true

#

just live in a state with less guns

#

then bam, best of both worlds

fallow crow
#

You mean countries

young mortar
#

i mean, that's also an option

#

I don't know many countries as uncensored as the US tho

magic summit
#

Favourite tf2 character for me

faint kernel
#

"You are... Medicine now !"

#

5b models left and I'm done.. Maybe I'll have time to do festives

wary willow
woven prairie
wary willow
#

@sturdy bobcat is that you?

#

:kek:

sturdy bobcat
#

nope

#

i've been doing bukkit since 15

young mortar
#

but are you an Eclipse classpath addict?

fallow crow
#

Hi

wary willow
#

another song of the day: https://youtube.com/watch?v=eO16nRgDIQw

Provided to YouTube by Universal Music Group

Feline ยท Juice WRLD ยท Polo G ยท Trippie Redd

Fighting Demons

โ„— 2021 Grade A Productions, LLC, under exclusive license to Interscope

Released on: 2021-12-10

Producer: Nick Mira
Producer: Sidepce
Studio Personnel, Mixer: Manny Marroquin
Studio Personnel, Assistant Mixer: Anthony Vilchis
Studio P...

โ–ถ Play video
normal sable
eternal apex
#

@sturdy bobcat u likey likey csgo surfey?

mellow zinc
#

1v1 me surf mesa

sturdy bobcat
#

relatively new to it but yes

eternal apex
#

i like surfey surfey 2

eternal apex
boreal escarp
#

Get the fuck out of here

#

Idk why she has her eyes barely open

mellow zinc
#

havent played mesa / surf in general in a long time

#

on an old server i used to play on i have a PB of 50.42
idk if thats good anymore

stark rapids
#

home cats are chonky!

boreal escarp
#

She's actually very small

#

Comparative to her son ๐Ÿคฃ

pale grotto
#

Cute dog @boreal escarp

boreal escarp
#

ty

stark rapids
#

Do she teach her kid some manners?

boreal escarp
#

ehh

tidal crag
#

wee mass DM

mellow zinc
#

๐Ÿ˜”

latent schooner
#

๐Ÿ˜”

tidal crag
#

fuck I hit block and now the DM is gone so I can't report

#

DISCORD

wary willow
#

@fallow crow

bright topaz
#

917960528066912296 that guy might have done some DM ads :p

latent schooner
#

Yeah uh

#

A huge raid happened

bright topaz
#

well that is sad

latent schooner
#

I won't share things that are out of my paygrade, but well, we've dealt with the situation

bright topaz
#

nice

wary willow
#

have we?

latent schooner
#

sorry, @pearl dust has

wary willow
#

bz its still going on

#

lol

latent schooner
#

well yeah

#

but the bot is dealing with it

stark rapids
wary willow
#

yes. we know dark. there's a raid happening right now. the bot is trying to deal with it but its over 5000 accounts. so there's a rate limit.

heady carbon
#

@fallow crow also sent me one of those messages

stark rapids
#

hmm pain

latent schooner
#

If you've received a DM recently inviting you to a "hacking/cheating" server, Please click the "Report Spam" button on the DM, and discord will deal with it.
We're currently dealing with everything on our end

frank pasture
#

Yeah I did that

#

i usually insta report

jolly vapor
#

Kindly ban @fallow crow

austere cedar
#

@fallow crow just sent me the same message

jolly vapor
#

DM advertisement

jolly vapor
#

Done that

sacred gale
#

nice spam

stark rapids
wary willow
#

love 1.18

long venture
#

Can somebody help me? I can't link my spigot profile because I already have it in a "Deleted user" account that has no id

wary willow
#

the name at least

long venture
#

The previous account has been banned for a while, I only know that it had the name "BrybedHydra2" or "Hydra"

wary willow
#

what is your spigot id then?

long venture
#

187315

wary willow
# long venture 187315

ok. found your account. funnycube will unlink you in the morning when he wakes up. he'll probably ping you.

long venture
#

OK thank you

trim raft
wary willow
#

cool

frank pasture
#

cool

fallow crow
#

numbers

naive agate
#

like recommended music 100000%