#development
1 messages · Page 406 of 1

probably because macOS 11.2 was released today
all
Oh true
lol
the n and the i shouldnt be tbh
I heard that update is bad
the last 4 yes
Like it causes white screen
even if the first two or so never intended
And black screen
shep knows all about it

sorry i discriminate against the british
@primal perch do you
@primal perch do i
https://tenor.com/view/british-teeth-uk-gif-18233955 @primal perch
bro
no listen
i'm dutch when it's convenient not to be british
i'm british when it's convenient not to be dutch

you see
so youre just dutch
you can beat me
i'm both

my bottom teeth are fucked but my top teeth are perfect
@heavy kernel stroopwafel lookin ass
not in whole at least
Good
stripper waffles
stripper waffles
Walkers biscuits
no
Oh
lmao
LMAO
Why
can’t believe some mfer said
Just step into France and they will surrender ez
yes
is that my user id 
perhaps
There’s a snail in my rectum rn
pics or ban
333267808479608832
@restive ether
thanks
WTF
@n
Where is my developer role
i forgot i can’t ping roles anymore

or else i’d get in trouble
forgot i was admin again
so good thing i didn’t do that
ok
british.


Literally the most inferior role in this server
Hey guys! Today we're looking at how iOS implements ASLR for user-space processes!
ASLR patch program - https://github.com/Billy-Ellis/aslr-kernel-patch
Blog version of this video - https://bellis1000.medium.com/
Thanks for watching!
i dont remember asking
I am famous hacker
true
Shift my cock
if ASLR is so good why can i turn it off
Do it
if aslr is so good why is cock gay
I want kASLR to slide my cock
oh
slide for cock
luv I’m going to uni on 5 different academic scholarships p sure if I were dumb I would’ve figured it out at this point but thank u for dming me I love my fans <3
it’s because you’re gay
You are
balls
you want kASLR to slide on your cock so you tell me

your mother

normal people:
if {
// code
}
people dropped on their head as children:
if
{
// code
}
ok
so if clauses without any condition are normal people things
we should bring back goto
or use just fake scopes
@tepid olive @misty cradle @gaunt mesa he has one thumbs up https://github.com/Kanns103/GuideToTweakDevelopment13-14/issues/1#issuecomment-771008907
and it is himself 😭
omg
Hi guys, after receiving ‘feedback’ in the weird way this community gives it
who is u/RuntimeOverflow
they went ham
it almost seems like it got worse
we are pretty toxic tho ngl
false
ah we found one
whats ur iq
140
ok\

Hi
hi
What's a c
LOLLL


