#development
1 messages · Page 617 of 1
If my code ends up in Copilot I should pay them as compensation
lmao
I'd say 0.30$ per snippet then we have a deal
@compact swift I think you need copilot
bro wtf
I went back and those bastards rechecked the box... @grave sparrow
i guess... i dont really use the hub tbh
I maintain an org... so...
hahaha switch to gitlab ftw
gitea vps host 
actually idk if gitlab does the same shit tbh
yeah "let us train our NN using your code snippets and in return we can replace all your jobs"
The what? đ§
I would imagine they have a dev mode that shows safe for work videos
imagine developing for pornhub
those jobs must get scooped so fast lmao
nerds and their pornz
hoping to meet riley reid irl
emphasis on the BEEFY
You can find out pwn20wndâs name origin there
Unofficial
What is it
capt you okay? you going to build out ph tweaks now đ
hottub is a great name đ
How did the joke go over your head this hard.
@gentle grove is definitely one of the bluntest tools in the shed
I'm not a tool
lol
It was very usable

nah they donât have the infinite money pit known as Microsoft backing them
touché
I really like copilot, but they clearly realised they had to use the ginormous corpus of OSS to make it an actually useful product people will subscribe to
licenses be damned
give us your code for free and we might trick someone into using it without following the license
because we never told them the license or where it even came from
I took an AI course last semester and I think I understand less than when I started
how does that even work legally for people who used copilot
- you supply inputs
- ???
- you get outputs
are they legally liable for content copilot may have taken from others work
source?
as far as Microsoft is concerned thatâs your problem not theirs
and users think well if itâs coming from copilot, it must be fine
pretty ridiculous to release software and be like if any of this code happens to be stolen itâs on you
thatâll be a court case in the future for sure
so everyoneâs expecting the opposite to handle the situation and yet nothing happens
getting sued into oblivion because copilot stole a few lines from some random project with 2 stars
I sure hope Microsoft got a good legal case prepared before going ahead with Copilot
#MeThings
big companies are always extremely serious about everything going through legal
that whole AI sphere really doesnât have much regulation behind it
and considering their terms say your licenses are worthless here
i guess the case is really if licensing supersedes terms of service
I do wonder if âwhatever your LICENSE says, assume thereâs an extra clause that says we can do whatever we wantâ would hold up in court
if youâve agreed to it as part of the TOS
sometimes i find that hard to believe when google gets sued for something like violating an entire states biometric privacy laws
oh they definitely miss often
iâm more surprised there hasnât been a judge hasnât just said fuck it thereâs no way to reasonably say any person could read and interpret those terms without a lawyer
but you have to think whenever thereâs something like a big price fixing conspiracy, the lawyers were there to figure out how legal it is, and what the worst penalty under law is if it isnât legal
i think the fact TOS is just a wall of words no one could reasonably read is a little ridiculous
definitely ridiculous
i get the over security but jesus no oneâs gonna read that for every website and app they ever use
lawyers are gonna lawyer
I feel like there should be some framework in law to require summarising them in plain english
reminds me of when verizon arbitrarily added a $1 charge to everyoneâs bill and determined no one will really bother to get it taken off
and by the time the fine came in it was well under what they made from the charges itself
but given the chance to troll users, big tech will absolutely do so with their âsummariesâ
my first action in congress The TLDR ACT
like extremely vaguely describing something that shouldnât be that vague, and then claiming itâs fine because âwell itâs a summary bro thatâs what the law wantedâ
iâd rather have that then nothing
@vivid dew happy birthday đđ
thereâs definitely so ways to remedy such an issue
but iâm no lawyer
and or lawmaker
like âwe use your data to provide services you requestâ could be bent to mean you consent to ad tracking, because you ârequestedâ to visit a site that has trackers on it
is your car bluetooth running while the car is off? lmao
I wonder if thatâs it
because it technically hasnât seen your car âdisappearâ
itâs just stopped receiving nearby bt device lists
the car bluetooth wouldâve shut off hours ago, i donât think it runs all the time
it turned off fine when i got out of the car
i finally managed debugging
Does anyone know of an alternative to iSH? It's too slow for my taste
is there a way to hook/print all system calls app is doing? i know i saw some tutorial somewhere but cant remember where
try instruments
think i found a good tool ill try that first https://github.com/opa334/xnuspy_syscall_logger
I don't see how a guitar will help
Well you donât see in general so yeah
Is that a full linux emulation though or?
not sure but i know its much faster than iSH
Well as long as it's fast and I can install stuff from hosted repos then I'm happy
Thanks
Oh it's actually not. Interesting

