#development

1 messages · Page 512 of 1

hardy glen
#

i only have only "plugin" on it and it is a theme

slender glade
#

nerds

hardy glen
#

it has auto completion, syntax highlighting, auto suggestions, ranger like file selection(forgot what that's called), alot more. You can even change your fish theme with a gui and personalize it(if you are that type of guy)

#

it's just ready to use out of the box, rather than me spending time on zsh to install bunch of shit and then still be significantly slower than fish(i have a low end cpu so i prefer speed). You can even install a plugin to run bash commands if you really need to

tepid olive
#

@hardy glen

hardy glen
#

using xonsh, the opinion was not taken into context

tepid olive
slender glade
#

everyone who has spent more than 20 minutes developing for ios has encountered ns

#

or knows what it is

tepid olive
#

what is an NS

#

what does it mean

#

why is it everywhere

hardy glen
#

who cares what it means. its just a prefix that is used

#

its not like if i know what NS stands for, i will be a chad. no, that comes from learning cpp

#

daily reminder to go learn cpp

tepid olive
#

but C syntax is nicer

hardy glen
#

?

tepid olive
#

I like C more then C++

hardy glen
#

why

tepid olive
#

I started learning C first thishowitis

#

I’m just use to it

hardy glen
#

why is c++ not up to par with c i wanna know lmao

tepid olive
#

In my view or the linux community?

hardy glen
#

in your view

tepid olive
hardy glen
#

so you don’t know

tepid olive
#

i just like the syntax more and i’m use to it

#

i explained that already

hardy glen
#

the syntax is the same

tepid olive
#

no?

hardy glen
#

its the same syntax

#

lmao

tepid olive
#

it’s not

#

are you one of those C++ is still a superset of C in 2021 people

hardy glen
#

...

#

c++ has oop functionality. you cannot compare those parts to C

#

because c is functional

#

it would make no sense

#

and c++ is a superset of c

tepid olive
#

It hasn’t been one in a while though

#

C++11 is a superset of C99? How

hardy glen
#

i have no clue what to say to you

tepid olive
#

same

hardy glen
#

literally c++ is c with added features

tepid olive
#

idk I’ve seen people argue about this on stackoverflow before

tepid olive
hardy glen
#

you said the syntax. the syntax is the exact same. you cannot compare the syntax of a functionality which does not exist in c

#

it is still a superset of c. lmao, how could it not be.

tepid olive
#

.

hardy glen
#

i am just trying to tell you what you said. and also, i would understand if you said c++ was “bloat” or something like that. or you are not a fan of oop for some reason

#

yea i get it, you could be technical all you want but c++ is still built on top of C lmao

#

if you mean “syntax”, by :: or <<. then idk what to tell you.

#

:: for namespaces. << cout. which is in the std library

#

i was just going to see if you were going to formulate your own opinion or look up someone elses lmao.

twilit jungle
hardy glen
#

can’t let someone tarnish the good c++ name fr

tepid olive
#

all i said is that i liked programming in C more frcoal

hardy glen
#

theres only so far you can go with C

#

but yea i know both

tepid olive
#

isn’t it the same for C++

twilit jungle
twilit jungle
#

their opinion literally doesn't matter

tepid olive
#

okay..

hardy glen
#

well said . go back to js

twilit jungle
#

bruh_l how you gonna go back to a fake language

tepid olive
#

i started programming because of discord bots

#

in 2018 i was bored

#

i really didn’t care that much before

twilit jungle
#

true

hardy glen
#

i start programming with the most low level programming language of them all. hyper text programming language

twilit jungle
tepid olive
#

i am proud to say people who still use python2 need help

hardy glen
#

i use python2 and python3. python2 if i do some shellcode

tepid olive
#

it’s EOL..

hardy glen
#

yea but it has behavior that i need since python3 fails at doing that

nimble parcel
hardy glen
#

yea. but to say it is not a superset at all does not seem true at all

nimble parcel
#

eh idiomatic C and C++ look very different, which compounded with the difference in rules means C++ is far from a superset of C

tepid olive
#

i said it hasn’t been really that much of a superset since 2011

nimble parcel
#

if you compile C code as ObjC, it’ll work out of the box 99% of the time — so objc is a superset of c. If you compile C code as C++, it’s highly likely that it won’t compile or will behave differently (or in undefined ways)

hardy glen
#

okay that is a valid argument since objc is an oop based lang. but a superset of a language is supposed to be taking features of a language and enhancing them. technically i would say it is a superset since it took the good parts about C and “enhanced” them and added more capabilities such as oop. isn’t that textbook definition of what a superset is supposed to be

#

but that is a valid point about compiling c code as c++.

#

i would agree on it is not a complete (strict)superset since it does not include all c capabilities.

#

i would not go and say it is far from a superset. depends on your definition/understanding of a superset i guess

glacial matrix
#

In set theory, it’d mean that C++ has all the things C has and additional elements. If “enhancing” changes elements from C, then it does not contain the same set of elements as C does and therefore it is not a superset

#

I agree that it’s not a strict superset and the proof is as Kabir said: compile C with C++ compiler and you might not get the same result

hardy glen
#

okay thats fair, but would you say it is far from a superset? it is not a strict superset. but does that mean it is either a superset or it is not a superset. like would you say it is wrong to say it is “kind of a superset” if that makes sense

glacial matrix
#

As people call it, it’s not a “strict superset” or a “pure superset”. It’d be a “big intersection set”

hardy glen
#

yes i did not know the word for it. i did not want to be a c++ purist lmao.

glacial matrix
#

One thing they point there is the fact that C++ adds keywords so you can’t compile C code using “class” as a symbol name, for example

hardy glen
#

yea i mean, the way i look at it is that if you learn c++. you are basically familiar with “most” of the features present in C. it is not that hard of a task to pickup on C.

glacial matrix
#

Yeah, but then you are familiar with many other languages

hardy glen
#

you mean because of oop? yes that is a valid point there to

glacial matrix
#

The line a = b + c; could be C, C++, ObjC, Python, Java, Kotlin, Swift , JavaScript and more probably

undone nest
#

if the variable is declared it could basically be everything

grim sparrow
#

wtf

slender glade
#

💀

indigo peak
#

can you trace all method calls using frida

#

like every call on every class

grim sparrow
#

frida-trace -U -m "-[* *]" -i "*" process

indigo peak
#

ty

indigo peak
#

does frida just not work on landscape apps

#

like it sounds dumb

#

but i tried frida on 2 games (landscape mode), it couldnt find the process and then i tried on several apps in portrait mode and it worked

gusty pelican
#

whats the font big sur uses all over macOS

tepid olive
gusty pelican
#

How did I know you were going to know that

gentle grove
#

i hate myself

pearl sail
grim sparrow
tepid olive
winter salmon
grim sparrow
indigo peak
#

hackyouriphone

restive ether
#

.

native dune
#

um

#

gir broken

twilit jungle
#

so its broken

indigo peak
#

I can just send any piracy

#

I know

#

I’m saying it wasn’t just bc it’s editing

weary heath
indigo peak
grim sparrow
indigo peak
#

idk

#

slim just told me

#

any piracy from a developer and in development bypasses the filter

grim sparrow
#

@slender glade wanna see a funny swift/xcode bug

#

for some reason XPC_TYPE_* don't resolve

#

so I have to do this instead

indigo peak
#

@grim sparrow appcake, iphonecake, crackerxi, hackyouriphone

#

we do a little trolling

tepid olive
native dune
#

why would crackerxi be filtered

#

@indigo peak

pearl sail
tepid olive
native dune
#

ok

restive ether
#

ok

pearl sail
#

ok

velvet laurel
#

@indigo peak pirates at least 20 tweaks a hour

indigo peak
native dune
#

it can be

#

but wouldn’t flexdecrypt and bfdecrypt be filtered too

late ridge
tepid olive
#

Crackerxijingping

hardy glen
#

flexdecrypt does not specfically crack apps. it decrypts the app which “can” further lead to the app getting cracked but it is not specifically made for it. it would not make sense for flexdecrypt or bfdecrypt to be filtered because they are not made specifically to crack apps but to help developers do research and develop.

tepid olive
restive ether
hardy glen
#

doesn’t it allow to “crack” paid applications or so i thought

#

the shit that can crack filza and limneos tweaks , etc

tepid olive
#

What

#

You mean cracktool?

hardy glen
#

i always thought that was crackerxi lmao

tepid olive
#

By julio?

#

Crackerxi serves the exact purpose of bfdecrypt but with an app frontend

hardy glen
#

yea i got confused fr crackerxi is just based on bfdecrypt

#

yea i had them both confused. yea i see no reason to have it filtered lmao

tepid olive
#

All my cracker homies use a custom bfdecrypt setup for easy scripting

hardy glen
#

i use flexdecrypt and then scp to my computer.

tepid olive
#

Rsync > scp

hardy glen
#

i have never tried it lmao

faint timber
hardy glen
#

doesn’t theos use rsync as well

faint timber
#

secure crappy protocol

#

theos ain't really that good either

tepid olive
#

Theos uses ssh

#

It pipes the file in

hardy glen
#

makes sense. installing theos on arch is a whole little process lmao. you can’t symlink libtinfo5 -> libtinfo6. i thought ncurses had backward compatibility, you have to end up installing ncurses5-compat-libs from aur

lethal kayak
#

arch users

hardy glen
#

its just two extra steps though, get the ncurses5 libs and link libedit.so.2 -> libedit.so.0

#

how long ago did you end up doing the installation

#

gyat damn

#

how you remember the date and time

#

i had to do the libedit.so.2 shit since theos was complaining because of swift because i use swift toolchain

tepid olive
#

Thats why they changed the sover

indigo peak
#

and scoob didnt change to sober

#

oh god

#

what did you do

hardy glen
#

damn. then how did you get ncurses5 libs @tepid olive . arch comes with 6 i think

indigo peak
#

OH MY GOD

#

HOW

#

oh no

#

why is there a commit

#

naned

#

"oops"

#

we do a little ctrl + c & ctrl + v

hardy glen
#

do you use a aur helper

#

same. you can list with paru and grep

#

paru -Qe | grep ncurses

#

should be it

#

yea

#

tf, works for me

indigo peak
#

what command did you even add

#

i didnt look that far

#

i dont even know what that does trol

#

interesting

hardy glen
tepid olive
#

yay >

hardy glen
#

thats for listing explicitly installed packages

#

i have never used yay so i can't comment on that. But mostly everyone says paru is the future

tepid olive
#

they do the same shit im just a yay shill because i don't like paru's default config

hardy glen
#

same

tepid olive
#

yay got an update a month ago

#

well last commit

#

i don't like how paru sorts the lower numbers at the top of the terminal by default

#

gotta scroll up

#

it's like 1 option to change

#

im just lazy

#

and yay is easier to clone Troll

hardy glen
#

have you ever mounted apfs drives?

tepid olive
#

on linux? no

#

less letters to type

hardy glen
tepid olive
#

thYs even more typing

#

then u gotta open browser

#

git clone https://aur.archlinux.org/yay.git;cd yay; makepkg -si;rm -rf ~/yay

#

i knew boba would show up

gentle grove
#

doesn't yay not have support for viewing pkgbuilds before installing

tepid olive
#

idk i've never actually needed to look at a pkgbuild

hardy glen
#

bruh

tepid olive
#

it just works man

gentle grove
#

you just blindly trust every pkgbuils

hardy glen
#

i always look at pkgbuilds

tepid olive
gentle grove
#

Troll

hardy glen
#

thats crazy lmao

#

true, if i install basic shit then i don't look at it that hard

tepid olive
#

i mean someone could make a malicious makepkg for like discord or something

#

but slim chance

gentle grove
#

I guess

tepid olive
#

i trust arch users with my life

#

chad

native dune
#

wtf

hardy glen
#

do you guys use the discord that's for native electron?

tepid olive
#

i think i used it once

gentle grove
#

Oh wow because age is related to Linux

tepid olive
#

didn't notice a difference at all

gentle grove
#

I use web

tepid olive
#

discord_arch_electron anyone?

#

fr

gentle grove
#

I'm being sarcastic

hardy glen
#

can't install betterdiscord on it

#

i used it and then got rid of it

gentle grove
#

Their age has nothing to do with arch

tepid olive
#

i want to cancel powercord

#

speaking about bd

hardy glen
#

theres something called lightcord

tepid olive
#

why does it force me to use piss color discord

gentle grove
#

I use goosemod

#

???

tepid olive
#

lightcord is cool

#

it has free nitro

hardy glen
#

i have used goosemod in the past. but i prefer bd

tepid olive
#

emojis

#

tf is lightcord

hardy glen
#

it's pretty good

#

try it

tepid olive
#

I hate that logo

#

i don't use it anymore cuz i don't need it

#

has some handy stuff like logging in as a bot

#

AdBlock - Automatically block bots and ads in your DMs!

#

discord explaining why they can't implement this into stock (they don't know how to fix their shit app)