Sorry i haven’t been on here. I’ve been busy with college but i had a question. I recently got a 32gb ipad which got me thinking. This might be the stupidest question ever to some since i am not at all knowledgeable about this topic but is it possible to install apps on a sdcard using the sdcard adapter. Or a flash drive? What i mean to say is, if its not possible at the moment. is it doable?
No, iOS does not fuck like android does with expandable storage/ loading apps off to sd
you could look into just mounting it and symlinking folders from /Application to external
its certainly possible with tweaks
youd have to write it and it wouldnt be fun but
u can
you probably won’t, try symlinking and uicaching first before diving in
since you can interface with the drive in the files app right
ye
then yea theres nothing except the lack of software for it stopping you
the idea if attaching storage to offload apps sounds atrocious though if it’s no solution like sd slot
That ll be really useful. Especially for people that don’t have that much storage. I ll try to see if its possible for me to do. Probably not but it doesn’t hurt to try.
True but i actually want to test with a game to see the performance
Isn’t the new minimum 64gb anyway, legacy devices I’m sure but app sizes aren’t that big if I’m not mistaken
unless games
Lmao apple fr about this
apple (generally) writes their code to be very easy to mix and match like a puzzle
trillion dollar company, minimum offering 32gb. ggwp
so you can just write a puzzle piece to get the sd card mounted and then add an entry under springboard app registrations to launch from that
Yea like they couldn’t even include the 64gb option
When i get my sdcard/usb adapter. Ill try to test it out
Just to fuck around with it
however maybe the code to keep the sd card mounted and active is only active in the files app
doubt it though, it probably either mounts it or at least will let you mount it just without the app
but a stock device cant see it because you need the special app
Yea. Its only mounted when transferring photos .. so thats something that would stand in the way
well
you could spoof your external device to just be a ddi and mount it over and symlink as needed
Well thats why i heard when researching
it’s horrible but one way
the service that keeps the disks up probably doesnt care
all in all it sounds like it would be a relatively low code tweak, you just need to figure out where to apply that code
a lot of RE
A learning moment
frcoal technologies
nfr corporation
ngl, XPC is my favorite low-level interprocess communication mechanism that is based on serialized property lists
NSDistributedNotificationCenter goes brrr
a process should not ever need to communicate with another process
there is no need
it is a waste of overhead
sometimes there is need
@vivid dew on that note though, do you happen to know if on iOS there’s something similar to macOS in terms of notifying launchd an app is being launched
nah sorry there isnt. if you need to draw some shit in your app write ur own gpu driver
dont ask the kernel to call some lame driver process instead
Does iOS have something like OSXfuse when it comes to mounting filesystems to your device?
Does iOS have deez nuts
probably
ah, I gotchu. meant notifying as in sending an xpc message.
on macOS there’s a function which blocks upon receiving a particular message until it’s prepared to launch the app/ process
It would be cool if we could just have access to filesystems just like accessing an app
figured if there’s something similar on iOS that would be a beautiful entry point to use for when writing a hooking library
tweak to stall app opens 19 seconds
This
I guess the challenge to making something like macFuse would be making the APIs compatible for iOS
fuck is a varint
balls and nuts
and of course the challenge of the kext
lmao, what is this
jesus
Samsung Galaxy Brain S69+ Ultra 5G moment
its funny because i just had a galaxy brain moment
could not for the life of me figure out why this github api request was just giving 404
it would not work out of the box for sure, but you probably could mess with the filesystem enough to make it work. you would need to format the card as HFS+, which it should be able to mount (automatically, I think?)
there is an official accessory both in 30-pin and lightning form originally called Camera Connection Kit, I guess what you have is some 3rd party clone of it which should work the same
also why does jenkins look like its straight out of 2012
Yea i have to wait for the lightning adapter to come in for the ipad. Its not going to be the original one but should work the same
tell it to settle down
im just patiently waiting for files to index
NSClassFromString doesn't work for some classes, e.g BCBatteryDeviceController, for others works just fine. Is this like a known thing?
Is the class loaded?
In cycript i can choose it, i guess it is loaded by default?
correct me if i'm wrong, i'm a noob:)
Cycript allows you to choose stuff for the process that it is loaded in, so are you trying to make NSClassFromString call inside the same process that you are choosing in cycript?
ncrypt
gm dgh0st

ok theos
i loaded cycript in SpringBoard, but NSClassFromString from a command line executable.
how does the orion branch have a bug patched in swift-driver
god damn
and now my orion is broken atleast in xcode

