#general
3141 messages Β· Page 1415 of 4
April fools is no more

no secret weeb club
yes.


Eternity is a secret weeb

wow, nomana not using poki emotes?


who is poki
ANNOYING e-girl
Yes
Pretty rude
k
bruh where's paper chan
Just cuz she makes money and streams on twitch she an egirl huh

gone. i am devastated
paper chan is no more
Who is paper chan?
no idea
Bruh


She is paperchan
paper-who?
these emojis better be staying
Was about to say that lol
I get a feeling that there is some mass disillusion going on here
we are paper chan

paper
chan 
K Emoji is still here
out of context quotes
LOL
π€·ββοΈ
i miss her so much https://static.jacobandersen.dev/shared/Impure-Germanspitz-88.png
who dat?
rest in peace paper-chan
nah mate ne'er seen 'er in me life
||https://auri.gay/top-secret|| Dont left click this
reminds me of fuko
:march: Any further mention of this paper chan will be dealt with accordingly :march:
Was about to send that photo
lol
I mean, that girl gloving up worries me
yeah shes about to do the unthinkable
as somebody with a disturbed ||kinky|| mind, I question what she's up to
yea, shes getting ready for some crimes
You're due for a checkup cat
lol
putting on gloves to stop covid spreading
she's still paper's mascot in my heart. idc what core team says, they're not real
Okay
core team more like, who cares
proxi is the only core team i need β€οΈ

Come join us at CLANNAD (γ―γ©γγ/Kuranado) on Facebook, the most active Clannad fan page.
URL:
http://www.facebook.com/pages/CLANNAD-kuranadoKuranado/363678577788?ref=ts
As my friend Juan would say...."Bo-n-jour?"
Scene from Clannad Episode 11
OK VOLUME WARNING WHERE
now imagining etern listening to video and throwing headphones off in pain
I use speaker...
even better
now imagining etern listening to video and frantically lowering the volume
could be worse
Nothin like that moment when you go into uni, open your laptop, are about to press enter, and then are questining if you remembered to close the tab after your... rigourus... erm.... self appreciation session... eerr....
LOL
I mean
How many times?
that's litearlly the reason I disable "restore all tab on crash" on my browser
there was always the time my mate brung in a USB stick
and it turned out he brung the wrong stick in
This one didn't contain shows, this contained even more fun material
that's an ex de de de right there
WHERE IS PAPER CHAN π₯Ί
see, that right there is another big ex de moment
where is paper chan?
https://www.findagrave.com/cemetery-browse/USA/Minnesota/Hennepin-County/Minneapolis
Cemeteries in Minneapolis, Minnesota Β· Central Lutheran Church Columbarium Β· Crystal Lake Cemetery Β· First Congregational Church Columbarium Β· Fort Snelling
and uh yeah that is hosted in minneapolis
sulu will you make paper chan bot? 
I was wondering if the preview was generated on my device for a second lol
I miss her 
.g where's the nearest graveyard
(DiscordBot) https://wowpedia.fandom.com/wiki/Graveyard
For the Warcraft III building, see Graveyard (Warcraft III). For the instance wing of the Scarlet Monastery, see the Scarlet Monastery Graveyard.Graveyards are special locations in World of Warcraft where the ghost of a dead character appears. Each graveyard has a Spirit Healer. Graveyards are usually, but not always, located near towns.
In fact...
k u fuken idiot
Is there an off topic channel?
I think we should have a secret weeb club where we worship PaperChan in secret
this is the off topic channel
Oh
Um no
Did someone save a pic of paperchan?
Yes
this channel is for discussion about Tacos, Cats, Taylor and Burning of Leafs
it says so right at the top
idots
ok
I liked the paper chan icon better
I am here, my child. I'm back from my Brawlhalla matches.
it's all in there
Yoink
put some respek on her
lewding paper-chan will lower your server TPS

mentioning it lowers your tps
atleast we keep the emoji's

