#development
1 messages · Page 145 of 1
guys should I get jellyfish or nexus
i already own nexus i was gifted it a while ago
i cant even use it im on ios 16
:3
A PSGroupCell @radiant idol drop or tweak pref example thing
no
Daywind
wait also:
UIButton *muteButton = [UIButton buttonWithType:UIButtonTypeCustom];
UIColor *backgroundColor = [GcColorPickerUtils colorFromDefaults:@"DEFAULTS" withKey:@"KEY" fallback:@"ffffffff"];
muteButton.backgroundColor = backgroundColor;
muteButton.layer.cornerRadius = 40 / 2; // for a circle its half the width```
i get this error
==> Preprocessing Tweak.x…
==> Preprocessing Tweak.x…
==> Compiling Tweak.x (arm64)…
==> Compiling Tweak.x (arm64e)…
==> Linking tweak Amethyst (arm64)…
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GcColorPickerUtils", referenced from:
objc-class-ref in Tweak.x.80bd0313.o
ld: symbol(s) not found for architecture arm64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64/Amethyst.dylib] Error 1
make[2]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64/Amethyst.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
==> Linking tweak Amethyst (arm64e)…
ld: warning: object file /home/test/bettervolume/.theos/obj/debug/arm64e/Tweak.x.57800352.o was built with an incompatible arm64e ABI compiler
Undefined symbols for architecture arm64e:
"_OBJC_CLASS_$_GcColorPickerUtils", referenced from:
objc-class-ref in Tweak.x.57800352.o
ld: symbol(s) not found for architecture arm64e
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64e/Amethyst.dylib] Error 1
make[2]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64e/Amethyst.dylib] Error 2
make[1]: *** [/home/test/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/home/test/theos/makefiles/master/rules.mk:146: Amethyst.all.tweak.variables] Error 2```
Show ur make file
TARGET := iphone:clang:16.5:14.5
INSTALL_TARGET_PROCESSES = SpringBoard
THEOS_PACKAGE_SCHEME=rootless
TWEAKNAME_LIBRARIES = gcuniversal
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Amethyst
$(TWEAK_NAME)_FILES = Tweak.x
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
SUBPROJECTS += amethyst
include $(THEOS_MAKE_PATH)/aggregate.mk```
wdym
Do it’s like ‘’’objc
well that did nothing
Fix line 4 of your makefile
i wrote a plugin for that lol
to what
why is it iin an embed?
I don’t use enormity, 10 second load time while jb
TARGET := iphone:clang:16.5:14.5
INSTALL_TARGET_PROCESSES = SpringBoard
THEOS_PACKAGE_SCHEME=rootless
TWEAKNAME_LIBRARIES = gcuniversal
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Amethyst
$(TWEAK_NAME)_FILES = Tweak.x
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
SUBPROJECTS += amethyst
include $(THEOS_MAKE_PATH)/aggregate.mk
Look at that line and look at the other lines in your makefile and take a wild guess
This got rid of all the extra newlines
its done with js not native side

