#🧊-off-topic-iceman-only
1 messages · Page 1151 of 1
got that racing body fr
die
that's pretty racist
reporting ya..

hell yeah
WHAT YOUR NAME AND PFP CHANGED.
i already answered this question in dms

I KNOW
alphyyyy


@somber leaf hi
Real
vp username
Couldn't find a plugin with that name, and there are no plugins with similar names.

Hai zeet
Couldn't quite find the plugin you were looking for. Did you mean...
- Decor
Hello
Nekomata
vp meow
Couldn't quite find the plugin you were looking for. Did you mean...
- Decor
Koi I need that GIF in dms NOW
meow
:okayu:
soda you're amazing
What did I do 

FR
you exist
vennie im vennie im veennniieeee :3

mee koo
me
@burnt maple beeeestieeeee
I should read this anime
Samara you're my queen
😭 ❤️
mmm squid
are you squidding me !?
Splatoon
WHY IS IT ALWAYS DNS
they should change this bot's discriminator to 1984
lowkey having so much fun working on my guide
what
On the left sidebar, 2nd icon from the bottom, does it read as a "Settings" icon?
idk how
there's just
i could help w that possibly
so many things wrong here
this is so ugly
to even list them all
bad salts
oh really?
though I don't know if cfw.guide does things that are not nintendo and ios related
in hindsight you would probably be the only maintainer if that ever does happen
the org has a ps4 cfw guide
squidnapping
i think
albeit not hosted on cfw.guide
or that's hacks.guide
yeah
eryone says this about all of my themes, I think I just have an extremely niche audience
wait
this channel so hot outside
what the fuck
it's hosted on hacks.guide but listed on cfw.guide
ic
lmoa
🗣️
Ok but if you see my Minecraft server you'd agree with the quote
Not violent exactly
But toxic
Hella toxic
do ps4 guides exist
:3
:3
no way
A very much incomplete PS4 modding guide, from stock to GoldHEN.
you put yourself in your own meme thrice 😭
misleading smh
nuh uh
what
why are some hacks.guide thingies listed on cfw.guide
dont use disabled like that thank you
okay sorry
What
BUT ANYWAYS
Nvm
this is still true
like
the 3DS and PSVITA guide
its a url mess i know
are hosted on hacks.guide
it was a random pic i had in my camera roll from like a month ago man
why are they listed on cfw.guide
Random Bnuy Post
bnuuy
Be nice and the bnuy will materialize in your world :3
Poison
whyare a yellow and blue ice cube working together to move the fluid out of this bowl
what is actually happening in that picture
could you possibly use their submodules and repo as a base for your own guide
uhhhhh
ngl i uh, need some help with that
the reason i don't use them
lol
is that i couldn't get them to work
mishumishumishumishu
ok but with that much money you could buy 23.5 raspberry pi picos
my old subdomain was web.nathan.nmn.pool.net.eu.org
the correct choice here is obviouss
it was excruciating
bocchi the liquid
did I ask
so much that it was easier for me to just use github pages stock
jekyll
@fallow pawn may i ask for some help to convert my guide to cfw.guide themes and submodules
invite me to ur repo I'll help
sent invite
Downsample that to 16 bit
can you use the testing branch btw
also crazy how they have a repo specifically for the ps4 and does not mention like any other consoles (probably because theres one every 10 years)
when ur fully done i'll squash merge to master
Since my friend recently lamented that there was no proper guide on how to poop fast in the middle of a race, I made one. DISCLAIMER: Results based off of men. May be different for Women.
The fuck
realy important info
5:45 time too
@mental oxide https://ps4.emiyl.com/900/ amazingly they host some exploits
aw hell nah
yeah i saw
brb grabbing some more
wrong video 
I dunno bruh, the potty is a break from reality, making it quick is no fun.
Chat can we brutally murder people who use flacs > 16 bit 48khz?
Why is ski toi banned
yes
Skibidy
say what
skibidi
why do you need to say it? lol
Why not
the brainrot is overtaking me
i cant not say it
the urge ...
the temptation to say the brain rot word
there are better ways to use your neurons
Wut...
Actually who is taking 15 minutes to shit...
big number funby
I’m sorry I like small file sizes
i like wasting space
#🏥-vencord-support-🏥 is a good use
@jaunty remnant you enjoy?
You will help me make my clone hero library take up less space
And watch kdrama
Not home rn sadly. What audio formats does clone hero support?
I need to research, but all rips tend to be .ogg
i love windows to fix one thing i need to get on admin account
i get on admin account
i type the command in cmd
access denied
MFW
what is this
Vorbis support I assume maybe OPUS. OPUS is generally transparent around 72-128kb/s depending on how good your hearing is. Vorbis is more like 128-192kb/s. If there is any images in the maps you can optimize them with efficient compression tool
The majority of space is taken by the audio so we can look at image compression later
av1 is nice but no hw acceleration
nipaa~
yea OPUS down to probably 72kbps
most of my music is in 86kbps and it's fine
you'll have to test yourself
and see how much compression you can tolerate
All modern androids have it pretty much and anything post RTX 20 series or RDNA1 has hardware support. VLCs guys have put a fuck ton of work into DAV1D and pretty much anything reasonable can be decoded on everything
ESPECIALLY ARM support
damn
av1 is nice imo
hw acceleration is a bit lacking compared to h.264 but that's to be expected
David
For a long time hardware decode on mobile was faster than PC because they literally did arm first. No work went into X86 till arm was done
I only have vp9 on my media server
Vp9 sucks ass
true
DAV1D
whats the comparability differences between x86 and arm software wise
Dumb AV1 Decoder
very big
I know some people who can ABX 160kb/s on some clips but for me personally above around 80kb/s is generally transparent
damn
like my main question is how long/intense is it to convert a software to a different architecture
is it just a recompile or like a whole rebuild from scratch
Specific SIMD optimizations. For example AV1 can heavily utilize AVX512 for its transformations for encode and decode
Iirc it makes one software encoder around 20% faster using its faster presets
but in general you can run x86 software on arm
?
The hot SIMD paths have to be built from scratch per ISA and ISA extension
technically you can even run x86 compiled software on arm
using box86
however, when someone send images
EX the same dct transform has to be written for SSE4, AVX2, and AVX512 just for AMD64
sadly neon doesn't have 512-bit SIMD
works well enough for HL1 on a RPI4 iirc
but would something like gentoo be able to just compile the software to run natively?
There is an extension for 1024 bit wide registers altho I don’t know of hardware that uses it.
iunno
maybe
seeing as arm chips are growing in viability lately with the stuff Qualcomm is doing
Generally you don’t write for a specific arch and your languages compiler handles that low level shit.
c can compile for pretty much any ISA
though I think gentoo for arm is a thing
it’s when you use ISA specific features
it is
or write asm
yop
when simd intrinsics
they have MIPS ash
gentoo runs on MIPS, SPARC, PPC and more
you can run gentoo on oracle free tier vps
rosetta my beloved
evilmaxxing
SIMD compiler intrinsics suck absolute ass.
sad
@deep token
i run whole x86 games on an arm system
make it recompile chrome 24/7
DAV1D gos as far as having hand written assembly
cancer
🥲
It’s just inlined into C code
insanyity
fuckin femboys
It’s how they managed to get 720 av1 to decode on half of all android devices in existence
i haven't checked, but theoretically this means gentoo for arm could pull from the x86 repo theoretically
only half?
??????????????????
id have to read the arm handbook
That statistics includes the first android phone ever made by Google
truly embedded insanity
dewit
probably
What? No? I mean it could pull from the same source and just compile it for ARM
Oh wait gentoo isn’t a binary based distro
thats what i meant
we HAVE bins
currently building bash for armv7 to see if it works
No 64 bit support 
but theoretically apple silicon if run with gentoo could EASILY naively run applications intended for x86 machines
this might be a while
If it’s for example written in pure C
And does not use intrinsics.h
oh shit building 101 derivations from source
A boot loader for example is platform specific because it uses platform specific init and hardware instructions
is this like supported?
If you don’t use anything hardware specific and write portable code (pure c without calls to hardware functions) than yes it should cross compile easily
ok so my hello world
can it compile to lua
I think there is a shitty c to Lua compiler
fun fact; Java runs on all devices, use it
does it support the linux kernel
There is a C MOV compiler that only compiles to x86 MOV instructions
hallo vendor
X86 MOV is Turing complete
dude is house tweaking??
and why are both being compiled from source
oh fuck firefox exploit
fucking slab of meat with jam???
Multiple vulnerabilities have been discovered in Mozilla Firefox, the worst of which could arbitrary code execution.
where
femboys! 😍
im syncing rn to check
play dmc is questionable
These are the videos from Derbycon 2015:
http://www.irongeek.com/i.php?page=videos/derbycon5/mainlist
no
cool im safe
watched that or some other upload
alright gotta update ig
well if you on a old version do it ASAP
lol
should never be on older versions
checking librewolf
How does that work under the hood? Does it Malloc a char buffer big enough to store all the meows and fills it and then writes it to stderr or does it write them per meow (compute overhead) or does it write it in dynamic chunks?
is sudo nixos sw not enough
oh no your fine
It’s gonna take 12 years for Debian to update
your fine is $5 for using gentoo
oh I forgot to math nvm
ours is UPDATED
is windows affected
i dunno
cuz i have some older ff version on my windows laptop
is 127 latest?
ff 102.4 over here
i think
you're the other nixos user in the server right
fine 100$ to nix users
nah, Windows Vista user
oh thought I remembered you talking about nixos
test
Wasn't me
what test
Good choice
nothin