april fool's joke was real damaging to this community
not really
will we ever recover
weeded out a lot of pepegas
It's impossible to in the unofficial Manga anyway. Paper-Chan is software in the story. (Welp, a person turned into software accidently)
lol @ all the people who ragequit paper over paper-chan
lol
see ya 
similarly as bad are the ones that are obsessed
next year it's gonna be furry themed
no
much to leaf's delight I bet
i-
I will get one for leaf for next year
I don't mind being in a furry suit if that's what you desire of me
Can just go Made in Abyss style furry @waxen panther
alright who's that funny lad and why do they want to get in a furry suit

so it's not disgusting
I got the idea on how it should look like just need to enslave Lax once more 
I am Paper-chan, my child. No one else.
No need to say that twice. I already had 50β¬ ready for that commission.
I will clap you with a frying pan if you call me your child again 
child
bet π

am awaiting clapping with frying pan
What fan wants to beat their hero with a frying pan?
Oh
What is the best way to implement a 128-bit integer in java? 2-longs? 4 ints? An array of bytes? (I know about Java.math.BigInteger but it's not what I'm looking for).
It's for a personal project.
first thought would be BigInteger class
ye I dont see why you wouldnt use bigint in this case
can you explain why it is not what you are looking for
uwu

I won't, my child. As long as you need my comfort, my comfort will be there for you.
people really do be doing paper-chan roleplay huh 
Partially because I want to make the operation methods from scratch as a thinking exercise/puzzle. BigInteger already implements them.
how is it roleplay
it is the real one
100%
ty master
if you want an any-length integer i would use an ArrayList<Integer>
@deep juniper well, biginteger just holds a sign and an array of digits to work. you can reimplement if you desire
that's how biginteger works anyway
:)
i did sorry
@lavish crest
stop with yall paper-chan names smh
Don't worry, I forgive everyone. β€οΈ

get your complaints into cat's dms

Also, some one told me that a chain of primitives is faster then arbitrary precision values and I wanted to see if that was true. (At least with my implementation).
I miss paper-chan
'chain of primitives'
who is cat
what?
well
maths on primative fixed types is faster coz then you don't gotta get into the FPU
by 'chain of primitives' are we just talking an int array? lol
But, like, I mean, the moment you start using sub-optimimal data types, you start needing to do stuff yourself
nyaaaa
just do what you think is easier to handle for you, 2 longs, more ints, or more more bytes
Bring back paperchan dum dum
probably doesnt matter on a performance scale for you fiddling around
the CPU already has operators for working on varying data lengths
i think the thinking exercise part is pretty interesting, gotta do manual addition by going through the array of digits and handling carries manually and all that jazz
my guess is 2 longs will be easiest for you
a custom biginteger isn't too horrible, really. it's just a sign and an array of digits. ez
well, there are varying algos out there for stuff like binary maths
e.g. efficient multiplication can be tricky tho
But, well, they all work on aspects like, well, bits
class MyCustomBigInt {
private int sign;
private int[] digits;
public MyCustomBigInt(int sign, int[] digits) {
this.sign = sign > 1 ? 1 : -1;
this.digits = digits;
}
// implement your arithmetic operations using array traversals and all that jazz
}
but yes, better to use Java's provided one for anything other than learning or tinkering around
slower (but potentially easier) option is to use a list instead of int[], that way you can move elements around fairly easily
Thank god the anime icon is gone
The digits?
yes
/help
You mean you'd pass like {1, 2} and that would be 12
yes
Wow that's awful
but you would not use this class for such a small number
this is for numbers java cannot natively represent
Shouldn't use it for big numbers either
(> 64 bits)
Should just use BigInteger
...yes
does java have type aliasing
read up and get some context lmao.
No, it doesn't have type aliasing
the person wants to make their own biginteger class for learning purposes, and biginteger does exactly what im explaining
a sign and an array of digits
Ah
dont believe me, go check
damn I would have liked to typedef BigInteger ChonkyNumber
BigInteger uses an array of bytes
...which are numbers.
in a sense
Right but it's not an array of the digits
not in a sense, they are literally numbers with value from -128 to 127
do yall know what you are talking about at all
Yes
bytes is 0 to 255 unsigned right
Yeah
But java always handles it as signed
char is the only unsigned type in java
Nope
No
no
You can use a type that has more bits to play with
how do I effectively index massive lists if I can only have half of a 64 bit int
fjdjfh unsigned makes so much sense
If you need a list with more than 2 billion elements you're doing it wrong

