#development

1 messages Β· Page 274 of 1

tepid olive
#

it is possible

surreal mountain
#

yeah no unless pays.host always redirects to the latest image or something

#

that isnt possible

tepid olive
#

it is

surreal mountain
#

ok

tepid olive
#

it uses a lot of % and shit

surreal mountain
#

thats just unicode chars lol

tepid olive
#

i wanna make a cdn kek

#

lemme find a url

#

i have

surreal mountain
#

e.g. %20 =

tepid olive
#

no idea how

surreal mountain
#

@tepid olive spin up a droplet ill do it

#

did i fuck it

#

LMAO I BROKE IT

#

it hink

#

i think

#

if payload too big it breaks

#

𒐫

tepid olive
#

fuck

surreal mountain
#

𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫𒐫

nocturne yacht
#

wtf

tepid olive
#

@surreal mountain here look

#

its only the domain

surreal mountain
#

then that link must always redirect to latest

tepid olive
#

nope

surreal mountain
#

discord cant just hide that

#

that isnt how it works

#

𒐫

tepid olive
#

it redirects to the image I uploaded

#

not latest

surreal mountain
#

doesnt look like it to me

nocturne yacht
#

rip

tepid olive
#

here’s the full url copied from my task bar

#

or how’s that shit called

#

search bar

surreal mountain
#

then its using blank chars

tepid olive
#

I guess

#

but it hides somehow

surreal mountain
#

cuz they are blank chars

tepid olive
#

somebody buy me

#

uh

#

monotrix.xyz

#

nfr

#

its private image hoster :/

#

with 200 domains dead

nocturne yacht
surreal mountain
#

@tepid olive spin up a droplet and i wull make u image uploader

tepid olive
#

new bot called captincsuckscockbot that types captincsuckscock into the gift code entry field ever 0.1 ms

#

brb

#

@tepid olive spin up a droplet and i wull make u image uploader
@surreal mountain i don’t have digitalocean uhh

surreal mountain
#

vps

#

anything

#

that can host a site

tepid olive
#

i only have a friend’s proxmox vps

#

but

#

my site isn’t hosted there

#

@tepid olive it’s literally 0.84cents

surreal mountain
#

where

tepid olive
#

for how long

#

84 cents

#

which i do not possess

#

smh

nocturne yacht
#

rip

tepid olive
#

ok one small problem

#

how long does 84c get me

surreal mountain
#

a year

tepid olive
#

@grave sparrow let me know when your down to start

#

@tepid olive small problem

#

what?

#

I have 86 cents on my bank

#

but there are 0.16 fees

#

mfer I wanted to buy

#

I am missing 10 cents

#

kek

#

broke tho

#

nfr

#

mono

#

give me mf 10 cents

#

and i buy this shit 4 u

#

I DON’T HAVE A SINGLE CENT

#

I STG

#

On jah I hate taxes

#

I don’t even know when I’m getting my mf salary

#

oh and yeah fuck I kinda forgot it’s 3am and I got school tomorrow

#

:nfrpet:
@nocturne yacht GIVE

nocturne yacht
#

nfrpet

#

given

#

kek

tepid olive
nocturne yacht
primal perch
#

@everyone

half walrus
#

what the shit did oracle do to java

#

where is java 8

#

i literally just want to install java please

#

do you deadass need an account to install java now

lethal kayak
#

lmao

#

just don't use oracle jdk @half walrus

#

AdoptOpenJDK provides prebuilt OpenJDK binaries from a fully open source set of build scripts and infrastructure. Supported platforms include Linux, macOS, Windows, ARM, Solaris, and AIX.

tepid olive
#

Just install Java

#

That’s what I did

lethal ice
#

just write tweaks in java thats what i did

tepid olive
#

Ok

misty cradle
lavish ice
#

Hi there, I just switched to unc0ver with substitute, I open one AppStore and it will crash instantly, and the second time open AppStore will be fine. the log seems like:Attempted to hook non-existant selector "initWithConversionID🏷️value:isRepeatable:" in class "nil" SubHookFunction: called with a NULL pointer. Don't do that

#

Any idea why? I didn't hook the selector btw

lapis vessel
#

That isn't a fatal error and isn't what crashed the app

tepid olive
#

@grave sparrow add me so we can get started on our tweak

chilly forge
#

So, trying to dig into the App Library to test it out but my VM broke and can't compile nor test my stuff. Trying to invoke the App Library from other actions after seeing a thread on r/jailbreakdevelopers asking about it

#

Here's what I got

#

@interface SBHLibrarySearchController : NSObject
    +(id)sharedInstance;
    - (void)presentAnimated:(BOOL)arg1;
@end