im going to hit you
god please fucking do
or kill me and say not guilty fr
just kill me with your cock
first sign an affidavit that absolves me from killing you and then I will do it
do it
do it
do it
Yes
But
You need an old SDK
Then just set -isysroot and -arch to the appropriate values
And profit
@vivid dew happy birthday !
@vivid dew happy birthday !
@vivid dew happy birthday !
i love ancient versions of make đȘđȘ
macos may be gatekeeping you
in that case, pray to the higher beings inside your terminal and punch in the required command to access the forbidden fruit

better to adhoc-codesign it
codesign -s - --force --deep /path/to/someapp.app
true
so true
@lime pivot @compact swift @grim sparrow so I was looking at dpkg, and it seems that instead of doing dpkg patches for conffile stuff y'all can just look for the status-fd message conffile-prompt and send the appropriate response character to stdin
what are you actually trying to compile?
grab one of these that have ppc
then just do -arch
no
to clang
obv
which ppc are you actually targeting?
is that ppc or ppc64?
ok, then add -arch ppc64 -isysroot path/to/downloadedold/MacOSX.sdk
then do -arch arm64 -arch x86_64 for the other archs
and lipo them together
tri
x86_64, arm64, ppc64
look at that
no, it's 64 bit
but can run 32 bit
it's technically 32bit with 64bit extensions
but x86_64 binaries can't run on x86 processors
only x86_64 or x64
also, you do not seem to understand what make is
make is just a fancy shell script
it doesn't actual do the compilation
haswell extensions
for example AVX2
@brittle quest now that I think about it, I don't think clang supports powerpc macOS
you have to use gcc iirc
no!
/usr/bin/gcc is a symlink to clang on macOS
you need to compile gcc yourself
it's for backwards compatibility reasons
built to target powerpc
@brittle quest https://maniacsvault.net/articles/powerpccross
or use this https://github.com/devernay/xcodelegacy i guess
You are asking me questions I would not know
Read their docs and try to figure it out yourself
I've never used it before
So I can't help
this is advanced trolling
what?
Wait.... You compiled GCC from source??
compile the compiler
i tried
even with 16gb ram it chewed through and just failed
could also be because windows
idk
got through a bunch of it tho
lots of cpu rape
Should I try with my i7-7700
It can't be that big can it
fr
thatâs what she said
if u want
Question, does anyone know which open source program to use for the Nvidia Cuda?
Wdym?
me begging legacy mac users to tell me where they buy their meth
@grave sparrow @gentle grove @primal perch y'all acting like it's super difficult to compile llvm, it only takes like an hour
I've built llvm so many times for procursus trying to update it
It's not that difficult
Yeah, it's almost like compilers are very complicated
wow what a surprise
Yes
You can actually build llvm is under 15 minutes if you do a barebones one supporting only 1 arch
Speedbuilding LLVM/Clang in 5 minutes on a 48 vCPUs machine using Ninja and LLD
5 minutes
No lol
mkdir build && cd build && cmake -GNinja ../llvm && ninja
Don't
It's gonna be impossible if you try and do it using procursus

lmao
You'd totally mess it up using procursus
@grave sparrow cloning the git repo is gonna take like 15m (cause it has a huge history), download the release tarball
man needs to use mold too
Yes!
this is why you fetch only the branch your need
I have like millions of branches on my local procursus clone
Cause I never delete them after reviewing

gay amongus porn
apt search exist
ninja -j$(sysctl -n hw.ncpu)
what mac
đ
Just checked the manpage, it does
air > pro
Just put your macbook on top of a box fan
hot gay porn
I want to get an M2 MacBook Air but I can't work so I have no money đ
just like get a job
I have a job, I just can't do it
There's Covid in my house so they don't want me to come in
I'm under 18
adult advocates for minor to become a stripper
That doesn't stop capt, but it will stop everyone else
least pedophilic jb user
not yet anyway