didnt work
I wanted XP, but running Discord app on it hasn't worked well yet, it crashes after sending 3 messages
Oddly mine has been super stable. But I also had another computer where it was the most unstable thing I had in my life, it seems to depend on the hardware
wonder if I could port windows vista to linux
Lol
i do the dumb thing and uhhh
FILE *file;
if (argc == 3){
file = fopen(argv[2], "w");
}
else {
file = fopen("/dev/stdout", "w");
}
for (; meows > 0; (meows)--) {
fputs("meow ", file);
}
fputs("\n", file);
have the kernel handle it
do fopen and fputs buffer?
who cares
No idea
FILE *file;
if (argc == 3){
file = fopen(argv[2], "w");
}
else {
file = stdout;
}
for (; meows > 0; (meows)--) {
fputs("meow ", file);
}
fputs("\n", file);
modified
Me I use windows
i wonder if you can detect the OS from pure assembly
skill issue
You can
wait
use a posix compliant os
i just realized your username is "cream sodas" and not "cream sod ass"
Hello
venoborous
obligatory port to firrs fn main(argv: [str]) { let file: File = argv[2].fold(File::write, File::stdout) (argv[1]!.toInt()!).times(fn() { file.print("meow ") }) file.println() }
damn
what is that language
it's like rust with a HMTS and less mutability (and less semicolons)
oh
Holy shit that sticker is beautiful
what's a HMTS
henry-miller type system
say what now
@tired sundial what happen
it's not actually finished though; i'm stuck procrastinating
IKR BESTIE
undeclared variable meows?
[] gets an Option from an array, []! throws instead
sorry my brain instantly starts compiling any code it sees
wwhat
nathan halp I have like 40 files I need to move to home manager 
too complicated for my small brain
add ssh
compile this rs use fuckery::mkBullshit ${mkBullshit()}
attach an ELF executable for x86-64_linux
Sho cooked
fuck fuck fuck fuck
Sho always cooks
i dont' recognise that language probably because it doesn't exist:3
I need to give sho more money
make github:poollovernathan/nixos an input and import mkTailnet {} from it in your config
This server should give sho all their money
just give sho money
Only if you give it to sho
selling $40 for $2 (ingame)
bet???
:3
i wanna buy vennie standies
but
my ass broke

