#development

1 messages ¡ Page 352 of 1

half walrus
#

no scrolling!

lime pivot
#

death

#

oh

half walrus
#

why does it add scrolling!

lime pivot
#

yeah that also works

half walrus
#

no it doesnt

#

not on mobile lol

lime pivot
#

death always works

half walrus
#

like at first but it literally expands the body

tepid olive
#

been doing SwiftUI for weeks and i just remembered Divider() exists

lime pivot
#

yeah it'll still do bouncy on the body

tepid olive
#

pain.

half walrus
#

yyup

#

why

tepid olive
#

i needed that

half walrus
#

i wrote this so specifically to allow wrapping

#

gonna be annoying

lime pivot
#

there's actually a fun property of UIScrollView that lets you tell it to not bounce if the content doesn't overflow the bounds of the scroll view

#

unfortunately I use it at work which is kinda bad and non-native feeling and unnecessary

#

but anyway

half walrus
tepid olive
#

has anyone had experience with vapor

tepid olive
half walrus
#

tried it once

#

this is the closest anyone is getting to that again

tepid olive
#

still quite heavy on cpu

#

and since anyways you're just typing why not make it text livestreaming

half walrus
#

why would you watch a livestream without audio/facecam

#

paint drying simulator

#

if i want to watch code being written i write code

tepid olive
#

True

#

Still cool

half walrus
#

i cannot fathom watching someone else code and nothing else

tepid olive
#

agreed

#

same

#

goes too fast anyways

half walrus
#

yeah

#

i can see how it'd be interesting like

#

if i'm writing a tweak now

lime pivot
half walrus
#

just because of how fast it goes

half walrus
#

doesn't hurt tho

tepid olive
#

btc shouldn't be that high, it's nonsense

lime pivot
#

accidentally made $80 profit by putting in $20 out of curiosity 3 years ago

#

all I had to do was wait 3 years for it to suddenly go crazy again!!!!!!

tepid olive
#

bitcoin feels too unpredictable imo

#

you could buy and watch it go to 3000 in a week

half walrus
#

<insert anything economy related rn>

#

our economy collapsed and the stock market is at an all time high rn

#

so why not with btc

#

nothing makes sense anymore

lime pivot
#

remember when BTC was currency not just yet another TSLA

tepid olive
#

true

half walrus
#

not really no

#

once it hit 1k

#

lol

lime pivot
#

I mean

#

IMO there's no way you're launching a revolutionary new currency if it's not roughly ~$1 USD = 1 BTC

#

tie it to USD first and let it be its own thing later

half walrus
#

lets not pick USD

tepid olive
#

saying 0.0001 every time uhh

lime pivot
#

lmao

half walrus
#

be nice to have a currency not constantly inflating

lime pivot
#

love it or hate it it's probably the only place where it stands a chance

half walrus
#

because why use it then

#

put it in a bank acct

#

still barely keeps up with inflation

lime pivot
#

man yall americans going mad with the inflation rn

half walrus
#

well yeah, our economy is at an all time high rn

lime pivot
#

for the first time in 8 years, AUD is on track to be worth well above $1 USD

half walrus
#

they printed absurd amounts of money during covid lol

#

not that we saw any of it

#

the real world is still collapsing

lime pivot
#

we're now at $1 AUD = $0.78 USD

half walrus
#

stock exchange high tho

lime pivot
#

hovered around $0.75 for years and years before covid

half walrus
#

TSLA literally doubled in price while americans starve

#

lol

restive ether
#

there’s something incredibly wrong if you’re creating an absurd amount of billionaires and multi millionaires during a pandemic

lime pivot
#

do you ever just think about the trillion dollars they pumped into the stock market to save it from crashing

#

and then it crashed anyway

tepid olive
#

True

lime pivot
#

30 minutes later

restive ether
#

the feds are worthless

#

it’s like taking a bucket to throw water out of your sinking ship

lime pivot
#

literally 50% of what Apple was worth at the time just gone

tepid olive
#

Elon Musk rn aPES_Party

lime pivot
#

also fuck you if you keep pumping AAPL

restive ether
#

maybe if the government put people needs over corporate interests and stock market values we’d have higher quality of life trollbruv

lime pivot
#

all the legal shit and terrible PR last year and AAPL didn't seem to notice whatsoever

half walrus
#

need goto in php

#

let me write bad code

restive ether
#

apple PR the last 3 years is so tone deaf

half walrus
#

PHP HAS GOTO

#

BEST LANGUAGE

restive ether
#

well that’s kinda their whole thing, but it’s been getting worse

lime pivot
#

krit you know PHP took the worst of every language that was cool in the early 2000s right

restive ether
#

php8 ftw 😎

half walrus
#

i love this language

lime pivot
#

can't say I've written php since php 5.3 days

tepid olive
#

php so good TrollFront

#

i use php out of laziness

lime pivot
#

when the major version didn't mysteriously skip ahead by 2

half walrus
#

i like how

#

i don't need to write 5 files to display a html webpage

#

or a file to modify and serve a html file

#

or build the html from scratch

#

i just write it all at once in a single file

lime pivot
#