static void LaunchAL()
{
  [[NSClassFromString(@"SBHLibrarySearchController") sharedInstance] presentAnimated:YES];
}```
#

If anyone wants to test that out, lmk if it worked

tepid olive
#

@tepid olive BITCHASS ARE YOU HERE

#

if this mfer isn’t here rn imma

lavish ice
#

@lapis vessel it seems SubHookFunction: called with a NULL pointer. Don't do that is the reason to crash. I hooked into LLDB and it jumps to a C function MSHookFunction call that crashed. Comment it out then the app will not crash

fluid lintel
#

Hi guys, that you know you can start checkra1n without disabling amfid?

primal perch
#

Go ahead

tepid olive
#

give me access to #shitposts
@grave sparrow you mispelled typecentury-dev-channel

#

true

royal oak
#

is there a way to get lsof on a checkra1ned device? I have been bashing my head at this and can't figure it out

#

no ?Lsof? i am trying to figure out what had a particular file open on my device

#

is there maybe another utility that i can get via sileo or something. I was gonna try and use a pongo module but i wasn't able to get that installed either 😦

#

I was looking if i would be able to build this tarball

lapis vessel
#

@lavish ice ah ok, hooking nonexistent objc methods should work but I guess not c functions. The crash report should tell you what tweak is calling it

tepid olive
#

C is sex language

#

@interface SBHLibrarySearchController : NSObject
    +(id)sharedInstance;
    - (void)presentAnimated:(BOOL)arg1;
@end

static void LaunchAL()
{
  [[NSClassFromString(@"SBHLibrarySearchController") sharedInstance] presentAnimated:YES];
}```

@chilly forge dude please fix that code formatting

#

Good lord

royal oak
#

cydia has it gosh darn it

tepid olive
#

@tepid olive BITCHASS ARE YOU HERE
@tepid olive gm

#

@tepid olive

#

hi

#

@tepid olive

#

hi

#

hello

#

monotrix

#

ye

#

@tepid olive

#

helo

sacred viper
#

I forgot that I bought the lightning to USB 3 adapter to test mounting stuff in iOS. I need to find where I put that

tepid olive
#

monotrix

#

hello sir @tepid olive

#

are you the owner of monotrix.xyz

sacred viper
#

No lightning to USB 3

tepid olive
#

are you the owner of monotrix.xyz
@tepid olive uh no

#

well i am

sacred viper
#

I have the only iPad that was made with USB 3 on the lightning connector

tepid olive
#

L

#

mfer send me dns records

#

or nameserver

#

lmao

sacred viper
#

The Pro 10.5 has USB 3 on lightning

misty cradle
#

I have the only iPad that was made with USB 3 on the lightning connector
@sacred viper

tepid olive
#

uh about that

#

idk how nfr oke

#

lemme look up

#

a

#

uh

#

guide

#

or smth

sacred viper
#

It's not C @grave sparrow

tepid olive
#

do u want it to a vps?

#

ye

#

ubuntu?

#

yes

#

i’ll set a new container up for it

#

then give me ur vps ip

#

and ill point it

#

or u can setup cloudflare and i change ns

sacred viper
#

Lightning isn't USB 3 usually

#

You're thinking thunderbolt

tepid olive
#

@tepid olive this is a RIP moment

#

uh

#

idk if my vps works with nginx

#

mf

#

idk if my vps works with nginx
@tepid olive how

#

what

#

idk

#

what vps

#

it's a proxmox one

#

do you have root

#

when i do the IP searching stuff

#

do you have root
@tepid olive ofc

#

but anyway

#

just install nginx im confused

#

i did

#

the issue is the IP stuff

#

it just gives local IPs

#

173, 10, etc etc

#

@tepid olive oke so let's do it on gh pages

#

true

#

mf french shit

#

what this

#

never asked

#

kek

#

oke so

#

to what where do i point

#

what where do i point

#

ns, dns

#

uhm

#

hang on

#

do you have ovh

#

ok nvm this domain name trnasfer thing wants all shit

#

adress and shit

#

oomf

#

so

#

what do we do

#

i can point where uwant

#

i was following this nfr

#

also

#

if it's possible

#

that'd be pog

#

ok

#

still french nfr

#

man give ovh some time

#

its slow in dns

#

oke

#

but within 24h it hsould be pointed

#

ye the dig command says it's pointing

sacred viper
#

I lost my USB 3 adapter so I'm just gonna buy one off ebay

tepid olive
#

uh so is the gh thing possible

#

go ahead

#

click

#

POG

#

WOOOOO

#

OH DAMN

#

do u have CNAME in ur gh?

#

THAT IS

#

SO GOOD

#

do u have CNAME in ur gh?
@tepid olive yessir