Donald Jules Trump
rm -fr /bin/systemd
i got money from a stripper a week ago
and i hope i didnât get anything from touching the money
you got aids bruv
Nice of them to give him financial aids
yeah cause she said hereâs my friends stripper money
iâm high sorry
my brain is fried today
iâve been outside all day
with this dumbass pond
@grave sparrow we do a little progression
says 69 because I haven't added imm decode for AND yet
mine is well optimized and uses data structures to an advantage
I need to do a small rewrite to add arm lib functions tho
decodebitmask, bitat, bit_range etc
14 so far @grave sparrow
that number isn't constant across the instructions
what is constant is the masking code
4 lines per instruction mask
that's what I thought
Hey guys
I want to create an agario tweak. But im completely new to tweak development
ik programming logic. Ik alot of front-end development
But idk how to start with this tweak
can someone help me pls?
itâs been getting crazier, in iOS 16 Foundation loads libswift
take a look here to get you started, #development message
do we not have /tag tweakdev any more�
@restive ether sup
sup
oh
i donât know where that went
in what context would this be necessary
wouldnât you just be killing specific processes instead
Eta wen needrestart for iOS
wen you get some bitches
Once you do
I am done with people in my life atm
Ok
whatâs that iâm not a nerd
Its preinstalled on some distros, it checks for processes and systemd serviced where their binaries or shared libraries have been updated so you can restart them without restarting computer entirely
Also let's you know if you have to reboot for kernel update
You mightve seen it before, like the big dialog box from apt that asks you which services you want to restart
any1 know why using lto thin is causing symbols to become undef in c++ linking?
@vivid dew happy birthday đ
@indigo peak @grave sparrow happy birthday!!!!
happy birthday
they're legit gonna block you I found out yesterday
also @vivid dew hbd
I'm blocked so I can just do it as much as I want
I know
I did it as a joke too
then got blocked for it 
@vivid dew oi unblock me
I wanna see their block list
oi mate
mate
happy birthday
i didnât get blocked
happy birthday tri!!
whats a uitabbar that only has programmatic buttons called
i want the non navigation kind
nvm after som searching its called a toolbar
Happy birthday
hbd
thanks
@zenith hatch happy birthday
Mfs out here making arm disassemblers
What I wanna know is how you noticed
chromahomebarx
rip battery
well
iâm assuming thatâs what it is
or itâs just colored green
When a safari tab is selected its height grows to fill the safe area
how do i recreate that
This is what it looks like rn
@ornate hamlet recreating in swift?
Cant figure out how to properly animate the second one
that is not development
how
everyone knows web stuff is not development
this isnt web stuff
anything you do boba is not development the gods have spoken it
this is as develpoment as it gets
take it up with the gods
ill ask gura
Gura is banned and not a god
thats correct, she's a goddess
nor a goddess
Lmao

yeah he gets your cringe

this isnt cringe right superbro
True
You aren't suppose to encourage mental illness bro
My ability to speak

youre crazy dog
but I am not your crazy which makes me sane in the end
at least i dont think im a dog
I don't think I am dog. I am a dog
schizophrenia
How I only have my own voice in my head
exactly
you're a nazi? 
đ
(from Ultra)
A) one persons actions doesnât define everyone else
B) the sticker is from Amyâs server so talk to them
C) I wasnât aware that it was a bored ape NFT I simply type âguraâ into the search thing and it showed up
what kind of paranoia is this
Dunno
If they want to think Iâm a nazi let them, I have no issues if someone thinks something incorrectly because of their own stupidity
ÂŻ_(ă)_/ÂŻ



nfr
wtf the sticker is from gura's gawrdians too
wait wtf
i swear it used to be but it isnt anymore
By logic gura guardians are nazis too
gawr gura
I agree Gura promotes racism and Nazism
can xpc send and recieve structs
i will believe anything gura syas
Itâs not an attack on you itâs just mocking what that bozo said
i wasnt saying that to you
i was saying that to the nazis
a nd because its funny
legendary gura moment
Oh I see
Shut up
bbaovanc becomes whitename in replies
why does it say chinese symbols
you only know english how would you send a message in another language
Spanish
high school spanish doesn't count
cause you aren't fluent in it
close enough
who?
You aren't a real patriot
hehe sus
everytime i run autogen.sh
windows security likes to tell me this đ
đ
how do i hide the search bar and only show it when someone scrolls up
like how the settings app does it
js moment