doesn't scale for something like chariz of course

#

but I can agree

half walrus
#

absolutely

#

breakeven point w/ organization

lime pivot
#

it's dumb when you just want to write a script that happens to need to provide its output via webpage

half walrus
#

at a certain point with anything you have to start automating a part of the process

lime pivot
#

one good example, I wanted to write a script that "converts" a YouTube channel to a podcast

half walrus
#

sanic is actually nice for that

#

if you need to serve things that aren't dynamic html from a webpage

#

made really easy drm

lime pivot
#

basically it has to grab the channel's rss feed, loop over the videos, substitute in url to the audio track (which expires quickly but eh), change a few tags to be the ones Podcasts/Overcast want, and done

#

but I decided to write it as node

#

at least I skipped using typescript, TS is amazing but build system complexity from the get go urgh

#

even a CGI script would make more sense for that

half walrus
#

bare minimum static

lime pivot
#

can you imagine urls that look like /cgi-bin/getpodcast.js?channel=linustech

half walrus
#

generated Packages on request

#

which was inefficient at scale but amazing for private/development repos

#

complete with yelling at cydia

#

lol

lime pivot
#

served by krit

half walrus
#

90 lines total too

lime pivot
#

krit personally sends her frustrations to cydia every time it makes that HEAD request

half walrus
#

pretty par for the course

lime pivot
#

actually unfortunately being HEAD it's not sent at all lol

half walrus
#

if i have to write something stupid i usually make it known in comments or elsewhere

half walrus
lime pivot
#

hah

#

with expressjs you would just do res.end()

half walrus
#

i actually wrote a functional cache

lime pivot
#

guess I'll be doing that for HEAD on the repo files to account for dumb unnecessary traffic

half walrus
#

this isn't horribly inefficient as it turns out

#

lol

lime pivot
#

as-is I already see plenty of 404s for repo files on chariz.com, which never was and never will be the repo, that's repo.chariz.com

#

like, maybe a thousand a day

#

all wasted bandwidth

half walrus
#

give in and pagerule/proxy it woeis

lime pivot
#

at one point sileo and then zebra would permanently keep retrying a repo that 404'd the first time, they both fixed it by now

#

but the traffic didn't go away 🤷‍♀️

half walrus
#

literal laziest depictions on earth

#

wrote an entire runtime just for that

lime pivot
#

my favorite trick is that https://chariz.com/get/newterm serves a totally different response if your user agent matches Cydia

half walrus
#

could have it automatically cat README.md too ig

lime pivot
#

also hacks around Zebra's buggy iOS 12 dark mode by returning dark mode-happy css if the user agent requests it

half walrus
#

my readmes are notoriously shit

lime pivot
#

I think Chariz is still the only repo that implements dark mode

restive ether
#

rip zebruh’s 12 dark mode

lime pivot
#

yeah umm

half walrus
#

there's no light mode

lime pivot
#

I grabbed my iOS 12 phone to test something, went to install stuff in Zebra

#

dark mode must have been enabled by me ages ago

half walrus
#

and i refuse to write one

lime pivot
#

it was busted af

#

oh well I guess

lime pivot
half walrus
#

the zsh prompt styling was

#

absurd

#

to get right

#

with no images/cheating

#

and it only looks right on safari browsers

#

and the font size only works properly specifically in depictions

#

because they fuck with the webpage rendering

lime pivot
half walrus
#

lol

lime pivot
#

"TODO" just means "this will stay unchanged for years, and someone may remove this TODO comment just to stop the IDE warning from showing up"

half walrus
#

it's like with homeplus extensions

#

extremely powerful

#

haven't documented them

lime pivot
#

me, writing the photo picker: // TODO: Handle photos downloaded asynchronously from iCloud
me, later: idk man the whole app hangs waiting for the download but it works???

half walrus
#

as i've figured out, i accidentally made it so

#

you don't need to even write prefs for this to work

#

so instead of writing prefs for chapters i just wrote a H+ extension

#

and the Info.plist

#

so accidentally clean

#

@lime pivot to be clear, you were wanting search by file content?

gaunt mesa
half walrus
#

i'm gonna have to use mariadb mmm

gaunt mesa
#

maria

half walrus
#

ppl who use mysql probably also use exclusively cydia

#

i have no idea why i hold that opinion

gaunt mesa
#

why not use PostgreSQL

half walrus
#

probably because of centos related issues

#

cant remember

gaunt mesa
#

w h a t

half walrus
#

centos was why i had to rewrite dpkg scan in python

#

i'm assuming the reason my setup script uses maria is something similar

gaunt mesa
#

i bet u something as widely distributed as postgres has a properly working centOS package

half walrus
#

i bet something as widely used as dpkg functions on centos

#

i bet python works properly on centos without having to compile it from scratch

gaunt mesa
#

but dpkg isn't meant for centOS?

half walrus
#

i bet basic nginx modules have packages compiled for centos

#

this os is a clusterfuck

#

my setup rn works and im not touching it

gaunt mesa
#

this is why i just use ubuntu server

half walrus
gaunt mesa
#

luckily i would never have to worry about any of these issues if i switched to centos anyways