#

the only good 3rd party client is from evelyn

tepid olive
#

block dms from non friends with invite urls

gentle grove
#

H

hardy glen
#

yea

tepid olive
#

it's just a prepackaged version of stock discord + better discord + custom lightcord stuff

hardy glen
#

i was gonna say

#

lmao

#

i use lightcord rn. Haven't felt the need to switch. Never tried powercord though

native dune
#

yea i use lightcord

tepid olive
#

lol

hardy glen
#

its experimental and doesn't perform that great

#

i found out about lightcord from the arch wiki i think

tepid olive
#

Powercord has daily updates though

#

Like every minute there’s a god damn update

hardy glen
#

Ah got it. I’ve used goosemod along with discord canary. Was alright but it was unstable

gentle grove
#

oh yeah goosemod plugins break oftrn

#

Idk why

#

only certain ones but its annoying

tepid olive
#

Powercord is also really slow

#

I’d still use BD over it

hardy glen
#

Yea lightcord is not slow at all for me. Quite the opposite plus it has been the most stable for me

indigo peak
#

@tepid olive im working on message xp + roles rn

#

kill me please

hardy glen
#

Although BD + regular discord has never given me problems either

#

What are you guys working on

#

No idea what that is

tepid olive
#

Gir rewrite

hardy glen
#