yeah because discord doesnt copy whitespace
TARGET := iphone:clang:16.5:14.5
INSTALL_TARGET_PROCESSES = SpringBoard
THEOS_PACKAGE_SCHEME=rootless
TWEAKNAME_LIBRARIES = gcuniversal
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Amethyst
$(TWEAK_NAME)_FILES = Tweak.x
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk
SUBPROJECTS += amethyst
include $(THEOS_MAKE_PATH)/aggregate.mk```

and you can't make a non embed in js?
so wtf is wrong with my makefile 
im looking
and i dont get it 💀
im dumb
TWEAKNAME_LIBRARIES
$(TWEAK_NAME)_FILES
should it be near TWEAK_NAME
$(TWEAK_NAME)_CFLAGS
$(TWEAK_NAME)_LIBRARIES = gcuniversal
ohhh
One of these is not like the others
im special
And yes it needs to be under as well
thanks
still errors
==> Preprocessing Tweak.x…
==> Preprocessing Tweak.x…
==> Compiling Tweak.x (arm64)…
==> Compiling Tweak.x (arm64e)…
==> Linking tweak Amethyst (arm64e)…
ld: warning: object file /home/test/bettervolume/.theos/obj/debug/arm64e/Tweak.x.57800352.o was built with an incompatible arm64e ABI compiler
Undefined symbols for architecture arm64e:
"_OBJC_CLASS_$_GcColorPickerUtils", referenced from:
objc-class-ref in Tweak.x.57800352.o
ld: symbol(s) not found for architecture arm64e
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64e/Amethyst.dylib] Error 1
make[2]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64e/Amethyst.dylib] Error 2
make[2]: *** Waiting for unfinished jobs....
==> Linking tweak Amethyst (arm64)…
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_GcColorPickerUtils", referenced from:
objc-class-ref in Tweak.x.80bd0313.o
ld: symbol(s) not found for architecture arm64
clang-11: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64/Amethyst.dylib] Error 1
make[2]: *** [/home/test/theos/makefiles/instance/library.mk:52: /home/test/bettervolume/.theos/obj/debug/arm64/Amethyst.dylib] Error 2
make[1]: *** [/home/test/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/home/test/theos/makefiles/master/rules.mk:146: Amethyst.all.tweak.variables] Error 2```
INSTALL_TARGET_PROCESSES = SpringBoard
THEOS_PACKAGE_SCHEME=rootless
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Amethyst
$(TWEAK_NAME)_FILES = Tweak.x
$(TWEAK_NAME)_CFLAGS = -fobjc-arc
$(TWEAK_NAME)_LIBARIES = gcuniversal
include $(THEOS_MAKE_PATH)/tweak.mk
SUBPROJECTS += amethyst
include $(THEOS_MAKE_PATH)/aggregate.mk```
this is my makefile rn
well dont trust me blindly because i was eating with one hand and typing with the other
so
fatass
eating what
uh
dick
chocolate something, idk what its called in english
say it in ur language
чокопай
chocopay
im very very slow
also i have another question
would a tweak icon be in control
im not doing it yet just wondering
If you want it to show in the pakcage manager, then yes
yes
but you need to specify it elsewhere for prefrences and stuff
wait so in package manager in settings
what?
package manager and settings are sepearte things so you need to specify seperate
you need to have the icon in the bundle for prefrences
packagae managers can read from the file system but it will only work if its installed, so its recommened to get it from online (probably your repo)
ok
is that the only option
i dont really like it
Also which plug-in for a header
figure it out without help ❌
also is it just me or does Airaw's duo cell look very similar to mine
with jade?
its a clone
wym how
I live in the US
no
here ill even link
omg omg !!
read it and study it
tweak: 30 lines of code
settings page: 1300 lines
this is true
https://linktr.ee/starmastar1126```
@lunar ginkgo what do u need help wit again
uh
Slider custom color
@acoustic imp
One sec I Gota see sm
@lunar ginkgo like this ?
Flexed™️
No like the “hidden” toggle
i wannaa do it for enabled
woopsie
This is a slider
One sec let me get nights pref tjing
He’s being nighty smh
Some information about preference bundles and the different cells in there. - NightwindDev/Preference-Bundle-Example
@lunar ginkgo def read thru this ^^^
This is torture on mobile
Wait till I get home
hi slider
👋
hi
@lunar ginkgo one sec
where tf do u get the CydiaSubstrate framework for theos
um help
nebuler
maybe unplugin the drive was a bad idea (while it was running)
@faint stag ?, is there a fix or do i need to reinstall MacOS
idk what the means...
did you change a system file or something
no i dont think so
i think but im not sure that means SSV was tripped
not on macOS no
oh there might be some weird driver or something then
private github repos:
most r on GH
it didnt happen like 2 hrs ago tho
weird idk
maybe bc - > #development message ?

