#development
1 messages · Page 602 of 1
alr
capt: actually it rejiggers the internal NSCBTSerializerInterfaceFactory to make a _X system call which will call the sub_a7c3453 assembly function which saves 16 bytes of stack space so it's more efficient
i see
le pandu
lmao im respringing the simulator for absolutely no reason
didnt even know it was possible until now
how do i get an nsdictionary from a plist in a string

Alr
nice definitely legit iMac
How
@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow@grave sparrow
@ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor @ocean raptor
@booba @booba @booba @booba @booba @booba @booba @booba @booba @booba @booba @booba @booba @booba @booba
Twisting dope, lean, and the Fanta
Hitting off licks in the bando
White X6 looks like a panda
Hundred killers, hundred hammers
White X6, panda
selling bar, candy
the choppa go Oscar for Grammy


@ashen birch @ashen birch @ashen birch
we need you
isn't he black....
adamant
?
si
THAT COULDVE BEEN SO BAD
how do i create a plist of an array of nsdictionaries
Question, does gplv3 require that everything be open source if somebody uses it in there project or just the code from the project they took it from be open source?
all of it
@faint lion Screw you
uyou, the evil plus fork (the ones thats banned here) took my code today and uyou isn’t open source, so uh.
What?
No worries, lol
Going to ask them to remove and if not they going down boys, finally
yeah they need to do all that
and i see no gplv3 license
in their repo
well yeah its a twin
cant sleep if that were the case
Screw you gir
@thin valley Can I get an exception for this one thing please?
Sent it in dm
its filtered?
He can probably post the url without getting filtered cause he is admin
based and redpilled
90% of tweaks are so clown
just copy paste code in violation of licenses from other projects
without any knowledge of objc
the code is so stupid too
man just remade UIColor.blackColor

global too
yea look at this dogshit
wtf
oh
gone
i said ntwerk too many times
Lol

@primal perch The guy asked me if he could violate the license again, lol
(Can’t send it here)

i love it how tale copied my pin, wrapped it in an ifdef and removed mine

probably gone bc my account died

so it probably just disappeared bc of that
great quality
all operating systems suck

@grave sparrow 
ill make sure to do it every 3 mins
Megumin is a better waifu then aqua
what about picking up 3d girls instead of 2d waifus
but thats @shut stag's fetish not mine
@shut stag is away on Sabbath, he will get back to you as soon as possible!
@shut stag is away on Sabbath, he will get back to you as soon as possible!
@shut stag
@shut stag is away on Sabbath, he will get back to you as soon as possible!
@shut stag is away on Sabbth, he will get back to you as soon as possible!
@shut stag is away on Sabbath, he will get back to you as soon as possible!
@shut stag is away on Sabbath, he will get back to you as soon as possible
@shut stag is away on Sabbath, he will get back to you as soon as possible!
true
Wtf invalid user
Aaron delegated???
Deleted*
@ashen birch happy birthday big man
thanks sir
@ashen birch happy birthday big man
@ashen birch happy birthday big man
@ashen birch happy birthday
@ashen birch happy b-day
@ashen birch happy birthday big man
@ashen birch happy birthday big man
@ashen birch happy birthday big man
@grave sparrow ball so hard
No wonder why it died last time
omg same mbp as me
How do i crash an objc program with an exception
idk
if optionals are a thing unwrap nil
No as in i want an error message to show up in the crash report
fatalerror method
-[NSException raise:format:] worked for me
@ashen birch happy birthday big man
now how do i convert it back?
@ashen birch happy birthday big man
hate this server
♥️
thank u whitename
Np any time
Only reason to not give the bot the deets on the date
I was the original dev of it and I gave them permission to use return youtube dislikes as long as any dev from it is credited (I forgot to ask poomsmart to change that project to mit when he took over it too).
@ashen birch happy birthday big man
does contentsOfDirectoryAtPath return full path or just filename
no
but how would lillie know it was her code
oh nvm
@ashen birch happy birthday small man
What?
Happy birthday, enjoy!
how do i change the string back into the nsarray of nsdictionaries?
NSMutableData *output = [NSMutableData alloc];
long readLength;
char buffer[64];
do {
readLength = read(cpipe[0], &buffer, 64);
[output appendData: [NSData dataWithBytes:(const void *)buffer length:readLength]];
} while (readLength == 64);
can someone tell me whats wrong with this code
- you’re passing a pointer to a pointer to buffer instead of the pointer to buffer to read
- readlength could be anything from 0 to 64
for number 2 yeah thats intended
are you not going to init output
pretty sure it needs to be to use instance methods bro


objc be like

@ornate hamlet https://uroboro.github.io/Learn-Objective-C-in-24-Days-Clone/ https://developer.apple.com I recommend you get familiar with both of these

