#general
3141 messages · Page 1744 of 4
new chunk format?
Well, not that last line you said, but a MC-specific compression algorithm
Yeah, the palette system
oh yeah lol
I want to saw it was a 1.12 thing? Maybe 1.13?
wait so palette didnt exist at one point 👀
think of that filezise bro
Are the block highlights made with the game test plugin channels?
The server used to use more than 160 KiB memory per chunk for block data, that's just under 19 MiB per user at default view distance
Just for the block data
you mean the structure block ones?
Your filesize could be even smaller than it is now though, if the game used zstd for on disk compression
iirc it was something crazy like a 40% reduction
he's using the gametest framework
Ah, neat
he linked the repo as well
wait that shit's enabled on the client by default?
as of 1.17 yea
actually cool as fuck
neat plugin that uses it
allows you to make a full block highlight with any RGB color and transparency, create a small floating text without a background.
1.16.5 iirc
1.15 according to the plugin
wonder how those work
Mostly to fight obfuscation
could also use mappings
And yeah, I literally just registered the vanilla command
unless they need to be constant fields
This was the easiest way, lol
But yeah, proper mapping would be cooler but then I don't know if I can generate types
Actually I can generate types from the mapped code I guess
The game test helper delegate exists for the same reason, calling mapped methods from js and letting paperweight remapp my code to obf
@stoic loom ¿? .-.
mfw photoshop froze while im working on this picture and i dont have a psd yet :))))
maybe i do need to upgrade some hardware 😔
lmao, so the Minecraft SquidGame streamer event that just crashed in game 2
because they sent too many chat messages with click events xD
Oh god don't give me ideas
perhaps a piece of hardware that has a notch
I have zero idea what those games are in the series, haven't watched it lol
second one crashed the server
it crashed twice the second game
apparently they didn't plan to ever run those with that many players
third game doesn't seem to be doing anything
but they wanted to test it with everyone
getting a large trusted group to test is a bit tricky but shouldn't be too big of an issue for a team their size
I mean not sure about the trusted part but getting a bunch of players to test shit isn't that hard
oh wow
they have stuff based on Vanilla functions 😅
yeah that's to be expected
it has to be all made out of vanilla datapacks/functions
phoenixsc is known for some crazy stuff so i expected things to go better
eh i mean
keep in mind phoenixsc is the guy behind https://youtu.be/RXxkdDS-PDY and some other cool stuff
Full "Pokémon Cobalt and Amethyst" Wild Battle cinematic! Extended battle to showcase as many features as possible!
Download and play "Pokémon Cobalt and Amethyst" - for Minecraft 1.8.8! #PokeCA
https://www.youtube.com/watch?v=MLa7YZeyOKk
Merch: https://phoenixsc.merchforall.com/
Cape: https://store.badlion.net/shop/PhoenixSC
Wild Battle Music...
so he probably thought he could get away with datapacks / functions
not knowing the performance implications on a 150 player server
I really hope they aren't that uninformed about the general state of the game lol
anyone know the mechanics for spawning the ender dragon? last i spawned it it deleted some blocks :x
the dragon deletes blocks, yes
that's a vanilla mechanic
either cancel the events for when it does that or spawn them outside of blocks
do you know the specifics are for that
just want to make sure my builds are outside of the "deletion area"
(or disable the mobGriefing gamerule but that obviously influences lots of other stuff)
cant seem to find any specifics on this online :x
what part exactly?
like whats the exact area that it deletes blocks in
the hitbox I would assume
https://www.youtube.com/watch?v=bUmkdO4Y1uY
math has finally found a purpose in life
can we use it on you to find who asked
henlo etern
i cant send pepe love because i am poor
but i am sending it in spirit
Big pepo. 
That rendered weirdly
That's the point.
another wonderful morning here in India
snoopa you can help reduice the airborne particles by sucking in polluted air
no thanks
Checking out at Walmart
Cashier “You haven’t heard of no nut November?”
Me “uhh...”
Cashier “The cashews. I keep hearing my boy talking about no nut November.”
Me “Uhh...cashews technically aren’t a nut.”
141
Lmfao
ViaVersion is an essential
ViaBackwards is unnecessary (exceptions may be made for minor updates)
But even then, the players that'll want those are mod users and have better options to join
Is there some gitignore for Minecraft server?
server source code or straight up the server itself?
if it's the latter I really doubt you need to put an entire jar on a repo
Server itself
Wait
If what can we consider source code
I think source code
Java?
If it's just the source code Paper's gitignore already covers it
(Well assuming you're talking about the Paper server at least)
Paper server
Lmao
So I can just paste it in the root?
yeah
I'm still not sure what you're trying to achieve but if you just want to clone Paper the gitignore is already done for you
Wait
It doesn’t cover cache, crash reports, logs, usercache, console history
I think that’s fine
...did...did you take a picture of your screen, and crop it
this triggers my inner photographer
Why run the server in the repo?
Easier to have same config on test server and real server?
moronity
Easy to see what changes when you update plugin?
I mean, if you're working with a competent stack, yea, sure
Plugins are separate?
downfall is is that like, the entire thing more or less flops when you have things which cause config files, etc, to randomly reorder themselves
Yeah. Some plugins (DiscordSRV) sometimes adds a trailing newline after keys causing big diff. Some plugins also force Windows line endings in the config, causing huge diffs.
But 99.5% of the time, it works great.
Being able to run same config on prod vs staging (minus the change to secrets like webhooks etc, which get changed automatically) is super helpful.
I mean, depends pn what you're tryna do; For cases where 90% of the stuff in play is your own software, I mean, it works cos you can cater for the stupid plugins, but, in the end I just gave up with it as it just caused far too many issues once you start adding random plugins in
Kinda wish that somebody sane set up a convention for data and config to be stored seperatly, etc
I think only plugin I have that stores both in one file is Chunky.
And I created issue, pop said it'll be fixed at some point.
I mean, a lot of it is the folder structure aspects
Like, the entire setup doesn't really work with docker for example
Well, depends? I run all my crap in docker. I blacklist non-config files from getting added to git.
No issues.
Well, there's issues with my management software that I'm too lazy to fix because it mostly works 😛
Well
The way you're saying it just screams that you're doing the lazy "I just mount the server dir as a volume", not, "actually creating sane docker images"
Of course. I have to persist data somewhere.
The fact that the volume contains git repo with config- ehh, I'll live with it. I have to work with what I get.
@viral hornet 
@olive marlin ! 

Yea, but it's a shit setup and a crappy workaround for the lack of proper seperation of data, which, shamefully, nobody ever set a standard for seperating that crap 😦
I kinda wish that data was stored in directories which made sense, so that you could actually use docker properly with it
Given how people are "I want my 7 years old unmaintained plugin to work on latest1111!!1", I doubt we'll get it any time soon, so I just have to deal with this crap.
Ideally, to work with Docker philosophy, I also should embed all plugins and config in the Docker image, and shouldn't push the changed config later back to repo. Which would suck big time with MC.
Tbh I overengineered our setup a bit, but hope to simplify it for 1.18 and make it almost completely automatic (might even get CI/CD and dependabot for plugin and server updates one day).
This soo much.
Yea, I mean, that was basically my horror
Some stupid bungee whitelist plugin put the whitelist and the config in the same file, making my setup worse
Tbh I overengineered
relatable
Immutable vs mutable data would be a nice separation
I did have the git setup working for a while, but, like, so many stupid things got in the way, like, you introduce some random arse plugin and next minute your pull flow is literally hulk smash more or less
So that I can overwrite the config every time, but keep the data
I ended up just yeeting the thing out, like, when it was just my data it was workable, outside of one of the files which loved to rearrange itself
Probably one of my "favorite" changes to config by plugin - let's add useless trailing whitespace and many empty lines at the end courtesy of DiscordSRV:
Oh you put your live server in git?
I know, but it's not personal - they do it to everyone :/
Sadly there's no valid alternative for us so far.
Yup.
I mean, I had all of my config, plugins, etc, etc, inside of git
It made it sooooo easy to push stuff out, until, like, everything else
defo would not recommend it unless you're mostly dealing with private plugins
(or suffer from a slight major bout of masochism)
Ah interesting. I do bind mounts with docker so not so different I guess.
Hey, Cat. Paper bad - removes my comments 
git fukt
Haha
Hmm. I'd be really good of somone could decide on a new data sepearation structure.
hopefully one day we'll switch to configurate and deal with that
What is configurate?
spongies config library
I thought sponge was for modded only
Well, it's on their todo list for when they update snake
let's just switch to toml or hocon where there ARE comments
Mari RON in Paper wen?
Will that enforce data separation from config though?
No
So what's better?
The config library just reads the config
right now the current config mechanism we use doesn't support retaining comments, configurate is planning to support that, so, we wanna switch over one day
AH
the data seperation is not something we can enforce, but, we do have plans to work on like a "best practices" documentation for devs
RON doesn't have comments support 
naml in Paper wen
RON sucks!
weird formats seem like a bad idea
We should use PON - Paper Object Notation. It's gonna be so epic!
I honestly think the major issue with RON is just that there's no decent impl of doc comments
which can be fairly easily solved with a new proc macro 
NAML doesn’t support comments either
im interested does NAML support working
I think you might need to create a feature request for it to be added.
ask naomi
@warm anchor
can you make my cat into a meme
specifically this photo https://cdn.discordapp.com/attachments/506018400078659585/906861856403128340/IMG_1714.jpg
@potent fossil 
🥰 mari
vietnam flashbacks
@potent fossil 
🥰 michal
chemistry in a nutshell
ok
i can make out "methyl" "butane" and "carboxylic acid" and pretty much nothing else
The stuff at the bottom is electron configurations
its not
its the uh degree of prefixes and suffixes according to the naming nomenclature
4-bromo 2-methylcyclopentane carboxylic acid?
yes
it took a minute
You should look into/donate to LoveTropics
https://clips.twitch.tv/CoyBetterSoymilkPJSalt-l-ptZP7nZN2kMW9g
wtf kenny since when are you participating
it's not that hard
It's just open vc right now and I'm a pro gamer 
@viral hornet look at kenny grow up and being famous 
In that case
can I please use my knowledge to bring attention this truth!
This deadly substance which is killing us which NEEDS to be banned but governments won't step up and look out for us!
Dihydrogen Monoxide
Research Division provides an international
clearinghouse for information on Dihydrogen Monoxide
including current research results, governmental
regulations, and exposure and contamination alerts.
Dihydrogen Monoxide (DHMO) can be dangerous to
humans. Dihydrogen Monoxide causes death and
destruction. Dihydrogen Monoxide is...
Death to Dihydogen Monoxide!
i thought this meme died out 5 years ago xd
I mean, I only really noticed it from cody slab
This video has my favourite bloopers on my entire channel. Exclusively on
https://www.patreon.com/stevenhe
Join our patreon community, where I will be actively interacting everyday. And lots more cool stuff from choosing a skit topic to writing the video!
This was filmed in NYC in front of SWARMS of tourists who I'm sure paid to see the landma...
But, what does that do for me?
Ok im here to bulli
Pretty sure it's cloud only for now because they want to see if people are interested
wat
What do you mean cloud only?
I thought cloud was just = datacenter?
Wow that terminology doesn't match what I've seen elsewhere at all.
Would would VMs be cloud?
Main difference is that the dedicated machines are bare metal, and the cloud lineup is virtualised. ^
Plus, cloud instances can be made and destroyed on demand, whereas you have to rent their dedicated machines for a whole month
Yeah I know that difference
I just thought it would a ll be under the "cloud" name do the the fact that that's it not "on premise", no matter if it's virtualized or not.
Been looking too much at gcp I guess
Gosh the fingerprint scanner on the new iPad mini sucks so bad
You need to position your finger strategically and hope that it works
It’s like Snoopa getting abs it never ends 
It kinda
sucks
There’s so many flaws
precisely.
Why I love HP: 3 different model numbers, all non searchable.
Based.
HP = Horrible Products
Understandable.
@potent fossil i finished doctor who
i feel purposeless
just random question here, when sending a (minecraft) packet, does type of block(for sending chunks etc) is sent with string?
Ok!
check wiki.vg
its on varint, just wanted to check if this is correct
hi naomi
yeah a variable length integer, the wiki.vg page explains it
thanks for confirming :D
ive been messing with the protocol too much lately
someone says they are sending type of block as string(or bytearray) so i thought i was very wrong about protocol spec
It depends on where
Iirc the chunk format on wire is the same as on disk nowadays
So should use palettes and shit
can you link it
seems to be about the same but contained a little differently, neat
My phone started automatically deleting every new photo I take wtf?
Like, I snap a pic and it's there for a few seconds, then it's gone.
I'd buy a Pixel, but non-pro here costs over 1.2K USD, which is over twice of its US price...
Day #9, #10, #11, #12 of learning Rust: I didn’t feel like reading so not a lot has changed
not supposed to laugh but ok 👌
not supposed to laugh but ok 👌
👌


Time to fly to new York!
Aren't you in Poland? Can get it in Germany for cheap too
oh shit pop!_os is building it's own DE in Rust
oh yay another project that'll never work out 
they want to keep it similar to how their DE works right now (gnome + extensions)
which could be very good

they already plan on rewriting their tiling window manager for gnome in rust
sounds like every DE ever tho
🏃♂️
DE's 😬 👎
What about KGBLinux bro
KGBro
KGBro Linux
KGBrw Linux.
I can't talk about that here bro, you know that.
KGBro, I'm sorry to say, but Slovenia is actually part of MITTELEUROPA. Linux
Sorry bro. Can't hear you from up here, can you speak up?
KGBRO, SLOVENIA IS AWESOME. KEEP IT UP!. Linux.
Good.
@wispy blade when write ur own kernel and OS?
never
and design your own cpu architecture while we at it
@wispy blade when create ur own cpu
i might try window manager but that's it
We need Naomi leenux
Naomix
no
GNU/Naomix
wtf @quasi valley famous?
dwm.exe kinda started sucking ever since compositing has become mandatory since windows 8
Being able to disable it was useful
Hi, does anyone here know how to use NMS with paper 1.17.1
🚙
don't even check pins in general https://i.imgur.com/zS8H6t1.png
going to be a bit hard on irc
Why @vernal moth why
not my problem
That's the spirit
at four in the afternoon?
yes
Did anyone help him get unstuck?
i've been busy
Nope, sherman is still stuck
😔
in the elshout rabbit hole
Poor Sherman
but in skript from indonesia
I should help him fill up his holes
I’m experienced
Ok!
Wanna make sure it doesn’t happen again
Religious ritual?
for the dap religion
dap religion is for Losers
watch your mouth
Get over it you obese nunchuck
Yes
blasphemy!
It’s a very common practice over here
Dap who did you vote in the mob vote
allay
@void void I need to confess this to you.
@toxic bone helped me rig the picture of my vote.
dont bring me into this
😢
😔
I was trying to save your marriage
you even thanked me
that’s edited
Stop exposing
@viral hornet You're hot and cool and nice and dope. Have a great day/night/whatever the hell it is for you. uwu.
how does that fix things
You can Ctrl + I on discord
You just used inspect element 😔
I completely forgot about the anime avatar lmao
nou
love u city xx
How much did u pay discord for this
I didn't.
Imagine breaking TOS with client mods smh my head
and TOS!
Yea
our religion respects the discord tos*
*99% of the time
Always respecting the discord tos
Why are you in a group chat with an azure ip as name lol
You edited Discord’s database
104.43.65.203
While you’re at it may you delete naomis account?
+1
Gain access to it then
How
only 18000?
Server banner and bio 👀
match pfps 🥺?
Last time it went horribly wrong
There’s no more mob votes anymore tho
😔
Oh wait it just says that because it did work
I thought it was because I asked for my data two months ago
They take so damn long
couple of days, yeah
they probably run the data collection on an old potato laptop they found somewhere
They took three weeks last time I asked for my data
lmfao
Still stuck in your own holes?
Lmao
uhhh
Need help?
sure
😳
🍿
ask Mini for the context lmao
he got Stuck in His own Holes :((((\
Lemme explain
It starts simple
You take your hand
And then you just start digging in your hole
What hole you choose is irrelevant, we are inclusive here
Go on
You got enough imagination for that
so his hand is stuck??
Oh not just his hand
thanks for the clarification
You gotta see, the more you dig, the bigger the hole gets
I was sitting here wondering if i should explain what the 2 of us were really talking about but I like the energy Mini created so I'll leave it at that
Idk about what you are thinking right now
I was talking about digging holes at beaches
oh ye playing it like that eh?
but yeah that was what we talked about
somewhere along the line Mini was like "My dad called me a Mini Digger for digging massive holes on the beach when I was young"
and I was like
I need to have my holes digged
"cool me too"
@marble lark we can help each other
Diggy Diggy Hole
?
lmfao
That was the best part though
It makes it worse that that sentence reminds me of Diggy Diggy Hole
Childhood song ruined
diggy diggy hole
diggy diggy hole
hi literally who
diggy diggy hole
digging a hole
the sunlight will not reach this low
especially not in the hole
🤔
would be weird if sunlight did reach the hole
kinda makes sense since your pfp is digging a hole in it's chest
Do I hear competence
It happens to be that I’m an expert at filling holes
match made in heaven
is that a sex joke 
miniholes?
no of course not, the only holes that exist are ones in the ground
what is that username lmao
step one of good usernames: do not pick usernames that will make people Cry
I guess Tear gas isn’t possible then
step one of good usernames: pick one that won't make you cringe in 10 years
abandoned usernames altogehter
heldvticishtoast
how do I know what I'll cringe at in 10 years
btw
ur ususrnarme makesme cry
can u press this button to fix it:
pls 🥺
"helvetica" a font
"toast" a food
how does that make you cry
im helveticatoast phobic
My great grandma nearly choked to death on toast one time lol
that's another reason
wow @modertator pls ban
u suck
I dont know how to respond to that
exactly.
The joy of running anarchy
the anarchy experience
🤔 just run a server that is not exploitable
oh trust me it is
minecrafts protocol is very goood in that sense
in other news: i finally got my thing to read tcp packets
it gives very little trust to the client
it only leaves movement completely clientside :p
that has to be clientside dum dum
imagine pressing w and there being a 1 second input lag
you can literally tell the server you're walking on a block lmao
even when you're in the air
oh onground
thats fair enough, not sure why server has that
anarchy vs poorly moderated server not much of a difference
velocity vs bungeecord performance is getting velocity worth not having 99% of plugins
So, anarchy
plenty of velocity support
when possible yes
what's the best syntax for for loops
why should i pick debian and not centos 8
because centos is cancer
semi anarchy is just anarchy but people have use hacked clients in secret
bro every distro is the same 🤓
anticheat
bad take ngl
i run my server on arch and I haven't hit any problems
centos is literally the worse linux distro I've ever used, right after hanna montana linux
ok but arch is for losers
how
wait, or before? er,
- arch
- 'buntu
- Manjaro
- HML
- centOS
how is that possible when all the distros are the same im confused
they're not the same
they're literally not all the same
https://youtu.be/SxDNiq6bMSo?t=6 this mf called velocity a "bungeecord fork"
Today I go over bungeecord server setup but on velocity network and servers using SoulNode hosting and guide you through the setup process for your velocity server network.
✨Sponsor:
✨IP: play.silver-city.net
✨Discord: https://discord.gg/DGtgxxn26X
📥Downloads:
📙 Velocity: https://velocitypowered.com/
📘 Wiki: https://velocitypowered....
You're watching youtube videos
just for fun
The last of very few places where you can teach and know fuck all about what you're talking about
lmao they got a sponsor block segment
yeah dude is a mega shill
anyways, I was at my parents today and most likely spend too much time in the sauna so I got a really dum idea on how to waste time/procrastinate next
time for a patented "dum mini idea" (tm) (patent pending)
minidigger martin idea
the test framework wasn't enough? :o
help ethan write honeybee?
its so much worse
in my mind this somehow helps me finish hangar
what are you going to do mini
no spoilers
Paper is now called Cardboard?
it involves directus
an open source project I am contributor and moderator at that I use at work
(I actually got my company to paid them!)
basically antlr for databases?
its a fancy admin interface for databases
And how is it needed for hangar?
feels like supabase
its not needed for hangar at all
its needed for a thing that might help me get hangar done
So beer??
lets see, can I write a compose file that works first try?
Directus 🥰
I fucking love the new field creation flow
oh I wanna use it for everything at work too
excuse me
Exactly
:(((((
no, put the furry in his place
nono
we needed it
@naom
thank you very much
You are the worst
can't hear you over my epic programmer music
flurry alert?
🤔
https://www.youtube.com/watch?v=-h2l2ct1VK0 the epicest of programmer music
Label: Clack – BR 33.073
Format: Vinyl, LP, Album
Country: Brazil
Released: 1980
Tracks:
Gente Humilde 0:00
Eu Sei Que Vou Te Amar 3:40
Abismo De Rosas 8:12
Manhã De Carnaval 13:06
Odeon 17:04
Da Cor Do Pecado 21:11
Bachianinha 23:59
Travessia 26:51
Choro N° 1 29:56
Zelão 35:03
Pra Dizer Adeus 38:33
A Mesma Rosa Amarela 42:15
I was expecting just full on screaming
46 minutes of brazilian acoustic guitar
am disappointed
45 minutes and 52 seconds**
thy maternal figure
that's more like put simple into a deep slumber music
yes
need slow music to keep the brainwaves going at a constant pace
so i can jam the whole way through
ah yes but you see i have adhd and my brainwaves run at very high speed
much like this dog
my life has been better since i hid the 🤮 doggos 🤮 channel
wtf
Maybe we should hide you grabs ban hammer
no pls daddy
am just fixing paper
:rgun:
yes please hide dap
Please remove Naomi
This is good
grabs dap's head and rips it clean off their body.
Please remove HelveticaToast
No
i have been
killed
Only one furry allowed here and it’s spottedleaf
no
why not
you already have one you dont have room for one more ???
no
im sure you have room for one more
it wouldn't be healthy for this already devastated general chat
you need to understand it
only thing that is devastating this chat is you
have you seen your pfp
what even is that
Yes
this is my beautiful pfp
twice the furries = twice the problems
very true
garbage
wise words from my beloved
no it removes problems
you are a problem
no u
shut up
@potent fossil https://imgur.com/a/YlTyWny !!
people are generally nice if you ask for feedback and put it in the photography tag (or astrophotography tag or both) but yea idk, there are always people who could be mean so up to you
that last one is great
the landscape with stars behind is very chefs kiss
I'm pretty amazed how much light there actually is
Like it was pitch black for my eyes
but on the pictures you can clearly see the glow from the city
how long was your exposure?
on the last 2 pics 30s I believe, f/3.5 and ISO 3200
pretty crazy how our eyes can't see it but with the shutter open long enough it will
remember to tag it with photography/astrophotography otherwise not many ppl will see it btw
A fellow on the Typewriters Discord managed to r/whoosh me regarding their Hermes 3000 having the "rare power-space feature", whereby I was reminded of a certain, amusing airsoft video, giving me the idea for this video.
If Oc Airsoft is by any means displeased by this video and would like it altered or removed, just let me know.
What you can ...
Naiomi 🥺
wait, I just noticed that: why is Mojand calling the Windows 10 version "Bedrock" in the game pass launcher news? Oo I thought they didn't want that to be a thing?
It's been called Bedrock for ages now
I mean internally, yes, but in official marketing material?
yes
I remember some of their marketers behing very aggressive about it not being called that
e.g. on twitter and reddit
Muhammed Ali just plays 1.8
cool
He has 5 cps irl
amazing
He's also one of the greatest trash talkers of all times
so cool
He's also a father figure of Mike Tyson
minecraft bedrock on macOS wen 😔
Oh hey they stopped calling it Windows 10 Edition
They still call it Minecraft for Windows though so good luck on a macOS version
minecraft bedrock on Linux when
Get waydroid
what programs can dump obfuscated java classes?
so lets say an obfuscated plugin uses string encryption which decrypts when class is loaded
what can call the class load and dump the non-encryped strings
BytecodeViewer has an inbuilt plugin for some string encryptions
but running obfuscated classes without knowing what they do is really not a good idea 👀
pretty sure the java deobfuscator also has a string decryptor transformer
yeah but they are all "planned" and the one that works doesnt work for the type above 😦
what the fuck
i dont think its a good idea to run obfuscated classes
have u tried reverse engineering the string encryption
ouch, pkcs5 padding
I tend to just copy the decompiled decryption method into my own project and copy out the strings I want to know to manually decrypt them
or run an automatic deobfuscater/decrypter in a vm
depending on how annoying shit is
I've yet to see anyone use the second way unironically
ok
You mean you don't like C array syntax?
I hate C array syntax no matter what language you're using it in
thanks for your contribution
Ok
Ok
femboy c moment

using syntactic sugar C like: varname []int

I am
yall mfs think I know what that image is from
ooops middle mouse click page
paste*
naomi's hexadecimal secrets leaked
naomi ip doxxed :O
yall do not look up the ascii value for the lowercase i in hex :tf:
called it
Astoflo = best boy
0x69, yes

cat i will bury you in your litterbox
Don't you threaten me with a good time
between all the turds
But your bed is his litterbox
for the paper 👏 folder 👏
Who is astoflo
i keep forgetting to add stuff to my paper folder
Is this some weeb shit
😔
lmao nuxt 3 docs are a catastrophe
femboy c moment
i prefer twink V moment

yes i have a laptop and am not tired how could you tell
hmm
who needs a laptop to put on your lap when you have femboy c
Coz your first character isn’t capitalized so obv you ain’t on mobile

who needs proper grammar anyway
This is the only good way of knowing whether someone is on phone or on pc
no
why would you turn that off
That and grammar
menace to society
🥺
typing stuff into case sensitive fields?
just generally wanting to remind myself that for formal stuff you need to have proper punctuation and capitalization?
that doesn't happen that often
it happened today.
Let me Fire up my mobile IDE
i actually used gitpod on my phone through an usb-c keyboard
it was p a i n
at least i didn't have to use the on screen one
cuz they're wide
are you asking me if i have wide hips?
dap, could you be any less subtle?
the answer is no btw
Why would I ask you this
we know
smh horny in general
Unless you are a hot dude I’m not interested in you
Naomi serializer when
"make stuff public"
why the fuck did you make an org for that
Wait it’s finished?
ask lynx
hello
5:30 PM and it's dark outside.
congratulations
wide hips are not gender specific
i see
all i hear are excuses.
||tomboy naomi when||
not
not
What did I wake up to
stuff
ayo so how are these companies actually getting their data leaked
i wish there was a list of how it happened, i wonder what patterns would start to show up
We forgot to secure this internal service.
what does that mean tho
Or: We didn't update Apache in like 10 years...
no way they have "username" "password" credentials
does 10 year old apache have explots tho 🤔
e.g. we are using an outdated version of <random backend software> and it has an uncountable amount of critical bugs
yes