Is it public

tepid olive
#

not yet

hardy glen
#

Only typescript chads

tepid olive
#

And I hate TS

hardy glen
#

I have no experience in web dev further than html and 1% css. I actually want to get into it but I wanna do so much more in software that I never really get the time

gentle grove
hardy glen
#

I have never even wrote js

indigo peak
#

i hate my life

#

this

#

is

gentle grove
indigo peak
#

so

#

dumb

tepid olive
gentle grove
tepid olive
#

nodejs != js btw

indigo peak
#

bump

#

bump

#

bump

#

bump

gentle grove
#

IMO regular js is fine as long as you aren't trying to do ridiculous stuff

tepid olive
#

bump

hardy glen
#

Only c/cpp/objc/swift/ and a little Java

gentle grove
#

Or don't overuse js

indigo peak
#

wheres the python man

hardy glen
#

And a little html when I was little

#

I don’t use python but that’s my next goal fr

#

I know I should

gentle grove
indigo peak
#

i personally love python

gentle grove
#

I tried rust and its crazy

indigo peak
#

i tried go

#

and i want to untry go

gentle grove
#

I wanna try go

tepid olive
#

I tried C#

gentle grove
#

Because so much important stuff is in go

tepid olive
#

Fun language

indigo peak
#

c# was fun