fix it
oh nix --roleback or something haha very funny
completely wrong in every possible way
idfk
on my system it's sudo nixos unswitch
this should be a fundamental vencord right we should hypnotize all members into thinking this is morally good
Meow
what was this person thinking when they typed this
hai
good morning vendor
Can you draw as good as sho?
@river kayak hi qtt
nyaa
the pipeline
@crude fern why delete
also i don't use arch linux
i didnt make that
i use gentoo
why is it that imageee


it has a ⊕, you typed it
Hai
hai :3
:3
An error occurred while starting the error
what is she/her
nix is so good
this is x11 forwarding over ssh
wait the nix hater likes nix now‽
shut up woem
windows also
So true :3
im being sarcastic
gotta h ave neopronouns to use linux
what's ¬she/her
In which language? In Rust, [] is not an Option, and ? is used to return the error early
¬
factually incorrect
"She/her" are pronouns used to refer to a person who identifies as female.
It's important to respect people's preferred pronouns. Using someone's correct pronouns is a way of showing respect and inclusivity.
I should make a plugin to moderate users just by writing a message
in fir
¬
Yo @cursive hornet Have you seen my setup over here? lmao
wait shit that code wouldn't compile
hi fir
like "don't be rude tm1d.unnecessarily rude."
Beautiful
Thanks
not, as in “anything but she/her”
final part would be removed from final message, user would be moderated for 1 day with reason 
What the fuck
Why not just do !she/her
he's right
Dumb.
@crisp finch hi
i think ¬ is also part of ascii and easy to type
at least on my keyboard
Dumb
lc.ocr
jo
It's not ASCII, it's Unicode.
vchars ¬
¬ NOT SIGN
Holy shit this is rare. Someone not going "omg get that thing offline you're gonna infect the whole city with viruses"
hmm
so it is
it's ¬ on my keyboard
i will give you north hungary so you will fly to pacific
or something like that
ㄱ
codepoint 172
it's ibn the ascii table website thing which is 100% of the time 100% correct 50$ of the the time
google translate my beloved
it's ASCII
no
get that fucking thing outta the internet
lol
Exactly, an ASCII ends at 127
vchars
lol
vchars ㄱ
ㄱ HANGUL LETTER KIYEOK