#

lemme check

#

ohh man

#

you are...

#

wow

#

im not sure

#

lemme rename it then

#

standby

#

ok

#

i did it

#

now we wait

#

true

#

did u enable gh pages in the repo settings

#

ye

#

and did this?

#

yes

#

ok now we wait

#

for slow ovh

#

frick

misty cradle
#

What happened?
The owner of this website (hvh.rip) has banned the autonomous system number (ASN) your IP address is in (9009) from accessing this website.

grim sparrow
#

@tepid olive you added the Github https addresses right?

sacred viper
#

Damn I wish I knew what I did with my Lightning camera adapter

tepid olive
#

@tepid olive try doing the A setup

#

with the 4 ips and stuff

#

WAIT

#

yep

#

my fault

#

i had it set to just monotrix.xyz

#

instead of www.

#

i call that a bruh momentum

#

cert is being provisioned

#

yea my bad

#

mf cache

#

kek

#

CACHE BE LIKE

#

why is it saying that the website is impersonating and has a fake cert

#

nfr

#

do we try and get the apex domain @tepid olive?

#

or do we just leave it

#

whats a apex domain

#

so

#

instead of www

#

you can use just monotrix.xyz as well

#

it’s ez to use as well

#

you just have to do the IP things with the A config

#

the ips are all the same 2

#

to where do i point a A adress

#

follow this

sacred viper
#

Found my lightning to USB 3 adapter

tepid olive
#

okay

#

let’s try it

#

POG

#

cert being provisioned

#

@tepid olive woe same error

#

WOE

#

what am i doing wrong

#

uhm

#

try removing the first two entries

chilly forge
#

@chilly forge dude please fix that code formatting
@tepid olive don’t format shame me plz

tepid olive
#

not slick

lethal ice
#

true

#

@tepid olive did you create taco bell

#

mr bell

tepid olive
#

@tepid olive did you create taco bell
@lethal ice yes bro

#

Yes

#

no

#

if yours works then its fine

#

Should I buy the new 1300 MBP?
@grave sparrow :stfu:

#

ok so heres the plan

#

literally shut the fuck up

#

damn they didnt even mention 16"
@grave sparrow woe

#

sad!

#

what

#

ok

#

true

gaunt mesa
#

do u think i could use a macbook air

#

cuz im thinking of downgrading from pro to air with trade in

tepid olive
#

Lol!

gaunt mesa
#

would the macbook air be performant enough for xcode

#

that's what i wonder

primal perch
#

true

misty cradle
#

@gaunt mesa we shall see next week(s)

gaunt mesa
misty cradle
#

finally

tepid olive
#

@tepid olive WE DID IT

#

true

#

monotrix

#

true

#

innit

#

Ok

#

Is this the channel where I tell developers to make me things?

#

yes

#

Can someone please make me a tweak for among us to allow sex animations

#

Please company name I want sex i need sex sex in among us would be so good

gaunt mesa
#

frcoal
@tepid olive

#

kbye

tepid olive
#

kbye
@gaunt mesa school, was it?

#

@tepid olive now please make sex tweak

#

I will dm more details

gaunt mesa
#

@gaunt mesa school, was it?
@tepid olive yes

tepid olive
#

True

gaunt mesa
#

have a test at 2:30

tepid olive
#

Ok

#

Bye

#

frcoal

#

:frcoal:
@tepid olive

#

true

gaunt mesa
#

i have discord on a separate display

#

and then i see this

tepid olive
#

Ok

gaunt mesa
#

time to close the client

tepid olive
#

Ok

#

gn

grim sparrow
#

Having to explain ARM and x86 to someone who doesn't understand anything about computers

tepid olive
#

@tepid olive tweak done

#

@grim sparrow hello gpu is speaker

#

here is deb

#

hdfuhhdhf

#

get gaslighted

#

fool

#

xD

#

LoL

#

kek

#

lmao

#

lmfao

#

rofl

#

true

primal perch
#

Having to explain ARM and x86 to someone who doesn't understand anything about computers
@grim sparrow yea frLMAO average user doesn’t waste all his time on discord imagine cringe moment kek big chungus

grim sparrow
#

well he asked me

tepid olive
#

keanu reeves

primal perch
#

true

grim sparrow
#

I said that moving to ARM in the long run is probably a good thing

tepid olive
#

wholesome 100

grim sparrow
#

and asked why

tepid olive
#

@primal perch lol! so true. glad to be a loser

grim sparrow
#

so I gave a very brief explanation of it

primal perch
tepid olive
#

idk man

#

those speeds that they said

#

they got me simpin

primal perch
#

innit

tepid olive
#

so cpus are like them crisps innit
@vivid dew it's chewsday innit govna