#

its really not too bad

#

theres just better alternatives

tepid olive
#

Needs more compatibility with stuff though

gentle grove
#

Rust is mentally taxing

tepid olive
#

The rust docs are painful to read

gentle grove
gentle grove
tepid olive
#

cough lucient cough

hardy glen
#

I don’t know if I should try rust. being a cpp chad

gentle grove
#

Who's lucient

indigo peak
#

literally the only thing apple did with objc was make function calling really complicated and ugly for no reason

tepid olive
#

the android lock screen tweak

#

[[lucient]]

faint lionBOT
#
Lucient

A lovely Android 12-inspired lock screen overhaul

Author

Lucy

Version

1.2.5

Price

Free

Repo
Add Repo
More Info
tepid olive
#

that bootlooped people/didn't work if you had piracy because the drm was so aggressive

#

It’s known for it’s insane drm

#

the anti piracy stuff was removed

#

eventually

indigo peak
#

great

hardy glen
#

DRM is fucking stupid especially server sided drm

#

In tweaks

indigo peak
#

im gonna go download lucient off of hackyouriphone

tepid olive
#

same

indigo peak
#

if the drm was deleted

#

time to do a little plundering

hardy glen
#

Just make it paid and open source it

indigo peak
#

omw to make gameseagull paid

tepid olive
#

speaking about gamecringegull

indigo peak
#

WOW

tepid olive
#

what was that other WIP tweak you were working on?

gentle grove
#

game pigeon

indigo peak
hardy glen
#

If I wanted to make a paid tweak, I would open source it. I feel like that’s the best way to do it

indigo peak
#

im always working on like 127 things at once

tepid olive
indigo peak
#

what was it about

tepid olive
#

I forgot too

indigo peak
#

bru

tepid olive
#

That’s why I asked

#

Trol

hardy glen
#

Probably discord shit you are doing fiore

indigo peak
#

you cant ask

#

a general qurstion

tepid olive
#

Oh right Harmony rewrite

indigo peak
hardy glen
#

I knew it

tepid olive
#

How is reverse engineering React Native app

indigo peak
#

im back to focusing on gir

hardy glen
indigo peak
#

when im done with gir

#

im abck to discord

hardy glen
#

I told you bruh you were going down a rabbit hole

#

Lmao

indigo peak
#

just because of you

#

in spite of you

#

im doing this

#

and im gonna make it brick just your device

#

and no one elses

hardy glen
indigo peak
#

time to go spam revulate on twitter

hardy glen
#

Do you use a disasm fiore?

tepid olive
#

Who the fuck is Revulate?

hardy glen
#

Try to learn how to use a disasm and decompiler. Preferably ida pro/ghidra

indigo peak
#

i know how to use a disasm

#

how do you think i wrote half of gameseagull

#

i pirated ida

#

in like

#

july

tepid olive
#

Open source documentation from something??

#

I have 0 idea

hardy glen
#

You have 7.5 or 7.6

tepid olive
#

Didn’t know that

hardy glen
#

There’s a 7.6 floating around

tepid olive
#

@indigo peak can you pirate a copy of ida pro for me please franime

hardy glen
#

It’s everywhere lmao

indigo peak
#

yeah

#

i wont tell you how

#

