#development
1 messages · Page 568 of 1
then I'd have to build openssl and libplist
the ldid actions are broken so the musl linux builds which are supposed to be fully static are dynamically linked 😭
I need a commit that's not in a release
ah yeah, using gh is probably the easiest way anyways
gh run download -R ProcursusTeam/ldid -n ldid_macos_x86_64 EZ
really wish there were a reasonable way to test workflows before you push them
lol
same
aside from spinning up a digitalocean droplet for 30 seconds for each test
the i486 builds are failing
https://github.com/ProcursusTeam/ldid/runs/4862793170?check_suite_focus=true
dont you have to specify the runid
that worked and seemed to grab the latest
yeah if latest works for you then fine
Welcome to GitHub CLI!
To authenticate, please run `gh auth login`.
Error: Process completed with exit code 4.
😭

So breaking Procursus wasn't enough for you now you have to fuck up the workflows???
conan had already fixed the ldid workflow, just not in master 
yes
Zebra uses it for making release builds and then attaching them to the GitHub release tag
I have actions for defaults now https://github.com/ProcursusTeam/defaults/actions/runs/1716235832
https://github.com/actions/virtual-environments/tree/main/images might find this helpful btw, list of everything installed on the runners
I'll do the cephei thing for defaults eventually btw
oh that's a good resource, ty for that
yea issues tab on that repo also tends to be helpful when you have issues with runners
there's a lot more preinstalled than I realised
dpkg-divert --package defaults --divert /usr/bin/defaults.cephei --rename /usr/bin/defaults exists so you can install both anyways
does it sound dumb if your package does that in preinst?
that's entirely me being lazy about it though
I feel like in retrospect I should have called it hbprefs and made it set up alternatives for defaults --> hbprefs
that's what I'll do soonish
I thought about doing that, but you can only say what package you dont want it to apply to, not the other way around like we'd want
oh I see, ok
kitty
login then
not deep
gh auth login --with-token ${{ secrets.GITHUB_TOKEN }}
I already fixed it
nvm instead of rewriting it i can just make it even more convoluted and maybe accomplish the same thing
Gm

@restive ether this your president?
when did you become his conscious?
Ikr
somehow the code is actually cracked now
so stupidly fast
rust users crying because their code's speed is just comparable to others

rust users acting like its faster than C and C++ but its actually marginally slower
C++ users assuming std::endl is threadsafe 
The actual solution is using mutex scoped lock
but
but it says it's minimal and blazing fast!!!!

lazily generates+renders+caches the table as the user scrolls now, meaning the program doesn't freeze for a while when you open a massive table, and takes no extra time at startup or anywhere else
yeah pretty low i'd say
but they say when you're at the south pole every direction you look in is north
I was about to say wrong terminal app but then I realised wrong platform too
this is extremely cool though
I have to admit I haven't had a chance to use it yet but I want an excuse to lol
Resend due to Bloo being a little too extreme
Saw a few of people here using GH Actions. This could be of interest to you hxxps://<Name of company that makes BurpSuite>.net/daily-swig/github-actions-flaw-that-allowed-code-to-be-approved-without-review-is-addressed
Man, someone should make a tweak like that
lol
[[QuickActions]]
woe
anyone has NFContactlessSessionDelegate header?
Who made this stupid tweak?
Some discord user
I think
Joe Rogan is a tweak dev?
Nice
@nimble parcel gm supersign devloper
naisu
wrong link
basically
the delgate is actually in passd
and I don't have those headers with me rn
/System/Library/PrivateFrameworks/PassKitCore.framework/passd
hmm theres none
fr
gm
LDID(1) General Commands Manual LDID(1)
NAME
ldid – Link Identity Editor
SYNOPSIS
ldid [-Acputype:subtype] [-a]
[-C[adhoc | enforcement | expires | hard |
host | kill | library-validation | restrict | runtime]] [-D] [-d]
[-Enum:file] [-e] [-h] [-Kkey.p12 [-Upassword]] [-M] [-P] [-q]
[-r | -Sfile.xml | -s] [-Ttimestamp] [-u] file ...
-Enum:file
Embed the hashes of file in the special codesign slot at num.
sound correct?
I can't
it would break compatibility
😭
there is also -Cflag, -Kkey, -Ttimestamp and -A
I will add a -arch flag so you don't have to type the bits into -A
@ocean raptor make a fork that has spaces
too much work
can I embed APSL 2.0 code in AGPL code?
APSL 2.0 and AGPL are incompatible 
eh, who cares

