#development
1 messages ¡ Page 352 of 1
why does it add scrolling!
yeah that also works
death always works
like at first but it literally expands the body
been doing SwiftUI for weeks and i just remembered Divider() exists
yeah it'll still do bouncy on the body
pain.
i needed that
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
https://twitter.com/arm64e/status/1347535629802999809?s=20 what could go wrong
watch me build this in very real time (hosted on my machine on the working copy): https://t.co/zwDwfm6bKd https://t.co/cl1Ly4pJfr
has anyone had experience with vapor
livestreams but for programmers, would be nice to have a platform for it lul

still quite heavy on cpu
and since anyways you're just typing why not make it text livestreaming
why would you watch a livestream without audio/facecam
paint drying simulator
if i want to watch code being written i write code
i cannot fathom watching someone else code and nothing else
@half walrus you watching BTC skyrocket too huh đ¤
just because of how fast it goes
wasn't actually why i got that lol
doesn't hurt tho
btc shouldn't be that high, it's nonsense
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!!!!!!
<insert stock>
<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
remember when BTC was currency not just yet another TSLA
true
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
lets not pick USD
saying 0.0001 every time 
lmao
be nice to have a currency not constantly inflating
love it or hate it it's probably the only place where it stands a chance
because why use it then
put it in a bank acct
still barely keeps up with inflation
man yall americans going mad with the inflation rn
well yeah, our economy is at an all time high rn
for the first time in 8 years, AUD is on track to be worth well above $1 USD
they printed absurd amounts of money during covid lol
not that we saw any of it
the real world is still collapsing
we're now at $1 AUD = $0.78 USD
stock exchange high tho
hovered around $0.75 for years and years before covid
thereâs something incredibly wrong if youâre creating an absurd amount of billionaires and multi millionaires during a pandemic
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
True
30 minutes later
the feds are worthless
itâs like taking a bucket to throw water out of your sinking ship
literally 50% of what Apple was worth at the time just gone
Elon Musk rn 
also fuck you if you keep pumping AAPL
maybe if the government put people needs over corporate interests and stock market values weâd have higher quality of life 
all the legal shit and terrible PR last year and AAPL didn't seem to notice whatsoever
apple PR the last 3 years is so tone deaf
well thatâs kinda their whole thing, but itâs been getting worse
krit you know PHP took the worst of every language that was cool in the early 2000s right
php8 ftw đ
didn't think they'd go this far
i love this language
can't say I've written php since php 5.3 days
when the major version didn't mysteriously skip ahead by 2
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
it's dumb when you just want to write a script that happens to need to provide its output via webpage
at a certain point with anything you have to start automating a part of the process
one good example, I wanted to write a script that "converts" a YouTube channel to a podcast
sanic is actually nice for that
if you need to serve things that aren't dynamic html from a webpage
made really easy drm
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
can you imagine urls that look like /cgi-bin/getpodcast.js?channel=linustech
generated Packages on request
which was inefficient at scale but amazing for private/development repos
complete with yelling at cydia
lol
served by krit
90 lines total too
krit personally sends her frustrations to cydia every time it makes that HEAD request
pretty par for the course
actually unfortunately being HEAD it's not sent at all lol
if i have to write something stupid i usually make it known in comments or elsewhere
had to put something there unfortunately lol
guess I'll be doing that for HEAD on the repo files to account for dumb unnecessary traffic
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
give in and pagerule/proxy it 
repo.krit.me and krit.me are the same website but dont tell anyone
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 đ¤ˇââď¸
only difference is the runtime detects when it's running on repo. and does https://repo.krit.me/src/Signe
literal laziest depictions on earth
wrote an entire runtime just for that
my favorite trick is that https://chariz.com/get/newterm serves a totally different response if your user agent matches Cydia
idk what else u need to know about a tweak
could have it automatically cat README.md too ig
also hacks around Zebra's buggy iOS 12 dark mode by returning dark mode-happy css if the user agent requests it
I think Chariz is still the only repo that implements dark mode
rip zebruhâs 12 dark mode
yeah umm
does mine count
there's no light mode
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
and i refuse to write one
definitely doesn't count lmao
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
I'll document this more later
I see you are a well-seasoned programmer
"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"
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???
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
just requires this
and the Info.plist
copied into an otherwise empty pref bundle
and userdefaults get updated automatically with it :)
so accidentally clean
@lime pivot to be clear, you were wanting search by file content?
i love the zebra depictions
i'm gonna have to use mariadb mmm
ppl who use mysql probably also use exclusively cydia
i have no idea why i hold that opinion
why not use PostgreSQL
w h a t
centos was why i had to rewrite dpkg scan in python
i'm assuming the reason my setup script uses maria is something similar
i bet u something as widely distributed as postgres has a properly working centOS package
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
but dpkg isn't meant for centOS?
i bet basic nginx modules have packages compiled for centos