but

#

its easu

hardy glen
#

7.5 is on a roblox forum first link

tepid olive
#

What the fuck is a 7.5 and 7.6

hardy glen
#

I was told some have undetected malware

tepid olive
#

A float??

hardy glen
#

Version

indigo peak
#

the version

tepid olive
#

For ida?

indigo peak
#

ys

hardy glen
#

I download 7.6 off a onion link with all the ida tools they have locked on their website

tepid olive
#

#development is being temporarily closed because yall need to go outside. It will unlock in the next 7 business days.

hardy glen
#

Say less I have to finish my history lecture and essay

tepid olive
#

I’m on a vacation spunchbobtwerk

hardy glen
#

Do you guys use a dwm or de? Which ones? I am just curious

tepid olive
#

I use Gnome 40 and i3wm

#

Without bloat too, I just want GTK4 and basic desktop

gentle grove
#

that's what KDE itself is

hardy glen
#

Lmao. I use kde without the bloat too

tepid olive
#

I despise how much bloat kde has by default

#

I feel like there’s more shit going on with default KDE then default Gnome

hardy glen
#

It’s better to just download kde desktop and configure all the shit you need

#

Like plasma nm power devil, etc

tepid olive
#

i hate konsole too btw

#

kitty is %100 necessary for kde setup imo

gentle grove
#

KDE

#

KDE

#

KDE is your friend

hardy glen
#

Once you have it all figured out. The next install you can just use a package list

tepid olive
#

here’s a question to you all: why do dislike gnome?

hardy glen
#

I find kde to be more aesthetically pleasing and lightweight

#

With a bunch of options to configure

#

Idk about the performance compared to gnome though

tepid olive
#

another question: do you all prefer qt or gtk?

#

your mom is a qt

hardy glen
#

qt

tepid olive
#

qt more like sluggish trash

gentle grove
tepid olive
#

📸

hardy glen
#

4K

#

I just prefer qt because I use it. And plus it integrates nicely with kde

hardy glen
#

one of the best bios i have seen

twilit jungle
tepid olive
#

I got a question, if anyone is for hire or commission, contact me please.

indigo peak
#

thats not a question

#

but ok

tepid olive
#

fiore are there any guides for making a tweak

native dune
#

your brain

tepid olive
#

shut up

native dune
#

jkjk

indigo peak
tepid olive
#

reading 600 pages of theos documentation is fun

native dune
#

google some tweak dev tutorials, look at the pins, look at open source tweaks

indigo peak
#

@tepid olive

#

uroboro was kind enough to create a guide

tepid olive
#

kodeycodesstuff.tech is not a domain

indigo peak
#

cope

hardy glen
#

just learn objc and look at open source projects

indigo peak
#

true

hardy glen
#

also learn uikit as well

indigo peak
#

look at gameseagull

#

it has a little bit of everything

#

mshookmemory, mshookivar

#

hook, for loops

#

shit code

hardy glen
#

i would recommend starting out on app dev and then transition

#

its smooth

tepid olive
#

how to run uikit on debian linux

hardy glen
#

darling

#

i think can do that

tepid olive
hardy glen
#

i think it can compile it, not sure though

#

test it

#

better yet, if your hardware is compatable, use opencore and boot mac os

tepid olive
#

do xcode-tools work on darling then?

hardy glen
#

yes

tepid olive
hardy glen
#

so do i.

tepid olive
#

i asked my fren who’s really into hackintoshing

hardy glen
#

i triple boot arch windows mac

#

on laptop

tepid olive
#

bitches at unsupported macs are cool

#

minus this one admin

#

fuck queenforpa

tepid olive
#

are you using GRUB

hardy glen
#

no

#

opencanopy

#

i use systemd boot for arch

#

and use opencanopy globally

tepid olive
#

what’s your arch setup like?

hardy glen
#

wym, like how i have my de setup?

twilit jungle
hardy glen
#

or partition wise

indigo peak
#

@twilit jungle dcock

twilit jungle
tepid olive
#

@hardy glen what you’d see on unixporn basically

#

what terminal, de/wm, what kernel, etc do you like/use

hardy glen
#

my shit is basic as it gets. when i get to my machine ill show you

#

i don’t rice my kde lmao

tepid olive
#

you use the default theme?

hardy glen
#

i use adwaita as of rn because thats only one i know.

#

but as far as that its basic latte dock setup

tepid olive
#

oh cool

hardy glen
#

like i said, its trash lmao

tepid olive
#

it looks like pantheon but with kde

hardy glen
#

nah its not lmao. its just kde with adwaita

tepid olive
#

what is that bottom bar though

hardy glen
#

idk if i like the icons since i am colorblind

#

latte-dock

tepid olive
#

giving me macOS 9 vibes

hardy glen
#

