#development
1 messages · Page 443 of 1
you might wanna look into https://github.com/ProcursusTeam/Procursus
Looks great, thanks for the suggestion
if you can find a ARM fortran compiler that works on Apple Silicon then you might be able to use it out of the box on iOS
nfr
python 3.5
https://twitter.com/kvlly/status/1371665829067100164 @tepid olive procursus vibes
Can I-
Updating Homebrew...
No I just wanted to-
Updating Homebrew...
Can't you just-
Updating homebrew...
...Fine. 🍺
🤮
vibes
i love fortran 😄
ill have to port over a compiler
I still need to get clang or gcc working on my iPhone
my mac is hardcoded to block gcc from running

big meanie
elu moment 
I am on Odysseyra1n
apparnely I need to install an sdk or something and I never bothered
ld: library not found for -lSystem this is why I'm looking at cross compiling, compiling gcc on device ain't going so well
nfr
joules


What compiler? I can probably add it if it’s ARM compatible
You didn’t load an SDK
Put an sdk in /usr/share/SDKs/iPhoneOS.sdk
But why are you trying to compile gcc? Clang should work fine?
Well grabbing an sdk is pretty important
Penis
cock
dick
😳
upvote plz
capt
@upbeat wyvern Can you look into GCC? It provides the opportunity to compile more languages such as Java, Ada, FORTRAN, etc
Iain Sandoe has started an arm64 port for macOS but with so much work to do to get the main port into a state that can be presented for upstreaming, the iOS port would be quite low on his priority list, however a proper working port is a prerequisite anyway, right?
If you’re reading a plist for prefs in 2021, you’re doing it wrong
why is gcc not canceled yet
Yeah I’ll look
https://github.com/sbingner/Sileo rebased the squashed commit on top of what it was actually based on in case anybody wants to see what changed
How to fix
headers.h:8:29: error: expected a type
-(id)showBulletinWithTitle:(NSString *)title message:(NSString *)message overridBundleImage:(UIImage *)overridBundleImage soundID:(int)inSoundID;
send headers file
building library "npymath" sources
Could not locate executable gfortran
Could not locate executable f95
Could not locate executable f90
Could not locate executable f77
Could not locate executable xlf90
Could not locate executable xlf
Could not locate executable ifort
Could not locate executable ifc
Could not locate executable g77
Could not locate executable g95
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
I assume any of those would do
⠄⠄⠄⠄⠄⠄⠄⢀⣀⣠⣤⠴⠶⠶⠶⠶⠶⠶⠶⢤⣄⣀⡀⠄⠄⠄⠄⠄⠄⠄ ⠄⠄⠄⠄⠄⣠⣶⠟⠋⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠉⠙⠶⣄⡀⠄⠄⠄⠄ ⠄⠄⠄⣠⡾⠟⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠈⠻⣆⠄⠄⠄ ⠄⠄⣼⡟⠄⠄⠄⠄⠄⠄⠄⢀⣤⣶⡶⢦⡀⠄⠄⠄⠄⠄⠄⠖⠻⣶⠞⢧⠄⠄ ⠄⣼⠏⠄⠄⠄⠄⠄⠄⠄⠐⠛⠋⠁⠄⠄⠄⠄⠄⠄⠄⢀⣤⣤⣄⠄⠄⠨⣧⠄ ⢸⡏⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠙⡏⠄⠄⠄⠸⡇ ⣿⠁⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⡄⠄⠰⠄⠄⠄⠄⠄⢀⡇⠄⢀⡘⢣⣿ ⡿⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠠⣄⠄⠄⠦⠄⢀⣠⣤⣶⣿⠿⣶⣦⣴⠟⢹ ⢿⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠉⠛⠛⠛⠛⠉⠁⠄⠄⠄⠄⠜⠁⠄⣾ ⠈⢧⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢰⠇ ⠄⠈⠑⢄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⡴⠋⠄ ⠄⠄⠄⠄⠐⠄⡀⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⢀⣠⡴⠏⠄⠄⠄ ⠄⠄⠄⠄⠄⠄⠄⠄⠐⠂⠤⠤⣄⣀⣀⣀⣠⣤⣤⣤⡶⠶⠟⠋⠁⠄⠄⠄⠄⠄
I'm maybe having success building gfortran on the device, will report back
cool
I haven't tried yet, was looking at something else
@dusky anchor what I see is it's part of the gcc source? there's no standalone code right?
Gfortran appears to lack a standalone, yes. I'm not having any luck bootstrapping gcc either.
gcc did not play nice when I tried before, I'm hoping that things have changed enough that it works when I get a chance to try this
thanks for that
I feel like there must be an easier way to do this 🧐
already setting the info.plist version, why not just read that
I'm getting a weird stall during the build:
11 warnings generated.
rm -f libcpp.a
ar cru libcpp.a charset.o directives.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
ranlib libcpp.a
make[3]: Leaving directory '/private/var/mobile/gcc/gcc-build/build-aarch64-apple-darwin20.0.0/libcpp'
Not erroring, just hanging there. I'm going to let it sit for a while just in case, but to my understanding it should just be moving to the next task and isn't
@dusky anchor maybe check ps?
I ended up killing it and trying again once or twice, it got past eventually.
Here's the eventual sticking point: https://pastebin.com/ZwFjVFsn
Did you try “autoreconf -fi”?
But that’s not even to make?
And what you pasted above was
I'm not aware of any packages that add autoreconf - I'm doing this all on device, haven't got that macbook yet
Stupid question from someone who knows nothing about PAC - if I am getting a function by offset in a library, do I have to sign it on arm64e before I can call the function?
How come when I build using su on my phone it says this
But if I make over ssh it builds perfectly
hey guys what exactly do i need to add an app to /Applications
i have a deb that adds my app to /Applications when i jailbreak with checkra1n my app works just fine and as intended
when i jailbreak with unc0ver it crashes instantly
there must be something i'm missing
if anyone has made an app that is placed in /Applications could help me out
root doesn't have $THEOS set
see how it says /application.mk
ur THEOS env is unset
So “export THEOS=Theos path”
yes
Ty
Does anybody ahve a document or like tutorial on how to make tweaks using windows
HOW TO GET INTO TWEAK DEVELOPMENT
This has been asked countless times so it's time that there is a long message that explains this.
One of the first things you want to do is reach a "baseline" before you can even think about getting started.
What this means is that you need to be familiar with Object Oriented Programming and how to use Objective C.
uroboro was kind enough to create a guide that you can find here: https://uroboro.github.io/Learn-Objective-C-in-24-Days-Clone/
Additionally, you should also learn a little bit about how iOS works, learn some basic frameworks/stuff you will need to work with.
Stuff like how to use UIKit, Foundation, etc. Once you have a pretty good understanding of these, then you can proceed.
The next step is to actually start making tweaks. Install a tool called Theos for your appropriate device.
The installation wiki can be found here: https://github.com/theos/theos/wiki, please make sure to follow the appropriate platform instructions.
After that, you are ready to start making tweaks, please follow a tweak development guide. (Here's one if you're lazy: https://kodeycodesstuff.tech/guide)
Please don’t use root
ok
Thank you
Imagine using root shells for everything
I made an evil scheme preset for installer but when i open a cydia repo link in installer the link is garbled
Why is this happening
looks like it's being percent encoded but not decoded
is there a working class-dump for ios 14
your mother
@vivid dew

So do I need to add or edit one of the actions?



What does that even mean? how can you seal volume?
🦭
lmao Sileo was open source for 1 day and now it's closed source again because I started to make it work
(the "LICENSE" that was put on it is not an open source license)
luckily the existing code with the original license can be used
SHA-1 
i love grain silos
I don't understand what you are complaining about
What's your definition of open source
sileo on unc0ver would be nice, finally be able to have packix as a default on u0
lmao
@shut stag I'll see if I can't get something out for testing today

i assume that means you have talked to whatever people you said it was up to then and they are allowing Packix now?
Doesn't the new clause just say that you must warn users that you are making some insecure if you use insecure methods?
Seems pretty in line with that definition you posted
I don't see how that restricts you
I don't see any clauses that directly violate anything here
@shut stag not sure what sileo has to do with packix
did you not read the full message you responded to




Selective reading disorder

don't we all
Yes its very helpful when gathering info about GME

wow we can't read? ok... ```
5. No Discrimination Against Persons or Groups
The license must not discriminate against any person or group of persons.
6. No Discrimination Against Fields of Endeavor
The license must not restrict anyone from making use of the program in a specific field of endeavor. For example, it may not restrict the program from being used in a business, or from being used for genetic research.
8. License Must Not Be Specific to a Product
The rights attached to the program must not depend on the program's being part of a particular software distribution. If the program is extracted from that distribution and used or distributed within the terms of the program's license, all parties to whom the program is redistributed should have the same rights as those that are granted in conjunction with the original software distribution.
9. License Must Not Restrict Other Software
The license must not place restrictions on other software that is distributed along with the licensed software. For example, the license must not insist that all other programs distributed on the same medium must be open-source software.
those right off
I see no discrimination against any person or group
I see no discrimination against the use of it in business

Not specific to a product either
yeah wow, lmao that was a good laugh but I'm not engaging


just don't ship it or its dependencies in a repo that has ads 5head
Alrighty, just don't spout bullshit publicly
Looks like he has Selective Understanding Disorder
SUD
5689
can we all just be friends
ok
us sure but not him
bruh
bruh
Apparently not, some children in this channel like starting fights

can we not have toxicity here

^ this please
stfu

snapchatbypass/s.dylib
how's that going btw
loss
love that emoji

good plan
oh btw
I need 2 new keys from you
sure
"Auto_Complete_Queue" = "Auto Complete Queue";
"Enable_Analytics" = "Enable Analytics";

in other news, service unlinking coming to Packix in next few days
pog champ
and then gifting is the next item on to do list
also it sucks to see that twickd is gonna be down for at least another week
feel bad for them
"Enable_Analytics" = "Permitir recolha de dados analíticos";```
ty
also I know this is a bit of a hot take, but it might actually benefit everyone to get Twickd to become Sileo default
I can hear the sarcasm from here
because Sileo default subjects repos to certain standards and QC
good point. Packix used to be a pile of hot shit, but we got our act together and we are pretty good now
if twickd can do that, great for the community
and it'd make Twickd better for them to go through the approval process
yep a large amount of that was push from Sileo
I was pestering Andy too tho
we checked everything off his list but he said now its not only up to him
at this point im just gonna give up on trying with u0 - they obviously have something else against us that they dont want to say

but ya, i think that would be a good idea for twickd if they can improve their QC
I want to use this emote, but I don't want to be in the Israel server
so long as Twickd has devy there is infinite proof there is no QC
ברוך דיין האמת
they have that viola rip off up still 
bruh
one repo which will NEVER pass QC is geometric
true
Thats discrimination please ban
that was dope

r/Israel is probably a scary place for a Palestinian

the dude behind geometric was interested in working for supercharge
he’s an idiot
he can’t even make proper tweaks that don’t throw you into a respring ooop


good repo and good team behind it
besides Chariz, i really like Packix
good repo and good team behind it
🤝
🤝
I love Chariz
you can really like it

just not love
what server
all of them
toilet cat discord?
loss
you can only love yourepo

true my repo is the best
dynastic
dynastic when i need to download a deb
wat
Dynastic where
i do not understand this meme format
where
you can’t download debs from dynastic 

twickd moment

dynastic makes 0 sense
is it bc it checks for a package manager
they have some sort of half baked thing that prevents u from access Packages.bz2 unless u have the headers for udid and shit
hate that
it bothers me that they advertise their own tweak at the top of all the other ones on the repo site
conflict of interest imo
I mean they don't have many tweaks so not many options in showing anything else

even in Sileo where they can feature packages in their repo after you tap their source
only 2 featured there are shortlook and gesto
this is why I don't let repos influence the main sileo featured page
oh that volume
twickd when IDs 

@shut stag I don't think geometric will ever be Sileo default
Twickd does have potential though
twickd bastardized their ID’s so devs can’t switch 

Twickd right now tbh is only like slightly worse than where Packix was back in 2019
they have devy so yeah they’re 2019 packix
i think only hugo checks packages so 
Also another big issue with twickd is that they don’t let sellers transfer to another repo if the package has too many purchases
Because Hugo is afraid of chargebacks
Which in theory is a valid concern, but chargebacks don’t happen as often as he makes it seem
what happened to twickd 2.0
bring back charix 
fuck off
Apparently it’s coming soon once they are back online
🔥
i meant like twickd@next or whatever
Ya that
that went horribly wrong and it's never happening
what is charix?
chariz and packix combined at one point
oh yeah I know
was a horrible mistake and a huge mess
didn't know about "charix" meaning that was all
oh
packix now merging with packix
minecraft
that makes me think of when propr tried to add a change in nekofetch
somehow he merged master TO master
and then pushed
that’s cute
lmao
idek how you merge master into master
oh wait i know what happened
i pushed a commit before you did, so you had to update your local branch, but since you had a commit unpushed, it merged the remote into your local master
that's why i have my git pull set to fast forward only
and if that situation happens then i do a rebase instead
git moment
Qwerty used to do that all the time it drive me and sig crazy - not sure if we cured him or not
“Merge remote tracking branch origin/master into master”
some friends are trying to make a sorta meme operating system: "Generic Linux"
@shut stag 9.3.5 had no public jb before? Really?
you should see the pull requests
gosh darn it
the best example was the one i went and fixed
Oh phoenix was 32 bit only?
there were like 3 merges of master into the PR in a row
Lol
64 bits 9.3.4 and 9.3.5 yes
9.3.4 patched pangu's bug
there’s one other device that doesn’t technically have a jailbreak
and it’s only because i can’t prove it
@steady nest i can’t prove any jailbreak works on the release iOS of the CDMA 4
no site explicitly mentions it
lol
The what?
tether downgrade it to that version
heh
or coolbooter
The hell is a CDMA4
it's the 3,3
the iPhone 4 CDMA
Oh
iOS 4.2.5
I have one of those I think maybe
pretty sure redsn0w works...
from what we could gather it was a version that came with the 4 but the update must’ve released before the phone did so when everyone got one it just updated
no tool lists compatibility with that specific iOS
But it’s no diff for jb from GSM afaik?
it depends
only the CMDA got 4.2.5
shoutout unthredeh4il 
@restive ether interesting, kok3shi dosnt list all devices as compatible
like the 6s for example
or the 6s plus
or the ipad pro
yes, untested on a9
which is weird
phoenixnonce supports a9 I think
once we get (un)tethered downgrades with checkra1n those versions can be jailbroken properly
I don't think anyone wants to risk their device rn
why would it not work on 16K
yes
i’m glad parrot got rid of his unofficial ios version
either because of the exploit, or the kpp bypass or no test devices
i would love to see one day all cells green
Tested only on 5s/9.3.3. It should work in other versions, but I don't know.
iOS 9.3.4-9.3.5 is still SSH only. If you install Cydia via SSH, you'll be able to use it, but I don't recommend it yet.
kpp-less ios 9 
@restive ether im gonna look into those other things from last night now
there's a reason
$$$
why do you say that
I think she's just being cautious
of
bootloops?
ch377y - iPhone 5 only, unsure of iOS support
fair enough
actually it'd make a lot of sense on iOS 9
you can nuke AMFI fully on iOS 9 without a daemon
Pangu does this
iboot moment
need to see if all 32 bit supported
thank you aaron
it uses luca's kpp bypass
going around kpp there wouldn't make sense since a bypass exists
did apple patch how pangu raced kpp?
I know they patched on 9.2(?) the macf stuff to nuke amfi
can confirm
I'M POOR
75$
75$ for a piece of shit
40$ shipping 
amfi can still be nuked because I think PE_I_can_has_debugger is in __DATA.__got
no this is different
theres like one mention of pangu93
the DATA.got is what pangu used in 9.3.3
wtf J
✤
How does amfi check if debug flag is set or not?
It calls a stub function of PE_i_can_has_debugger
✤
✤
Stub function pointers are stored in __DATA.__got It’s easy to cheat amfi that debug is allowed```
gotta love good ol' TOCTOU
can someone give me a zero-click remote chain with full kernel execution and persistence, including kernel PAC bypass, on latest shipping hardware
please
i'll give you $100
Yes DM me
ok thanks
Can’t do zero click but something may be possible
MSHookMessageEx(objc_getClass("SBRootFolderController"),
@selector(viewWillAppear:),
(IMP) &hooked_SBRFC_viewWillAppear,
(IMP *) &orig_SBRFC_viewWillAppear);
(IMP) &hooked_SBRFC_viewWillAppear, (IMP *) &orig_SBRFC_viewWillAppear);
...those are both method pointers right?
Why does one use IMP and the other IMP *?
oh
alright thanks
good morning
orig is a pointer pointer
yeah
https://gist.github.com/coolstar/902bb1a4664f3d987ae954aaf39415f9
so libhooker only uses pointer pointers?
I am a bit confused... doesn't the & just mean pointer? So why is one a pointer and one a pointer pointer, although both just use &?
why are u trying to write native libhooker code anyways
just trying stuff out for fun
First one is IMP that is going to be used as replacement, the second one is the pointer to IMP that is going to be filled in.
^
second one is a pointer to the original function
so that u can call it
in ur imp
If you are trying to use an API, don't look at open source code as source of truth. Look at official docs.