guy behind me on a bike just yelled “passing!”. thanks bro, but that’s not really what transition’s all about to me
65884
3708
guy is gender neutral

Why is the server icon Easter themed? I thought this was a Jewish server
I already know objc
Anyways progress
Clearly 
Mhm clearly
I just never used plists that much
Well what am i supposed to do lmfao
[[NSMutableData alloc] init]
or [NSMutableData new]
@ornate hamlet 
You know it's bad when fiore is correct when he tells you to get good
Shut up
TRUE
^^
You get gud
- stop using docker
Imagine using docker

roasting my objc skills aside, whats wrong with this code
NSMutableData *output = [NSMutableData new];
long readLength;
char buffer[64];
do {
readLength = read(cpipe[0], buffer, 64);
[output appendData: [NSData dataWithBytes:(const void *)buffer length:readLength]];
} while (readLength == 64);
its supposed to stop reading when read() returns less than 64
and what does it do right now
weird stuff at the front
the inefficiency
Also its truncated
you should check readlength in the first iteration as well
64 bytes
alhamdulillah
it'll be fine
you can check after it breaks
you're coming out of the closet?
perhaps use an nserror instead of passing nil
alr

[str dataUsingEncoding:NSUTF8StringEncoding];
just write the bytes from nsjsonserialization
whatever you choose youre getting garbage data because of that
writing a class to bytes 
trolling

union {
long troll;
char trol[4];
}
xcode told me to
this is why we need rust
alr now i need icons
anyone have a source of free icons
steal apples and bundle them in your project like i did
its not like theyre gonna dmca a small ass github repo
actually i can use sf
Boba

ねこ
how old is she
idk

please use proper pronouns


wtf
too much trolling
we do a little trolling
i did leave code in that for a while

that just flat out deleted reddit on startup
not intentional but it was a nice little feature
spider cat
@toilet cat
Please use proper pronouns for me
gm
Gm
wut
@primal perch you did what
what
lol
He had test code in there
To test removing apps or something
forgor to remove it
Oh lol
yea lol
fr
why is array append not working
array stays empty
it is
yes
i checked the length of that
a lot
theres more
would this work
file is a dictionary
looks alr to me
yeah
first line in init
Someone just sent code, and it looked like this. They said it looks clean af, opinions??
yes
if you’re using NSLog please don’t pass a dynamic string as the first argument, use NSLog("%@", str)
its only for debugging
it can still result in weird output, even if it isn’t a security issue
agreed
like if there are any %s in the string
true
imo consistency matters more than specific whitespace choices, this is fine as long as it’s like that everywhere
you might like format-on-save
Yeah true, but I just found out they don’t even indent their if blocks

Ewwwwwwwww
okay nvm i take it back

patiently waiting for SuperSign to drop
.
can someone help me figure out why .append() isnt working
Not to mention that they could just do timeCounter * -1, if not isClockwise
step one, you're using swift
ewww
this looks fine in theory, but you could try identifiableFileList = listDirectory(path).map { IdentifiableFile(file: $0) }
dunno what you’re talking about it’s still peak winter in canada
it’s always peak winter in canada
Still Waiting For SuperSign To Drop Kabir.
same
true
it’s more generally for sideloading anything
nope
fucking caps
just one part of Supercharge
hey kabir mem ed eta wen
trademark the super prefix 
i haven’t answered enough eta requests on this discord yet
i mean your discord level


selling it for 500$
bet
i dont but add me anyways

ik and what i mean is i haven’t sent a bazillion messages yet
true
oh sorry me dumb
learn c++ then
whats fermiUI
I’d add another message to log the count of the original array
cross platform uikit
have you seen https://github.com/flowkey/UIKit-cross-platform
no but ours is a desktop target mainly

is that your custom ui
lmao true
and while you’re at it remove the semicolons and fix your NSLog please — use string interpolation instead of + in the second arg which should be the actual string
truth
they're gone
taco bell be like
well, you are posting fake tokens
its kind of obvious
like, yesterday?
lmao imagine
i won’t
💩


.