latte-dock its the official kde dock

tepid olive
#

isn’t it more bland though

hardy glen
#

i just have the dark bar at the bottom so i can see the dot indicators. and i have all shadows and effects turned off

#

yea my cpu is trash so i just default everything to look trash lmao

#

its a mobile i3

tepid olive
#

my cpu is also trash and i can run gnome 40 with all the bloat fine

#

i3 2016

hardy glen
#

yea but i like to have my cpu processing power for development/web browsing etc. not my dock lmaoo

#

or my DE

#

honestly i like the simple bland look, i guess thats just me

#

even if i had a high end machine, id end up turning the effects off

tepid olive
#

so if you had some m1 mac you’d remove the blur effect?

hardy glen
#

most likely lmao

#

just personal preference honestly. i’ve just always been like that. even when i jb, the furthest i go is install a icon theme. that is it, everything else is just to make my life easier.

#

on the other hand, my neovim setup is riced tf out

tepid olive
#

do you know a working discord rpc extension for neovim

hardy glen
#

i don’t use one no, but you can check neovim sub

hardy glen
#

might use it rn honestly

#

idk what just happened

indigo peak
#

someone send fake nitro

#

and i have message perms in here

#

but no where else

#

so i deleted in here

hardy glen
#

why would you send it in dev channel

indigo peak
#

its a bot

hardy glen
#

wtf. changed icons

indigo peak
#

true

plain egret
#

I want to build an app for a iOS 7 device but cant install xcode 6 for bigsur. any suggestions?

hardy glen
#

don’t build an app for a iOS 7 device

#

that is my suggestion

#

but you could set up a vm honestly thats how i would approach that

plain egret
#

ok Ill do a VM

hardy glen
#

yup Mac OS X 10.9.x or 10.10

slender glade
grim sparrow
#

this doesn't work

#

just putting that out there

#

oh wtf

#

its part of HomeUI

#

ok update, when you link against homeui it works

tepid olive
grim sparrow
#

the list of private stuff to build this grows

indigo peak
#

you see

#

how id get around that

#

with putting in minimal work

#

would be

#

\n

grim sparrow
#

oooohhhhh lemme try that

#

actually

#

I just thought

#

it might be because this is the title

#

can I set a message

indigo peak
grim sparrow
#

-(void)setMessage:(NSString *)arg1 ;

indigo peak
#

[setMessage: @"we do a little trolling with \n new line sequences"];

grim sparrow
#

ignore the fact that sourcekit is broken

#

wait

#

I can work with this

indigo peak
#

im waiting

grim sparrow
#

oooooooo

indigo peak
#

i dont even know whats going on, yet i am emotionally invested into getting this to work

grim sparrow
#

-(void)_setTitleMaximumLineCount:(long long)arg1 ;

#

now thats interesting

indigo peak
#

[_setTitleMaximumLineCount: LLONG_MAX];

slender glade
grim sparrow
#

UILabel line count 0 is infinite

#

it doesn't work though

#

rip

indigo peak
#

f

grim sparrow
#

This was 99

indigo peak
#

thats not too bad

grim sparrow
#

I can actually make this work well

indigo peak
#

i believe

slender glade
#

how did you compile it that fast

grim sparrow
#

16 threads at 4.4ghz probably helps

indigo peak
#

just like i believe gameseagull should be a featured package on sileo

grim sparrow
#

when the repo goes on canister

#

unless you can convince the jew to put it on packix

indigo peak
#

unlikely

#

how to canister

slender glade
grim sparrow
grim sparrow
#

@shut stag

grim sparrow
slender glade
#

amy running the monster pc

grim sparrow
#

false

slender glade
grim sparrow
slender glade
#

is that not a monster pc tr

indigo peak
#

my "monster" pc

grim sparrow
slender glade
#

ig i found the first person who needs 32gb ram

indigo peak
#

honestly, 24 gb wouldnt be too unnecessary imo

#

bc like

#

i sometimes get to 90% usage

#

on 16

#

so 1 more 8 gb stick wouldnt be overkill

#

another 16 probably would be

#

but oh well

grim sparrow
#

omg this actually looks good

#

lol

slender glade
#

the cat or the progress bar?

grim sparrow
#

the progress thingy

#

sadly it appears calling setTitle does nothing once its presented

#

so I can't do what I wanted

#

rip

indigo peak
#

@grim sparrow aaron is online

#

what have you done

grim sparrow
#

I pinged him

#

obviously

indigo peak
#

you summoned a jewish person

tepid olive
#

/summon jew

grim sparrow
#

yeah calling setTitle does nothing once its presented

#

hmm

shut stag
indigo peak
#

oh god

#

oh no

#

i didnt pirate anything

#

i swear

grim sparrow
#

lol

indigo peak
#