if you read the source code you'll understand why it is this way, the only reason I can imagine is to not use getopt(_long) :/
you can still see? impressive
barely
I had to get glasses
He is blind as fuck really impressive glasses even work on him
> ./ldid -arch arm64_32 -e defaults
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.trust-defaults-kvstore-identifier</key>
<true/>
<key>com.apple.private.MobileContainerManager.allowed</key>
<true/>
</dict>
</plist>
we do a little license violation 
it’s a good thing more projects aren’t AGPL
What license of which project does that violate tho?
I used some code from cctools which is APSL, which is incompatible with ldid's AGPL
https://github.com/ProcursusTeam/Procursus/blob/main/build_misc/entitlements/qemu-ios.xml
but entitlements on libraries are ignored, only the entitlements on the binary matter
so whatever you are hooking has to have
<key>get-task-allow</key>
<true/>
<key>dynamic-codesigning</key>
<true/>
anyone know how to fix this?
> codesign --sign 2842A5E571456B5CF31B65BFD1929DE22909FD97 --force --deep bin
bin: replacing existing signature
bin: errSecInternalComponent
my other key works
> codesign --sign BCED5E2F52B15C5A294DDAD83BA2EB771221DA2E --force --deep bin
bin: replacing existing signature
> security find-identity -p codesigning -v
1) BCED5E2F52B15C5A294DDAD83BA2EB771221DA2E "Apple Development: Cameron Katri (3LGXJZUN4T)"
2) 2842A5E571456B5CF31B65BFD1929DE22909FD97 "Developer ID Application: Hayden Seay (KK3DKUCHX6)"
2 valid identities found
usually when I get errSecInternalComponent I just have to run security unlock-keychain login.keychain
figured it out
had to add codesign to access control in Keychain access -> the key -> get info
your mom is really cool
Server Not Found
it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it it
anyone know why my cgrect doesn't change at all when I set the alpha lower?
wait wait wait
I'm a fucking idiot
nvm
I forgot to update it in the other section of the code
no wait it still doesn't work
it's still drawing it with an alpha of 1/1
yea true
Damn
shep is white wtf

yes she is
didnt come from you though as you were too busy being a cuckold

ill have to ask later when she gets back from school
nt
branch prediction miss

Mine is about to leave again for school
Idk when tho
She like came back in December
And she’s still here

shep hand reveal wtf
wtf kirb face reveal
any other body part reveal requests?
🤨
wasn’t asking you
cracka
what up my cracka
inshallah
middle toe on your left foot
oddly specific but i second that motion
that’s very specific are you a middle toe on left foot fetishist

:NO:
apple rolling eyes
:microsoftrollingeyes:
ball
8 ball hacks
:androidrollingeyes:
android ball
:msnrollingeyes:
:windingsrollingeyes:
y’all too young to know what msn is
you know where the MS in that name comes from right
I know the logo is a butterfly but that’s about it
your stick is very micro
@vivid dew send the pp emote
it actually is microsoft
they were like “what if we started a channel with NBC” for some insane reason
shep pp
now they have no association with it the name is just stuck
it is very interesting, captain incorporation
smh
you know that’s the #1 rule
you don’t do too much trolling
australian broadcasting corporation
special broadcasting service
7
9
10
yeah we aren’t very creative with names here
I do like how the 3-letter acronyms are government funded and the numbers are private broadcasters
not to be confused with MSDN Channel 9
not to be confused with NineMSN, Microsoft’s partnership with 9
at least that’s a slightly less bad name than MSNBC
yea i guess
n
Lmao
Does sileo only use the first component?
cat << EOF >> /etc/apt/sources.list.d/sileo.sources Types: deb URIs: https://apt.nickchan.gq/ Suites: iphoneos-arm64/1700 Components: main experimental EOF Only packages...