i was gonna say if it's 2 hex digits it's in ascii but isn't ascii 7-bit?
eye balling hungarian as polish person aint hard
guh
vchars \™
\ REVERSE SOLIDUS
™ TRADE MARK SIGN
otherwise utf-8 would not work
reverse solidus
! - on everyone's keyboard, known by all programmers as a "not"
¬ - on no one's keyboard, niche and obscure
REVERSE SOLIDUS
oh yeah I was thinking ansi not ascii
reactos theme
vchars !
! EXCLAMATION MARK
sudilos
backslash? nah we REVERSE SOLIDUS
it's on my keyboard
¬
At this point my ancient ass computer probably doesn't have the instruction sets needed to run modern viruses lmfao.
¬_¬
Then yes
it's ⋄ - ,
Dumb keyboard haver
unamused
vchars ¬_¬
¬ NOT SIGN
_ LOW LINE
¬ NOT SIGN
vchars ⓛωⓛ
ⓛ CIRCLED LATIN SMALL LETTER L
ω GREEK SMALL LETTER OMEGA
ⓛ CIRCLED LATIN SMALL LETTER L
dumb keyboard ... haver.. yourself hmph
hows that an L
vchars 🦲
🦲 EMOJI COMPONENT BALD
looks like I
bald
l
vchars iıIİ
i LATIN SMALL LETTER I
ı LATIN SMALL LETTER DOTLESS I
I LATIN CAPITAL LETTER I
İ LATIN CAPITAL LETTER I WITH DOT ABOVE
※
dms
vchars ※
※ REFERENCE MARK
Back of the head
vchars ⌥
⌥ OPTION KEY
vchars ☎
☎ BLACK TELEPHONE
that's red
some other color
thats pink
hai
@crude fern hi
vchars ¿
¿ INVERTED QUESTION MARK
mm yes very black
vchars bitch
b LATIN SMALL LETTER B
i LATIN SMALL LETTER I
t LATIN SMALL LETTER T
c LATIN SMALL LETTER C
h LATIN SMALL LETTER H
i remember when i was younger i watched a tv show "for kids" (i think?) which i swear involved people losing their faces when they watched tv
it was terrifying i couldn't watch it now it would affect me badly
vchars
MONGOLIAN VOWEL SEPARATOR
EN QUAD
EM QUAD
EN SPACE
EM SPACE
THREE-PER-EM SPACE
FOUR-PER-EM SPACE
SIX-PER-EM SPACE
FIGURE SPACE
PUNCTUATION SPACE
THIN SPACE
HAIR SPACE
ZERO WIDTH SPACE
vchars &
& FULLWIDTH AMPERSAND
@last sky h
vchars ☺
☺ WHITE SMILING FACE
h
not very inclusive
vchars !
! FULLWIDTH EXCLAMATION MARK
vchars +245122154+@& $-$-
+ PLUS SIGN
2 DIGIT TWO
4 DIGIT FOUR
5 DIGIT FIVE
1 DIGIT ONE
2 DIGIT TWO
2 DIGIT TWO
1 DIGIT ONE
5 DIGIT FIVE
4 DIGIT FOUR
+ PLUS SIGN
@ COMMERCIAL AT
& AMPERSAND
SPACE
$ DOLLAR SIGN
- HYPHEN-MINUS
$ DOLLAR SIGN
- HYPHEN-MINUS
I did not know so many spaces exist
Oh I thought you had the rest
now you know
not inclusive of dark mode where the face is actually the colour of the backgroudn rather than white
ANYWAYS CATS AM I RIGHT
sigh.... explain the lore
vchars \☹
\ REVERSE SOLIDUS
☹ WHITE FROWNING FACE
"SolidUS"
"AmongUS"
vnuke
vchars ≡
≡ IDENTICAL TO
thinking
Mongolian vowel separator
javascript equals
this should be used instead of ==
thunked
@celest escarp are you finnish or bulgarian or what
;
hell
vchars ριπεαρρΙε
Bulgarian, but I speak 5 languages
ρ GREEK SMALL LETTER RHO
ι GREEK SMALL LETTER IOTA
π GREEK SMALL LETTER PI
ε GREEK SMALL LETTER EPSILON
α GREEK SMALL LETTER ALPHA
ρ GREEK SMALL LETTER RHO
ρ GREEK SMALL LETTER RHO
Ι GREEK CAPITAL LETTER IOTA
ε GREEK SMALL LETTER EPSILON
how do you even compare memory addresses of strings in javascript
I said it yesterday
you can ddo it with objects
vchars ;
; FULLWIDTH SEMICOLON
they're immutable so ya don't
alright cool
if they're immutable how can you do string[5] = "a"
in java "hello" == "hello" but "hel" + "lo" != "hello"
so cursed
you don't
unless you put them in a mutable array
vtanks
the assignment is silently ignored because fuck you