it wasnt me

shut stag
#

you will rue the day

tepid olive
#

hi aaron

grim sparrow
#

-(void)_setAttributedTitle:(id)arg1 ;

#

oooooooo

grim sparrow
shut stag
#

andy will not let it on Packix

slender glade
#

wtf

#

why

indigo peak
#

i figured it wasnt allowed

indigo peak
slender glade
#

true

grim sparrow
#

let deez nuts on packix

indigo peak
#

same reason it wasnt allowed on chariz

#

which is why i never applied for packix

#

bc i knew it wasnt gonna be allowed

slender glade
#

@grim sparrow cant fiore's repo simply be put on canister

#

then put into the front page

grim sparrow
#

its complicated

indigo peak
#

no its canister

#

dummy

slender glade
#

.

#

did i not say that

grim sparrow
#

OH WAIT

#

IT IS WORKING

indigo peak
#

pog

grim sparrow
#

2 secs

#

it just sets the wrong thing

#

lol

restive ether
#

white

indigo peak
#

based

grim sparrow
indigo peak
#

just keep it

#

its fine

grim sparrow
#

im now jumping through all the subviews to do it

#

lol

#

at this point it would have been easier to make a custom view

#

but thats cheating

#

@slender glade this is what happens when I press compile

slender glade
#

jesus christ

#

CPU Tsunami 💀

grim sparrow
#

lol

#

doing make clean on Sileo sets all threads to 100

slender glade
#

how much files does aemulo have again?

#

200?

grim sparrow
#

wym have

indigo peak
#

this is mine

#

without compiling

grim sparrow
#

yoooooo

indigo peak
#

unc0ver could never trol

#

i dont understand how ppl complain about unc0ver uptime

#

ive literally gone for months without rebooting

#

but some people cant even boot without it crashing

slender glade
#

in the proj

indigo peak
#

poj?

#

poj?

#

pojav?

#

doregon?

grim sparrow
#

a lot

#

2 secs

slender glade
restive ether
#

at least 3

grim sparrow
#

^

indigo peak
#

this is true

grim sparrow
#

Sileo is uncountable really

#

because of all the depends

#

:evander:

slender glade
#

new sileo depends momento

grim sparrow
#

true

#

well

#

its using the same code

#

its now just moved

#

although

indigo peak
#

sileo dependency momento numero dos

slender glade
grim sparrow
#

because I use Evander in other stuff, Sileo is getting better by doing nothing

slender glade
#

have their been new improvements

#

o

grim sparrow
#

Fixing Evander for nitroless made loading images 23% faster based on my testing

#

Im close

grim sparrow
#

lol

slender glade
grim sparrow
#

fuck this

restive ether
#

one day amy will do GmController

grim sparrow
#

gonna make a function to do it for me

grim sparrow
restive ether
#

real

grim sparrow
#

<redacted> won't use it so I see no point

#

Its just gonna sit half completed on my backup disk

restive ether
#

oh that’s a good point

#

trolla

grim sparrow
#

ok so

#

I for looped the entire view

#

can't find the fucking label

slender glade
grim sparrow
#

wtf

#

I checked in flex

#

its technically a UIAlertAction

#

that might be why

#

I can't find it

#

well thats helpful

misty cradle
#

F

grim sparrow
#

Tr1 dw

#

I'm determined

misty cradle
restive ether
#

i am

making a tweak database

grim sparrow
#

lol

misty cradle
#

i am

making a tweak database

#

After weeks of developing I have realized Akara is useless and so are 90% other UI tweaks

restive ether
#

yes

misty cradle
#

We need more tweaks like Aemulo and others

#

This dock search tweak which came out today

restive ether
#

that’s why i have like 5 tweaks

misty cradle
#

also useful

misty cradle
restive ether
#

did you buy

misty cradle
#

I will delete Akara soon anyways

#

tro

#

nah not yet

restive ether
#

i saw the images and it looks kinda weird

misty cradle
#

I use my 13 pro mainly

misty cradle
restive ether
#

didn’t have to flex like that 🙄

misty cradle
#

Flew

restive ether
#

don’t know what that means tr1

misty cradle
#

idk if I wanna even jb my 13

#

If one comes out

#

I love battery life fr

#

but I need crane at the same time

restive ether
#

what do people even use crane for

#

i don’t get it

misty cradle
#

I use it for SNKRS and Nike

#
  • others
#

Switch accs easy

#

For discord aswell

#

WhatsApp / telegram maybe

grim sparrow
#

omg

#

how tf

#

does this not work

misty cradle
#

and you can now use it on AppStore too

#

To use multiple Apple id’s

#

Which is nice

misty cradle
#

Searching for label with for loop

grim sparrow
#

yes

misty cradle
#

Real developers get it with memory address