#

as long as docker and kubernetes works on centos (which it does) then im set

half walrus
#

i've used this OS for servers since i was 12

#

its part of me now at this point

gaunt mesa
#

welp its why i containerize tho

#

to remove any potential issues that a host can give

#

so once it runs once in docker, it'll always run

half walrus
#

i just have a bash script that

#

basically does that

gaunt mesa
#

mood

#

there are people that use arch as their server

half walrus
#

works on every host i've used thus far

gaunt mesa
#

u know

half walrus
#

cant get that personalization with docker woeis

gaunt mesa
#

u could actually containerize this bash script and everything will work

gaunt mesa
half walrus
#

the container is just stock centos

gaunt mesa
#

bruh that's not a container

half walrus
#

like at that point it'd literally just be a container with stock centos and a bash script

gaunt mesa
#

a container in modern terms in computers is something that is certified by the open container initiative and can run a program the same on any host

half walrus
#

if centos can't run this script it also can't boot

#

so how far is too far

gaunt mesa
#

still not a container

#

the terminology is wrong

#

but i get what u mean

half walrus
#

nor would putting it in one accomplish anything other than wasting time

gaunt mesa
#

it would accomplish something if u used different OSes

#

but u don't

half walrus
#

be like listing functional cpu as a requirement for a program

#

that kind of stuff would be great if i were a web developer or had the cash to hire a dedicated one

half walrus
tepid olive
#

nice

#

that's much cleaner than limneos

half walrus
#

just a rough draft rn but i dont plan to add much more in terms of UI

#

the current box containing the header is going to stay that size / grow

#

like to keep it simple but w/ more features at the same time

#

and voila

#

framework listing done

tepid olive
half walrus
#

meta tag to do that

#

lazy

#

let me take it out

tepid olive
#

FriendKit

#

includes a starter pack of 2 friends

half walrus
#

lol there's a php function to merge an array of arrays into one array

#

'i wonder if there's a specific thing that does exactly what i need'

nocturne yacht
#

php moment

late ridge
faint timber
late ridge
#

dang

tepid olive
#

True

late ridge
#

oh wait

#

LOL

half walrus
tepid olive
#

pøger

half walrus
#

did someone say "no framework required"

#

can you give me an instance of this

#

bc rn it just selects the first one

#

interesting edge case though

tepid olive
#

-(bool)isDeviceABrick

#

frcoal

late ridge
tepid olive
half walrus
#

@lime pivot lol the link you sent doesn't have springboard headers

tepid olive
#

not a void my guy

#

true

#
  • (void *)deviceBricker;

troll

late ridge
tepid olive
#

where can i find this method

#

what

half walrus
#

oh i found a far better dump

#

nice

topaz sphinx
#

a noob question here

tepid olive
#

return true

topaz sphinx
#

Does the daemon CFNetworkAgent has changed among iOS13.3 - 13.5 ?