it was accident
when my laptop sleeps it unmounts External drives
fedora + KDE if anyone can fix 🙏
i'm trying to make a respring animation, but i've noticed that the more frames i have the faster the animation is (i have 145 frames). is there a way to make it play the frames slower?
gotta figure out how to set the framerate
yeah i'm not sure how to do that lol
tesla did it work
i'm just looking at the files of another respring theme and copying names lol
my VScode is not happy atm
one moment
also need to check headers
mac what, imac, MB, MBP
Mac mini
Ok
im looking thru headers
idk where the property is for the UISwitch
@indigo peak wheres the like cell.contentview but cell.UISwitch thing or is there sm frickery you gota do
uh idk what it is
lets hope and pray what is on GH works
it does not work
@lunar ginkgo there is hope
im pretty sure better alarm is OS
and they have custom switch cell coloring
yay
oh i is silly
how do i do isKindOfClass bc this aitn working objc [cell isKindOfClass: %c(PSSwitchTableCell)]
ok freak it we subclass this hoe
@lunar ginkgo it compiled
now we see if it work
thanks - https://github.com/NoisyFlake/BetterAlarm/blob/master/preferences/CustomCells/BetterAlarmToggle.m
bruh where is 16Player
nah bro where’s your ram with such amount of tweaks
theres alot more wihtout prefs
just counted 17 and ram is crap
ur battery gotta be cooked
oopsies
76% BH and gota rechagre it like 3+ times a day
so yea
@lunar ginkgo
no wonder
put this in ur rootcontroller objc @implementation superKewlSwitchCell -(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)identifier specifier:(PSSpecifier *)specifier { self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier]; if(self){ if (self) [((UISwitch *)[self control]) setOnTintColor:[UIColor redColor]]; //chnage "redColor" to the color you want also make sure to credit - https://github.com/NoisyFlake/BetterAlarm/blob/master/preferences/CustomCells/BetterAlarmToggle.m } return self; } @end
this in ur .h file or root.m idc
@interface superKewlSwitchCell : PSSwitchTableCell
@end```
then add this under the >cell< thing for cells
```<key>cellClass</key>
<string>SixteenSwichCellColor</string>```
like so ```<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>cellClass</key> <---
<string>SixteenSwichCellColor</string> <---
<key>default</key>
<true/>
<key>defaults</key>
<string>no</string>
<key>key</key>
<string>tweakEnabled</string>
</dict>
</dict>```
@lunar ginkgo
no thank you...
i pressed Ctrl + C then Ctrl + V for u smh
@radiant idol ^^👍
will try when i get home
rip 😭😭
I have 10 with prefs 💀
W tweak
it was pretty useful in the early days in order to check if anyone's complaints about preferenceloader issues were actually valid
lol
lol
???
it’s [cell control] casted to UISwitch
nvm sorry for ping
error
@acoustic imp if ur alive i got an error
literally says the issue
they dont know what too look for or have any clue ab this
do you see where it says ./AMETHYSTRootListController.h:3:34: error: declaration of 'PSSwitchTableCell' must be imported from module 'Preferences.PSSwitchTableCell' before it is required @interface superKewlSwitchCell : PSSwitchTableCell
oh 💀
i skipped over that
woopsie
im jk
😦
ping me if u need me im doing math HW
> Making all for tweak Amethyst…
==> Preprocessing Tweak.x…
==> Preprocessing Tweak.x…
==> Compiling Tweak.x (arm64)…
==> Compiling Tweak.x (arm64e)…
==> Linking tweak Amethyst (arm64e)…
ld: warning: object file /home/test/bettervolume/.theos/obj/debug/arm64e/Tweak.x.57800352.o was built with an incompatible arm64e ABI compiler
==> Generating debug symbols for Amethyst…
==> Linking tweak Amethyst (arm64)…
==> Generating debug symbols for Amethyst…
==> Merging tweak Amethyst…
==> Signing Amethyst…
> Making all in amethyst…
> Making all for bundle Amethyst…
==> Copying resource directories into the bundle wrapper…
==> Compiling AMETHYSTRootListController.m (arm64e)…
==> Compiling AMETHYSTRootListController.m (arm64)…
==> Compiling AMETHYSTRootListController.m (armv7)…
==> Linking bundle Amethyst (arm64)…
==> Generating debug symbols for Amethyst…
==> Linking bundle Amethyst (arm64e)…
ld: warning: object file /home/test/bettervolume/.theos/obj/debug/arm64e/AMETHYSTRootListController.m.1fa3299b.o was built with an incompatible arm64e ABI compiler
==> Generating debug symbols for Amethyst…
==> Linking bundle Amethyst (armv7)…
==> Generating debug symbols for Amethyst…
==> Merging bundle Amethyst…
==> Signing Amethyst…
test@Desktop-UHJEE:~/bettervolume$```
no errror
yay!
idk why i said womp womp
💀
now do make do THEOS_DEVICE_IP=<your device ip> THEOS_PACKAGE_SCHEME=rootless
nuh uh
i use discord
easier
what 💀
yay
no way 💀
when i open my tweak it crashes settings
frick
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>cellClass</key>
<string>superKewlSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>me.seroina.amethyst</string>
<key>key</key>
<string>Enabled</string>
<key>label</key>
<string>Enabled</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Customization</string>
</dict>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>cellClass</key>
<string>GcColorPickerCell</string>
<key>label</key>
<string>Mute Button</string>
<key>defaults</key>
<string>me.seroina.amethyst</string>
<key>key</key>
<string>YourColor</string>
<key>supportsAlpha</key>
<true/>
<key>safeOnDismiss</key>
<true/>
<key>fallback</key>
<string>0000ffff</string>
<key>style</key>
<integer>0</integer>
</dict>
</array>
<key>title</key>
<string>Amethyst</string>
</dict>
</plist>```
what did i do wrong
show your rootliscontroller.m file
#import "AMETHYSTRootListController.h"
@implementation superKewlSwitchCell
-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)identifier specifier:(PSSpecifier *)specifier {
self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier];
if(self){
if (self) [((UISwitch *)[self control]) setOnTintColor:[UIColor redColor]]; //credit https://github.com/NoisyFlake/BetterAlarm/blob/master/preferences/CustomCells/BetterAlarmToggle.m
}
return self;
}
@end```
#import <Preferences/Preferences.h>
@interface superKewlSwitchCell : PSSwitchTableCell
@end```
add this #import <Preferences/PSSwitchTableCell.h> to it
ok
lemme try
also how do i add a changelog
nah it still kicked me out
just get the tweak going first
yeah
k
now try comenting things out
well
first
just try dleeting everything in ur plist
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>items</key>
<array>
</array>
<key>title</key>
<string>Amethyst</string>
</dict>
</plist>```
try that
should i make the package
just runs make like normal pretty much
aw man
so you can do stuff like make clean do
still kicks me out
you dont need this but THEOS_DEVICE_IP can be set in Makefile to ur jailbroken devices IP
yeah imma do that later
oh im restrted
rn im tryna fix this
one sec
ok
did you delete things in your rootlistcontroller.m file?
Alias for make package install
bc your missing the part the retunrs the cells/specifyers
#import "AMETHYSTRootListController.h"
@implementation superKewlSwitchCell
-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)identifier specifier:(PSSpecifier *)specifier {
self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier];
if(self){
if (self) [((UISwitch *)[self control]) setOnTintColor:[UIColor purpleColor]]; //credit - https://github.com/NoisyFlake/BetterAlarm/blob/master/preferences/CustomCells/BetterAlarmToggle.m
}
return self;
}
@end```
i copied what u sended
and the implementation of your rootlistcontroller
show me your tweal file structure
like screen shot the filse spot in VScode
Tweak.x?
everything the whole folder
like this
with everything expanded/opened
yes
u need, one sec...
@implementation AMETHYSTRootListController
- (NSArray *)specifiers {
_specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
return _specifiers;
}
@end
and u can add everything back in your plist file btw
@lunar ginkgo
yes im here
#import "AMETHYSTRootListController.h"
@implementation AMETHYSTRootListController
- (NSArray *)specifiers {
_specifiers = [self loadSpecifiersFromPlistName:@"Root" target:self];
return _specifiers;
}
@end
@implementation superKewlSwitchCell
-(instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)identifier specifier:(PSSpecifier *)specifier {
self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier];
if(self){
if (self) [((UISwitch *)[self control]) setOnTintColor:[UIColor purpleColor]]; //credit - https://github.com/NoisyFlake/BetterAlarm/blob/master/preferences/CustomCells/BetterAlarmToggle.m
}
return self;
}
@end```
so my file should have that
yes
maybe u should read it first before sending it...
add this to ur .h file @lunar ginkgo
@interface AMETHYSTRootListController : PSListController
@end
just dont send a log if u didint read it yet
and if you dont know just send the error not the whole thing
🎉🎉
now i know how to do it
wdym
chnange the color ?
set what up
huh
no
this is not cephei
ik im just asking because someone before said cephei
and thats complexer
is it custom or a lib?
custom