NSClassFromString is part of objc runtime, i guess it can inspect globally
No it can't
is there a way to "stream an object"
Your command line executable doesn't know what BCBatteryDeviceController is hence NSClassFromString is returning nil
gm french ninja
The obj-c runtime can only access stuff in the current process
yikes
ie. i have a notification that returns some userInfo which contains a reference to a UIImage's data and that data dynamically updates so is it possible to recieve that updated data without having to repost the notif
gm australian fire man
So you'd either have to load the framework (with that class) in that process or some how communicate to a process that already has it loaded to get that info.
shep why fr
fr
because its too late to fully understand the question so i just put f r
thanks for the knowledge master
you can directly link the BatteryCenter private framework and use it without runtime class lookup. (you'll need to link it anyway for it to be loaded into your process for you to access)
thats the real solution

its real convenient idk why everyone insists on doing shit manually
dyld exists for a reason

shared dyld-o cache
owo
why not
thanks for the info, cheers
u say dieLD?
that's what it is apparently
i say die ld
yeah i say die instead of dih because dynamic
normal linker™️ is just called ld
but we've been rolling with "ld" meaning "linker" for 30 years now I guess
ye
obv
yea you better before jules panics and deletes the server


i swear 50% of american indian are FOB
and stay that way
weird
af
monkas
Fr
its like they just don't care
fr just purge them all
Most indians at my school were some bitches
true lets purge them
You cannot remove the Indian from any habitat
the ones in my school are a group of losers
ive disassociated myself long ago
don't wanna be part of the nerd that do science olympiad and dream in MATLAB
bro a couple people in my computing class wanted me to join robotics and he said it was like
3 hours a day 5 days a week
miss me with that
yea true

if it were once a week for that time then maybe but like
i have things to do
like sitting on my ass
You have to go on No nut
it was a joke
Semen retention ftw
just jack off more and you won't have enough to jack off more

I only drank juice for 4 days straight... here's my first meal.
(new) TIKTOK: https://www.tiktok.com/@realnikocadoavocado
PATREON: https://patreon.com/NikocadoAvocado
GET A PRIVATE VIDEO FROM ME: https://cameo.com/nikocadoavocado
(new) INSTAGRAM: https://www.instagram.com/realnikocado/
MERCH: https://teespring.com/stores/nikocadoavocado
Execut...
here
youll like this one
he lost some weight


imagine wacking it to that lmfao
DIDNT HE SAY HE WAS QUITING EATING

the fat mfer is back at it again
He couldn’t help himself
why am i fat
imagine being fat
@primal perch easy solution is become girl
then tuck stomach under leggings
Mfer got a sweet tooth for mcdonalds and pizza
body positivity be like
Facts. All the girls on tiktok with the big bank challenge
i mean confidence is good for mental health but being overweight is still unhealthy and anyone who thinks otherwise is an idiot
so just eat less
this thumbnail is like america.jpg
Hes missing the hotdogs
actually
stupid corporations get into the food education system
I live for this picture
Quarter pounder party
dont care
why does trump always do that thing with his hands
mfers are obsessed with trump i swear
cause they gotta do something
billions.mp4
he has the best hands
why have hands
that's CNN because they need viewership
yea basically
associated press = best news
a ios
true
biased news is annoying unless its just funny
He puts his hands up and says “ we are making tremendous progress, tremendous.. we are making billions of dollars people. Billions..”
and its only funny when they make fun of someone stupid
CNN just overexaggerates everything
there's a lot of the hands thing there
true
the best hands bro
adam if u keep that video on repeat u will get billions
if that was chariz money I would be retiring at 22
Lucky number 22
imagine having an actual politician as president instead of a meme smh
no u would buy a time machine and retire at 12
well hes an actual politician
stop what?
trump was just as good of a politician (corrupt and against the people)
hes just vocal about his stupidity
i vaguely remember the first message




you do
that message needs to be pinned
the perfect pointer lesson tho

how
mfw you’re the biggest loser of jobs since Hoover
wtf
and had double the deficit of the previous admin
I need more time on my hands
I at least prefer it when they at least try not to be blatant about their corruption lmao
not hearing about news since January 20th has been a blessing
👀

@lethal ice
Dolly Parton says she turned down the Presidential Medal of Freedom twice during the Trump admin
Once due to her husband’s illness and the second time because she didn’t want to travel during the pandemic
She says she’s unsure if she’ll accept from Biden https://t.co/AEhB90aAmp
193
1714
meth is mine industry
lol
frcoal meth industries
frcoal shep murdering LLC
first Bill now Dolly
true


kirbuhh
who leak OnlyFans content?
Bill Cosby gets the medal of freedom from Bill Clinton




thank god for the few people that shamelessly steal emotes
that is a colorful 


:frmute:
I will now steal all of these FRs

imagine not being in [redacted]
cum2 is for nerds
cum[redacted]
who said I was active tho
cum is dead
idk

some people are
ever since we lost @everyone perms
not me thats for sure
I am still on that server


me when



true
yea true
my ipad 8th gen coming tommorow, hopefully its on 14.2 
damn
code injection go reeee
wait i just realized ur in the server
i just realized you’re real
i just realized u had rights
that’s right
I’m on 14.4 because don’t jb your primary device
12 moment
pretty sure its 1:1 beside that bug fix
kernel version is probably the same
true
12 mini had touch issues on 14.2 lmao
idk how they messed that up but at least it was fixed
This channel opposes women suffrage
and british rights
Ok buddy
cries because i only have one device 
Lol I hadn't noticed that before, is that a remnant from the NeXTSTEP days?
2
NX = NeXT yep
I have an official NeXT book for NeXTSTEP development where the Foundation classes are NX not NS
NS came later with OpenStep, the joint venture between Next and Sun to make Next apps run on Windows/Unixes which didn't really work out, eventually Sun just built a Java SDK for desktop apps
and we know how that one worked out
check out the code sample in that 3rd pic
wow that looks quite similar to what we write today
showing off the feature that actually still exists today, where you can omit parameter/return types if the type in question is id
only discovered that a couple of months ago actually
- initWithThing:thing --> - (id)initWithThing:(id)thing
you're reminding me how late I came to all this
can u do - initWithPoop:poop
wrote my first line of objc for ios 11 lol, people here have been writing it since like ios 3
still?
life was really not the same before @synthesize was itself synthesized, and NSDictionary/NSArray/NSNumber literals didn't exist, and (before all of our times here really, iPhone OS 1.x days) when @property didn't even exist at all
the more recent improvements (since 2010 or so) feel like kinda nothing but they shaped ObjC to be really good for at least another decade or two
this is where I learnt about the id return type thing from, interesting to see the comma-separated parameters list too https://twitter.com/DavidJGoldman/status/1334884721990512640?s=20
TIL of the following valid ("deprecated") Objective-C:
@interface MyObject : NSObject
- readValue:(int)value, id object;
@end
@implementation MyObject - readValue:(int)value, id object {
return [self readValue:value, object] ?: self;
}
@end
some of which were co-opted by Lattner as a way to give the world a taste of Swift years before it was ready
that was the case with dict/array/number literals
really appreciate if someone could take a quick look, the object_getIvar always returns null, everything else is valid. is this something not shown in documentation? The private framework BatteryCenter is linked. https://pastebin.pl/view/6f68320b
WTF
thanks
Alright, (dont even try to guess why am I here again)
trying to fix this mess is like too hard
I've found an app I can use to fix these problems. problem is it doesn't load
xcode gets stuck on "copying cache files from device" and done
no further
derived data doesnt help either
the app if anyone cares (doesnt work on simulator)
lmao
Does anyone know where I can allow upside down portrait or force it? Anywhere where I try to set the orientation to 2, it only modifies small parts of the system like the lock screen/gestures and everything else stays the same.
he has a point
technically there are hacks to get AltStore and AltDaemon installed without a computer if you're jailbroken so it's not impossible I guess
maintain a fork 🤷♀️
I'm sure he won't mind you maintaining a publicly advertised fork that has fixes
It gets people off his back
well, if I can get someone to actually test it then sure
I have no doubt there are some sileo server users with reprov
they're the type
id search there
I mean I'm almost certainly not gonna update it to fix it fully but he would be harassed more than if it's just a random fork

tbh actin like a pussy
"currently functional"
kinda a lie
once your current cert is expired/revoked it will not be functional anymore 
if it's not merged, people will be like:
"wdym reprovision still works"
"have you tried rebooting"
"...oh"
because the app installs and the cert trusts fine, just AMFI kills it if you're in jailed state
true
well i mean
not your problem
let him receive complaints
he made his choice lol
Here is some info, though it might just add more complexity to your problem.
Most of the system gestures (fluid switcher gestures, CC gesture, CS gesture, etc) do custom calculations to convert a point from portrait to the current orientation. Where it gets that current orientation varies for different gestures so you’d probably have to modify each of those. CC gesture uses the orientation of the CC window, cover sheet uses orientation of either cover sheet window or SpringBoard (class).
The public API provides a way to specific orientation per view controller but not all view controllers use that API, there are private methods used in implementation of that API (same methods with _ in front) that might be of some use.
@tepid olive you could ask them to transfer ownership of the repo if you plan on maintaining it 
nah I don't think so I just felt like fixing this issue
@tepid olive
Regarding ReProvision:
The same issue that temporarily broke AltStore recently also applies here. Unfortunately, this issue will not be fixed. Apps signed by ReProvision after Jan 28 won’t launch after you reboot.
I recommend using AltStore and AltDaemon going forwards.

oh yeah I saw his reply to the PR that he's gonna go about it this way
Thanks I actually had made some progress here. I was able to get gestures to work upside down. I also found _rotateWindowToOrientation to rotate the UIWindows but I get compilation errors cause theos doesn’t find it in the headers for UIWindow even though they should be 13.5 headers. How could I fix this?
They shouldn't be in the headers (atleast not the public headers).
_rotateWindowToOrientation: is a private method as indicated by the _ in the front. I personally like to create a interface category for these cases to tell the compiler that the method exist.
Also btw when I said "it uses the orientation of ___ window", I meant orientation that is managed inside the root view controller of the window. You most definitely can get away with not messing with the window itself unless it doesn't have a root view controller. Which in most cases it should have one.
Does Theos have a way to link a library only if you're on arm64 and not on arm64e?
Not unless you are creating a separate subproject for each architecture and then lipo-ing them together.
So theos lacks the feature
Should be a MyTweak_(arch)_LIBS
Thats one way to put it
Is there another way of putting it?

amogus nfr
Okay that makes sense, I’ll look at all of that. I’m not seeing a good method of rotating the device with the viewcontroller but I haven’t had much time to dig. But I am trying to use remote log to log stuff but I get compiler errors. “Unknown type name NSString”
@twilit jungle

The view controller doesn't rotate the device (device orientation), the public API just allows view controller to specify what user interface orientation its supports. The private implementation of that API manages the current user interface orientation (well it tries to atleast).
Now that I read that again thats confusing... essentially there is device orientation (UIDeviceOrientation) which is different from user interface orientation (UIInterfaceOrientation). They aren't always equal like when you have rotation lock enabled.
Okay I see. But I would probably have to use the private api because that probably is what prevents public from using upside down portrait at all
there is actually a trick I think might work
ifeq ($(THEOS_CURRENT_ARCH),arm64)
MyThing_LIBRARIES += specialthing
endif```
I think might work
Every single thing I code
You could have cases where public API was used to prevent upside down, but that should eventually reach the private API. So yeah for most cases private API is what you want.
lol ikr
Rn the best option I see is to use the methods on UIWindow. So would I inject into uikit right? Not the springboard
Yup, just remember using UIKit as filter will mean it'll load into all processes that use UIKit (which is lot more than springboard and apps).
This works, thank you! With that, is there a way to add a dependency in the control file if you are on arm64, and not arm64e?
Probably
https://www.theiphonewiki.com/wiki/GSC_bit have we got a list newer than this?
Okay I think I’m doing things right but my tweak doesn’t appear to be injecting at all
there's checks for armv6 and armv7 there, I am willing to bet there's a gsc bit for 64 and 64e
check logs to see if there is a dyld loading error.
cy+cpu.arm64e | dependency
if you have arm64e, you wont need dependency
Like crash logs on Cr4shed?
i dont know if that exists on non procursus but it should if it doesnt lol
Depends: cy+cpu.arm64 doesn't make a difference though when installing on an arm64e device
No, like oslog or syslog (depending on your iOS version).
Oh how do I check that
thats why i specified arm64e
cy+cpu.arm64e is only present on arm64e devices
I tried that and It didn't help This is my control file: Depends cy+cpu.arm64e | liblua5.4-0 | lua5.3 and when installing on an arm64e device I get dpkg: dependency problems prevent configuration of com.r333d.cylinder: com.r333d.cylinder depends on cy+cpu.arm64e | liblua5.4-0 | lua5.3; however: Package cy+cpu.arm64e is not installed. Package liblua5.4-0 is not installed. Package lua5.3 is not installed.
This is on Procursus by the way
hmm maybe i got the virtual package wrong one sec
maybe even just
MyThing_LIBRARIES_arm64 = specialthing
did we do that
lmao
is it rpetrich's fork only?
@prisma grove can you run grep "cy+cpu" /var/lib/dpkg/status for me
This does not work unfortunately
welp, mystery solved
Package: cy+cpu.arm64
Depends: firmware (>= 11.0), cy+cpu.arm64, org.coolstar.safemode
Depends: firmware (>= 11.0), cy+cpu.arm64
Depends: apt (>= 2.1.10-1), coreutils (>= 8.32-4), dpkg (>= 1.19.2-4), procursus-keyring, zsh, cy+cpu.arm64, firmware (>= 12.2) | org.swift.libswift (>= 5.0)```
grep for arm64 maybe?
wtf wheres the subtype package
probably my fault whatever
oh nvm
@prisma grove run /usr/libexec/firmware for me then do the grep again pls
Depends: firmware (>= 11.0), cy+cpu.arm64, org.coolstar.safemode
Depends: firmware (>= 11.0), cy+cpu.arm64
Depends: apt (>= 2.1.10-1), coreutils (>= 8.32-4), dpkg (>= 1.19.2-4), procursus-keyring, zsh, cy+cpu.arm64, firmware (>= 12.2) | org.swift.libswift (>= 5.0)
Package: cy+cpu.arm64
Package: cy+cpu.arm64e```
After running the command, the tweak installs, even though I didn't touch the control file
hell yeah
so for some reason
you had an older firmware bin when it was ran?
do you use zebra?
Nope, using the latest version of Sileo with no other package mangers installed
how odd...
well ill solve that
darwintools postinst will rerun firmware on update from now on. i thought whatever jailbreak was supposed to but guess not
@lime pivot One more question, Procursus uses the library "lua5.4.0" and Binger uses "lua5.3", is there a way to only load the correct one, because if you do $(TWEAK_NAME)_LIBRARIES += lua5.4.0 lua5.3 it will fail if it can't load both. Otherwise a tweak would have to be exclusive to one bootstrap
you can use lua 5.3 from procursus as well
we have lua5.0-5.4 as well as luajit
The problem is Procursus uses 5.3.0 instead of 5.3 and dyld seems to have a problem with that. Also Lua 5.4 has some nice performance gains that I was hoping to keep if I could
hmm
well if you're looking for most performance then honestly id hit up libluajit
because thats gonna be way quicker
Don’t they add a couple symlinks so you can use liblua or liblua5 or liblua5.3?
Also, please replace the $(TWEAK_NAME) part
I wanted to use luajit but I couldn't figure out these linking errors Undefined symbols for architecture arm64: "_lua_callk", referenced from: _l_concat_args in luashit.m.f0c84172.o _l_uiview_index in lua_UIView_index.m.f0c84172.o so I gave up on it. (The library is being linked properly)
The functions are in Lua 5.1 though. I took the dylib straight from Procursus
I'm trying to reading an ivar, the object_getIvar always returns null, everything else is valid not null. is this something not shown in documentation? The private framework BatteryCenter is linked. https://pastebin.pl/view/6f68320b
Pastebin.pl is a website where you can store code/text online for a set period of time and share to anybody on earth
yea luajit is like barely lua 5.1
There is a page on iphonedevwiki that explains other ways of looking at the logs, the easiest way is using ondeviceconsole (syslog) or oslog (oslog) tools on device (or via ssh).
they have some missing functions
BCBatteryDeviceController is KVC compliant
Pretty sure scoob is using KVC to get the value of that ivar in Battery widget (addon for HSWidgets).
i've made no progress, valueForKey returns null as well.
Are you certain bcb is not null?
Is there a way to link a library, but not have it be opened so I then I could dlopen the correct one in my tweak's %ctor
yeah, bcb isn't null. log attached. https://pastebin.ubuntu.com/p/9pjn9F2Wkf/
well just dont link it then
define whatever functions you need in your code, that way you can dlopen and then itll use the functions from those libs
but the tweak won't compile without it being linked
no thats what im saying, you define the functions so it compiles
Ahh so it is getting the iVar offset correctly, looks like _sortedDevices just points to null. So KVC is working as well. You need to setup/initialize that shared instance properly.
btw this is an cmd executable, i've linked BatteryCentre, so they should be in a same process. the line on top is BCBatteryDeviceController *bcb = [NSClassFromString(@"BCBatteryDeviceController") sharedInstance];
Right I remember that from yesterday. And that is probably also the reason why the shared instance isn't being setup fully.
Essentially there is a shared instance in SpringBoard that has all the information that you were looking at in cycript, that is properly initialized by the system.
And then a shared instance is being created inside your process which hasn't been initialized fully yet.
ahh that makes sense! so i need to somehow get that shared instance from SpringBoard.
Yeah that would require Inter-Process Communication (IPC) or you can figure out how to fill up data for the one that you already have (probably just requires a few async method calls and waiting).
Also btw you are leaking ivars if you are not freeing that memory.
thanks man, will do.
TIL people use file watching as IPC

W
@twilit jungle My tweak seems to be injecting fine. I don’t see any error where it says it failed. But the tweak won’t do anything and won’t log anything so Somethings wrong with it. Everything looks correct though
Hold.
Subscribe for weekly short films.
More Animations - https://www.youtube.com/playlist?list=PLKtIcOP0WvJDZemPYZZQSqotCgpps5DbX
Support -
Patreon: https://patreon.com/joelhaver
Paypal: https://bit.ly/2ZI7uff
Social -
Instagram: https://www.instagram.com/joelhaver
Drawings: https://www.instagram.com/joeldrawsandwriteshaver
Lette...
DFV down 13 mil today
10$ he sold at 350-400 and thats just some html tweaks
he already cashed out enough money for his kids to be set for life
it’s crazy if you go back in his post history
he was saying all of this was gonna happen a year ago
not to this level but up there
2/2/2021
to verify you are over 18 please show your boobs
defo
i was part of the ape cult so i kept the diamond hands
is fr disabled or something?
Ok
technically when you have an autorestart server on your node/ruby/whatever project, it’s doing a very poor IPC with your text editor
fr
Thats his normal face
what

Yeah thats just mirrored
!jumbo 
well if its dev env crap like nodemon etc it doesn't really matter
since that's completely file based
Does anyone know why my tweak might not inject into UIKit
frcoal development
idk icraze is in it
i am not aware of any ios development server besides this one
and capt
it simply does not exist
i think
who is icraze
can you send the invite

you don’t even have dev role here lmao
It’s a public server
circles within circles

?
i’m joking
Np
pedo zone
bro delete that, you’re gonna get us both caught
send invite
SEND INVITE

discord-gg/trump



that is me everyday
69
nice
hmm will this code i wrote in c work

or will one byte get corrupted
triggering a chain reaction
and breaking it all
c sex
true
swift more like shit
ok

Rewrite in x86 asm
who
Everyone

allah to jew translator
Omg it’s the guy from uhhgh0st
any resident swift experts?
please tell me why
import Preferences
class InfoSwitchCell: PSSwitchTableCell {
required init?(coder: NSCoder) {
super.init(coder: coder)
}
}
this causes a crash
ask amy

He’s already asked me lmao
oh
yea I did

L
I’m about to sleep so my brain is not functioning
If you don’t figure it out in in 12 hours time ping me again
rip good night
You should sleep too
@wicked summit tbf you did ask in a gc of swift nerds, you’ll probably get an answer pretty quickly
I should
Mood
what happens if i return a different datatype than i define my function as
What was I thinking when writing that msg lmao
You get a free kernel panic
I repeated myself
lmaio
SignalHelper
Impossible

I’ve done worse
I remember that lmaooo
oh i remember seeing that
That’s my worst
you should see my old version of my minesweeper program
littered with if (something == true)
any time i was checking if something was true i was doing == true
== true should be punished by death
As long as it wasn't a staircase its fine
I WAS SLEEPY OK
The worst I’ve ever seen in production code is !false
while (True == 1):
...
i wonder if == true compiles to the same
It will

I will be using if (!(!(something))) from this point onward
yea when python was poggers and you could True = False

i mean why woudl it not
I mean yeah it works but ya know
Or just retuned it straight up but yk
It handles the null in the swift code
Yeah I am now
It just returns cellArray now lol
last time i did cursed code it kept me up at night
Signal is like 97% Swift 3% ObjC, cause I really cba rewriting one file
had to call a view from the .onAppear when selecting a tab from contentview for it not to crash

literally about to just write this view in objc
i am going to write your mom in objc
no
False
please

write it in holyc
i actually legitimately want to look up what holyc adds on top of C
B is deprecated and will be removed in a future release of Commodore 64 factory firmware
C
if (!([[NSNumber numberFromString:@“1”] isEqualToNumber:@1] { return 1==1; }
Stop
Is that what you spent 10 years typing
OH MY GOD
Lmao
fixed
going on my wall https://img.bbaovanc.com/dfT95nQ2.png
Syntax error with quotes
what is this thing’s use case
To scare people
definitely
Have you guys seen that new tweak guide?
Writing horrible code is just marking territory really

i shat on it on twitter for 2 hours wym
A really shit one
It’s the same one from the other day
if you want people to not touch your code just delete all the tabs, that drives some over
and write vars like this
The layoutSubview catastrophe
var test=“”
I’ve been grinding gta glitches for the past few days ok
darn it i thought i was goiing to do something fancvy
imagine not using two spaces next to the =
I hate the fact that I do this a lot
every tweak guide is layoutSubviews until the dev gets good and becomes ashamed of themselves
i learned yesterday that python had type hinting
each file needs a full copy of the license you’re using, else you’re not a 10x engineer
True




