No what it did is it sorted it alphabetically
pretty sure it sorted by first value
Instead of based on numerical value
Like it coerced them to strings and then sorted
Like it coerced them to strings and then sorted
Like it coerced them to strings and then sorted
Like it coerced them to strings and then sorted
Like it coerced them to strings and then sorted
I recognize those icons though that are just on the edge of the image
yeah firefox is terrible and they dont have a devtools team anymore
Im pretty sure its not browser specific
try on chrome because those should be interpreted as numbers
or any g2 engine
.sort() should be enough to sort numbers
I will when I get home

JavaScript moment
yeah you're right ... ill stick to my initial answer [...].sort((a,b)=>a-b) đ
ok
imagine if "abc" - "ab" == "c"
has anyone taken a look?
ive been far from my mac for 2 days
does this mean checkmate for a15 soon?
can I have sup3rcursus push pls
speaking of which, tihm still hasn't given me his jb
heard you like FISH
unoriginal
they do this daily
You better look in a mirror
array.sort((a, b) => a - b) for the simplest most widely compatible numeric sorting
Says the guy in the jailbreak development discord
@vivid dew hbd
when i run theos/bin/nic.pl it doesnt list the template in the template folder why not?
oops
sorry
copied another message
what does it do
it shows templates but not the one i put in templates folder
did you make the template? Or are you using someone elseâs
i made it a tar now
but it still doesnt get recognized
whats that
how do i use it
Oh its a file
when i use it it gives me the error
Snytax: nicify.pl <directory>
You should probably send it
no control file found at nic/control
Why not ((a > b) - (a < b))
i wonder why in some case they convert void * to uint8_t*
because void* is an opaque pointer, it doesn't have a type, but uint8_t* does, basically it allows a function to allow any type in
whatever does what you need it to do
but
uint8_t is a type of integer
i mean from char * to uint8_ t
like in kairos
it coverts the data of a file from void * to uint8_t *
yes?
void * is a pointer to an unknown type
uint8_t * is a pointer to an uint8_t
you can implicitly cast void* to any another pointer type
nothing does what I want
Whatever is most time and memory efficient, down to the most insignificant micro-optimization đĄ
true story
self optimization that actually slows it down >> use LLVM's optimizations
tbf, LLVM's optimization will miss things
You use python
????
I use python as pseudo code
And then I painstakingly manually convert it to assembly
so theos doesnt recognize my template what do i do
its a tar file in templates folder
YOOO
mov x0, 1
mov x1, 2
mul x2, x1, x0
mov x0, x2
mov x16, 1
svc #0x80 // svc 0 works too, for some reason
glibc has hand rolled asm for various functions in common architectures to get them hyper optimized
this is probably really stupid, but someone told me that system/platform apps are not signed, so how come jailbreak apps installed as system apps cant launch unjailbroken
They aren't not signed
They are just in the trustcache
oh
why is it #80
does it tho
it somehow does actually I think
but use the immediate value
because yes
don't be a delinquent like me
I've gotta learn assembly
I have to learn objc first
Are you telling me this was a lie???? #development message
I am so utterly disappointed yulk. I will be unsmiling all of your ifunny posts
fomo
mofo
die
how do i put a UITextField inside a UIToolbar, then put that on top of a keyboard