primal perch
#

ye

tepid olive
#

because

#

it's

#

nvm

primal perch
#

Ddosed

grim sparrow
#

so cpus are like them crisps innit
@vivid dew stfu

tepid olive
#

Ddosed
@primal perch i think you mean

#

"dodosed"

cedar star
#

i do make package install

#

it runs

tepid olive
#

epic new server picture

cedar star
#

but i can't see the NSLog

tepid olive
#

i've never seen that class in my life

cedar star
#

lmao

tepid olive
#

what are you trying to make it do?

final nacelle
#

epic new server picture
yea

cedar star
#

just log when you unlock the screen

#

i made similar before i'm 99% sure it fires when you go to home screen

twilit jungle
#

That class isn't used anymore

cedar star
#

how so

tepid olive
#

just

#

isn't used

#

like

#

tossed aside and replaced

twilit jungle
cedar star
#

well i'm still testing this for 9.3.5

#

(9.3.3 headers)

final nacelle
#

o

#

The headers but which os version :/

cedar star
#

no problem changing stuff but it looks my theos is rip or something

tepid olive
#

Wait

#

What device

twilit jungle
#

Its not Theos

tepid olive
#

Is it 32bit

cedar star
#

ios 9.3.5 with headers for 9.3.3

#

iphone 4s

#

with phoenix

#

yeah i think it is

tepid olive
#

So make sure to compile for 32 bit

final nacelle
#

Yea k ^

tepid olive
#

I don’t think theos does that automatically anymore

cedar star
#

Doesn't it compile both for arm64 and armv7?

final nacelle
#

iOS 9 isn't arm64 iirc

tepid olive
#

Afaik it’s now arm64 arm64e by default

#

So

#

fuck 32 bit

#

let it go boys

cedar star
tepid olive
#

Lol

#

Ok

final nacelle
#

let it go boys
yea why dev for that

tepid olive
#

Theory disproven

cedar star
#

so i should only specify armv7

#

yea why dev for that
lmao nothing else

tepid olive
#

Doubt that would make a difference

cedar star
#

i have an ipad on ios 10.3.3 but oh well

final nacelle
#

etason jailbreak go brrrr

tepid olive
#

@cedar star do you have flex installed (if lib flex even works on iOS 9)

cedar star
#

no

tepid olive
#

Ok

#

Well easiest way to test if code is running

#

abort();

cedar star
#

that does what

final nacelle
#

:nfr:

tepid olive
#

If it crashes

#

It’s running

cedar star
#

oh

tepid olive
#

Abort aborts

final nacelle
#

lol

#

You could os_log

tepid olive
#

EXC_UNIX_ABORT

#

iirc

final nacelle
#

raw C

twilit jungle
#

os_log don't exist on iOS 9

final nacelle
#

lol

#

os_log don't exist on iOS 9
@twilit jungle yikes

tepid olive
#

I am doing C stuff

#

And I fucking suck

final nacelle
#

Oh yea ios 10 introduced it right?

twilit jungle
#

yes

tepid olive
#

C is sex

#

Im just bad

final nacelle
#

what would apple do if all the regular iOS developers started devving jailbreaks πŸ‘€

tepid olive
#

Die

final nacelle
#

Haha

tepid olive
#

Ok

#

Bye

#

I need do work

final nacelle
#

lol I'm prolly gonna go play minecraft

#

finished school before breakfast

cedar star
#

lmao abort() didn't do shit

#

i don't think it's even running

final nacelle
#

Then it- ^

twilit jungle
#

Means that method isn't called

cedar star
#

i tested this on 9.3.5

#

like a month ago

#

is there a simple method that gets called idk every time

#

so i can just test my tweak is running

final nacelle
#

limneos headers ftw

twilit jungle
#

%ctor should be what you use to check if your tweak is being loaded

cedar star
#

ah yeah

twilit jungle
#

Also should use notifications where applicable, as notifications are less likely to change per iOS version

#

There is a notification for unlock

cedar star
#

i heard of those

#

darwin notifications

#

there's uh lockstate i think

twilit jungle
#

Thats one type of notifications

cedar star
#

and something when the screen unlocks

final nacelle
#

Would you hook into a PairedUnlock framework method?

cedar star
#

but i'm trying to like do a custom lockscreen so i'm not sure that's what I really want

#

might be too late when it's unlocked

final nacelle
#

Because I don't remember that for iOS 13

twilit jungle
#

Then you shouldn't be hooking unlocked events

cedar star
#

I'm just trying something to check if all is set up fine

#

deactivate is wrong method obv

final nacelle
#

Is elias on here? I kinda wish he would update his website. Maybe use react or something

twilit jungle
#