these stickers smh

sus
sus
sus
Lmaoo
@hollow laurel if you need help you can dm me, i have multiple projects using just substrate functions. Including Multipla, [redacted], and others
good times
chariz now merging with chariz
rip me giving away my entire revenue stream to Packix a month before deciding no this really isn’t the way
sounds like a big brain move my man
I remember getting moved off chariz to packix
idk if chariz can handle payouts outside paypal tho so I'm stuck on packix
Chariz, Inc. ™️
is it going to located in arizona 
got the libhooker ipa working

hahah nope
fortunately I don't need to be in Arizona, rather the app devs
or rather me being there doesn't change much
time for kirb to go to delaware 
that's what it'll be lol
who needs corp tax
apparently it's not even that, it's that it's the most obvious place you should operate from because it has the most established legal system
lawyers everywhere are good at Delaware law, plenty of precedents set in Delaware courtrooms
all i know is that there’s a bunch of corps all registered in the same building and i think that’s funny
lmao yep
Yosemite Research, LLC™
all the shell companies Apple made to trademark potential future macOS codenames
apple opening a new office in Cork Ireland totally not going to hide money there 
Big Sur™ was trademarked since 2013
Unfortunately Arizona is already occupied by a meth and electric company
hmm, meth + electricity 🤔
Scoob’s meth and electric company
when you haven't flushed your nginx logs since july
ip - - [03/Jul/2020:19:11:56 -0500] "GET /archlinux/core/os/x86_64/core.db HTTP/2.0" 304 0 "-" "pacman/5.2.1 (Linux x86_64) libalpm/12.0.1"
when you forget to manage processes and systemd kills sshd
now I cant ssh into my vps
ran out of ram