aw shucks
u can do it with swiftui!!
NO
its a subclass of GcColorPickerCell
im using objc!
make the tweak itself before prefs dingus
no
litterally
no
@tepid olive what tweaks have u made
esrirogrn
no
tweak itself = hard
prefs = easier
well imma do the easy stuff first
cuz i dont really know obj c
and tryna learn first
no
im like
tryna do prefs
while learning other stuff
so i can still make progress
Just make the tweak
idk where to start tho
so im tryna look at open soruce projects
and learn
Well dont start with tweaks first of all

what do i do then
Make programs
In objc
ik all those
its not really object coding
real ones start tweak dev with like 6 months of html experience and nothing else 🔥
this is so much diffrent
make a madlib in objc
Mad Lib stories are stories that start off as a template, with many holes in the story that need to be filled in, and a person who doesn't know about the story provides the missing details.
thats what im tryna do 💀 kinda
also no mac (and WSL didnt exist)
Then make command line programs
this is actully me tho
this is super easy and actually does teach you the basics
hmmmmmm
i mean
i have to just make storys
idk how that would help tho
where was this when i asked
thats not what im struggling with
Youll learn how to make nsstrings using methods
i just dont know how to find the diffrent hooks and parts
it gets you familiar with syntax and how the language functions
you refused to listen to me
like how tf am i sposed to know what the volume slider is and how to change the color
¯_(ツ)_/¯
And therefore learn to use methods in object oriented programming
baby steps
By learning objc