Its also the wrong class unless you are willing to completely reimplement the lockscreen

final nacelle
cedar star
#

I have a custom UIVIewcOntroller (and a view) and all that

#

it's like

#

detects user turning on phone/going to log in => my method and stuff => actually unlock the phone

#

and nope, no logs from %ctor as well

#

maybe idevicesyslog isn't outputting everything

#

but it has all the usual console mess

final nacelle
#

iOS 13 has an unlock logger built in πŸ‘€

twilit jungle
#

Logging is usually not flushed immediately

cedar star
#

Yes, I know.

#

But it shouldn't take too long should it.

tepid olive
#
  Cycle Count:    65
  Condition:    Normal
  Maximum Capacity:    89%
``` the fuck is this
cedar star
#

How else do I test it?

tepid olive
#

65 cycles 89% battery health

cedar star
#

Without being able to depends on NSLog

tepid olive
#

Ha

final nacelle
#

lol bad battery my g

tepid olive
#

can i get my battery replaced under warranty

final nacelle
#

yep

tepid olive
#

fr

#

pog

final nacelle
#

Well it might be under apple-care iirc but idk

twilit jungle
#

When I said reimplement the lockscreen, I meant the entire thing not just one view controller. Using the base class means you'd have to implement the screen that initially pops up with the date and time and notifications, today page (though iOS 9 doesn't have that), passcode screen and then actually do the unlock.

final nacelle
tepid olive
#

monka

final nacelle
#

do it

tepid olive
#

Shut up nerd

#

coversheet fr

cedar star
#

okay no

tepid olive
#

Shut up nerd
@tepid olive yes @final nacelle stfu

final nacelle
#

wasn't me Β―_(ツ)_/Β―

tepid olive
#

My fake ids are in and lookin fye

final nacelle
#

:sickaf:

cedar star
#

I think it looks fine...

final nacelle
#

is iOS 9 actually armv7?

lethal ice
#

armv7

twilit jungle
#

arch is device specific not iOS specific

faint timber
#

That doesn’t make any sense @final nacelle

lethal ice
twilit jungle
#

ARCHS should be above common.mk, otherwise its ignored

final nacelle
#

Sorry i meant his ipod

tepid olive
#

hello bro does this mean i can upgrade to ios 15 and get arm64e???

#

can i downgrade to get arm64 on iphone 11 pro or did apple unsign arm64

lethal ice
#

@twilit jungle false but other variables will be ignored fr

twilit jungle
tepid olive
#

true

lethal ice
#

archs is the only one that works there idk why

#

but its ugly to put it there anyways

cedar star
#

uh it only builds for armv7 right now

#

so i'd say it's working

#

but ok

faint timber
#

@tepid olive you need iOS 16 to get 10gb of ram

tepid olive
#

ok

#

downloading now

lethal ice
#

nah ios 15 has a download feature

#

you can pay $199 to install 8 extra gb of ram on ios 15

tepid olive
final nacelle
#

I can download ram??? sick af

lethal ice
#

true

tepid olive
lethal ice
final nacelle
#

optifine for iOS

tepid olive
#

mfs literally think they use an exe to install optifine

lethal ice
#

my friend downloaded a virus trying to download optifine

#

probably because he clicked the ad

tepid olive
#

bruh

lethal ice
#

instead of skipping

tepid olive
#

this is why

#

you keep power switch

lethal ice
#

i keep thinking u are tr1 wtf

tepid olive
#

right next to you

final nacelle
#

2 year olds think they need adobe flash

#

smh

tepid olive
#

unplug pc and corrupt disk

#

do it

lethal ice
#

@misty cradle imposter bro

#

burrit0z was the imposter

final nacelle
#

i keep thinking u are tr1 wtf
lmao

tepid olive
#

no

#

i am

lethal ice
#

orange sus

final nacelle
#

black

tepid olive
#

????

final nacelle
#

Β―_(ツ)_/Β―

tepid olive
#

why does race matter?

lethal ice
#

because youre black

tepid olive
#

wtf

final nacelle
lethal ice
#

my friend said that to a black kid in 7th grade when he asked "why cant we be friends"

tepid olive
#

not funny

final nacelle
#

ur friend is aids

lethal ice
#

no i dont really think he is

tepid olive
#

was he tryna be funny

#

or is he legit racist

#

:sofuckinguhh:

lethal ice
#

he is not racist

tepid olive
#

can we be friends

final nacelle
#

but- thats what racism is

lethal ice
#

the kid was singing the song

#

why cant we be friends

final nacelle
#

oh shit

tepid olive
#

why cant we be friends

#

?

final nacelle
#

thats just a burn then

lethal ice
tepid olive
#

respond?!

#

just give me a reason

lethal ice
#

@tepid olive ur toes are too stinky bro

#

take a shower

tepid olive
#

just a little bits enough

#

@tepid olive ur toes are too stinky bro
@lethal ice woeuhh

#

cock too big

lethal ice
#

true

final nacelle
#

🀏

tepid olive
#

anyways i finish biogeochemical project now

final nacelle
#

biogeo wat

tepid olive
#

or at least start

final nacelle
#

that sounds like scifi

tepid olive
#

nah it just means cycle of elements between abiotic and biotic things

#

biogeochemical cycle

final nacelle
#

Ah ok

cedar star
#

>:(

#

why won't my tweak run ffs

final nacelle
#

it doesn't like u

#

You have to spend time with it

#

grow a bond

#

then it will work

#

🧠

tepid olive
#

lmao

#

ass

cedar star
#

i'll try tomorrow

#

i have the linux toolchain for arm64e, all the sdk versions, substrate.h and whatnot, theos from official repo

#

though i copied the project itself from my osx partition

#

might try making a dummy project

#

also

#

what the fuck

#

i plug in my iphone cable to my computer

#

and my computer just dies

#

like if you cut power to it

#

and i recently got a new mobo so it's not that

#

like what the hell?

#

what just happened there

twilit jungle
#

Your computer wasn't feeling it

cedar star
#

Uhuh?

#

That means?

#

also happened with my android cable

#

i have no clue why

twilit jungle
misty cradle
#

android cable

tepid olive
misty cradle
tepid olive
#

Kirb after retweeting a tweet from 8 years ago widepeepoHappy4

#

:fr2:
@misty cradle I’m taking a piss in a school bathroom rn give me a second and then I’ll listen to audio

misty cradle
#

wtf

tepid olive
#

wtf

#

Lma

#

@misty cradle

#

Lmao

#

So true

#

:amongass:
@tepid olive

#

@lime pivot can i finally get an arm64 checkra1n build?

lime pivot
#

true

#

a what

tepid olive
#

@lime pivot can i finally get an arm64 checkra1n build?
@tepid olive

#

Edited

lime pivot
#

oh erm, it’s not for me to decide

tepid olive
#

Booooo

surreal mountain
#

L

restive ether
nocturne yacht
misty cradle
#

oh erm, it’s not for me to decide
@lime pivot bring it up to the conversation

tepid olive
#

Bruh

#

Why do I need to verify credit card

twilit jungle
#

I can verify your card for you, just need 2 screenshots

high osprey
#

can someone help tell me why this isnt working:

#
    mkdir -p "$(THEOS_STAGING_DIR)/Library/Application Support/ModuleViews.bundle"
    cp Resources/*"$(THEOS_STAGING_DIR)/Library/Application Support/ModuleViews.bundle/"```