false
sussy
i jacked off to your mother
I broke navigationview
No im in safe mode intentionally
So that no tweaks interfere
anybody know how i can fix it?
why me lol
i'm a genius but not a dev
i got no idea
i dont do swift
sorry
@nimble parcel could help if hes still around
fixed it
lol
filza jailed 😳
lmk if anyone wants the pw, I don't need the rest of the hours
maybe since it's a bash script? try calling it as bash /usr/local/bin/theLazyBashScript
also, NSTask isn't affected by libiosexec so it may not work due to that too
also, use #!/usr/bin/env bash
smh
don't do that
Cause that is not the issue
the issue is that they are trying to execute a shellscript without any wrapping on a kpp-less jb
@lime pivot
Why does my app run as root even though i didnt setuid yet
use
doc.plaintext -> plain documents: txt, ini, json, etc
doc.zipper -> compressed archives: zip, 7z, rar etc
lock.doc -> files you cant access ? idk if you have root or not but if not you can use this for files you cant access
doc.richtext -> media: png, jpg, mp3, heic, etc
doc.plaintext:
doc.zipper:
lock.doc:
doc.richtext:
Is there a code file icon for like json or source code and stuff
but is there a file one
nope
you can use Icon\r and not break the codesig
except on every launch VLC runs setApplicationImage: because of their christmas logo, so it doesn't persist when launched
it works for me? I think
how does this work?
Icon\r plus clears caches for you
IIll||
¯_(ツ)_/¯
Gplv3 requires everything that uses it to be gplv3 as well, right?
your mobile directory is messy lol
i know it's a year old but i was browsing through pins
beerpsi help
I actually used that once, but couldn't really get it to work at the time
whar
And it was super slow because of my internet
how to run and monitor the output of shell commands in swift
no idea i dont code swift
me neither
ooo
thanks! ill have to try it out 
it’s not in the iOS SDK so you’ll need to add this file to your project https://github.com/apple/swift-corelibs-foundation/blob/main/Sources/Foundation/Process.swift
yeah
idk
js
no he means xenhtml widgets bro

ive dabbled in js

somewhat knowledgable of js

true
idk
wait lines for what?
executing what processes

idk wtf that is
oh swift
idk
ask apple

i just need 10 with the macos sdk
need to be able to exec some shit and wait for it to complete
execve is a raw syscall
And system()
It's literally a thin wrapper around a syscall, technically you could inline it
not working in ios
im working in a macos project

yes
im working on a swiftui macos app
thats all
ok
911
why is that shockingly close to my mothers number
wait no thats more similar to my number nvm
man
thats deep
lol
L
wtf
did you really
true
man
why do i have your first name in my notes for you
why is your name bound to your phone number
Do you know how easy it is to get a phone number from a name or the other way around
yes
You've never heard of caller Id???
crazy
@zenith hatch carriers dont do it in the uk
^
we just either get a phone number or unknown ID
Not illegal here
how??
So cope
how is that illegal
lmfao
Bruh
Wait really? Caller id is required??
time to open a company
Ah
Makes sense
I wonder what my called id says...
Well it'll show in recents
Ah
Nice
Bro, you live in Baltimore????
L
baltimore moment
gm
brother what
L
bot(s)
I've been to Miami like 3 times
- i have a girlfriend
- he can still sing
true
It's a 2 hour drive on Florida highways so it's filled with bad and offensive drivers
I'm happy in my smallish town
Also, I don't speak Spanish so I could not live in Miami
But I do have advanced dev (or at least should have 👀 @restive ether )
Yeah cause cameren is dumb
agree to disagree
advanced makefile dev
advanced readme dev
that’s capt
true
If I finish snappy will I get advanced dev?
advanced ninja dev
whats snappy
i been working on
snappy 2
true
You know sbingner's snappy? Well he refuses to make it free software so I have to rewrite it
It's a apfs snapshot management tool
lol
n(ot)Snappy
for what
Wait, y'all vote for giving advanced dev? Who voted against me
you never properly asked
lmao

ask
but i did say when a proper time would be

have fun
How do I properly ask?
ask
Ping @ Admin?

i told you when
After rootless?


unless you make something cool in the meantime
How does shep have advanced dev smh
so hard to live rn
mald
he played CS:GO
literally
that was the life hack back in the day
yeah basically
I've literally lost one of my drives
what vote
man
lol
rip sam g
rip
he probably would’ve just said yeah anyways he didn’t care
not that i really care but it’s nice to twerk in back room once in a while
you ever just
“macos doesn’t need to be reinstalled!!”
blue screened 
windows 11 when it bsods on wsl1
went back to 10 after that
no issues since
it was a documented issue too like
just fix it

lol
@grave sparrow but i will still be sad if you don't use that image

welp
safari frozen
@grave sparrow help my fucking desktop is frozen
L
me here with 85c with only discord and xcode
openasar helps a ton tho
10/10
Is Harry Potter that bad
Harry pot’ er
true
Is it because he’s British?
is he british
Yes
i wanna make a snippets app now
you know Xcode has that feature built in right
wait what
Xcode has a code snippets feature built in
im currently exhausting all my parents power with tensorflow
mine ETH instead fr
cat boba pfp wtf
What
You need the tbd too