javascrip™
probably something to do with constant pools in Java class files
the entirety of the js philosophy is fuck you
so true
class AsyncInput = Debug & Send & !Sync ('t)
, Display & Send & !Sync ('t)
, _ (AsyncTask)
What do you guys think this does (theoretically) in a language?
ocaml spotted
assignments always return the value you set, so you can do a = b = 123
It's not OCaml, it's just the syntax
suddenly Rust
To some extent, sure
rusted suddenly
sudden oxidation
/run
Integer a = 0;
Integer b = 0;
System.out.println(a == b);
Integer a2 = 300;
Integer b2 = 300;
System.out.println(a2 == b2);
Here is your java(15.0.2) output @glossy swallow
true
false
what's with the commas
Branches of the type. Like cases.
that's like new Number(300) === new Number(300) in JS
those are objects
Think of the Rust enum, except here, each option of the enum can have interface constraints
it works for the first but not the second
so a union?
And then also take a specific type if you want
More than that
an untagged union?
Yes, I suppose
eep time, stay cute everyone
wait i wonder how easy it would be to make java equiv of eval(atob)
it can be transferred between threads but it can only be owned by one thread at a time?
and it needs to be printable to some extent?
idk anything about AsyncTask though
It's an arbitrary type
AsyncTask is a Task that has Send already.
like rs trait AsyncInput(t: type) = (Debug(t) | Display(t) && Send(t) && !Sync(t)) || AsyncTask(t)?
vchars ç
ç LATIN SMALL LETTER C WITH CEDILLA
uh you need ClassLoader shenanigans maybe? I think there's a java.compiler namespace
idk java sowwy
Yes
(traits are effectively Options at the type-level… and at the value-level)
vennie dad,,,,
vchars ü
ü LATIN SMALL LETTER U WITH DIAERESIS
hey wait a minute I can do fuckery

Just that my syntax looks a bit more legible than this
@glossy swallow https://docs.oracle.com/en/java/javase/21/docs/api/java.compiler/javax/tools/JavaCompiler.html maybe idk
that's an interface tho
I guess
vchars https://www.google.com/
Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.
h LATIN SMALL LETTER H
t LATIN SMALL LETTER T
t LATIN SMALL LETTER T
p LATIN SMALL LETTER P
s LATIN SMALL LETTER S
: COLON
/ SOLIDUS
/ SOLIDUS
w LATIN SMALL LETTER W
w LATIN SMALL LETTER W
w LATIN SMALL LETTER W
. FULL STOP
g LATIN SMALL LETTER G
o LATIN SMALL LETTER O
o LATIN SMALL LETTER O
g LATIN SMALL LETTER G
l LATIN SMALL LETTER L
e LATIN SMALL LETTER E
. FULL STOP
c LATIN SMALL LETTER C
o LATIN SMALL LETTER O
m LATIN SMALL LETTER M
/ SOLIDUS
trait Convert(f: type, t: type) {
fn convert(self: f) -> t;
}```
pissapp is human/
JavaCompiler compiler = ToolProvider.getSystemJavaCompiler();
no way!!
what the fuck are you talking about
Use Jython, problem solved
no need to compile
you can always load code at runtime
they removed classloaders?
Unsafe.defineClass
vchars ḧ̷̽i̶̿̈́
h LATIN SMALL LETTER H
̷ COMBINING SHORT SOLIDUS OVERLAY
̈ COMBINING DIAERESIS
̽ COMBINING X ABOVE
i LATIN SMALL LETTER I
̶ COMBINING LONG STROKE OVERLAY
̿ COMBINING DOUBLE OVERLINE
̈́ COMBINING GREEK DIALYTIKA TONOS
using classlo
are you le stoopid
you can use classloaders
Unsafe is...
they removed a feature
dumb
literally not part of the Java standard
it's under sun.misc.
you can use a classloader but it requires a little more typing
and stuff you need to remember
isn't there ClassLoader#defineClass?
vchars @open pasture
< LESS-THAN SIGN
@ COMMERCIAL AT
1 DIGIT ONE
0 DIGIT ZERO
0 DIGIT ZERO
6 DIGIT SIX
6 DIGIT SIX
3 DIGIT THREE
8 DIGIT EIGHT
5 DIGIT FIVE
2 DIGIT TWO
9 DIGIT NINE
7 DIGIT SEVEN
4 DIGIT FOUR
6 DIGIT SIX
5 DIGIT FIVE
8 DIGIT EIGHT
3 DIGIT THREE
7 DIGIT SEVEN
5 DIGIT FIVE
2 DIGIT TWO
> GREATER-THAN SIGN
I don't remember anything, I just...look at the Javadoc lol
Unsafe is a stupid class that doesn't have any practical use case, considering how Java doesn't know how Unsafe stuff works internally
It's just C code
I don't even know Java
It's...internal???
remembering stuff is quite difficult that's why us humans rely on writing thinks on the back of their hands which has a few problems
why is the @ commercial now
Also Netty uses it for some reason
It's just calling a native method
yeah
written in C
iirc it's to allocate byte buffers fucking fast
Because Java is stupid
oh guh yeah there is
but it's protected
what
subclass
:3
reflection fuckery ❤️
isn't the entirety of fabric just one heaping pile of reflection fuckery
NOOO
main is static so getClass() won't work
i don't think it touches java internals
isn't there instance main now
a what now
hello chat
well. i run code is just creating the main method for you
i'm barack
public static void main(String[] args)
if your main is non-static but the class it's in has a zero-argument constructor newest java automatically constructs it iirc
how new?
vchars 
< LESS-THAN SIGN
: COLON
t LATIN SMALL LETTER T
r LATIN SMALL LETTER R
o LATIN SMALL LETTER O
l LATIN SMALL LETTER L
l LATIN SMALL LETTER L
e LATIN SMALL LETTER E
y LATIN SMALL LETTER Y
: COLON
1 DIGIT ONE
0 DIGIT ZERO
2 DIGIT TWO
4 DIGIT FOUR
7 DIGIT SEVEN
5 DIGIT FIVE
1 DIGIT ONE
3 DIGIT THREE
5 DIGIT FIVE
2 DIGIT TWO
0 DIGIT ZERO
2 DIGIT TWO
8 DIGIT EIGHT
6 DIGIT SIX
0 DIGIT ZERO
2 DIGIT TWO
4 DIGIT FOUR
4 DIGIT FOUR
9 DIGIT NINE
> GREATER-THAN SIGN
i used to only write java 8 because my old verison of eclipse ide didn't support newer

banned for spam
(and any other ide than this outdated eclipse was laggy on my hdd)
eclipse 
ban venbot
the old version most importantly had a very cool splash screen
vban @neon ferry
vban 7 @neon ferry spam
i could prob ably wait two minutes for content assist to provide complettions for class and method names
skibidi lore imho
murder kevin
vban @neon ferry
Failed to ban 1017176847865352332: DiscordRESTError: Missing Permissions on PUT /api/v10/guilds/1015060230222131221/bans/1017176847865352332
every bot actin up
whoever said that to kevin should explode
wtf why did that take so long
slow bot
you can't ban yourself
vban 343383572805058560
Failed to ban 343383572805058560: DiscordRESTError: Missing Permissions on PUT /api/v10/guilds/1015060230222131221/bans/343383572805058560
also iirc bots can't be banned whatsoever
no they can
what was the one cat command
vmink
vban
untrue they can be bannd it's just when you readd them they are unbanned implicitly
Minking
Minkinh
G
vchars :3
: COLON
3 DIGIT THREE
vchars silly
s LATIN SMALL LETTER S
i LATIN SMALL LETTER I
l LATIN SMALL LETTER L
l LATIN SMALL LETTER L
y LATIN SMALL LETTER Y
I know how to start several jet planes
vchars love
l LATIN SMALL LETTER L
o LATIN SMALL LETTER O
v LATIN SMALL LETTER V
e LATIN SMALL LETTER E
can you drive one into a building
does vchars work on polls?
< LESS-THAN SIGN
: COLON
S LATIN CAPITAL LETTER S
K LATIN CAPITAL LETTER K
U LATIN CAPITAL LETTER U
L LATIN CAPITAL LETTER L
L LATIN CAPITAL LETTER L
_ LOW LINE
S LATIN CAPITAL LETTER S
K LATIN CAPITAL LETTER K
E LATIN CAPITAL LETTER E
L LATIN CAPITAL LETTER L
E LATIN CAPITAL LETTER E
T LATIN CAPITAL LETTER T
O LATIN CAPITAL LETTER O
N LATIN CAPITAL LETTER N
: COLON
1 DIGIT ONE
1 DIGIT ONE
3 DIGIT THREE
3 DIGIT THREE
5 DIGIT FIVE
0 DIGIT ZERO
4 DIGIT FOUR
9 DIGIT NINE
7 DIGIT SEVEN
4 DIGIT FOUR
7 DIGIT SEVEN
7 DIGIT SEVEN
7 DIGIT SEVEN
7 DIGIT SEVEN
5 DIGIT FIVE
7 DIGIT SEVEN
7 DIGIT SEVEN
2 DIGIT TWO
6 DIGIT SIX
> GREATER-THAN SIGN
idk how to create one
mb
banned
vchars 🪟
🪟 WINDOW
WINDOW
vchars 7
7 DIGIT SEVEN
You guys are gonna get venbot disabled in here lol
only if the admins hate fun
vchars 👻
👻 GHOST
vchars Latin
L LATIN CAPITAL LETTER L
a LATIN SMALL LETTER A
t LATIN SMALL LETTER T
i LATIN SMALL LETTER I
n LATIN SMALL LETTER N
(they do)
Wdym hate fun? You are flooding the chat
vban
yeah but who is it affecting right now
What is the purpose of the command?
if people were having an active conversation it would be different
Me, I find it annoying
Just names out characters?
being annoying
so we can say vmink and get a cute kitty
vmink
nvm he edited the message
vyardim
karakterler Bir dizedeki unicode karakterleri inceleyin
istatistikler En çok kullanılan emojiler veya çıkartmalar hakkında istatistikler alın
yardım Tüm komutları listeleyin veya belirli bir komut için yardım alın
minky minker
ban Bir veya daha fazla kullanıcıyı isteğe bağlı bir sebeple yasaklayın ve mesaj günlerini silin
role-add Bir veya daha fazla kullanıcıya rol ekleme
role-remove Bir veya daha fazla kullanıcıdan rol kaldırma
prune Birkaç mesajı sil
yavaş mod Kanal için yavaş modu ayarlayın
submitpass Bu kullanıcının bir gönderi göndermesine izin ver
desteklemiyor İnsanları doğru kanala yönlendiren bir grafik oluşturun (genellikle destek)
değerlendirme Javascript kodunu değerlendir
eklenti Bir eklenti hakkında bilgi sağlar
kaynak kodu Bu botun kaynak kodunu al
sss SSS bölümünden yanıt alın
destek Destek etiketini sorgula
Belirli bir komut hakkında daha fazla bilgi için vyardım <komut>u kullanın!
all good original question was answered
waght is this i dont speak languages
Still don't see the purpose of v char
Turkish
me neither geopoaeoooo
include _ with Monad.IO (* this also imports any interface impls, not just types and methods *)
include _ with Data.List
class Comparable = Ord
, PartialOrd
let qs [] = []
let qs (x:xs) :: []'t -> []'t
=> 't :: Comparable
= let s = qs ['t | 't <- xs, 't <= x]
b = qs ['t | 't <- xs, 't > x]
in s ++ [x] ++ b
What is this? :D
i want to show my cool music but no image perms 
Looks like haskell
To an extent, sure
It's not a language that exists
haskell has classes
The fuck
Haskell has classes, but they have other use cases

(* rules out haskell with {-
A class in Haskell is similar to the class I showed, but not what it is
OCaml uses (* for comments
Haskell is the nix one right
pascal?
I hear class and think of pure OOP
why is this in turkish tho
It's just a concept of something in my head
yardım is turkish for help
And I decided to ask what you think it is
does that appear for every language
Some weird pure functional Lang
only english and turkish
fir is oop functional
it is functional, yes, and I was thinking a functional language can be made for low level programming, such that you can write functional code and even write a kernel like that
are you skibdi because youre my toilet
vnuke
Damn me too 😭
Why is this a curse 😭
who do I ask for permission to mute people
Erm...
banned
Not nice
NoSuchMethodException: com.sun.tools.javac.launcher.Main$MemoryClassLoader.defineClass
i thought that might happen
remove Declared since it's inherited
but it's from the base ClassLoader class
Microsoft Java
100%
Oracle C#
except with weird brace style and capitalization
Oracle .NET
Truueee
My comments towards C# has no bias and I do not help maintain some half big library that's made in C#
/run
import java.util.*;
import java.lang.reflect.*;
public final class Main {
public static void main(String[] args) throws Exception {
ClassLoader classLoader = Main.class.getClassLoader();
byte[] d = Base64.getDecoder().decode("yv66vgAAADQAHQoABgAPCQAQABEIABIKABMAFAcAFQcAFgEABjxpbml0PgEAAygpVgEABENvZGUBAA9MaW5lTnVtYmVyVGFibGUBAARtYWluAQAWKFtMamF2YS9sYW5nL1N0cmluZzspVgEAClNvdXJjZUZpbGUBAA9IZWxsb1dvcmxkLmphdmEMAAcACAcAFwwAGAAZAQBUQWNjb3JkaW5nIHRvIGFsbCBrbm93biBsYXdzIG9mIGF2aWF0aW9uLCB0aGVyZSBpcyBubyB3YXkgYSBiZWUgc2hvdWxkIGJlIGFibGUgdG8gZmx5BwAaDAAbABwBAApIZWxsb1dvcmxkAQAQamF2YS9sYW5nL09iamVjdAEAEGphdmEvbGFuZy9TeXN0ZW0BAANvdXQBABVMamF2YS9pby9QcmludFN0cmVhbTsBABNqYXZhL2lvL1ByaW50U3RyZWFtAQAHcHJpbnRsbgEAFShMamF2YS9sYW5nL1N0cmluZzspVgAhAAUABgAAAAAAAgABAAcACAABAAkAAAAdAAEAAQAAAAUqtwABsQAAAAEACgAAAAYAAQAAAAEACQALAAwAAQAJAAAAJQACAAEAAAAJsgACEgO2AASxAAAAAQAKAAAACgACAAAAAwAIAAQAAQANAAAAAgAO".getBytes("ascii"));
Method defineMethod = ClassLoader.class.getDeclaredMethod("defineClass", String.class, byte[].class, int.class, int.class);
defineMethod.setAccessible(true);
Class target = (Class) defineMethod.invoke(classLoader, "HelloWorld", d, 0, d.length);
Method mainMethod = target.getMethod("main", String[].class);
mainMethod.invoke(null, (Object) args);
}
}
Here is your java(15.0.2) output @glossy swallow
Note: file0.code.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by Main (file:/piston/jobs/e916f17c-c895-478d-8849-1c3ae344af05/file0.code.java) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of Main
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
According to all known laws of aviation, there is no way a bee should be able to fly
/run
Print "Hello world"
@twin drum
Invalid command format (missing codeblock?)
hmm