We are literally helping you and youre just refusing
idk ill figure it out
Its not better
learn at least the basic syntax and then start making tweaks -- it is extremely annoying to do it and you have to keep asking other devs, which doesnt get you anywhere, and you just annoy them because frankly you're wasting their time
ok
if you dont take our advice then don't expect us to help you every time you aska question you would have known the answer to if you had taken our advice
what night said^
byebye
ik im a hypocrit
YOURE SO TRUE
and just so you know, teslaman was basically the bane of my existence because of this mentality, but he actually did learn stuff
liberal

bro i complained so much ab not having interface builder or whatever xcode has
for the longest time
🤓
fr
storyboards????
fuck xcode
theos compiling > xcode compiling
I still dont have a mac
twin
ur own makefile >>
nah
i still dont understand how half of custom makefiles work
🤓 ☝️
i finally started C programming in my comp sci class
Whoevers using makefiles in 2024 needs to get with the times
rip luz
@next wadi need luz 2
fr
this girl needed help w something bc her program asked for 2 numbers and was just to add them
and she somehow got
3 + 4 = -7128948235

or some shit like that
L
if theos so good where is theos 2?
yeah true fiore
luz 🫤
hasnt uro talked ab migrating theos over to python instead of perl for the longest time
perl looks cursed
would it be faster?
Probably but most importantly easier to work with
whats the language that you can make a functional program from random paint splotches
wdym, its not now ?
Even Random Paint Splatters Can Be Valid Computer Code (If You're Using Perl)
Perl is shit
As technology becomes more central to our lives, kids are increasingly being steered towards careers in programming with things like toys that promote coding. Is there still room for the arts in a world run by apps, AI, and computers? It turns out there might be a closer connection between the two than you’d think, as…

idk but it better then swift prob
anyone here smart at math
whats your math problem
imagine its like
factoring a quadratic or something
send the problem
lemme work it out
teachers work
(x-5)/(x-8) + (x-6)/8-x)
any news
chatgpt is down rn smh
u just re did the teachers work
no
why doesnt my way work ?
because thats not how you do algebra
oh
sorry on mobile
just think
1 + 2 = 3
you can’t just, multiple 1 by -1 and make it -1 + 2 = 3
but like if u had 3/5 + 3/15 , the comon denom is 15 ???
-1 + 2 ≠ 3
ohhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
you’d have to make the 3/5 in same terms as the 3/15
so in that case you’d just make it 9/15
ik ik
but in the case where the first denominator and second denominator don’t have common factors
fuck, why is he typing
You’d have to multiple by a number on BOTH sides to make them equal
shut up icraze
yea, and im stupid some times
whats the integral of 3x^2
idk what intergral is
on what bounds
+ C
night gets it
inb4 plus c
this should be a mandatory test of age for discord servers
x^3 + C 🤓
u must go to high school tesla man
(im a math minor)
i thought ab math minor
am in rn
but then i didnt want to
bruh