cat << EOF >> /etc/apt/sources.list.d/sileo.sources Types: deb URIs: https://apt.nickchan.gq/ Suites: iphoneos-arm64/1700 Components: main experimental EOF Only packages...
trolled
does zebra support multiple components?
(it doesn't
)
is it possible to keep my keychain unlocked so I don't have to unlock it every time I ssh
be on A11 where you need to have no passcode set anyway :fr:
on my mac...
maybe if my user is actually logged in?
dont think any package manager supports multiple components
(maybe cydia?)
there's many apt things that managers dont implement
like conffiles 
pin-priority 
does anyone know how to get crashlogs to work if they stop working on checkra1n
i remember someone told me how but i can't remember it
nvm i found it bash rm -f /.disable_tweakinject && for f in /Library/LaunchDaemons/*.plist; do sudo launchctl unload "$f"; sudo launchctl load -w "$f"; done && sudo ldrestart
troel
I did do that
could you file a bug @ocean raptor pls so I remember to look into it
still got my rootless'd X sitting here waiting for me to poke around with it
I'll send you a libiosexec deb that has working redirection on c1 in one sec
oh yep thanks
tysm
man issue #1955
don't think even theos is up that high

beware, I didn't test these
rust try to compile in under 1 hour challenge
at least it's minimal 🚀, blazing-fast 🚀 , customizable 🚀 , memory safe 🚀 program though
minimal 🚀, blazing-fast 🚀 , customizable 🚀 , memory safe 🚀
and minimal
if they mean dev time though then yea it would be

I'm having an issue with make package for the default hello world program, here's the error ==> Compiling main.m (armv7)… /home/crd716/theos/toolchain/linux/iphone/bin/clang++: error while loading shared libraries: libtinfo.so.6: cannot open shared object file: No such file or directory /home/crd716/theos/makefiles/instance/rules.mk:192: recipe for target '/home/crd716/fixcomm/fixcomm/.theos/obj/debug/armv7/main.m.2f47897e.o' failed
It repeats a similar error for every other architecture
sudo apt install libtinfo6
Literally couldn't be more clear
I didn’t realize there was a libtinfo6 I thought 5 was the most recent
It was, I figured out the solution used to be to install libtinfo5, and having it asking for 6 in the log should’ve made my neurons activate
In my defense I’ve never had example code fail to compile
Sure, what do you want to know
that's probably like 2-3 years ago. I dropped out because I didn't do well in the math modules (module = subject taken, just the term we use here) that were mandatory. The compsci-centric modules were easy and not that difficult, granted you have genuine interest.
Probably like the 2nd year. imo it's better to realize and abort and not worry about when exactly the right timeframe is to abort.
I'd like to quote my professor here:
"If you want to get into research, you should definitely study. Else I encourage you to abort now and start an apprenticeship"
It's not generally applicable since some do have genuine interest, some do it for better pay and some just wanna flex. idc what an individual's motivation is behind pursuing a higher education, however IT just is that one sector you can do perfectly fine in without "proper" education as long as your skillset can speak for itself
I do hope you keep in mind my path in life is very different from yours and at the end of the day, my motivations shouldn't encourage you to take an impulsive/ lingering decision. Please do evaluate what your interests are, how they have grown/ changed over the year(s) and what you truly expect from yourself
imho you'd need to reflect with yourself in an honest manner and if desired, talk to someone at university and/ or professors to reach a valid conclusion
Well, going to uni is teaching a plethora of different skills though. How these influence you is something only you can assess
My apologies if the answer are generic, but when I was at your stage (kinda) and playing with the idea to quit uni, I really took the time to reflect because outer influence - even if just to get another opinion- will play a role in your future decision and I'd rather have you forge your own path instead of being nudged by someone else
it's your life after all homie
Is there any professor you can email and ask for advice
As long as you know how you can achieve that goal and you deem it correct, sure.
Do remember life can go south really fast at any given time
I wouldn't know of gen-ed subjects/ modules being taught at uni, here you just have modules specific to your bachelors/ masters. Don't have enough knowledge of the US educational system, can't make a statement on that
it'll probably boil down to "it depends" if I had to guess. Questions along the lines of "allow xy" "do xy" "partake in xy" "allocate more time for xy" are from the same origin: doubt.
only you know, deep down. keep your expectations realistic though
the latter if at all, always try to see things from a "the glass is half full"-type perspective
You're upmost welcome, do try to consult with several professors you can somewhat/ fully trust. They'll hopefully help you with some form of guidance
on that note, cc/ @gentle crescent @nimble parcel , please do share your university experiences. It might be helpful for capt to see how you guys are rolling through
(expecting a full afro, Kabir.)
of course I have to stress that every situation is unique and there's never going to be a good way for anyone except yourself to know what's good for you, but thought I'd add another viewpoint. I've been through this thinking the entire time I've been studying, I started in mid 2017 (full-time till I got a job mid-2018) and the best way I can describe it is … turbulent. to be honest I think you need both real-world experience and the stupid degree. it'll hurt your brain but the benefit in the end lasts your entire lifetime
it's not really directly about the skills you're directly being taught, is the thing. it's more about you indirectly learning a whole lot more in the process, especially how more academic minds think
man this really comes off like I've been paid to say this lmao
I guess though, I wouldn't have continued study into 2021 or 2022 had I not already had it "easy" for myself being self-employed rather than working for someone else as I was mid 2018 - start of 2021. which is just more proof of how everyone's situation is different I guess
I didn't do the most amazing at first because I was just disinterested, and then I got the job and I struggled through it, in fairness I put more weight on the job than study because the job was far more interesting and worthwhile, though it increasingly got more demanding, was effectively working full-time when I was supposed to be part-time
as you're clearly already very talented considering you have the kind of mindset that makes RE enjoyable, and that means you've developed academic thinking skills already, you're definitely going to find the whole thing a drag, so just be careful of that biasing your thoughts. I would though also see if there's anything the uni has regarding prior knowledge credit, I was successful in getting credit thanks to my job + jb experience
this, 100%
gm
I bailed after 4 university years that took me 8 actual years to complete. It was a gratuitous university so there’s no economic pressure into following through any classes you take. At least I got a bachelor degree equivalent out of it, in electronic engineering
Now I’m doing security purely in software so not much of what I learned actually transferred to my job
“Your mileage may vary” couldn’t be more appropriate
tfw you open your prefs pane and its a blank black page
just gotta search for a typo somewhere 
#import <SpriteKit/SpriteKit.h>
#import <SpriteKit/SKView.h>
#import <UIKit/UIKit.h>
static BOOL windHack;
static BOOL trajectoryHack;
static BOOL tankWind;
static BOOL dartHack;
static int dartMode;
#define PLIST_PATH "/var/mobile/Library/Preferences/com.kermit.gameseagullprefs.plist"
#define boolValueForKey(key) [[[NSDictionary dictionaryWithContentsOfFile:@(PLIST_PATH)] valueForKey:key] boolValue]
#define valueForKey(key) [[[NSDictionary dictionaryWithContentsOfFile:@(PLIST_PATH)] valueForKey:key] intValue]
static void loadPrefs() {
windHack = boolValueForKey(@"archeryNoWind");
trajectoryHack = boolValueForKey(@"showTrajectory");
tankWind = boolValueForKey(@"tankNoWind");
dartHack = boolValueForKey(@"oneDart");
dartMode = valueForKey(@"dartMode");
}
%hook ArcheryScene
-(void)setWind:(float)arg1 angle:(float)arg2 {
loadPrefs();
if(!windHack) return %orig;
if(windHack) return %orig(.0, .0);
}
%end
%hook PoolBall
-(BOOL)isStripes {
loadPrefs();
if(trajectoryHack) return true;
return %orig;
}
-(BOOL)isSolid {
loadPrefs();
if(trajectoryHack) return true;
return %orig;
}
%end
%hook TanksWind
-(void)setWind:(float)arg1 {
loadPrefs();
if(!tankWind) return %orig;
if(tankWind) return %orig(.0);
}
%end
%hook DartsScene
-(void)showScore2:(int)arg1 full_score:(int)arg2 multi:(int)arg3 pos:(CGPoint)arg4 send_pos:(CGPoint)arg5 {
loadPrefs();
int num;
if(dartMode == 1) {
num = 101;
} else if(dartMode == 2) {
num = 201;
} else if(dartMode == 3) {
num = 301;
}
if(!dartHack) return %orig;
if(dartHack) return %orig(arg1, num, arg3, arg4, arg5);
}
%end
%ctor {
%init(ArcheryScene = objc_getClass("ArcheryScene"), PoolBall = objc_getClass("PoolBall"), TanksWind = objc_getClass("TanksWind"), DartsScene = objc_getClass("DartsScene"));
} ```
cursed original gameseagull
🗿
Load prefs on every call. What a monster
not using NSUserDefaults 
@lime pivot new bootstrap with working sheband redirection
yeah, I was/still a dumbass
I just am a dumbass now who kinda know what’s he’s doing
Sadly it still needs a rw / because I haven't done getpw*_r in libiosexec
L bozo
blocked
good luck man
it's a difficult decision I know, but definitely now is the right time to make mistakes (as much as it can fuck up your student debt, I guess)
(Or prevent further fuck upery)
right
I mean it'll still be a pain in the butt if you realise you made the wrong decision in the end, but you may as well get it wrong now while you're young and have less to lose


it's true
this screams introductory tweak development and i love it
@hardy glen header loading is fast af now
These math modules are gonna be the end of me fr
do get tuition if you're interested and / or need support✨
how does that syntax highlighting work?
That’s dope
mainly just piggybacks off of Pygments
pygments spits out an ansi formatted string
then i sent that to my attributedstring code so my gui stuff knows how to wrap the colors properly
then the scrollview + wrapping view handle wrapping the attrib strings
big speed boost is from this
Why write your own when there is already a great library for it
only worked bc pygments is pure python
am a big sufferer of not-invented-here but pygments works great for what i needed
the pygments 256 color highlighter is actually crap tho
somehow actively worse than the 16 color one
I just fixed the python3-pygments on procursus
gamer moment
lowkey considering writing my own anyways tbh
this is cool af
already have to write an objc lexer for a different part of the project
and re-mapping asni strings to my AttributedString implementation is computationally expensive
Ask Bernie Sanders to invent socialism in ktool
Manchin would block it smh
I would also block it 
ok

You know you can do
lines = [
AttributedString.ansi_to_attrstring(line)
for line in text.splitlines()
]
right?
It makes it faster because it doesn’t have to resize the array on each append
ah neat
Same goes for sets and dictionaries
.
tldr: blame the abi if you're looking for a culprit. do mind the minor differences on the osx side of things because they're specul™️ as usual
@lime pivot didn't know you guys made chairs
gm
gm
chariz merch when
^ I'd wear a flame hat
I'd wear a flame hoodie because I like wearing hoodies
True
so true
i would wear a chariz hat, and a chariz hoodie
like no cap
even a t-shirt
gm friends
gm adam
I feel the need to clarify we would never ever affiliate ourselves with the racing chair aliexpress sludge 😂
drop shipping startup
its not actually
anyone got a png of the chariz flame
adam does
like white flame + png
no way
You said you’d wear a cap
Then said no cap
So... you wouldn’t wear a cap??
man I dig that orange on the hoodie
the shirt a bit too bright but I guess I can't be picky if I don't want to buy a custom order of like 10,000 shirts lmao
i found a hat and a hoodie with that color
first try
and it took me 5 minutes to find a single orange tee
lmao
you would think finding colors of the rainbow in tshirts wouldn't be that difficult huh
I mean I get black and white shirts would be manufactured in far higher quantities but it's not like that means almost nobody wants an orange shirt
a tshirt i probably wouldn't wear in orange, but if it was a hat or a hoodie i definitely word
instead of just giving you a big rectangle like you can only print here, figure it out yourself
yeah tbf bright orange would be a bit out there
I can just one day pop up a merch store there
let me be in charge of merch design

if I really wanted to go for the LTTStore knockoff vibe
apparently I do not in fact own charizstore.com
welp I'm fixing that before one of you steals it
thanks for suggesting the domain I already own google
ok mr money
it's literally the standard .com price bro idk where you're looking
ong
same same
agreed yes
the domains I thought I had were actually charizrepo.com
and charizrepo.org
which is a fun one
bro WTF

surprisingly never got any hashbang merch made in 10 years
would have been nice to have a memento of the first meaningful 10 years of my life
those years where I was born and all that shit, not important
bro I want this omg
Do chariz sellers get a free hoodie?
lol
@lime pivot quick q so i dont get sued by you, my mother has a vinyl press for shirts, would i get sued if i made a hoodie/tshirt with the chariz logo/name
if you sold commercially most definitely
wait what no way
that's cool af
she's a bit busy with her actual job now + i would need to buy a blank shirt from the store
but
maybe 👀
man's boutta be a chariz stan with bootleg shirt
Andy Wiik 
fuck it, im asking her to make me a bigboss hoodie
looolll
Nah, a bite your apple hoodie is where it's at
(Are they still around?)
I used to use them 
fr me too
They were the best piracy repo available
There was one other I used when bite your apple didn't have the package, don't remember what it was called though...
@lime pivot so i convinced my mother
we will be going to the store tomorrow to get a hoodie
she's also making me a chariz t-shirt
its a gray dry fit tee
this is probably be the tshirt
but im not sure if i want the black or the orange hoodie
:(
decisions
Orange on black
Horizontal
across the boobs one
simplicity >>>
fuck i asked a girl on my snap for her opinion
she snaps back
and its just streaks
fuck me
good.
Did you send the boobs one
i asked for her opinion on which was better on these 2
Horizontal
whos ready to fully implement fugu14
Yo it’s me, fiore
i come baring donations
That's what you get to talking to girls that use Snapchat
wow and you wont even add me on snap
i see how it is
@hasty ruin which one for the tee
Third
ok im asking backup woman
because the first one hasn't responded yet
BRUH SHE ASKED ME TO SEND IT AGAIN
AND THEN STOPPED RESPONDING
WTF
i need to go to backup backup woman
holy
@grim sparrow why is your kind so annoying
what
your kind
girls
why are they annoying
ok
so
girl 1 responded
girl 2 and 3 radio silence
im going to kill myself
i have a solution
"idk they are the same but different"
you must become a girl yourself
looks like you have a type
okay now i need hoodie
1
i would prefer not the same design
what the boob text

if i wear chariz merch to school would i get bullied
probably not
Only if someone asks about it 👍
we’re in #development.
fr fr
we are in development
contrary to popular belief though you don’t need to look like a loser and be a virgin
@sharp torrent
charize
you have my permission to be bullied
true im in #688128171911938048 not development
the whoreification of tweak developers
send a friend request to the anime developer
broooooooo
da chariz mask
but actually
its not needed
bc devs dont go outside
dawg i am NOT the hayden that got banned
Not (k)n95, useless
Not completely useless, it stops you from spitting on people
Just doesn't really protect you from anyone else
i thought this was a chemistry reaction
i saw k( in the notification and shat myself
chariz boxers
Anyone know how to disable ssl pinning properly. I have been using couple of tweaks(ssl kill switch 2)to disable it they work fine until i decide to invoke in app purchases
no
piracy
I am reversing an app to see network requests being sent lmao
and it just happens i need to purchase something 
Its for reverse engineering purposes i promise 
man
@vivid dew
who is that
I would defo buy orange on black hoodie

Any python nerd around that can tell me why my stupid code is not working
thats what she said last night


Thank god for mitmproxy
sadly jules died so not anymore
intel >>
nah
i use x64 all day
Intel not supported
for banco in datos_bancos:
if monto_prestamo < 10000:
personal_menor10k(cedula_cliente)
elif monto_prestamo > 10000 & monto_prestamo < 20000:
personal_10k20k(cedula_cliente)
elif monto_prestamo > 20000:
personal_mayor20k(cedula_cliente)```
Is there any reason why if I set 20000 it just doesn't run the personal_mayor20k() function
Bro i have a m1 and i use a intel i3 literally all day
I haven’t touched my macbook in a week
because its > 20000
not >=
It does it even if I do 21000
so if its 20000 it wont do anything
I am using Arch linux currently 
elif monto_prestamo >= 20000:
personal_mayor20k(cedula_cliente)```
is what you want
portuguese
Yo hablo mucho
@primal perch Yeah it
still not doing it
I do 21000 and still defaults to the first if statement
Is & for bitwise in python
yes
Lmao
Hello, is anyone here remotly good in python? I need help im my hw lol

its basic stuff but
I wish i knew python
just pay attention in class
oh
I know basic python
Well let me show you and you tell me
I didn't have any python classes, just C#, php and Java
Okay show us
im talking to the other guy
I'm learning python by myself
Maybe we’ll tell you where to look
yep this worked
Instead of telling you
I was like wtf why is it not working it made no sense, and it didn't show syntax errors
I need to simplify : 2 * atan2(sqrt(sin((c*pi/180-a*pi/180)/2) * sin((c*pi/180-a*pi/180)/2) + cos(a*pi/180) * cos(c*pi/180) * sin((d*pi/180-b*pi/180)/2) * sin((d*pi/180-b*pi/180)/2)), sqrt(1-(sin((c*pi/180-a*pi/180)/2) * sin((c*pi/180-a*pi/180)/2) + cos(a*pi/180) * cos(c*pi/180) * sin((d*pi/180-b*pi/180)/2) * sin((d*pi/180-b*pi/180)/2))))
to a more simpler code
god
have fun with that
I'm at this : import math
a = 45.5017 ; b = -73.5673 ; c = 48.8566 ; d = 2.3522 pi = 3.141592653589793 formsinca = math.sin((c*pi/180-a*pi/180)/2) formsindb = math.sin((d*pi/180-b*pi/180)/2) cosa = math.cos(a*pi/180) cosc = math.cos(c*pi/180) r = 6371 phrase = (formsinca * (formsinca) + (cosa) * (cosc) * (formsindb) * (formsindb)) answer = 2*(math.atan(2)) * math.sqrt(phrase) , math.sqrt(1-(phrase)) distance = r * (answer) print(answer)
use code blocks dude
Je parles français
Ohhh salut!
Qu’est-ce qu’il y a
print('Hello World')
Bah c le devoir en haut
that
ah
I don’t really get the task at hand
well when i do this : print (answer) it isint giving the right thing
dans la première ligne
ne mets pas toutes les variables sur une ligne
ok jv le changer laisse moi dx secondes
I kinda understand what you're saying, at the same time I don't
rien changé @tepid olive
après fait cela
Ok well let me print it and ill show you
Je pensais que tu voulais seulement simplifier?
0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148, 0.9081106054742814, 0.927193598943148,
You're saying that he shouldn't place all the same variables in the same line right
This is what shows up
yeah
it's supposed to be a simple number in kms
J'ai besoin de trouver la distance
tvx je tenvoie le fichier au complet?
c un peu difficile de comprendre ce que tu veux faire
Ok attend
c dû pour quand ton devoir
je dois dormir donc uhh
Je fait sa pour le plaisir, c'est mon cousin qui est a l'uni
¯_(ツ)_/¯
Moi je suis la a essayer d'apprendre malgré que je lui apprend plusieurs trucs
C'est dans longtemps pour moi l'uni et je peux pas suivre les classes
donc c tt self tought
lol
Si c'est de la prog ouais x) Je pense aller en sécurit. web
Cool
What we thought would happen: C and C++ folks would adopt Rust for safer programs.
What’s actually happening: far more JavaScript folks are adopting Rust to make programs faster.
843
nazi lanuage?
yea
literally warns you when you name a function
and you have to disable it manually
now you sound like a nazi 
Does rust allow any unicode in func names?
ur a procursus developer
I know 
4chan don't be racist challenge (impossible)
true dub
/cc @tale
I would but tale doesn't like me 
Rewrite Chariz in non-javascript pweas
TFW nobody remembers you program in python for a living 
I do
rewrite in c

real
typical rust program
gm
gm
you mfs better take notes on how to name your future tweaks
i searched for checkra1n raspberry pi
see how this has no awards
cumbox = awards and karma
rainpi = :’(
Best DRM
[[cumsync]]
Clipboard Sync for Linux/Mac/Windows
cockfile.com upload config for the Notatio upload tweak.
Somnium Tweaks
1.0.0
Free
dev.somnium.com.cockfile-uploadconfig
Destroy any player in any GamePigeon game!

man I would be so ready to hit the pull from sale button if it were a chariz tweak

troll laugh
[[fiore]]
I sent a screenshot of the wrong branch
:D
awatara better
new rule: only accepting real tweaks from now on, no tweaks that don’t exist
man really has the name ThePenisMan and twickd was just like, yep sounds good
you can have it on discord right now!
feels bad man
Guess you'll have to pull quickactions then 
man
Or am I grandfathered in?
only if you’re between the age 4-99
otherwise you’re too much of a grandfather that it’s no longer allowed
BRO PLEASE GIVE ME THE LINK IM DYING
man, Betty White was only a few days from no longer being legally allowed to play with Lego
box says playing with lego at 100 is illegal, I don’t make the rules they do
its been 10 minutes
I don’t think it found them, just a hunch though
do they do like duolingo if you play over 100
find your house and kidnap your entire family
Fucking hate when that happens
I'm now trying it from cli
same
probably gonna put you in a lego cell and the only escape is if you can rebuild the millennium falcon without the instruction manual
wtf
impossible
I thought restating would help but now I’m stuck here
Hate windows more and more
Go ahead use Free Open Source Software
What were you trying to do?
Literally just enable wsl
haha
i ignored the restart warning
did it anyway
did it from cli
and it worked instantly
Welcome to the wondrous world of Windows 
My work got new workstations for us on Friday, and I spent the full 8 hours trying to reimage all of them because of windows stupidity. I really dislike windows

this makes me suicidal
i’ll OS it if u care
code is ass
https://www.tuhs.org/cgi-bin/utree.pl?file=V7/usr/src/cmd/sh
This'll kill you then 
i don't but why not
Making it open source is good motivation to clean it up then :p
that was the most cringe message i've ever read
K&R C 
The K&R isn't as bad as the ALGOL macros
@indigo peak
hot
i’ll pretty much never work on ios again
do
so
not worth my time
ok
Should i buy m1 pro or what model is prefer!!
Just for development not montage or design
You don’t need the highest spec machine for development
You don’t even need a Mac for tweak development but it is preferred
I’d suggest the M1 Air
If you’re learning sure
I was working on xcode with virtual machine on windows
Like macos with vmware
Like i mean to product
that is a blue screen of death, an easteregg referring to a Windows pc
nope, that's just a Windows pc/laptop on your network, it can be used to share folders/files if configured
Why? Just ignore it
wtf
I found something yesterday you’ll enjoy https://www.theverge.com/2022/1/9/22874949/developer-corrupts-open-source-libraries-projects-affected
oh and it gets better, the community dug a little and found this https://nypost.com/2020/09/16/resident-of-nyc-home-with-suspected-bomb-making-materials-charged/
dude went insane trying to use free software
@lime pivot have u heard about the actual conspiracy
it’s so insane
how are these people real 
the Aaron Swartz one?
yeah
i wonder if we’ll get answers on that stuff with the trial actually
strongly doubt it
same honestly
did this guy lose his mind
oh he’s in that weird far right libertarian camp isn’t he
building bombs is my god given right god dammit
Yes
Me
Install theos on linux
And thats it
Everything else is the same
Well that is the same for everyone
So just learn, open source projects and documentation
Theos docs, iphone wiki, apple docs, open source projects
And this series if you wanna get a refresher before you read all of those https://youtu.be/uNXd4KLLjhk
Theos Installation Wiki: https://github.com/theos/theos/wiki/Installation
—
GitHub: https://github.com/ZaneH/Tweak-Series
Twitter: https://twitter.com/ZaneHelton
Video tutorials are the worst
Facts but some people are lazy to read lmao so it’s better to have options
looks like it
what a shame
so what’s the current status of those packages did someone fork them and continue it
dude wants money from Amazon and everyone else for a library of ansi color escape constants
delusional, someone else will just make it
I’m gonna say if you really think disrupting productivity worldwide is a good idea to request funding for a set of well-known constants, you’re probably not sane
npm rolled them back and banned him so the disruption is solved for the time being at least
plenty of forks out there, plus it’s not like providing ansi escape constants is difficult so there were always competing packages such as chalk
ah, i mean they seem pretty simple i doubt they need much work anyways?
yeah exactly
they can probably just stay on that version for a couple years, doubt anyones finding the next big CVE in those
gm
gm
gm
gm
Bruh this is so good
@tepid olive my basedbook air decided to break accord again
anyways it crashed when I opened a channel that only links messages from other servers
and after that it just kinda crashes in a loop

accord for windows
/r/phonesarebad
Watching shit like this makes me think this is hell lmao
why didn't the kid just get a phone
Lmao then he would turn into a NPC
isn’t this just cup head
Idek it says the animation credits at the end
too bad I don't do videos so I can't randomly pull my boxers above my pants to advertise my merch store
There are procursus phone cases
@lime pivot Are you doing the chariz gaming chair merch like what Amy suggested yesterday?
ahahah
gaming chair definitely not happening
tshirts and hoodies definitely
we cannot
chariz blimp
did you know there’s only 4 operational blimps
very meta
that’s why there’s one in LA
It's the style of animation that cuphead is based on, except this is digitally animated mimicking cel animation
How would I inform a package manager to respring after installing my package if it doesn't depend on code injection?
cheers
triggers
I have found finish:restart on the wiki, but it looks for Cydia
look in the zeebs or sileo postinst
You know
You would think I would know about zebra's postinst

Thanks
Sooo the question is
This is the samething I found on the wiki
I did that, it didnt restart
That, or zebra isn't conforming
one sec
yes
it needs to be to $SILEO
which again means that I need to essentially echo to 3 seperate pms
coolstar moment
let's copy this functionality exactly for compatibility reasons
no we need to change the name though
[slur redacted] sent a friend request
I'm not seeing it, I'm wondering if we skipped over that
Welp
lmao
Aight one sec let me go write a cursed bash script
just check if any exist and assign it to a var
We ought to pin that
Someones gonna need that later on
Yah testing right now
How to make package managers respring without depending on mobilesubstrate and the like
if ! [ -z "$CYDIA" ]; then
read -r fd ver <<EOT
$CYDIA
EOT
if [ "$ver" -ge 1 ]; then
echo "finish:restart" >&$fd
fi
elif ! [ -z "$ZEBRA" ]; then
read -r fd ver <<EOT
$ZEBRA
EOT
if [ "$ver" -ge 1 ]; then
echo "finish:restart" >&$fd
fi
elif ! [ -z "$SILEO" ]; then
read -r fd ver <<EOT
$SILEO
EOT
if [ "$ver" -ge 1 ]; then
echo "finish:restart" >&$fd
fi
else
echo "Go Respring your phone"
fi```
why do you need to respring for something that’s not doing code injection
Because I need the system to notice a change
bringing back the good old cydia days when you had to declare to cydia you wanted to respring because it didn’t have triggers
fun times
killing the process I am targetting only works on some devices, however if I kill it and respring it works on all of them
huh
Yah idk either, but it works
@grave sparrow You were extremely close
$CYDIA
EOT```
i hope that’s posix 🙄🙄