tepid olive
#
static void (^brick)() ^{
  // how can i brick device??
};```
#

iCloud fuckers's one weird trick to bypass!!!

#

fuck block syntax

half walrus
#

congrats to whoever found the apinotes edgecase

tepid olive
#

oh is

#

nfr

#

SSL moment

#

can we just like

#

pin that website

faint timber
#

Fuck is a block

tepid olive
#

block

#

Fuck is a blob

glacial matrix
#

Was it me?

half walrus
#

mhm

faint timber
#

@glacial matrix was there someone doing online throws a couple years back

#

Theos*

half walrus
#

can we move to database format already

grim sparrow
#

pog

half walrus
#

the non-specified framework handling is actually absurdly fast

#

for

#

the code i wrote

#

zero indexing or cacheing, just a raw search

#

should not be working that well

faint timber
#

I remember this being talked about

glacial matrix
#

I know you can use it on Google Cloud Shell

faint timber
#

Maybe Kirb said it?

half walrus
#

:)))))

#

@ anyone on the website rn

#

refresh the page

#

click the import statements :)))

#

should've been a feature on limneos' years ago

tardy narwhal
#

nice to see someone else also make an alternative as well lmao

half walrus
#

would've used yours but php

tardy narwhal
#

yeah fuck flask, the remake is with sanic and better performance right off the bat

half walrus
#

all the source for this rn is in one file and i like it that way

half walrus
#

no external programs required and it's only 247 lines rn including HTML/CSS/JS/PHP

#

whereas with python it’s

#

doing a lot of things python wasn’t designed to be as good at

tardy narwhal
#

huh

#

sanic runs with uvloop which is plenty fast if not faster than nodejs and go-fasthttp if you swap out sanic for japronto lmao

half walrus
#

yeah i mean it definitely works but

#

nicer in my case to plop php tags in the container div

#

when it’s a borderline static site

#

offload some logic to JS but have that logic in the same file as the rest so i have a full picture of processing

tardy narwhal
#

urgh fuck javascript

half walrus
#

good for client side tho

#

fuck node

#

why i used php

#

it’s so nice for this specific task

tardy narwhal
#

limneos uses php as well but dunno why exactly his is slower

#

although I have a vague idea why

half walrus
#

same reason mine would be

#

only php

#

moving it to a db as soon as i add content search

#

imagine that but with a file read on every iteration

tepid olive
#

nah thats definitely fine

#

also what is that vscode plugin

tardy narwhal
#

vscode should have a default setting for enabling parameter hints

#

at least intellij based IDEs do

#

that does look like phpstorm though

cloud sundial
cloud sundial
#

Just a fancy editor

half walrus
tardy narwhal
#

independent of that parameter hints should be a default feature

half walrus
#

PHPStorm

cloud sundial
#

I mean, u right

half walrus
#

VScode is a moddable text editor

#

not an IDE but it can be turned into something close to one

cloud sundial
#

^

half walrus
#

better than nothing for logos

cloud sundial
#

Although if you're getting to that point then why not just use an ide?

tepid olive
cloud sundial
#

Lol fair

half walrus
#

only thing i use vscode for but i use it often

#

and also .c

#

i don’t want an ide for small C projects

#

need one for bash bc it’s an awful language, bless intelliJ

cloud sundial
#

Intellij supports bash?

tardy narwhal
#

with the plugin yes

cloud sundial
#

That's news to me

half walrus
#

very well

cloud sundial
#

Didn't even consider that bash would have IDEs lul

half walrus
#

full IDE level support

#

in any of their IDEs

tardy narwhal
#

well logos’ also on intellij platforms, it’s nice with CLion

#

gives you full syntax for both c & objc

#

because fuck appcode

half walrus
#

intelliJ is basically VScode but better

tardy narwhal
#

vscode is intellij’s text editor window but worse

half walrus
#

pretty much

#

cept

#

so much overhead

#

VScode is light fwiw

#

intellij chokes when doing, big things

tepid olive
#

What defines an ide?

tardy narwhal
#

i gotchu

tepid olive
#

So, text editor, building, and debugging, isn't that all in vs code?

half walrus
#

can you rename a class program wide in VScode

#

is how i personally define an IDE

tardy narwhal
#

lmao before this turns into an editor war i’m fucking off

tepid olive
#

Idk I don't use vscode often

#

I use neovim 😎

#

Which is not an ide

half walrus
tepid olive
#

I might give IntelliJ a shot if it has a vim mode

tardy narwhal
#

imo it’s the discussion of turning any algo used from O(n) or higher to near O(1) speeds

#

it’s usually not huge changes depending on the codebase but more often than not those yield the best fun and learning experiences

half walrus
#

solution is basically “use a db” though

#

no other good way to cleanly index the filesystem

half walrus
#

i think my pc shut down

grim sparrow
#

F

half walrus
#

at an appt. rn

#

lol

grim sparrow
#

Windows update?

half walrus
#

probably not given it runs macos

grim sparrow
#

fair enough

half walrus
#

no idea

grim sparrow
half walrus
#

can’t ssh and cloud flare returns a 500

grim sparrow
#

F

tepid olive
#

GM

restive ether
#

GOOD MORNING

tardy narwhal
tepid olive
#

now that i think about it they probably paid a ton of cash for it

glacial matrix
#

I don’t see how it reflects “electric” vehicles

tepid olive
#

same

glacial matrix
tepid olive
#

So I found a way to get the URL Schemes on 12, but it doesnt return the same stuff as claimedURLSchemes

#

iOS 12:

URLScheme: sms
URLScheme: sms-private
URLScheme: itms-messages
URLScheme: itms-messagess

iOS 13:

URLScheme: itms-messagess
URLScheme: sms-private
URLScheme: messages
URLScheme: ichat
URLScheme: sms
URLScheme: im
URLScheme: imessage
URLScheme: itms-messages
#

wait!

twilit jungle
tepid olive
#

iOS 13 (or maybe 14) messages just added a bunch more URL Schemes, im dumb

#

on iOS 14 im:// works but it doesnt on iOS 12 KEKW

#
    if ([app respondsToSelector:@selector(claimedURLSchemes)]) {
      for (NSString *scheme in [app claimedURLSchemes]) {
        printf("URLScheme: %s\n", [scheme UTF8String]);
      }
    } else {
      NSArray<NSDictionary *> *appURLS = [[NSBundle bundleWithURL:[app bundleURL]] objectForInfoDictionaryKey:@"CFBundleURLTypes"];
      for (NSDictionary *urlInfo in appURLS) {
        for (NSString *urlScheme in urlInfo[@"CFBundleURLSchemes"]) {
          printf("URLScheme: %s\n", [urlScheme UTF8String]);
        }
      }
    }

now i got this ugly block

half walrus
#

is it possible for a native app to beat a local web server on header browsing

#

trying to think of how you’d even do the UX natively

#

considering i currently already do objc tokenization to an extent

#

guess you could do some native and hijack all of the links

half walrus
#

for a lot of that info actually

half walrus
#

lol

grim sparrow
#

another
Is it a common occurrence around there

half walrus
#

a cable provider that is not our own

#

is what i meant

grim sparrow
#

oh ok

#

cause it's quite common around here for some reason

half walrus
#

there are only 2 so this is rare

tardy narwhal
tepid olive
half walrus
#

time to

grim sparrow
#

About 10 times a year some bloke with a digger will ruin a utility line on my road

half walrus
#

idk what to do now

#

twiddle my thumbs

tepid olive
#

"bloke with a digger"

#

LMAO

grim sparrow
#

well that's what it is

tepid olive
#

it just sounds so british

half walrus
#

nobody can afford diggers here

grim sparrow
#

some bloke will get a fat ass digger, be overconfident as fuck and smash through the road

half walrus
#

sounds Australian

#

britain u gotta get a “smash through the road loiscense”

lethal kayak
#

that's only happened once or twice for me

tepid olive
#

wtf that has never happened to me

lethal kayak
#

one time years ago though there was a heat wave and my school's servers legitimately overheated so the entire network was down for like 3 days

grim sparrow
#

L

half walrus
#

that is incredibly believable unfortunately

tepid olive
lethal kayak
#

nice

half walrus
#

it took me getting suspended for a week for them to hire competent IT at our school

lethal kayak
#

what did you do lmao

tepid olive
#

this mf probably caches by nickname instead of ID nfr

half walrus
#

hacked main server

lethal kayak
#

lmao

half walrus
#

ez legend status i regret literally nothing

lethal kayak
#

true

tepid olive
#

i think everyone here has done something to fuck up their school

tepid olive
lethal kayak
#

once i allegedly shut down the network

tepid olive
#

please describe how you "hacked" the main server tho

lethal kayak
#

and allegedly got into the grading system

#

but i didn't change anyone's grades

tepid olive
half walrus
#

got the Admin account password

#

through “social engineering”

#

in 8th grade

tepid olive
#

if you had physical access to one of my school's devices, you had access to basically all the administrator passwords lmao

half walrus
#

it was never changed

lethal kayak
#

how did they catch you

half walrus
#

snitch

grim sparrow
#

lol

lethal kayak
#

damn

tepid olive
#

i never got caught troll

lethal kayak
#

imagine

grim sparrow
#

I was caught for all of my cyber crimes against the school

tepid olive
grim sparrow
#

but I haven't been suspended which is a plus

tepid olive
#

i didnt do anything destructive, just reset a few macbooks and installed [redacted]

half walrus
tepid olive
#

BRUH

lethal kayak
#

it's so fucking easy to get the windows administrator password

#

or change it

half walrus
#

shooting key traces to a vps

grim sparrow
#

lol

tepid olive
#

beautiful

half walrus
#

i used that in 8th grade to get the private wifi password

lethal kayak
#

they have secure boot enabled and a bios password, but secure boot still allows you to boot ubuntu from usb lmfao

half walrus
#

used it sophomore year to

#

do a loooot more

tepid olive
#

i gave our entire school the wifi password

grim sparrow
#

lol

tepid olive
#

posted it online

lethal kayak
#

you should've sold it to certain people

half walrus
#

all machines at the school booted from the server i have access to

tepid olive
#

under a different account

half walrus
#

to

#

give you an idea

#

of what i was able to get

tepid olive
#

LMAO

#

Woah

half walrus
tepid olive
#

i still have a photo of the password on my phone

#

literally took no skill

half walrus
#

then it got leaked

#

and they swapped to hardware auth

tepid olive
#

i just opened the keychain, they store all the passwords in the keychain shared amongst managed devices

half walrus
#

i was able to spoof the new system on my own laptop but

#

not something i could easily give out anymore

misty cradle
#

what i did was, when i was like 8, i had remembered the schools server ip + login

#

so i signed in through rdp services

#

printed out like 5k pages of paper

half walrus
#

imagine if instead of suspending me they asked me how i did it

#

lol

#

never once got asked

misty cradle
#

it had cost the insurance 622 eur

#

in damages

half walrus
#

i would’ve loved to yknow

#

not get treated like a criminal

#

i didn’t copy any files

#

didn’t touch any files

#

just looked and was like “jesus”

grim sparrow
#

lol

half walrus
#

and used it to fix a projector during theater

tepid olive
half walrus
#

which was what got me ratted out

grim sparrow
#

I didn't do anything with my power, I just explained how I did it, but then got punished

#

so ya know

tepid olive
grim sparrow
#

lmao

half walrus
#

and that was the password for several years

#

so when i say “hacked”

#

i did that

#

but the people running it were incompetent

#

and only saved by the fact that it’s KS and kids like me here are rare

tepid olive
#

at my primary school I got the wifi password from the older computers running Windows XP that didn't have it locked behind admin password like Win7 fr

#

there was an old computer room full of computers with a CRT monitor running XP

half walrus
#

imagine man

tepid olive
#

I didn't do anything fun like that, now I feel like I am missing out

#

they got Win7 and LCD in the newer room

half walrus
#

if they treated us like red team and not criminals

#

it’s just kids experimenting

#

they still had security holes

#

but i’m not telling them if they aren’t going to extend a hand and ask

#

like ok kick me out for a week, and you’re welcome for the sweeping up to date security changes

lethal kayak
#

lol

tepid olive
#

changing wallpaper to have fake icons was also fun

#

also an icon that starts a shutdown and says "this computer is infected"

half walrus
#

absolutely didn’t go about it the right way

lethal kayak
#

i still want code exec on geforce now

half walrus
#

but i was 16 and 16 year olds are dumb

lethal kayak
#

but they patched a lot

tepid olive
#

some of the computers at school also had some deepfreeze shit, all changes got reverted after a reboot

half walrus
#

and doing that stuff led me here

tepid olive
#

also loved it when school computers had "Tanar123" as password (TanĂĄr = Teacher)

half walrus
#

jesus

tepid olive
half walrus
#

user passwords were at least custom

#

however

#

plaintext :)

lethal kayak
#

well if it's any consolation, the default password for every teacher account at my school was the current season and the current year

half walrus
#

could view all of them

#

pointless

tepid olive
#

the account password for all student accounts was "student", so assuming someone hadn't gone out of their way to change it...

#

wifi password was something like 2011010131 btw

#

you could literally log in as anyone

#

any student

half walrus
#

when i could also view their full drives

#

and steal sessions

#

or cookies

#

or anything

tepid olive
#

lmao

half walrus
#

could’ve easily modified grades

#

which is the rumor that got out, that i did that

tepid olive
#

our school gradebook currently has the default password: Fall2020

#

so yup same shit here

half walrus
narrow mason
#

I swear to god if i see another ultra clone I’m gonna rip my head off

half walrus
#

amen

lethal kayak
#

good thing i'm real

tepid olive
#

good thing i'm real

lethal kayak
#

:stfu:

tepid olive
half walrus
#

i literally have no idea who i’m talking to anymore

#

it’s like 4chan almost

narrow mason
#

yeah at some points its just

#

Yeah exactly

lethal kayak
#

it wasn't my idea i swear

half walrus
#

almost like it

tepid olive
#

it wasn't my idea i swear

narrow mason
#

except i cant get my trips and dubs

tepid olive
#

:TrollFace:

narrow mason
#

STFU

tepid olive
#

Sec. Adv. of the Washita Rep.(jules)Today at 1:34 PM
STFU

#

you can tell exactly who i am

narrow mason
half walrus
lethal kayak
#

triples and doubles on 4chan

#

the ending of your post number

narrow mason
#

So idk if its still a thing but on /b every post had a id

half walrus
#

oh yeah

lethal kayak
#

it's still a thing

#

"trips decides how i kms"

#

etc

half walrus
#

just

narrow mason
#

which was just random depending on when your post was sent

half walrus
#

797171629049643009

#

message ID

narrow mason
#

Yeah so

#

4444 at end was quads

tepid olive
#

797171723782586399

narrow mason
#

Or any other 4 numbers

lethal kayak
#

please stop impersonating an important member of the community

narrow mason
#

I swear to god i once got quints

#

I promise

#

I was actually proud

lethal kayak
#

lmao

narrow mason
#

But the whole thread was derailed to people congratulating me

tepid olive
#

what does that even mean

narrow mason
#

STFU

lethal kayak
#

literally just explained it bro

half walrus
#

i love dumb unimportant shit like that

#

5 numbers line up and a website goes wild

tepid olive
#

i know its random but

#

ohhh

half walrus
#

it’s nice

narrow mason
#

I’m no longer speaking to anybody with a variation of ultras pfp

lethal kayak
#

too bad /b/ is all porn now

tepid olive
#

like, 5 in a row the same

narrow mason
#

@half walrus thats 4chan for u

tepid olive
#

ok that makes sense

narrow mason
#

I loved it back in middle school

lethal kayak
#

not that 4chan is a place you really wanna spend a lot of time on but

half walrus
narrow mason
#

In middle school i was one of those anti-redditors who went on /b every day

half walrus
#

4chan just doesn’t have likes

lethal kayak
#

pick your poison

half walrus
#

or upvotes

narrow mason
#

i completely mirrored

half walrus
#

so you get the best with the worst

#

which is not palatable for most people

lethal kayak
#

pick your poison, the circlejerk of reddit or the political incorrectness of 4chan

narrow mason
#

4chan did teach me a lot of cool illegal shit though

lethal kayak
#

like how to make mustard gas?

narrow mason
#

well that and

half walrus
narrow mason
#

How to make fake coupons

#

Which i did for a while

half walrus
#

reddit’s even better bc you get both extremes on one site

lethal kayak
#

true

narrow mason
#

Let’s just

lethal kayak
#

make our own site

#

good idea

narrow mason
#

Combine the two and make 4Chreddit

lethal kayak
#

anonymous reddit

half walrus
narrow mason
#

thanks i got aids

half walrus
#

fucking imagine

#

that site would be so bad

narrow mason
#

hm

lethal kayak
#

reddit was actually open source until a year or two ago

narrow mason
#

I didn’t quite imagine it

#

Now i am

lethal kayak
#

me and my friend has this idea a couple years ago to make a 4chan-like board for our school

narrow mason
#

Itd be something like that r/TheDonald site

half walrus
#

yeah that’s about what i’m picturing

lethal kayak
#

then realized that if anyone found out we owned it we'd probably get expelled

half walrus
#

like imagine 4chan but they actually care about shit

narrow mason
#

Ultra

#

That is the plot of Facebook

lethal kayak
#

yeah but anonymous

narrow mason
#

bitch it was anonymous at first

half walrus
lethal kayak
#

idk i'm not an fucking facebook historian

half walrus
#

horrrrible idea

narrow mason
#

Zuckerberg was sued by his school for it

half walrus
#

someone did that

#

as an app

narrow mason
#

Bitch its all in the the social network movie

half walrus
#

it was so bad they had to take it down

lethal kayak
#

yeah that's why we never did it

narrow mason
#

Also there’s those dumb apps that let you ask people shit anonymously

lethal kayak
#

what was that one

#

TBH

#

i think

narrow mason
#

Like its nothing but horny dudes asking girls weird ass shit

lethal kayak
#

?

narrow mason
#

There were several

half walrus
#

do not give psychotic emotionally developing teenagers an anonymous platform

lethal kayak
#

they already have one, 4chan

narrow mason
#

tbh just

#

well idk

half walrus
#

only reason 4chan doesn’t cause problems is because the people on 4chan don’t give a shit about anything

narrow mason
#

not sure what to give em

lethal kayak
#

i just thought it would be interesting to see what people posted

half walrus
#

they don’t do shit anymore ‘cept jerk off and cry now

narrow mason
#

i found 4chan on my own and usually everything i did in middle school was not supervised by parents

#

Bc they couldnt care less

#

It’s why I’ve never used incognito mode or deleted history since beginning

#

Jesus every other channel i open is another Ultra impostor

lethal kayak
#

yoooo pepeheadout

#

pepeHeadin*

narrow mason
#

Guys this is one of the rare times where Jules isn’t being sarcastic

#

And he is truly not laughing

half walrus
#

it do be kind of

tepid olive
#

accounts at least provide some sort of way to track who is who but anonymous is really bad idea, that i can agree on

half walrus
narrow mason
#

I ain’t even got shit to say anymore

tepid olive
narrow mason
#

You do both

tepid olive
#

thats it, no more, no less

tepid olive
narrow mason
#

But you still do both

tepid olive
#

yes but no

lethal kayak
#

it's pretty true

narrow mason
#

Ok

lethal kayak
#

literally stfu

half walrus
#

fuckin hell i keep forgetting i have no internet

lethal kayak
#

i hate you

primal perch
#

Bro my ear dying

#

Pain

narrow mason
#

Honestly it wasnt funny from the start and it has somehow gotten negatively funny

misty cradle
#

what the fuck

#

which one is ultra

lethal kayak
#

negatively funny

#

true

primal perch
tepid olive
#

like, i aint the type of person to get depressed cause of some shit said to me online, i just get really angry and think the person is a cunt. im not gonna go home and cry bout it like some people

narrow mason
#

please

misty cradle
narrow mason
#

for the love of god

primal perch
#

Ur a loser and stupid and bad @tepid olive

misty cradle
#

@narrow mason can u rename him to Ultra [Burrit0z]

primal perch
#

/s

misty cradle
#

ty

narrow mason
#

You know i could

#

But

misty cradle
#

i dont wanna click on name

tepid olive
#

truth is, i dont really give a fuck, which is good and bad because it means i have no regard for how i effect others, but at the same time enables me to not care

narrow mason
#

I am not going to bother

lethal kayak
#

i never get mad over shit that happens online unless it's someone irl

misty cradle
#

slam

tepid olive
narrow mason
#

It’s rare I get visibly annoyed

primal perch
#

Nice cock tho

tepid olive
#

true

lethal kayak
#

thanks

misty cradle
#

i remember this

half walrus
#

not caring about people’s opinion of you is a great way to end up becoming egotistical and annoying to everyone

misty cradle
#

i never know when u are serious nfrcoal

tepid olive
#

true thats me

tepid olive
lethal kayak
#

well you have to not give a shit to a certain degree

narrow mason
#

True but it’s a fine line Krit. I’ve grown to stop caring of it but also not grow to be an egotistical asshole

tepid olive
lethal kayak
#

yes

half walrus
#

i just care way too much

narrow mason
#

For example, mr Burrito here is just doomed from the start.

lethal kayak
#

lmao

half walrus
#

about what ppl think

narrow mason
#

Understandably so

half walrus
#

keeps me in line i think

narrow mason
#

Some people just built different

tepid olive
#

my entire point of existing here is to piss off everybody, from every group, from every background

half walrus
#

hard for me to keep a check on myself otherwise

tepid olive
#

from every alt community

narrow mason
#

I used to care a lot about things but one day something clicked and

half walrus
tepid olive
half walrus
#

ngl

lethal kayak
#

please change your shit back it's actually negative funny like jules said

tepid olive
#

thats the point

primal perch
narrow mason
#

I grew a lot of insensitivity

primal perch
tepid olive
#

i could be normal again but thats boring

half walrus
primal perch
lethal kayak
#

i went through a period of not giving a shit about anything at all and i realized how bad i was becoming

narrow mason
#

Yes the point is to be negative funny so you lose even more cool points

#

Which tbh

lethal kayak
#

so i choose what i care about now

tepid olive
#

maybe one day, i will revert back to not annoying troll

#

i was fine in april

narrow mason
#

Those may be negative too

tepid olive
half walrus
#

if the only way you find entertainment is annoying everyone else

#

please reflect on that lol

narrow mason
#

That’s asking too much from them

tepid olive
half walrus
#

no

lethal kayak
#

he's 14

narrow mason
#

Wayyy too much

half walrus
#

it’s not

tepid olive
narrow mason
lethal kayak
#

oh good we can ban you then

primal perch
#

Everyone here really needs to just go outside ngl

misty cradle
#

i am outside

half walrus
misty cradle
tepid olive
#

ive been lying about my age for all this time obviously applerollingeyes

narrow mason
#

Its not even about that imo

tepid olive
lethal kayak
#

yeah i'm just saying don't expect him to change

tepid olive
#

I'm still trying to figure out how to stop being a dick half the time

misty cradle
primal perch
#

You can go outside without yea

half walrus
primal perch
misty cradle
#

no u

#

go outside

half walrus
#

don’t call me out pls

narrow mason
#

@tepid olive I really hope that you have changed because that’s true

misty cradle
#

calling u out rn

half walrus
#

i just went for a 3 mile walk

misty cradle
#

@narrow mason true

lethal kayak
#

i'm gonna go for a hike today

misty cradle
#

and @tepid olive true

half walrus
#

and while i was gone they cut my internet lmao

primal perch
#

L

misty cradle
#

u have definitely changed fr

tepid olive
#

he has actually

misty cradle
#

thisis not the same cameron from months ago

#

@tepid olive yes u changed too

tepid olive
#

he was a mega [redacted] back in the summer

misty cradle
#

for the worse

narrow mason
#

And I’m not in the mood whatsoever for edgy teens failing at trying to be funny satirically but just look like idiots to everyone

tepid olive
#

true now im a [redacted]

lethal kayak
#

i used to get mad a lot easier

tepid olive
#

Unfortunately i cannot use slurs here

lethal kayak
#

literally stfu @tepid olive

tepid olive
primal perch
half walrus
#

that means he can say whatever retarded shit

narrow mason
#

Oh trollface? Ah shit nvm then yo

half walrus
#

bc trollface emoji

primal perch
#

True

narrow mason
half walrus
#

laugh

primal perch
#

TrollfAce nullifies all consequences

half walrus
#

laugh please

tepid olive
misty cradle
#

@narrow mason i have not forgotten, i am still your k1ng. i order u to change his name to Ultra [burrit0z]

tepid olive
misty cradle
half walrus
#

i’ve typed trollface in chat for the 200th time in the past hour

narrow mason
#

It takes a lot to get jules out of usual mood but jesus

tepid olive
#

shepgobaToday at 1:55 PM
TrollfAce nullifies all consequences
troll

half walrus
#

why the fuck aren’t you laughing

tepid olive
#

we are

narrow mason
#

PLEASE LAUGH

primal perch
#

I’m laughing

tepid olive
#

WE ARE

half walrus
#

it’s so fucking funny

tepid olive
#

WE ARE LAUGHING

half walrus
#

let me spam it

primal perch
#

Troll face is just too good

tepid olive
#

WE ARE LAUGHING JUST AT YOU

primal perch
tepid olive
#

WE ARE LAUGHING

half walrus
#

to make it funnier

tepid olive
narrow mason
#

Ok

lethal kayak
#

i am not laughing

#

at all

#

and i never will again

tepid olive
lethal kayak
#

unless you stop impersonating

primal perch
#

You just need more troll @lethal kayak

narrow mason
#

Krit please go along w me and leave the chat

#

It will be

primal perch
#

A therapist would tell you the same thing

half walrus
#

just mute the channel @narrow mason not worth the blood pressure

narrow mason
#

A good idea

tepid olive
#

shepgobaToday at 1:56 PM
A therapist would tell you the same thing

half walrus
#

lmao

narrow mason
#

ah i see we had similar thoughts

#

True

tepid olive
primal perch
#

Jules since when do you hate chat

lethal kayak
#

yeah i'm dipping too

#

gn

tepid olive
#

RGB TROLL

primal perch
#

You spam troll all day

half walrus
#

cuz u guys never stop

tepid olive
half walrus
#

like

#

weeks after a joke is dead

tepid olive
#

troll will never die

primal perch
#

Tbh troll never died

tepid olive
#

step 1. cover yourself in oil

misty cradle
#

it will die as long as burrit0z uses it every 2 messages

tepid olive
misty cradle
#

vibeok

primal perch
#

Nah he will just lose access to it

narrow mason
#

Cameron, you’re succumbing to the peer pressure

tepid olive
half walrus
#

you guys take any glimpse of humor and just milk it for months

narrow mason
#

Ok

#

Yeah

half walrus
misty cradle
#

ok !Mute

#

where is my

#

@moderator

lethal kayak
#

ok the void was actually good tho

misty cradle
#

@narrow mason as your k1ng i order u to change his name slam

narrow mason
#

What point in muting it when it’s just bound to happen again

primal perch