ram goes BRRRRRR
And if you really need something that large
out of memory exception
You could make your own type that implements collection that uses a 2D array
I think a list can only store 2 billion elements in Java, although not completely certain
ArrayLists, yes
only ArrayLists are
other lists don't need to be backed by arrays
LinkedLists can be infinitely large, theoretically, given enough memory
Well what other type of list are you gonna use?
Linked?
Those use an int to store their size
They would also break past 2 billion elements
Well, yes, but linked lists are already a memory hog, wouldn't want to have 2 billion elements in there
^
ez fix, make own linkedlist
Why the fuck
(Although I wouldn't want 2 billion elements in any list)
Just use a 2D array backed list lmao
That would be so much faster and more memory efficient
we're talking about a ridiculous situation here
I do get why you don't want two billion elements in a list
the overarching point is, nobody should have a list that big. ever
I just learned about LinkedLists a couple of months ago.
but if I ever get a machine with enough ram I'm absolutely doing it
or a good enough processor
I have only ever needed them once in my 7 years of java
how big is 2 billion bytes anyways
linkedlists are great for modification post creation, horrible for iteration. arraylists are the opposite
But to go back to the original point of unsigned numbers, there are cases where they could be useful, but it was specifically opted out of because arithmetic becomes pretty weird, especially when cominbing signed and unsigned numbers.
Well it depends what kind of modification
moving elements
2 billion bytes are 2 billion bytes, so 16 billion bits
Random insertion and removal is O(n) regardless of which you use
moving elements
But removal or insertion while iterating
the java stdlib has >40 implementations of List btw iirc
That's O(1)
pog that's messy
not really
The only real use case for linked lists is when you need to add/remove elements while iterating
they have their uses
and u don't understand big O notation, all I know is the smaller the better
O notation isn't super useful
it's why it's commonly used for queues
i feel like im saying something, and then having that information regurgitated back at me from somebody in a CS 112 class
Well array-backed deques are faster for that
The less pointers you need to change, the better
What about Big Theta? Is that useful?
that's pretty harmful to say as a general fact
What is?
No u
Wtf
I meant to tag Stef lol
(I'm currently in a data structures class in my university)
typical ded
god i wish my local library was open so i could go study there
O notation is generally just for theoretical algorithms and "look this potentially does less work than this other algorithm". If you're writing software, you can just use a benchmark to get a much better indication of how fast/slow something is
I blame discord
Big theta is imo more useful than big o
Isn't big theta just worst case big O
we've basically just went from CS111 to CS161 in about 5 minutes (at least how my school has classes laid out)
Big theta is big o, but bounded on both sides
Big o is only upper bound, big theta is lower and upper
Interesting
I don't tend to ever actually measure or specifically calculate big O, I just estimate it
Almost everything is O(2^n!), right?
One of the disadvantages of big o is that I can claim almost any algorithm is in O(n!) and I'd be right, but that says absolutely nothing
Bounded big o does say something at least, but you don't have this issue in the first place with big theta
knowing about asymptotic complexity is important, but you should also know about the practical runtime implications of different implementations
Generally though time complexity doesn't account for much of the optimizations used in CPUs such as caching.
It can still be a strong indicator that you need to optimize your shit though
who made paperchan logo thingi?
It can be, but isn't necessarily. Generally when developing software, run a benchmark.
All my homework questions say big theta because the professors want to discourage people writing O(10^10^n!) and being right.
Taking an operation from O(n^2) to O(n) always results in a very noticeable difference as I have larger datasets
I can let an O(n) operation halt for 20 seconds for no reason whatsoever and then your O(n^2) operation will be faster for very large ns
Nothing is a silver bullet though
It was never meant to be an end-all be-all to measuring how efficient an algorithm is
We have to calculate exact runtimes too for our class
It's just a way to get a broad sense of how well it scales with more inputs
Not just big theta.
That is true, but then in practice I'd still always recommend running benchmarks
I do run benchmarks
literally going in circles. stef started out with Big O is not the end-all-be-all, discussion ensues, and finally the other person says it was never meant to be the end-all-be-all

Benchmarks are another tool, a more helpful one typically
But you can only run benchmarks on an algorithm that is implemented
Big O can help you determine which one to go with before you start implementing
Which is why it's still useful
Yes, I'd generally consider lower time complexities as my first option. Do note that there are very real cases of larger time complexities which can perform better in general (i.e. quicksort while being O(n^2)), so I generally wouldn't throw out an option just because it has a higher time complexity.
oh we're coming to worst case vs average case now
Anyways I only came here to say thank god that icon from yesterday is gone


Who?
Accessing a random element of an array is O(n!^ ((n^n)!)). Right?
that's rude to paper-chan 
paper chan is in a grave in minneapolis.
mini, i will fly to germany as soon as covid is over and throatpunch you
Yes
I hate this technicality
Like, technically big O means "grows no faster than"
Pls do
So if you just say some ridiculous value like that you're not wrong
This is why I prefer big theta over big o
Generally it's not that much of a concern, since most time complexities stay relatively low, but still
Yea, my profs always say big theta because of this technicality.
Yeah n! is not especially common
Yeah, most of my stuff for algorithms and data structures also mentioned either a bounded big o or big theta
Most algorithms fall into O(1), O(n), O(n^2), O(logn), O(nlogn), or O(n!) but you don't see the last one very often
O(0) when

An algorithm that never takes any time.
Even if you literally have zero code, that would still be O(1)
Time travelling algorithm O(-1)
A while loop that never halts is also O(1)
so any algorithm that never finishes is O(1)
One could argue that, due to speculative execution, some things actually are O(-1)
Yes, cause if the algorithm doesn't halt it runs for infinite time and therefore doesn't grow larger for a larger input
Infinity is not less than any finite value so I don't think this is true
Wait I see what you mean

I only using O(Ξ±(n)) algorithms (where Ξ± is the inverse ackermann function)
lol
this just feels like the chat is speaking O(prime factors of some arbitrary number) language
O(no)
O(yeah)
O(n!^ ((n^n)!))
O(why do you do this to me)
O(o)
O(wo)
O(
)
math talk turned weeb

O(no)
never underestimate the power of weebs
O(N)ot gonna spray me cause I'm too fast.
something like brainpower*horniness
so a very large, negative number
which ofc means you have no power at all if you aren't horny
true to life
why u think politicians have so many sex scandals
because they're secretly WEEBS!
https://youtu.be/qVz_uZljJsg weebs be like
Watch NODE: https://www.youtube.com/Node
Music in this vid-
OGRE (super sweet cinematic retro) - https://ogresound.bandcamp.com/album/195
Trial and Error (royalty free anime themes!) - http://www.tandess.com/en/music/
What happens when you take something normal and turn it into anime? This!
What other thing would you like to see us do anime-st...
weebs are weird
weebs are weeb
https://youtu.be/6kIsEzEmI9w lmao these are so good
MIKE DIVA - https://www.youtube.com/watch?v=g-sgw9bPV4A&list=PLVK1Q9ppZiaDhfjv2BhMpYH0RgSuv--H0
MORE OF OUR ANIME VIDEOS - https://www.youtube.com/watch?v=qVz_uZljJsg&list=PLVK1Q9ppZiaBnAZ8eC1qn1fG13K152upw
HOW WE MADE THIS - https://www.youtube.com/watch?v=MgBwvsArd9Y&list=PL84DB158CAABE4E07
Music in this vid-
Trial and Error (awesome anime th...
yeah it's sad there haven't been any main corridor videos cuz of le covid
@quasi valley π
very 
ree
what exactly have i just watched
Art
Paper-chan is gone π
maybe next year
legacy emotes live on
not gone
oh yeah
π§» best emote
paper chan is gone lmao π¦
βΉοΈ
How many people have left after it was changed back

Goodbye paper-chan
do a purge π
nooo!
where is paper chan?
purge the weebs
purge the ducks
no weebs
no ducks
no ducks
no weebs
Stop duck opression
stop weeb opression
there is no oppression

oppress the ducks
imagine shooting a duck with water gun

i'm making sure he's wet
we need paper chan
that's like dumping water on water to stop flood
im still going to get my bodypillow with paper-chan on it
in 2-4 weeks, the tracking says
okay that's it im coming for you:
https://www.youtube.com/watch?v=Qb03274qrIU
All respect to original poster fbiular2011 - http://www.youtube.com/watch?v=nezOm8IoPBU&feature=share
because artists?
@mental meadow sent it to me, very kind
swaggy swaggy
if you people start getting body pillows made of paper-chan we're going to have to talk
ok then talk to me
click on the image
why is that the link?
can we have the talk now
what the hell
you get a zip file with the art
Did you actually order it?
of course i did
the internet π
send us pics when you get it
of course i will

who owns the domain auri.gay

aurora
ah that makes sense
lmao
;-;
Lmao
lul
Not sure why those are in such high demand
perfect, this one is free :D
I am here, my child. I was just watching some DanMachi.
moment
oh shit
alright itβs time to get the frying pan.
I donβt give em out for free, sorry
smh youre such a child
only on your onlyfans, or what?
no, that monster was calling me its child
excuse me?
is that better
alright youβll taste the frying pan too now
probaby cuz oskar isn't a ""name"" (even though it is)
:D
You have serious problems
ikrrrrr
what the hell is going on

Wow not just an alias
They either have nitro or changed their name though, not a new account
Itβs just someone who hasnβt touched grass in a long time
the creator is among us
whats a grass
if you look for cheap domain names, .xyz ones can be obtained for under 1β¬
.ml, .ga and .tk are literally free tho
elona.xyz π
Thereβs a reason why they are so cheap or free
Because auri is short for aurora and I'm gay
no one trusts those domains
honestly .ml sounds cooler than .ai
lol

and your domain is going to be turned into an advertisement when it reaches enough visitors
wooo i broke my code :D
that's the purpose of unit testing, to catch errors?
gay pride paper logo wen?

June!
fuck yeah 1 dollar a year
haha oskar literally worthless
that's the buy price
honestly i dont trust xyz domains much
not always the renewal price

ded
i hate that fish
its a phish




https://betterttv.com/emotes/5e92fbc9ce7cbf62fe148cfc
PufferFish uploaded by mik_VR on 4/12/2020. PufferFish at 1x PufferFish at 2x
someone should create a spigot ecosystem emoji server
Hi lucy
why, you cant even use emotes there

itβs almost as if i didnβt see u in another server mins ago π

hmmmmm
lmao
whatβs the most exotic thing u guys have eaten
ur mom
Ok
yeah not much really
in bri'ain we only eat the plainest most boring foods
what is even considered exotic these days
probably like fish pie or something
umm
the good ol' uni'ed kingdom
prob like korean dishes
i had lobster once, noped outta that one
rly
How would i uninstall openjdk 11 and install openjdk 16 on ubuntu
lobster is so good
don't really like korean seasonings
i dont like cracking stuff
i started with crab -> lobster -> cray/crawfish
oskar -_-
i cant find the package for openjdk 16
come on junit, that's a bit mean
then download it manually??
i am the failure
and i believe switching your java default is sudo update-alternatives --config java or something
and it lets you choose your main java install from your installed javas
sudo apt install openjdk-15-jdk
for JDK 15,
for JDK 16 I believe you'll have to compile from source?
did anyone ever try or get cyberpunk
waste of diskspace if you ask me
point proven once more why never to pre-order
you don't need to compile from source
@visual egret https://jdk.java.net/16/
not even pre order, just waiting a bit even after release
i learned my lesson
i always wait a few weeks before buying stuff lol
just wget the one you want, and extract to your java directory
so i extract the contents of the tar i downloaded into /usr/share/java?
uh i think they're in /usr/lib/jvm
had to alias it because i uninstalled J11 but it works
i never talk in this server but bring back paper chan
nice

if you ever need to run something for example that only works in java 8 you can add java to your jvm directory then instead of java --jar ... you can do /path/to/java1.8file --jar ...

just use sdkman xd ?
iguess
rip paper-chan, she will be missed
not really
She will be missed
add paper chan back pls Aikar, DemonWav, kashike, Z750, zzzCar, Proximyst, aurora luv u all
he didnt ping them tho
it was a funny joke + really cool art but as usual it got hard to see
as people took it too far
To whom it may concern,
I have completed my research and we may proceed with the usage of paper-chan in this community. We must do so promptly.
Sincerely,
mbax
Acting Head of Legal
it hasnβt updated on my phone π 
you're the one who is hard to see
To whom it may concern,
The people of Balkan don't care about the change.
Sincerely,
22
Head of Balkan / Kosovo CEO.
kosovo?!!?
? what does this even mean
read below it
still donβt get it
that doesn't explain anything
you were always a bit slow brocc, it's ok
@ashen cliff you from Ptuj?
ur bannsble
No bro.
Guys if paperchan is not coming back, we have to get her back ourselves
okay

my friend told me the guy from your picture was his teacher


Must rescue paperchan
they should put paperchan in the corner of the banner π
@quasi valley love u xoxo

@waxen panther

omg really
i figured I needed to clarify that
someone do the rms thing but for paperchan
Bro! Sad.
do it neemy
englich is mein lieblingsfach, lieblingsfach, lieblingsfach, geschichte, und deutsch
Everyone needs Franc as their Discord profile picture.
i will in like 20 min yea?
the franc has really lost it's value over the past few months
Woah.

omg real nick
Yess
goddamit, thats one more SO 
We have another other nick??
Is there anything that DED didn't break yet?
Me.
it's DED
deds been on this for like 7 hours
Public Class main_class() {
Public Viod Main(new string(){} args[]) {
Return Console.log{"Hello, world"};
}
}
Why is this not working
this guy could break a diamond
i havent worked on this non stop lol
time to discover the joys of registerExact I think, @worn ember
nah its just me being stupid again :p

mfw
Steel Toe Work Shoes (please be dressed for work, mine workers are required to wear 8ββ lace up safety boots
idk if its covid or just some cold but my head is about to burst 
my job seems to think that i am going to be working in a mine
do you work at a crypto mine?
no
does 8" lace up just mean the ones with ankle support?
i mean tbf i had to wear steeltips in warehouses too
public viod
how'd you do that
yeah zml
steel toes are super useful when working with anything with wheels tbh
these
well they're useful in working anywhere where you might drop something heavy on your foot lol
its all fun and games until a forklift wrecks your ankle with its lifting part, i've seen it happen and it didnt look pretty
Also Oskar, that's not bash. Looks more like Java.
i think mine are 8" but i will also not be working in a mine, so
oof yeah forks are a fun time
was the forklifter's(?) fault tho
I just say fork op
was the day before his holiday too xD
rip
i've forgotten my steel tips once, and they just let me work anyway they didnt really care
guess i was on my own if something happend tho
some places I'd get sent home, some places it'd be fine lol
yeah, i just think they couldnt afford to miss me
the place i'm working at is very safety oriented, but i got away with wearing normal steel toes when i visited there the last time
dont you work in the chem industry?
kinda
tf does kinda mean
not really no
we use chemicals, sure
but we make more than that lol
not manufacturing chemicals
gzip is bad
Very.
zstd is far superior
There's been some work tryna convince mojang to do that jump
i've noticed
frontend developers on their way to use React for a static docs site
Not sure if Nginx supports zstd tho π€
one thing is that a lot of stuff doesn't support zstd yet
Windows. 
i offered a download for something on my website and it was compressed with zstd and no one had tools to open it lmao
oh, looks like browsers already do
did you download an addon lol
Thank you! 
is that for your texture pack?
3x as fast compression speed as zstd, 4x as fast decompression speed
Does any browser even support Zstandard?
excuse me, resource pack
huh?
I was letting people download a world and wanted to save space so I used zstd
oh
i'm gonna look into lz4 now
caddy > nginx tbh
the compression ratio isn't as good though, but that speed..
nginx is still trying to get HTTP/3 support available
Caddy only has
experimental HTTP/3Β support
it is pretty much stable
Not using lithium.
May can I ask, have you used nginx before?
May can I ask, what made you switch, and what would you say, what are the cons & pros?
nginx has more documentation and support
caddy has a much cleaner configuration file
i'm not sure how the performance compares
Hm, yup nginxes config could be hard to understand, but after you master it it's pretty easy 
oh right also nginx has a lot of weird rules
like that headers only get added if the response is not an error unless you add a special flag
it took me 2 hours to figure out why CORS wasn't working for that one 

Well nginxes performance is amazing, not sure if any web server will be able to beat it tbh
Oh they will. 
le actix-web has arrived
What the heck is "workerman"
PHP is everything.
how are you supposed to attain any perf with that
Java is deprecated and stuck on 1.8.
Meanwhile am rocking java 17
Kernel 2.6, Java 8 and PHP 5.x won't die. Like ever.
GzipLevel looks nice for huge dumps.
https://posili.me/i/2021-04-02_21-43-42.png
Pretty easy to do, however people are unlikely to do it as there is little point in that
man they had a battle
Is there anyone who used reddit more than just a few hours?
I can't find how to make a post with text, that also displays the image above the title (when you open the submission).
Revert Revert Revert Revert
depends on subreddit rules if they allow that or not, what sub is it
I see other posts that include it. Yet I can't find it.
Should be in the create post interface.
Though I guess I only tried on the testing subreddits.
I don't understand... why do so many people want 1.12.2? performance? I thought it was mods but they're always asking for Paper and stuff that doesn't do mods...
this is AskReddit. they don't allow it https://static.jacobandersen.dev/shared/Costly-Chick-9b.png
idk about your sub
Yeah, well. Image submission is image-only.
https://github.com/mcmilk/7-Zip-zstd, contains brotli, ztsd, lz4, etc
I want text with the image. I've seen some server ads use it, for example.
Give me a minute to find it.
again it will depend on the sub, askreddit does not allow rich text. duolingo does for example, thus i get a wysiwyg editor https://static.jacobandersen.dev/shared/Third-Walrus-b5.png
Let's take this for example: https://www.reddit.com/r/mcservers/comments/lsk6t1/purevanilla_smp_whitelist_mature_active_community/
It's clearly a text submission with image being pulled from somewhere. I thought it's from imgur.com gallery they include, but nope.
I can embed image in the post.
I can't put it above the post.
I don't see an image here?
That's just taken from a link in the post
First link (that it can resolve an image from) I believe
yeah, that's what i assumed. there is no such image on desktop
well first link with an image it must be, as they include a link to imgur
reddit might just be smart and look for image sites
but that only shows up on mobile apparently
Yeah that exactly
I did try doing it - both adding link to image, as well as imgur etc. But it didn't work on reddit_bot_test
Wtf? It wouldn't display for me...
I guess it works. Thanks.
made my own subreddit to test
i had no idea subreddits couldn't be later deleted
oh well
lol
Thanks sulu and simple 
@potent fossil
You can leave it as a mod, however the post will still be there, so best alternative is set it to private and leave


simple uwu
kneny whats your opinion on the name of my second acc?
imagine not owning the PaperMC account
wait you own that brocc?
fraud
does it have a paper chan skin 
The question is - who will own Paper-Chan MC account?
inb4 "PaperMC has joined the game"
i would be surprised if that was not already taken
Minecraft UUID and username lookup. Resolve, convert and view name history of any username/UUID today.
damn, bwoccowi
heh
best one on the list imo
nice

looks like my old doggo, RIP
F
you were in the right channel lol
purpur is nice
purpur has changes, some may include options which provide alternative ways to deal with stuff, etc
Why did I think this was a server for a telegram group when looking at the icon
a
b
c

Gura, she's hydrodynamic :3
(sorta like this weird character a dreamed of last night, papiera chan?
oh god, I turned russian there
gura is blahaj as a vtuber
I'll have you know that she's an apex predator, a city pop shark!
yo just wondering have yall ever gotten a crown on your teeth?
@naive crown Find servers in your server "genre", log in, look what you think they have fun.