grim sparrow
#

problem?

#

lol

misty cradle
#

label = 0x2948294893

#

there u go

grim sparrow
#

oh wait I see the problem

restive ether
grim sparrow
#

I forgot to add the recursion

#

lol

misty cradle
restive ether
misty cradle
#

true

#

he needs to use the Apple grey

#

like spotlight

grim sparrow
#

wait no

#

wait

#

no

#

wait yeah

#

no

#

fuck

restive ether
#

i don’t know if i like how much taller it makes the dock

misty cradle
#

where else he gon put it

#

Above the apps

#

Push apps down put search bar there

restive ether
misty cradle
#

lol

restive ether
#

@tepid olive is starfish #1 fan

tepid olive
#

starfish is cringe

restive ether
#

you’re a developer

vivid dew
#

white

misty cradle
grim sparrow
#

odd people

atomic horizon
tepid olive
restive ether
grim sparrow
#

I am indeed fucking stupid

#

yeah I figured

#

read down like 3 messages

grim sparrow
#

@slender glade @misty cradle@indigo peak thumbsUp

indigo peak
#

pog

grim sparrow
#

Gonna clean it up now

tepid olive
#

cursed

misty cradle
#

@grim sparrow why swift cursed

#

Why can u define a func inside a func

grim sparrow
#

its pretty much the same as declaring a block inside a func

misty cradle
#

ok but why

grim sparrow
#

because why not

misty cradle
misty cradle
#

I need it too hmmmm

grim sparrow
misty cradle
grim sparrow
#

My plan is update the second label to the current step

#

so

misty cradle
#

Next step

#

Put test label in the middle

#

Tro

grim sparrow
#

Restarting NFCD
Connecting to Daemon
Testing Connection
(alert dismiss)

misty cradle
#

time to make aemulo jailed

grim sparrow
#

it works jailed

#

until you get xpc errors

#

because of entitlements

misty cradle
#

Get entitlements exploit

grim sparrow
#

emulation still won't work

#

I have code running in nfcd to get that working

slender glade
indigo peak
#

@grim sparrow so what does aemulo do

pearl sail
#

NFC

grim sparrow
#

^

#

lemme find the screenshot

indigo peak
#

is that all the description im getting

grim sparrow
#

stolen straight from the test depiction

indigo peak
#

so how does the amiibo part work

#

does it use your phone as an amiibo

grim sparrow
#

No, you can write it to a tag

indigo peak
#

ohhhh

grim sparrow
#

I am working on using the phone as an amiibo though

indigo peak
#

thats cool

grim sparrow
#

dont know if that'll make it in 1.0

#

because its a lot of work

#

lol

indigo peak
#

what phones have NFC support

#

8 and up?

grim sparrow
#

6S and higher

slender glade
#

nvm

#

o

grim sparrow
#

well

#

iPhone 6 and higher

#

but Aemulo is 13+

#

so

slender glade
#

just backport iOS 13

#

🙄

indigo peak
#

iphone 13 and up trollcrazy

grim sparrow
#

adding ios 13 support was funny

#

apple changed one symbol name

#

ios 15 support was also funny

indigo peak
#

add ios 12 support

grim sparrow
#

they changed a file path

#

thats it

indigo peak
#

i have a friend on 12

slender glade
#

if UIDevice.current.systemVersion

grim sparrow
#

kinda

#

I did @available

slender glade
#

doesnt that do 13 AND higher

indigo peak
grim sparrow
#

if I can ever get it fully working

indigo peak
#

we do a little plundering

grim sparrow
#

I'm at the stage where it detects it as an amiibo, it just says the data is corrupted

indigo peak
#

rip

#

more than i could ever do

#

ive literally never used NFC before in my life

#

i didnt even know my phone had it laugh

grim sparrow
#

the aemulo compatibility map is interesting

#

iOS 13+
Reading: A10 and higher
Emulating and Writing: A9 and higher

#

For some reason I am still trying to figure out, it throws an error when reading on A9

indigo peak
#

is aemulo gonna be free/open sourced?

grim sparrow
#

Release Paid for 3~ weeks and then go free + open source afterwards

indigo peak
#

ah

#

piracy time

grim sparrow
#

You can emulate passes from the lockscreen

restive ether
#

bozo

indigo peak
#

i cant wait to see gameseagull on hackyouriphone

grim sparrow
#

I've got it setup so I can open my school pass the same way I do apple pay

#

making it very easy to tag in and out

indigo peak
slender glade
indigo peak
#

for those things

restive ether
#

yes he did

indigo peak
#

oh god rick is here

restive ether
#

that doesn’t mean i put everything in

indigo peak
#

time to get warned

weary heath
inner quail
#

Just because it doesn’t get filtered doesn’t mean piracy should be in open discussion