fire
that is true
for comp sci i had to take 4 math classes
and the minor is 6
so i thought
why not
🤷♂️
valid

i majored in chem and took calc 2 but i took calc 1 and 2 in hs anyways
i had calc 1 from highschool, took calc 2 last sem,taking discrete now, and linear next semester
but i changed my major from chem
linear would be cool to take but im a poli sci chinese major so im gud
ching chong
what the actual fuck
a what
real
ching Chong maca yong?
comp sci
lol
a normal major
like business 😭
i am
i coded in high school but doing it for a career would suck ballz
.
speaking foreign languages is way more fun
i have to take 2 semesters of italian
italian is gud
we are developing relationships with each other
(little to they know im recognized as bilingual in italian according to New York State)
take notes icraze
they’re talking about their development of their education
average language requirement student

icraze wouldn’t know he dropped out of hs
missouri?
i have a message i want to send rn but i got verbally warned in dms by a mod last time i said it
plant the seeds
icraze is NOT old enough to be in highschool
in britain its called college
i did my math wrong... again 🥲
ask the class

ew you have a group chat with capt?
isnt there a objc types parser for ida
get out
that is NOT how algebra works my guy
ok lost cause
bruh
its multiplying tho
you cant cross out of two expressions
What are you doing
fuckin up
i have test tmro
who am i kidding ur not in algebra
what the fu ck
yes random people on the internet arent gonna be able to teach you algebra
ag 2
Cheat
ALGEBRA TWO????
foil
Just cheat
USA ag2 *
just do foil bruh
BRO
my ag2 was fine /sheug
I WOULD UNDERSTAND IF YOU WERE IN ALG 1
lmao
YOU ARE IN ALGEBRA TWO
how did you make it to alg 2 making this mistake
😭
its okay good luck!
im like almost failing but that bc i dont pay atention the full time
but i kinda get stufff
yep!
😭
whos gonna act as a personal tutor for teslaman
your his comp sci tutor
1/2
might as well be math tutor
NO
BRO IM SO PISSED
MY SCHOOL WONT LET ME BE A COMP SCI TUTOR
because im not a grad student

which is bs
oh...
i legit want to be a tutor
Darwin 21
expression comes out to this not whatever the hell u had
then factor top and bottom
that looks like absolute agony to solve
yeah lol
idk how that works but what ever