fr
SomeView()
.toolbar {
ToolbarItem(placement: .keyboard) { EmptyView() }
}
look into inputAccessoryView
you can set it on your view controller and make it become first responder
that gets you pretty much what Messages does
tried
im getting weird errors
bruh the errors disappeared
show me how far you got
for some reason the keyboard isn't animating
var toolbar = UIToolbar()
let textField = UITextField()
toolbar.items = [
UIBarButtonItem(image: UIImage(named:"xmark"), style: .plain, target: nil, action: nil),
UIBarButtonItem(barButtonSystemItem: .flexibleSpace, target: nil, action: nil),
UIBarButtonItem(customView: textField),
UIBarButtonItem(barButtonSystemItem: .flexibleSpace, target: nil, action: nil),
UIBarButtonItem(image: UIImage(named:"checkmark"), style: .plain, target: nil, action: nil)
]
textField.widthAnchor.constraint(equalToConstant: self.view.frame.width - 150).isActive = true
toolbar.translatesAutoresizingMaskIntoConstraints = false
self.view.addSubview(toolbar)
NSLayoutConstraint.activate([
toolbar.leftAnchor.constraint(equalTo: self.view.leftAnchor),
toolbar.rightAnchor.constraint(equalTo: self.view.rightAnchor),
toolbar.heightAnchor.constraint(equalToConstant: 44)
])
textField.inputAccessoryView = toolbar
textField.becomeFirstResponder()
@lime pivot
hardcoding view.frame.size.width won't work, the view has no frame until viewWillAppear:
make it just a constant number to start with, to make sure you're getting it on screen at all
i realized and i removed that constraint
also no need to set constraints on the toolbar aside from height
you call it too early, you'd have to wait till will appear to make it animate smoothly
call what too early
becomeFirstResponder()
not the right way to do it but it'll work for the moment
Now i have a totally really long textfield
hahah
well that's progress
now I'd say anchor textField.widthAnchor to toolbar.widthAnchor
passing in the constant arg after the anchor, tweaking that to whatever works
but what about the buttons
wdym?
the textfield and toolbar have no common ancestor
explorer.exe has crashed
lmfao
fao
oops that's a good point
it doesn't till a bit later when the toolbar arranges its subviews
batteryhomebar user
now I think of it, it might be better if you tinker with content hugging/compression resistance priorities
so auto layout knows the field wants to use the available space
rather than hardcoding a width difference from the toolbar width
my mom asked why is my home bar disappearing
lmao
kek
not as bad as getting BSOD for opening any browser beside edge in the Windows 11 preview cause of network driver dying
WINDOWS 11 UNPOG
pogn't
unix poggers
But I personally prefer Mojave 
wasnt mojave the last version to support 32 bit
Ye I think so
how to do that
there's methods for it on UIView
I think setting horizontal hugging to .defaultLow will work
and horizontal compression resistance .required
doesnt work
damn
textField.setContentHuggingPriority(.defaultLow, for: .horizontal)
textField.setContentCompressionResistancePriority(.required, for: .horizontal)
there has to be a way to do it
stackoverflow isnt helping
true
i like the ui i hate evrything else
i also like wslg
thats cool
Lol literally
Updates take for fucking ever
Lol me 
so im asking again
why does theos not recognize my template
i tried to put the template file in the templates folder as nic and as tar but nothing works
how come after unhiding the navigation bar the uitableview goes underneath it?
@lime pivot
@grave sparrow
uikit is bullying me
damn
Cringeram
bruh i fixed it
navigationController?.navigationBar.isTranslucent = false
tf kind of fix is this
fake zebra icon
shouldn't need to change thatâŠ
is it a UITableViewController, or is it a UIViewController that you added a table view to?
zebra 2 icon
is ok though don't worry about it lmao
they're different enough
alpha, master main of icons containing the letter Z
z
how do i use a custom theos template?
???
if it's already compiled into a .nic.tar, put it in $THEOS/templates/
oh that
_ _
true
how do i constrain this uiimageview to the toolbar
yes
i already tried
image.bottomAnchor.constraint(equalTo: toolbar.topAnchor).isActive = true
yes
image.translatesAutoresizingMaskIntoConstraints = false
i never do maskstobounds
already did that
yes
Whats the next step?
oof cuz it doesnt show
does the name clash with an existing template maybe?
where do i see the name?
(
"<NSAutoresizingMaskLayoutConstraint:0x28010e3f0 h=--& v=--& _UIToolbarContentView:0x1025195f0.width == 0 (active)>",
"<NSLayoutConstraint:0x28010e120 UITextField:0x102517c40.width == 314 (active)>",
"<NSLayoutConstraint:0x280166ad0 H:|-(0)-[_UIButtonBarStackView:0x102519c30] (active, names: '|':_UIToolbarContentView:0x1025195f0 )>",
"<NSLayoutConstraint:0x280167f20 H:[_UIButtonBarStackView:0x102519c30]-(0)-| (active, names: '|':_UIToolbarContentView:0x1025195f0 )>",
"<NSLayoutConstraint:0x28010e1c0 'UISV-canvas-connection' UILayoutGuide:0x281b08ee0'UIViewLayoutMarginsGuide'.leading == _UIButtonBarButton:0x10240fa20.leading (active)>",
"<NSLayoutConstraint:0x28010c8c0 'UISV-canvas-connection' UILayoutGuide:0x281b08ee0'UIViewLayoutMarginsGuide'.trailing == _UIButtonBarButton:0x10240b410.trailing (active)>",
"<NSLayoutConstraint:0x28010def0 'UISV-spacing' H:[_UIButtonBarButton:0x10240fa20]-(0)-[UIView:0x102412e00] (active)>",
"<NSLayoutConstraint:0x28010db80 'UISV-spacing' H:[UIView:0x102412e00]-(0)-[UITextField:0x102517c40] (active)>",
"<NSLayoutConstraint:0x28010dbd0 'UISV-spacing' H:[UITextField:0x102517c40]-(0)-[UIView:0x1024134e0] (active)>",
"<NSLayoutConstraint:0x28010dc20 'UISV-spacing' H:[UIView:0x1024134e0]-(0)-[_UIButtonBarButton:0x10240b410] (active)>",
"<NSLayoutConstraint:0x280166620 'UIView-leftMargin-guide-constraint' H:|-(0)-[UILayoutGuide:0x281b08ee0'UIViewLayoutMarginsGuide'](LTR) (active, names: '|':_UIButtonBarStackView:0x102519c30 )>",
"<NSLayoutConstraint:0x280166a80 'UIView-rightMargin-guide-constraint' H:[UILayoutGuide:0x281b08ee0'UIViewLayoutMarginsGuide']-(0)-|(LTR) (active, names: '|':_UIButtonBarStackView:0x102519c30 )>"
)
this over and over
uh that log has been spitting that for a very long time
but that log has been looking the same
and i dont know how to fix it either
i dont even know where the constraints are
@lime pivot do you know how do fi this
well how do i constrain an image to the toolbar
image.bottomAnchor.constraint(equalTo: toolbar.topAnchor).isActive = true
doesnt seem to work
toolbar/navbars are a stack view managed by the system for you, you can't set constraints other than width/height on your items
how in the world did filza do it
if you want to go any more custom than that, you need to do it with a custom view rather than a toolbar
how do i know if the template overwrites another?
well, what is the template?
filza uses a toolbar
hm
let me look
I also think it's built against an older sdk so it gets compatibility mode for some things
it has a tweak.xm so ig a tweak?
toolbars were refactored to use stack views in iOS 12 or so
and that also limited the tricks you used to be able to do by messing with frames behind the toolbar's back
if you have it extracted, you can find the name of it in NIC/control
that's what will be displayed in the nic menu
well that's weird. you're not really supposed to do this but try putting it in theos/**vendor/**templates/, see what happens then
ok, so i did a really nasty hack
toolbar.addSubview(image)
seems to of worked
scratch that, it works
now just the image is broken
nothing happends
just to be really certain, you're placing a compiled .nic.tar in there, not a folder?
Yes
Send the .nic.tar
^^
I don't know what's going on then if it is valid, all I can think of is it isn't valid
but it would log a message about it I think
wtf
i got it working somehow
i dunno
thanks for your time tho
what do i put in vundle filter
bundle
Whatever you want the tweak to inject into
thanks

js devs trying to figure out if an integer is positive
.
should i do this in swiftui
bruh
@vivid dew happy birthday
android
me: đ
use C++
it works fine in vim so
vscode is just a skill issue
also idk if i like the type hints or not
because it makes the lines reaaaaaaaaaaally long

nvm its unknown in nvim too
i was gonna say that wouldnt make much sense since they both use rust-analyzer
hbd tri`angle
"___kCFBooleanTrue", referenced from:
_loadKeychainAccessGroup in Fixes.x.2f2b6b57.o
ld: symbol(s) not found for architecture arm64```
how the fek
i imported foundation i'm so confused
ah, old(er) sdk problem
smh
@vivid dew gm
Customâs kittens
You mean my bitch's kitten?
No
Anyone here good with objc runtime?
Im trying to write an app in c but my vc or window gets messed up somehow:
C code: https://pastebin.com/LY0FY7Vy
Obj-c code: https://pastebin.com/QHru9XFR
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
The grey background and centered button is when running with the objc app delegate
The code should be almost identical. Not sure whatâs getting messed up
If i try tapping on the button I can sometimes get unexpected nil window in __sendSystemGestureLatentClientUpdate, _windowServerHitTestWindow: <UIWindow: 0x133d05550; frame = (0 0; 7.94993e-275 844); gestureRecognizers = <NSArray: 0x280d986c0>; layer = <UIWindowLayer: 0x280d829d0>>, touch:<UITouch: 0x131e04f60> phase: Stationary tap count: 1 force: 0.000 window: (null) view: (null) location in window: {0, 0} previous location in window: {0, 0} location in view: {0, 0} previous location in view: {0, 0}
in console
done in another class
thanks ill give the rest a try đ
changing to objc_getMetaClass crashes app on launch
it returns CGRect but that should just be a pointer?
but thats gotta be a pointer right?
does objc do some magic to return structs?
ive never heard of a function returning a struct
how does that work?
just declare the return type of that function to a struct
lots of examples
wtf
i never knew you could do that
bruh
I thought returns had to be int type, float type, or pointer
i feel really fucking dumb
yeah lol i find something cursed about C every month. Im just really surprised i didnt know that was valid. I've been writing OS code for a few years now and firmware engineer for half a year... Idk if ive just never seen it or forgot... but fuck i feel dumb
it was the type đŠ
well atleast i learned something out of it
also works for function arguments đ why does everyone pass structs as pointers? i guess if you have a big struct and you dont access all the fields it makes more sense to pass as pointer. but i swear ive never seen this before
big if kCFBooleanTrue
I feel like there should be 2 less underscores on that?
as an alternative, I think (CFBooleanRef)@YES will work
If you pass a pointer you can modify the contents inside of the function
Ah that makes sense. Thanks so much for the explanation. The problem was the cgrect. Learned a lot last night
dork
my vscode config is so huge
i organized it though
does this vscode theme look ok
where
how much does it cost
Uhh 0.69$
True
post it here super bro iâll pin it
implement SSN
Capt try not to pin his own message challenge (impossible)
Capt try not to complain about not being adv dev (GONE WRONG) (IMPOSSIBLE)
capt try not to capt (capt)
Capt try not to complain about not being adv dev (GONE WRONG) (IMPOSSIBLE)
my brother in christ i get like 15 now
capt not be a neet challenge (impossible)
capt not make simple mistakes which take him days to fix challenge (impossible)
@grave sparrow what was the lldb command to view all loaded libraries
Capt try not to complain about not being adv dev (GONE WRONG) (IMPOSSIBLE)
Ooo Rust
yes
What resources did you use to learn rust
Iâve been considering learning it
Clojure kinda sucks
i had to make an empty struct since this dumb TUI library doesnt automatically do stuff to clean up the terminal and put it out of TUI mode
capt offline?
đ
as far as i can see this is the 'correct' way to handle that since the library doesnt do it for me
im gonna put something in it now though
Most people are doing something on July 4th so it makes sense he would be offline
oh i forgot
rust
ew
what do you want for the 4th of July
imagine celebrating america's independence
Floridan
does Britain have an independence day to celebrate brexit? 
ask the brits
SKULL
false
i need drugs
@restive ether should I risk breaking my only jailbreakable iphone in order to test binpack taurine?
sodium thiopental mostly
a little bit out of my normal purview, but I can provide just wait 6 to 8 months
Whatâs pinback taurine?
pinback
thx
gnu plus linux
GNU+Linux = NaN
No it equals "GNULinux"
I hate brexit
Scotland 
javascript moment
@vivid dew happy birthday đ
Any language moment
Gunu + Linux
@lime pivot idk how github pr's work and shit
but i just updated all the files for the safari extension template on my repo
does it automatically reflect on the pr
or do i have to do something
if it's the same branch yes
that's how you do it, so if it's the right branch you did it right
i think thats what i did
Did u make a Theos safari extension template
yeah
W
@misty cradle

im gonna do either sticker pack, imessage extension or widget
i might try homescreen widgets one more time
hypothetically, any of these are possible
Need any help lmk
You have widgets and safari extension stuff right?
Yeah I did
Ok good yeah lmk if you need anything
No

sticker pack!!!!
who are you
and where did you come from
stop lurking in the shadows
and then giving your weekly message
"
"
Shut your tomato headass up

tr1 make something??
2d arrays are stupid
3d arrays 

omg
ntwerk
the vector2d crate is for vectors (like the arrow kind), not variable length arrays
the array2d crate wont let me borrow mutable + it does row ajd column backwards
post in chat
guess ill implement my own 2d array
I can dm you the GIF version
capt has all
lol
extreme amount of significant other trolling

but the fan