Launch failed with Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}
what is the reason for this error?
do i need to set permissions for the app
all i found on google were apps on mac but this error was on my iphone
Process start failed with Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}
Mac answers should most likely apply similarly or the same on iOS
they said something about permissions not set
"You do not have permission to open the application"


loss
adam demasi
now give your entire revenue stream to me thanks

https://osstatus.com/ can sometimes help but in this case it doesn’t seem to know what it is
Look up Apple API error codes, for Mac OS X, iOS, watchOS, and tvOS
the app actually works fine installed as an ipa on altstore
Damn you have a site for everything
The fucking sites are so helpful
it will save you so much time
niice
fuckingclosures
adam has a collection of sites
fuckingblocksyntax
how do i make sure it is?
wow @gaunt mesa
if you do ls -l --color the binary should show in green
and with an x in the left column where the permissions are listed
what
what
i'm very confused
which part are you confused by?
I write my interfaces in objc and then let auto complete convert them to swift
Not joking

i have them all available in swift for me
so i cd into my app's folder

the .app
I write the interface, use auto complete to translate; and then write as a protocol
then run this
right
you can make it executable with chmod +x MyThing
the whole .app?
xxx.app
just the binary
-rwxr-xr-x 1 root wheel 19940352 Feb 13 20:04 Ehteraz*
this is my binary
it is green
wait after running chmod +x ..
i get this error
Process start failed with Error Domain=NSPOSIXErrorDomain Code=85 "Bad executable (or shared library)" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 85}
progress
lol
the app works when installed as an ipa so i know it is 100% fine
is this app encrypted?
no
as in was it downloaded from the app store originally
I see
How did you build it as a deb/jb app
i took the .app from xcode and compiled as a deb
that won't just work on its own
one more thing when using checkra1n it works with no errors at all!
this only happens on unc0ver
it very likely needs to be resigned with ldid, have you done that?
you can also package it using Theos which will handle everything for you including signing
i've never used Theos
Small guide for it there
include $(THEOS)/makefiles/common.mk
XCODEPROJ_NAME = Ehteraz
include $(THEOS_MAKE_PATH)/xcodeproj.mk``` this would work, put that in a Makefile
actually ignore me, use amy's handy dandy guide ^^^
Oh I just noticed a mistake
There’s a slight formatting bug in the entitlement bit
lol
Ignore the numbers on the left of the entitlement file
ok thank you
GitHub web editor on da iPhone
my god that picture
lol
should that be using xcodeproj.mk? I think it just wasn't backported to the private repo
like basically everything that was done on the public repo
Eeeerrrrrr
which is now lost I guess
I mean I could swap it
I do still have the old master tree
lol
is theos-jailed the tool i use to take an app tweak and inject it into an ipa for sideloading?
I have the entire history still, I can just copy it back
actually that's not all of it but I did have it in FETCH_HEAD luckily
Sam also doesn't have all the open source commits himself @upbeat wyvern
The ones I made today?
the original public repo
O
that was outdated by an entire year
The public repo was squashed

<75 char commit messages pls
I’m on a 7
shouldn't matter, github rule is <=75 chars on the first line to not get cut off
Huh
You should make a Twitter page of just random things like that, and useful websites

I'm a walking encyclopedia of software dev knowledge tbh

need a newer SDK and toolchain
toolchain is the main concern
yours has swift 4.x, and Theos only supports 5.0+ currently
What he’s building on determines where to get toolchain 

nfr
He also seemingly doesn't know what open source is
yall really gonna be picky every time that guy opens his mouth
@lime pivot #development message
you have better things to use your energy on, really 😕
uneducated aggression should be responded to
yikes
That doesn't make any sense
What are they trying to say
They’re trying to equate not being free open source software to not being open sourced at all
There is such thing as being source available and not open sourced, but it does not apply here
Hmm
what
u don't need 1x

wtf
@gaunt mesa
Want a full size?
i sent the original image
U should have it bro
@gaunt mesa
delete the os
someone in another server rn is telling me SQL is terrible for holding extremely large amounts of data is that true
what the fuck is that
the burrit0z military
That's epic
true
catgirls loading fish as ammunition
these dumbasses on a horse
french canadians


@narrow mason

we do a little trolling
i trolled the mods so hard today
wtf
FUCK
safegh0stcock
whatd you do idiot @tepid olive
someone make safe nfrcock

many things ill probably regreat but hey story of my life

same
cant care rn


i’m telling [redacted]
this photo got me kicked from sileo once
among us france
noooooooooooooooo
?

.
no you didnt lol
get sumbitches on your dick @restive ether
nekofetch is doing that already
nekokill
I want a catgirl
Thank you

install nekofetch form the AUR
nekogay
idk if hayden will accept it but it’s funny 

yeye

I rewrote ye

I forgot about the fact that I can just loop through the arguments instead of concatenating them into one large string
And printing that large string
Sleep
sleep
wdym
ok
wtf
wtf
he is
he is out of bed already
@grave sparrow what are the variable arguments
tale — Today at 12:17 AM
confirmed capt is fucking @joe's mom
tf they finally fixed discord copy paste
before the Today at would have no space
joe — Today at 12:17 AM
oh
wtt
burrit0z — Today at 12:17 AM
tale — Today at 12:17 AM
confirmed capt is fucking @joe's mom
tf they finally fixed discord copy paste
burrit0z — Today at 12:17 AM
tale — Today at 12:17 AM
confirmed capt is fucking @joe's mom
tf they finally fixed discord copy paste
before the Today at would have no space
tale — Today at 12:17 AM
joe — Today at 12:17 AM
oh
wtt
burrit0z — Today at 12:17 AM
tale — Today at 12:17 AM
confirmed capt is fucking @joe's mom
tf they finally fixed discord copy paste
Accepting iPhone 5 Donations — Today at 12:17 AM
we already knew that
u have serious mental issues
true i do
@grave sparrow I'm reading about the variable arguments but idk how that helps me here
@primal perch 
nfr
but that doesn't help me
@tepid olive stfu
I am taking command line arguments
for (int i = 1; i < argc; i++)
That's what I'm doing
@tepid olive literally stfu
someone delete burrito@man
get him out
bruh
very funny
kill -9 burrit0z
good idea
kill -1
Wait is kill -1 or -9 worse (as in more brutal)
15 is default right
Sigterm
Brb
Reading man pages
SUS!!!
please stfu
ha yes i know integrals so big brain 

:AMONGUSPEPEPOGGERS:
i dont need to give you one bro
she gives em out free every friday

Teach me integrals @primal perch
n
@gentle grove its easy
just integrate
Solve definite and indefinite integrals (antiderivatives) using this free online calculator. Step-by-step solution and graphs included!
ur welcome
Please tell me you don't use -9 unless it's a last resort
kill -420
Does Wolfram alpha also work
it doesn't have steps
You're an idiot dumb
wow I didn't expect this guy to be this fucking stupid
shut up nerd
he should fucking die
for this blasphemy
https://derivative-calculator.net and https://integral-calculator.net get u through calculus
Solve derivatives using this free online calculator. Step-by-step solution and graphs included!
Solve definite and indefinite integrals (antiderivatives) using this free online calculator. Step-by-step solution and graphs included!
Saw that
Why the fuck is it 7777 and &> /dev/null lmao
THATS NOT THE ISSUE
SHUT UP
guys you should add it
Wait what's the issue am I blind
postinst

Wait
RIP
RIP BATTERY
So is it that they should just change that permission before packaging right
So it gets packaged as 755 or something
bruh
and it's bash

discord having a stroke
wtf is the first digit of the octal there
also exit 0 lmao
O
I dont know about that stuff
I don't have to deal with it ever
yeah isn't like
burrit0z coming back to spam slurs
frcoal
Oh
the problem here is using postinst in the first place
yes with fakeroot
like a normal person...
after-stage
don't you just chmod the file before packaging with dpkg-deb
If it's not already chmod'd
My only deb experience is nekofetch. Just makefile and stuff
after-stage::
$(FAKEROOT) chown root:wheel $(THEOS_STAGING_DIR)/PATH/HERE/BIN
$(FAKEROOT) chmod 6755 $(THEOS_STAGING_DIR)/PATH/HERE/BIN
setuid
binary
for an application
not needed for cli
yes
special flag
not really needed for cli
only for /Applications to get root
do you think Hayden would accept my ncurses minesweeper on procursus when it's done
still waiting for rbw to get merged 
do you think unc0ver will ever jailbreak
Yep
True
hayden will you accept my thanosfuck2
Yep
true
nice
@gentle grove @grave sparrow been using fakeroot setuid's since at least 2018
so yall noobs
only needed for root Apps


