this os is a clusterfuck
my setup rn works and im not touching it
"why do you use centos" see above
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
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
https://gist.github.com/KritantaDev/2f17d1b8531a8e47eacca41ddd65fb5b enjoy, my "container"
works on every host i've used thus far
.
u know
cant get that personalization with docker woeis
u could actually containerize this bash script and everything will work
tf u mean
it is containerized
the container is just stock centos
that's not a container
like at that point it'd literally just be a container with stock centos and a bash script
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
nor would putting it in one accomplish anything other than wasting time
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
http://hdev.krit.me:8080/?framework=EmojiKit&class= private headers done
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
Why does that link keep refreshing itself
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'
php moment
dang
True
http://hdev.krit.me:8080/?class=UIButton owo what's this
pøger
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

void 
@lime pivot lol the link you sent doesn't have springboard headers
- (bool)isDeviceABrick:(id*)arg1;

not a void my guy
true
- (void *)deviceBricker;



a noob question here
return true
Does the daemon CFNetworkAgent has changed among iOS13.3 - 13.5 ?
static void (^brick)() ^{
// how can i brick device??
};```
iCloud fuckers's one weird trick to bypass!!!
fuck block syntax
congrats to whoever found the apinotes edgecase
Fuck is a block
Was it me?
mhm
pog
indicates location now
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
With cloud9 maybe?
I remember this being talked about
I know you can use it on Google Cloud Shell
Maybe Kirb said it?
:)))))
@ anyone on the website rn
refresh the page
click the import statements :)))
should've been a feature on limneos' years ago
nice to see someone else also make an alternative as well lmao
would've used yours but php
yeah fuck flask, the remake is with sanic and better performance right off the bat
all the source for this rn is in one file and i like it that way
ok saurik
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
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
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
urgh fuck javascript
good for client side tho
fuck node
why i used php
itâs so nice for this specific task
limneos uses php as well but dunno why exactly his is slower
although I have a vague idea why
same reason mine would be
only php
this is atrocious
moving it to a db as soon as i add content search
imagine that but with a file read on every iteration
vscode should have a default setting for enabling parameter hints
at least intellij based IDEs do
that does look like phpstorm though
How bad would it be if you store them in a list on startup though instead of using a db? 
That's because VSCode is not an IDE unfortunately
Just a fancy editor
a plug-in called ânot vscodeâ
independent of that parameter hints should be a default feature
PHPStorm
I mean, u right
VScode is a moddable text editor
not an IDE but it can be turned into something close to one
^
better than nothing for logos
Although if you're getting to that point then why not just use an ide?

see: logos
Lol fair
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
Intellij supports bash?
with the plugin yes
That's news to me
very well
Didn't even consider that bash would have IDEs 
well logosâ also on intellij platforms, itâs nice with CLion
gives you full syntax for both c & objc
because fuck appcode
intelliJ is basically VScode but better
pretty much
cept
so much overhead
VScode is light fwiw
intellij chokes when doing, big things
What defines an ide?
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger. Some IDEs, such as NetBeans and Eclipse, contain the necessary compiler, interpreter, or b...
i gotchu
So, text editor, building, and debugging, isn't that all in vs code?
lmao before this turns into an editor war iâm fucking off
this is the only interesting part of programming
I might give IntelliJ a shot if it has a vim mode
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
have that issue with mine rn
solution is basically âuse a dbâ though
no other good way to cleanly index the filesystem
What about falcon?
i think my pc shut down
F
Windows update?
probably not given it runs macos
fair enough
no idea

canât ssh and cloud flare returns a 500
F
GM unveils new logo to emphasize its pivot to electric vehicles https://t.co/rf2tbmDbDw
282
GM
GOOD MORNING
I have no experience with falcon, how does it stack up against sanic or even japronto?
that logo is so awful omg
now that i think about it they probably paid a ton of cash for it
I donât see how it reflects âelectricâ vehicles
same
I hadnât heard of either until now :P
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!

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 
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
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
couldnât you just read the plist
for a lot of that info actually
another cable provider chopped through our cable on accident @grim sparrow
lol
another
Is it a common occurrence around there
there are only 2 so this is rare
ggwp lmao
Yeah I guess, but there are methods to get the info easier
time to
well that's what it is
it just sounds so british
nobody can afford diggers here
some bloke will get a fat ass digger, be overconfident as fuck and smash through the road
that's only happened once or twice for me
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
L
that is incredibly believable unfortunately
please explain how we are both burrit0z, looks like i need to pr this client plugin
nice
it took me getting suspended for a week for them to hire competent IT at our school
what did you do lmao
this mf probably caches by nickname instead of ID 
hacked main server
lmao
ez legend status i regret literally nothing
true
Wtf, how
once i allegedly shut down the network
please describe how you "hacked" the main server tho

if you had physical access to one of my school's devices, you had access to basically all the administrator passwords lmao
it was never changed
how did they catch you
snitch
lol
damn
i never got caught 
imagine
I was caught for all of my cyber crimes against the school
What kind of "social engineering"
but I haven't been suspended which is a plus
i didnt do anything destructive, just reset a few macbooks and installed [redacted]
getting someone to enter it on a compromised laptop
shooting key traces to a vps
lol
beautiful
i used that in 8th grade to get the private wifi password
they have secure boot enabled and a bios password, but secure boot still allows you to boot ubuntu from usb lmfao
lol
posted it online
you should've sold it to certain people
all machines at the school booted from the server i have access to
under a different account
did this
i just opened the keychain, they store all the passwords in the keychain shared amongst managed devices
i was able to spoof the new system on my own laptop but
not something i could easily give out anymore
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

imagine if instead of suspending me they asked me how i did it
lol
never once got asked
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â
lol
and used it to fix a projector during theater
which was what got me ratted out
I didn't do anything with my power, I just explained how I did it, but then got punished
so ya know
âredwordâ
was mine

lmao
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
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 

there was an old computer room full of computers with a CRT monitor running XP
imagine man
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
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
lol
changing wallpaper to have fake icons was also fun
also an icon that starts a shutdown and says "this computer is infected"
absolutely didnât go about it the right way
i still want code exec on geforce now
but i was 16 and 16 year olds are dumb
but they patched a lot
some of the computers at school also had some deepfreeze shit, all changes got reverted after a reboot
and doing that stuff led me here
also loved it when school computers had "Tanar123" as password (TanĂĄr = Teacher)
jesus

well if it's any consolation, the default password for every teacher account at my school was the current season and the current year
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
when i could also view their full drives
and steal sessions
or cookies
or anything
oh yeah my uni has a similar default password lmao
lmao
our school gradebook currently has the default password: Fall2020
so yup same shit here
not going to correct anyone on it
I swear to god if i see another ultra clone Iâm gonna rip my head off
amen
good thing i'm real
good thing i'm real
:stfu:

it wasn't my idea i swear
almost like it
it wasn't my idea i swear
STFU
Sec. Adv. of the Washita Rep.(jules)Today at 1:34 PM
STFU
you can tell exactly who i am

can u translate this from zoomer to millennial
So idk if its still a thing but on /b every post had a id
oh yeah
just
which was just random depending on when your post was sent
797171723782586399
Or any other 4 numbers
please stop impersonating an important member of the community
lmao
But the whole thread was derailed to people congratulating me
STFU
literally just explained it bro
itâs nice
Iâm no longer speaking to anybody with a variation of ultras pfp
too bad /b/ is all porn now
like, 5 in a row the same
@half walrus thats 4chan for u
ok that makes sense
I loved it back in middle school
not that 4chan is a place you really wanna spend a lot of time on but
not like other sites are much better
In middle school i was one of those anti-redditors who went on /b every day
4chan just doesnât have likes
pick your poison
or upvotes
i completely mirrored
pick your poison, the circlejerk of reddit or the political incorrectness of 4chan
4chan did teach me a lot of cool illegal shit though
like how to make mustard gas?
well that and
as if reddit is much better lol
redditâs even better bc you get both extremes on one site
true
Letâs just
Combine the two and make 4Chreddit
anonymous reddit
i got cancer just by reading it
thanks i got aids
hm
reddit was actually open source until a year or two ago
me and my friend has this idea a couple years ago to make a 4chan-like board for our school
Itd be something like that r/TheDonald site
yeah thatâs about what iâm picturing
then realized that if anyone found out we owned it we'd probably get expelled
So mark zuckerberg
like imagine 4chan but they actually care about shit
yeah but anonymous
bitch it was anonymous at first
horrible idea
idk i'm not an fucking facebook historian
horrrrible idea
Zuckerberg was sued by his school for it
Bitch its all in the the social network movie
it was so bad they had to take it down
yeah that's why we never did it
Also thereâs those dumb apps that let you ask people shit anonymously
Like its nothing but horny dudes asking girls weird ass shit
?
There were several
do not give psychotic emotionally developing teenagers an anonymous platform
they already have one, 4chan
only reason 4chan doesnât cause problems is because the people on 4chan donât give a shit about anything
not sure what to give em
i just thought it would be interesting to see what people posted
they donât do shit anymore âcept jerk off and cry now
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

Guys this is one of the rare times where Jules isnât being sarcastic
And he is truly not laughing

it do be kind of
accounts at least provide some sort of way to track who is who but anonymous is really bad idea, that i can agree on
a bit too much
true, theres two types of teenagers now, ones who jerk off, and ones who cry
You do both
thats it, no more, no less
personally im more of a #1 guy, #2 never really been my shit
But you still do both
yes but no
it's pretty true
Ok
literally stfu
fuckin hell i keep forgetting i have no internet
i hate you
Honestly it wasnt funny from the start and it has somehow gotten negatively funny
welcome to r/jb

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
please

@narrow mason can u rename him to Ultra [Burrit0z]
/s
ty
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
I am not going to bother
i never get mad over shit that happens online unless it's someone irl
slam
im pink, you colorblind homie?
Itâs rare I get visibly annoyed
Nice cock tho
true
thanks
not caring about peopleâs opinion of you is a great way to end up becoming egotistical and annoying to everyone
i never know when u are serious 
true thats me
I do number 1 and bottle up my feelings so I don't do the second
well you have to not give a shit to a certain degree
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
you have feelings? 
yep
Sadly
yes
i just care way too much
For example, mr Burrito here is just doomed from the start.
lmao
about what ppl think
Understandably so
keeps me in line i think
Some people just built different
my entire point of existing here is to piss off everybody, from every group, from every background
hard for me to keep a check on myself otherwise
from every alt community
I used to care a lot about things but one day something clicked and
yes and itâs horribly annoying at times

ngl
please change your shit back it's actually negative funny like jules said
thats the point
I grew a lot of insensitivity

i could be normal again but thats boring
what is

i went through a period of not giving a shit about anything at all and i realized how bad i was becoming
so i choose what i care about now
Those may be negative too
You don't have to be a prick
if the only way you find entertainment is annoying everyone else
please reflect on that lol
Thatâs asking too much from them
to annoy others 
no
he's 14
Wayyy too much
itâs not
no 12
Good, early start
oh good we can ban you then
Everyone here really needs to just go outside ngl
i am outside
covid man

ive been lying about my age for all this time obviously 
Its not even about that imo

yeah i'm just saying don't expect him to change
I'm still trying to figure out how to stop being a dick half the time
nobody says u haveto be around people
You can go outside without yea
stfu

donât call me out pls
@tepid olive I really hope that you have changed because thatâs true
calling u out rn
i just went for a 3 mile walk
@narrow mason true
i'm gonna go for a hike today
and @tepid olive true
and while i was gone they cut my internet lmao
L
I'm trying...
u have definitely changed 
he has actually
he was a mega [redacted] back in the summer
for the worse
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
true now im a [redacted]
i used to get mad a lot easier

Unfortunately i cannot use slurs here
nah man he said trollface emoji
literally stfu @tepid olive
I'm still a dick a lot though, even if it's less then before

that means he can say whatever retarded shit
Oh trollface? Ah shit nvm then yo
bc trollface emoji
True

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


iâve typed trollface in chat for the 200th time in the past hour
It takes a lot to get jules out of usual mood but jesus
shepgobaToday at 1:55 PM
TrollfAce nullifies all consequences

why the fuck arenât you laughing
we are
PLEASE LAUGH
Iâm laughing
WE ARE
itâs so fucking funny
WE ARE LAUGHING
let me spam it
Troll face is just too good
WE ARE LAUGHING JUST AT YOU

WE ARE LAUGHING
to make it funnier
Ok

unless you stop impersonating
You just need more troll @lethal kayak
A therapist would tell you the same thing
just mute the channel @narrow mason not worth the blood pressure
A good idea
shepgobaToday at 1:56 PM
A therapist would tell you the same thing
lmao
Jules since when do you hate chat
RGB TROLL
cuz u guys never stop

will never die
Tbh troll never died
step 1. cover yourself in oil
it will die as long as burrit0z uses it every 2 messages
vibeok
Nah he will just lose access to it
Cameron, youâre succumbing to the peer pressure
ok ill use every message 
you guys take any glimpse of humor and just milk it for months

ok the void was actually good tho
What point in muting it when itâs just bound to happen again