@zenith hatch
man
Does it have all the symbols?
setup a mining company based in Ethiopia
No ETH means ether
I know it has some
Ok
Just not sure if all
ISO 3166-1 alpha-3 codes are three-letter country codes defined in ISO 3166-1, part of the ISO 3166 standard published by the International Organization for Standardization (ISO), to represent countries, dependent territories, and special areas of geographical interest. They allow a better visual association between the codes and the country nam...
google "elon musk emerald mine" to learn about the time he played minecraft with pewdiepie and found emeralds
nothing matters cause he took a hit that one time
true
L
ok
ironic timing
it’s elon musk playing minecraft
^
is it really
yeah
yes
rumor has it notch is his biggest inspiration
not because of minecraft but his tweets
use my library

@tepid olive my brother in christ
Gir is probably gonna ban me
so is your mom
who are you
I can ask you the same question
wtf its tale
That's enough for me
gm
:nfr:

wb
I want to stab myself
L
I open VSCode and immediately quit it in 30 seconds
That's how I wrote all my tweaks, ragequitting in 30 second intervals fr
hi, i'm trying to change the Ace server for siri on iOS 6 without editing the hosts file, but when i try to change it like this it still doesnt work
-(void)setAceHost:(NSString *)string {
%orig(@"st28sa.apple.com");
}
%end
any idea why
heres the header im going off of btw
What are you hooking
AFAccount in AssistantServices
i'm still a little new to this
Well not that
Sorry
Hello story
What's your filter for substrate looking like
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Filter</key>
<dict>
<key>Bundles</key>
<array>
<string>com.apple.AssistantServices</string>
</array>
</dict>
</dict>
</plist>
@tepid olive have you thought about making a clangd wrapper or whatever for logos
clang deez nuts
Yes and it's halfway finished
clanging deez nuts on your chin
how many more 30 second intervals will it take
There's also a logos LSP that I wrote
0, cbf
lol
Wdym capt
@grave sparrow i have now been disconnected 4 times
Who's gonna finish clang-logos
Lol no
i even called the number myself
What's the point
and got disconnected
No Perl
The reason I stopped working on a logos frontend was because my clang broke
And then my entire MacBook broke
trolled
Ong
I got as far as parsing and making an AST
But clang sucks and doesn't let you invoke other frontends within your own
Or I'm just an idiot and missed it
we should all return to gcc
@ocean raptor TLDR it's just a waste of time to completely reimplement a language frontend
I think I was waiting for clang to release an update that let's you add preprocessor frontends
Better than forking all of the C lexer and adding support for logos and registering it as a separate frontend
???
yeah in clang 15
Do you not understand basic english
it’ll come out tomorrow
clang::Preprocessor exists
I'll probably get around to doing it if I feel like its worth it
I haven't touched logos in a minute
i see you @tepid olive
For real
not for real
nfr
just saying, orion supports any LSP compatible editor (:
Well cuz Xcode listens to Sourcekit
But I don't think the LSP for let's say a language like Go is supported in Xcode
Anyways back to the language frontend, I don't even know how to distribute it
Wtf, new kabir pfp
fr tho
cons: gnu
pros: works pretty well actually
cons: no iOS support, no official macOS arm64, no arm64e, requires a different toolchain for each cross target
skill issue with *os
hey, would any of you guys mind recommending some open source orion tweaks that i’d be able to study to familiarize myself with tweak development using orion
Uh uh uhhh
Was written ages ago
thanks dude
Pretty much!
Tensorflow is just refusing to see my GPUs
I have now found one Reddit post to suggest it’s because I used python from windows store like a moron
So I’m currently reinstalling everything
I just did express installation
Like a chum
Just one
true
any python devs!!
wondering how you would make a websocket client that can run forever, and can listen to serveral sockets asynchronously. but also be able to add and remove them at runtime
I’m not a dev!
SHUT
anyone know why i cant use the widget that i make with xenlive and vs?
im gonna finger lick you

there’s kfc everywhere
also i’m in denmark
there’s one 6.6km from me!
oh i’m going tomorrow dubcat
i’m going to be inside you
and have you inside me
no i’m fine thanks
NO.
MINE
WHAT????
KFC THAT’S CORPORATE MANSLAUGHTER
my brother in christ you are literally a piece of fried “chicken “
L
death threat
ill eat you . right off the bone with my hoover max extractor dyson 9000 gluck gluck edition
one smooth motion
poor kitty
poor kitty
i need to make it a gif
it cant slay much longer
i can do it
ok i will change tomorrow thanks
make the first frame the pfp i have rn
self dox lo
awesome mobile image picker just crashes
thanks i’ll try tmrw
probably cause it’s 16mb