#

Thanks

surreal mountain
#

`

tepid olive
#

@grave sparrow wait so are you making it but i’ll take the credit or something?

#

oh can you help me

#

bet

#

okay can you help me

#

and guide me

#

i’m on my computer right now

#

what do i need to download?

late ridge
ivory prawn
#

please remove that cancer of a tweak @grave sparrow

tepid olive
late ridge
#

LOL

#

I don't get the batchomatic hate tbh

#

it's never failed for me :/

#

sure, there might be tweaks that don't work. but then you can just delete them from the deb and re run it

ivory prawn
#

then batcho will be a good tweak once again no.. installing a batch of tweaks simultaneously is dumber than eating breakfast/lunch/dinner in one giant Big-Gulp cup

late ridge
grim sparrow
#

@ivory prawn you’re saying I shouldn’t do that everyday?????

ivory prawn
#

i'm not gunna stop you

#

but jesus help you if you go to emergency for a "stomache ache"

grim sparrow
late ridge
#

i mean.. if all you eat is cereal it actually sounds quite good

grim sparrow
#

Why is that a bad thing

#

A&E is great

#

The sights you see

#

Top tip: Go A&E when there’s a game on. Don’t know about wherever you are, but when the local team is playing, it’s fucking empty

ivory prawn
#

i mean.. if all you eat is cereal it actually sounds quite good
@late ridge can't imagine how the toilet would look...

late ridge
#

HAHAHA

tepid olive
#

@grave sparrow bad news i’m on linux arch

#

@grave sparrow where

twilit jungle
#

sudo rm -rf / --no-preserve-root then install a real OS

tepid olive
#

@twilit jungle bruh i’m hackintoshing it soon

twilit jungle
#

lmao arch doesn't use-

tepid olive
#

i got the cmd from google

#

@twilit jungle what does it use lol

nocturne yacht
#

pacman for arch

tepid olive
#

oh

nocturne yacht
#

you should read the wiki

#

of it

royal oak
#

Question if you have a background service like IMDPresistence crash how would you respawn it so that it starts up normally without rebooting the phone

tepid olive
#

@nocturne yacht

nocturne yacht
#

when i tell you pacman is pacman

#

there is no dpkg/apt on arch

tepid olive
#

on

#

what cmd do i write?

nocturne yacht
tepid olive
#

sudo pacman install clang?

nocturne yacht
#

read the wiki

tepid olive
#

nvm i remember

#

it’s sudo pacman -S clang

fast olive
#

Quick general coding question

#

Let's say I have a function that determines if something is invalid, if it is, the variable invalid=1, if not invalid=0

tepid olive
#

i’m just getting error

fast olive
#

And when I quit the routine, the quit command can either be q invalid to return the value of invalid

#

or it can be q invalid=1 to return whether or not invalid=1

tepid olive
#

i’m doing sudo pacman -S clang

fast olive
#

so if it's not equal to 1, it will return 0, if it is equal to 1, it will return 1

tepid olive
#

and i get errors

#

404 errors

fast olive
#

If invalid can only be equal to 0 or 1, does it matter which one I use?

tepid olive
fast olive
#

wym it makes no sense?

#

This is for something I'm actually doing lol

tepid olive
#

@nocturne yacht i’m doing sudo pacman -S clang and it gives me 404 errors

fast olive
#

How does it make no sense? Idk if I'm explaining it correctly

nocturne yacht
#

@nocturne yacht i’m doing sudo pacman -S clang and it gives me 404 errors
@tepid olive weird

fast olive
#
validateSubset(subsetName,exists) n errorMessage,errorCode,invalid,overwrite
    i $$isNullorOPT(subsetName) s invalid=1,subsetName="" q invalid
    i '$$zSubsetValidateName(subsetName,exists,.errorMessage,.errorCode) w !,"Error "_errorCode_": "_errorMessage s invalid=1 w !
    i errorCode=-20 s overwrite=$$yn("Would you like to overwrite the existing subset",0)
    i overwrite=1 s %=$$zSubsetDelete(subsetName),invalid=0 q invalid
    i overwrite=0 s subsetName="",invalid=0 q invalid
    q invalid=1
#

you might not have seen this language before

#

this is all working code btw

tepid olive
#

@nocturne yacht yea i’ve tried multiple times

fast olive
#

no

tepid olive
#

also how do i install a browser certificate i need it to access school wifi so i’m using my hotspot right now

fast olive
#

Its more a conceptual question

tepid olive
#

i’ve tried doing the certutil cmd string

fast olive
tepid olive
#

@grave sparrow i’ll just start making the tweak with hackintosh

primal perch
#

true

#

true

#

finally orange name

#

no more pings

twilit jungle
#

finally a real person

primal perch
#

catharsis

grim sparrow
#

no more pings
@primal perch

primal perch
#

wtf

#

@everyone

slow salmon
#

Yes

#

Yes

#

Hello sir

#

Perhaps

tepid olive
#

what

#

that's like

slow salmon
#

But I can not reveal anything

tepid olive
#

the worst answer you could've given

#

lmao

slow salmon
#

Do it. You’ll die anyway

tepid olive
#

mr christ, can i confess my sins and still go to heaven?

#

mayhaps

slow salmon
#

That’s how religion works

surreal mountain
#

@primal perch

primal perch
#

Wtf

lofty juniper
#

stfu developers

#

upvote this message

tepid olive
#

@grave sparrow oi bah let’s go i hackintoshed my laptop with catalina so i’m ready to get started

cedar star
#

hm so

#

i have a project i made on macos

#

of theos

#

but it wont run when i compile it on linux

#

also the nic.pl looks totally different probs different version

#

well problem solved

#

or like iphone/ipad

grim sparrow
#

That’ll compile for iPhone and iPad, there’s no difference

#

You’re also telling it that the minimum version to support is 7.0

cedar star
#

so if i use stuff that's like only iOS 9+ e.g. should I change that?

#

and why is there iphone then if it compiles for both

grim sparrow
#

It’s the sdk to use

cedar star
#

ok

eternal crater
#

use ublock orgin

cedar star
#

hm

tepid olive
#

adblock lol

cedar star
#

do i legit have to import it, interface it and then even use %c ?

#

or am i doing something horribly wrong

#

oh great my springboard crashed

#

wtf did ido

#

i feel so stupid rn

tepid olive
#

@narrow mason i have discovered nruby
@vivid dew

glacial matrix
#

or am i doing something horribly wrong
@Doggo.kt#1185 you did call an instance method on the class, which is wrong

cedar star
#

I can't do that?

#

I want to well, call it and get the return value of the method.

#

Not hooking it.

#

oh wait

#

ohh

#

i'm stupid

#

well thanks

#

didn't notice

grim sparrow
#

:RubyEdge:
@vivid dew

tepid olive
#

Hello everyone, I make apps for android and wanted to expand my horizon and do iOS/iPadOS apps, I'm looking to Hackintosh my system but I want to sell my apps, what is a great resource/place to sell apps?

#

I need to convince myself

gaunt mesa
#

@tepid olive the app store?

tepid olive
#

I'm a cheapskate peepoClown I can't afford 100$ a year

#

Cydia sells themes, can you sell apps?

#

yes but nobody is gonna buy it

#

well what are my options besides app store?

#

that's really it

#

you won't make money selling it anywhere else

#

Damn...

#

I mean I barely had enough for that damn Play Store license and now to bend over and add 4 times that amount is just silly tbh

#

well ill reconsider

#

why do you need to sell your apps

#

especially your first ios app

#

well are ads good?

#

i mean i get your question

#

hmm

tepid olive
#

you still need to pay for free apps on the app store

nocturne yacht
#

8

tepid olive
#

8
@nocturne yacht

nocturne yacht
#

@nocturne yacht
@tepid olive

tepid olive
#

@tepid olive
@nocturne yacht

primal perch
#

why do you need to sell your apps
@tepid olive work is worth money

#

Assuming it’s not written like poop anyway :frcoal:

tepid olive
#

i wouldnt buy anyones first app

twilit jungle
#

What about first tweaks?

tepid olive
#

even worse

#

at least an app isnt running with all perms on my phone

#

im sure theres a few tweak devs who have published their first tweak paid and its good but

#

the rest are just shitty twickd quality tweaks

gaunt mesa
#

damn

tepid olive
#

@grave sparrow was typecentury ur first tweak

#

dont sus me

#

thats diff

#

i mean first tweak ever, paid

#

i love when adblock works
@cedar star limeneoshit

#

the rest are just shitty twickd quality tweaks
@tepid olive @gaunt mesa lyricify

gaunt mesa
#

yeah lyricify is totally shit

tepid olive
#

isnt that conors tweak

#

true

#

π’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆ

#

π’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆ
@tepid olive

nocturne yacht
#

π’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆ
@tepid olive

#

π’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺπ’ͺα»ŽΜ·Ν–Νˆ
@tepid olive

tacit spade
#

oh it’s just y’all being y’all

#

I was like β€œwe got spambots?”

tepid olive
#

no its just burrit0z being burrit0z

#

ok

#

ok

rancid ledge
#

Do you think it’s possible to make software noise cancelation for airpods 1?

grim sparrow
#

Realistically no

#

Aside from battery problems

#

The latency is a problem

#

The seal is a problem

#

The microphone is a problem

#

The pros do the processing locally

#

If you were to do it from software on gen 1/2, you would have to stream the microphone to the phone, do processing, and then stream it back

#

Exactly

#

Just any latency is gonna ruin it

gaunt mesa
#

isnt that conors tweak
@tepid olive he given it to me

tepid olive
#

true

#

But it may be possible to after-market add usb ports to ARM mac
@grave sparrow wait ARM macs don’t have any USB 3?

#

wtf

grim sparrow
#

No he wants to add 2 more

rancid ledge
#

If you were to do it from software on gen 1/2, you would have to stream the microphone to the phone, do processing, and then stream it back
@grim sparrow Yep, i know

#

Thanks

grim sparrow
#

Don’t bother

#

Lol

tepid olive
#

huh

#

apple.com says that the pro (the one i’m getting) has 2 thunderbolt / usb 4s

#

lmao

#

but

#

where da usb 3

primal perch
#

8gb lmaooo

#

:nfr:

tepid olive
#

my computer has 4

#

so

#

big upgrade

#

Hello I’m trying to learn how to find exploits for the new apple silicon can someone help me? Where can exploits be found???? /j

#

Where to find exploit for new apple silicon

#

/j

primal perch
#

Reddit

tepid olive
#

Ok I’ll release this exploit I found

#

And 512 SSD
@grave sparrow well yeah me too normally

#

but the β€œrun ios apps on mac” got me caught up

#

kek

grim sparrow
#

Soldering is ezpz

#

Exactly

#

Have fun

#

Do you even know if there’s space

#

The thing is

#

The board of 2 ports is like $30

#

Apple charging ridiculous amounts for the 4 port versions of previous models is dumb

surreal mountain
#

did he just say

#

where da usb 3

tepid olive
#

did he just say
@surreal mountain yes

#

lmao

primal perch
#

@surreal mountain yes
@tepid olive