Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@F1973 I found out that the online desktop avatar editor is the best way to reverse it, since you can just look at the resources that it’s taking. It’s all lists of the same item type so I can distinguish what every part of the URL of your image means. There is a letter and setting number for every customizable thing, and boom, you get your URL.
-
You know you're really into a project when you explain everything to someone who didn't ask for it.
Get in your zone and keep up! -
@WeAreMany EXACTLY! I can’t believe I will be able to feature the entire thing inside the SwiftUI app!
-
i want to know if i can make a clone of it for a certain community (legally because i r n00b)
-
Just don't charge for it and don't call it devrant 😋
Also consider only allowing its usage for premium members. That way it doesn't impact the revenue they have to run the service. -
@OmerFlame
Depends on the perms you request and the cost.
There's also the anonymous aspect, I now have to trust two parties with my information. I'd be pilloried for half the shit I said here 😋 -
@SortOfTested I have 0 intent to gather data, I am a 16yo what do I have to do with the information of people lmfao
-
@OmerFlame
Not just you bossman, I have the same tendency for all apps. I won't use the ubiquiti app because I don't feel they have any valid reason to know that info. -
Also, I believe that, according to my documentation, the hair you used is variant 9, color 59. :P
-
dfox428264y@OmerFlame you’re welcome to play with the avatar api (we also have full avatar builder on web so all calls are also made there) and you can do whatever you want for learning/experimenting, but we do not allow the released of any devRant-related apps to official app stores.
-
dfox428264y@OmerFlame one of the main reasons is security. We don’t currently have a platform to onboard third party apps and handle auth appropriately, which means any third party app in an App Store would be directly asking users for passwords which is a big no no since we have no way of providing any assurance that data is being handled correctly/not for malicious purposes. That’s why in the past we’ve limited this to a couple of trusted developers and one popular project that was open source (for desktop).
-
@dfox that is exactly why I want to release my source code for inspection by you and await approval.
-
dfox428264y@OmerFlame open source still doesn’t do anything for an App Store use case though because there’s no way to tell what app ends up on the store/how it was compiled. Allowing people to compile themselves is ok (for their personal use) though.
-
@dfox how can I earn your trust?
I just really want to make this app possible on the App Store because if you don’t have a paid dev account you have to resign the app every 7 days...
Related Rants
-
PreyK19Finally got myself a Lytro Illum! I,v been wanting to buy one since it came out but the company who made it cl...
-
IAmAnIssue3I'm currently one of two "pen testers" for the anticheat system of a game. It all started a few days ago whe...
-
spawnrider11 - Writing a 20 lines Python module in 15 minutes approx. 2 - Accidentally deleting this module. 3 - Taking...
I am currently reverse-engineering the devRant Avatar APIs, I think I understand all of it now. I am curently making comprehensive documentation on it and I think I will release it (if the developers of devRant allow me to do so).
I am reversing it as part of my project of making a devRant client built in SwiftUI, because I really want to make an avatar editor on there, it’s gonna be SICK!
devrant
reverse engineering
devrant client
swiftui
avatar api