means u probably dont have to foil the top
wait
one sec
steve lecky would never cheat
uhhh idk
one sec
geo fml
geo ez
it is ?
yes geo is ez
i act wanna take geometry
send
1 sec
geometry was one of my favorite math classes
prob my favorite
except for triangle proofs
Youre taking geo after alg2?
those SUCK
I hated geo
yea?
OH MY GOODNESS
good thing too
they dont want draters teaching draters
Its the math i struggled in the most
FIORE WHY BRING THE TRAUMA BACK
i did alg1 -> geo -> alg2 -> precalc -> calc1 -> calc2 -> discrete -> linear
nerd
same but i didnt pass my calc 2 ap test so i had to retake it in college
bro im not a bad teacher and the topics are mad easy
then make ur argument to the guy in charge
so if all i have to do is write a python program that calcualtes the distance fallen in X amount of seconds
i think im good
im gonna
good
Alg2->precalc->ap calc bc->calc 3->linear algebra in highschool
chad
my school didnt accept my physics credits
so i had to retake
rip
im in 102 rn (electricity and magnetism)
when did yall do alg2 in what grade
9th
Freshman
How
i didnt im just larping like everyone else here
If u took alg2 in 9th
10th
u dont
exactly
Alg 2 is in 10th
i love pulling out, so u did same thing just later, why...
if u guys want flexing i took orgo 1 in high school
Whats larping
doing it in 9th
your parents shoulda pulled out
sorry thats mean (only icrazes parents shoulda pulled out)
where u pull out a common factor...
so true
When someone is pretending to be something they’re not. Can involve lying on social media/internet or lying in real life. Often used in a derogatory sense. Derived from the original meaning of LARP, Live Action Role Play. When you say that someone is larping and you’re not talking about the literal game, you are saying that they are role-playing...
i larp, you larp, he/she/they larp
larpology: the study of larping
its first grade christian
Damn so mfs just lying now
💯
further help will cost 5.99 tesla man
5.99 is crazy
why are we doing grade 9 math in the dev channel
LOL
to see if i still got it
jurys in
im fire
wnat is this
a = 5
2 = 5
THATS AN a???
that is NOT an a
Who writes their a like that
Three letter acronym begging with K, ending with S, with a Y in the middle, which I cannot say in this server
I THOUGHT THAT SAID 2 = 5
lmao
LOL
ME TOO
thats my bad fr
kay why ess
Why did u take ab and bc

mods
your poor mathematics teacher
I cba to work that out
Just take bc
i write my as like that cos my 11th grade stats teacher did and i wanted to see if i could change my handwriting
not all high schools work like that
yeah u can lol
depends on the school
Dumbass school
some schools dont let u
Money hungry ass school
i could’ve done bc first
real
my brother is doing bc straight after 11th grade math
my school ab bc was mandatory
if u took bc u had to take ab
bc was continuation
basically learned derivatives in ab and integrals in bc
@lean ermine did u get a = 5 ?
Yay
i only did ab tho
i took ab and audited bc cos my dual enrollment schedule was weird
Bc teaches everything in ab + more
then i got a 3 on the bc exam and i had to take calc 2 again
at ur school
lil bro i eat u for breakfast
Idk who tf u are talking to me like that
ik im just teslaman
ditto
it’s funny you both think ur him rn
@lean ermine wana race i have another
what kinda school forces u to take ab first
sure
capt school
they just want ur money fr
gay schools
mine
getting scammed
at my school
Who are u again 😭😭
bruhh
idk but he’s further in math than u nebula
im graduating college in 3 months
dont fuck w martin
Ableism for calling me slow

t=0
oh, o lose
simplifies to t over t+4
-4 ?
?
nop its plus
4****
ye
using my ipad jus make me yearn for springboard injection on 17.0
what yall devs even doin..
helping people do 9th grade math
ohhhhhh the answer is 4
thats what we're doing
ok but that is more important
is there any lib for a subtitle
if you dont know who those are im way too old
im aware of who they are but I wasnt born in the US so I dont really have a personal connection to those characters
@lean ermine u from US?
si
i should make a tweak to get funny orange name
why are they using sesame street for high school math
i mean i took algebra 2 in 8th grade
is this high school..
tweaking
tweaking -> tweaker
jailbreak devs should do crack
nexus
nexus
icraze tweaks are like cocaine
they will kill u

