Search

Search found 15 matches

by a_regular_pear
Tue Nov 07, 2023 1:07 pm
Forum: Technical Support
Topic: Using Instagram for Messaging Only
Replies: 5
Views: 4630

Re: Using Instagram for Messaging Only

While you could use or modify Barinsta , Its been known to cause bans on accounts and also it locked my account and made me change password . You could probably embed the messages page into an app with an PWA app such as https://github.com/cylonid/NativeAlphaForAndroid Edit: i used the above app wi...
by a_regular_pear
Sun Nov 05, 2023 9:23 am
Forum: Technical Support
Topic: Using Instagram for Messaging Only
Replies: 5
Views: 4630

Using Instagram for Messaging Only

Lately, I've been spending a significant amount of time on Instagram, mainly due to the addictive nature of Reels. While they're entertaining, it's also clear that they can be a substantial time sink. Consequently, I'm thinking of uninstalling the app. The problem is that I heavily rely on Instagram...
by a_regular_pear
Fri Aug 25, 2023 4:10 pm
Forum: General Discussion
Topic: How do some people get famous online
Replies: 3
Views: 4385

How do some people get famous online

Hey everyone, I've been pondering an interesting question lately: how do individuals who don't run a YouTube channel manage to build a significant online following? It's quite an intriguing concept, and I'd love to hear your thoughts on it. One idea that comes to mind is the impact of contributing s...
by a_regular_pear
Sat Aug 12, 2023 12:37 pm
Forum: Technical Support
Topic: How do you authenticate on github
Replies: 2
Views: 1934

Re: How do you authenticate on github

I personally just use ssh keys. It takes a bit of time to setup initially but then it just works.
by a_regular_pear
Fri Jul 14, 2023 12:57 pm
Forum: Technical Support
Topic: Can you use hagi to play other gamecube games on switch
Replies: 1
Views: 1918

Can you use hagi to play other gamecube games on switch

With the recent release of pikmin 1 + 2 HD on the switch I happened to come by hagi. An emulator Nintendo used for pikmin 1 + 2 and 3D all stars. According to these tweets Mario galaxy and pikmin 1 + 2 (which are Wii games) were recompiled and just used the emulator for audio and graphics. That mean...
by a_regular_pear
Mon Mar 20, 2023 12:56 pm
Forum: Technical Support
Topic: Removing google play dependencies from app
Replies: 6
Views: 6287

Re: Removing google play dependencies from app

I did try lucky patcher and it didn't work
by a_regular_pear
Sun Mar 19, 2023 11:01 pm
Forum: Technical Support
Topic: Removing google play dependencies from app
Replies: 6
Views: 6287

Re: Removing google play dependencies from app

There isa substitute called MicroG but it requires signature spoofing, something that DivestOS or lineageOS for that matter don't support. LineageOS for Microg(https://lineage.microg.org/) exists though. I would've used that but the lineageOS ROM for my phone just came out
by a_regular_pear
Sun Mar 19, 2023 10:09 am
Forum: Technical Support
Topic: Removing google play dependencies from app
Replies: 6
Views: 6287

Removing google play dependencies from app

I've been trying to degoogle my smartphone recently and decided to switch to a custom ROM called DivestOS. Said ROM does not come with MicroG. My mobile network carrier has an app called What's up (it's a Greek carrier called COSMOTE). Problem is said app requires Google Play as seen in the image. I...
by a_regular_pear
Sun Jan 08, 2023 9:50 pm
Forum: Software
Topic: AetherSX2 ceases development
Replies: 2
Views: 1920

AetherSX2 ceases development

The popular PS2 emulator AetherSX2 will no longer be developed. According to the program's website the developer was harassed to the point where he no longer considered it fun to work on the project. At least the program will continue to work but without getting any updates
by a_regular_pear
Sun Jan 08, 2023 8:19 pm
Forum: General Discussion
Topic: Android users what rom are you using
Replies: 12
Views: 6897

Android users what rom are you using

Personally I am using pixel experience
by a_regular_pear
Fri Jan 06, 2023 10:59 am
Forum: General Discussion
Topic: What IDE's do yall use?
Replies: 32
Views: 29394

Re: What is your main text editor/IDE

Oh god I am blind. I don't know how I didn't see the other one
by a_regular_pear
Fri Jan 06, 2023 12:13 am
Forum: General Discussion
Topic: What IDE's do yall use?
Replies: 32
Views: 29394

What is your main text editor/IDE

Let the editor wars begin
by a_regular_pear
Tue Jan 03, 2023 5:31 pm
Forum: Software
Topic: How can someone learn more about reverse engineering and decompiling
Replies: 6
Views: 2532

Re: How can someone learn more about reverse engineering and decompiling

It's a really interesting advice. Self learning might be quite hard considering considering you may not know where to start from but research and good old trial and error might cover the trick. I do have some projects in my mind, might as well try them
by a_regular_pear
Sat Dec 31, 2022 6:24 pm
Forum: Software
Topic: How can someone learn more about reverse engineering and decompiling
Replies: 6
Views: 2532

Re: How can someone learn more about reverse engineering and decompiling

I do have some programming knowledge, while mostly high level I know and have used C. So should I first focus on becoming proficient C++ or even x86 assembly before focusing on reverse engineering specifically
by a_regular_pear
Sat Dec 31, 2022 6:08 pm
Forum: Software
Topic: How can someone learn more about reverse engineering and decompiling
Replies: 6
Views: 2532

How can someone learn more about reverse engineering and decompiling

I've recently been fascinated by Matt's videos where he gets a rough idea of how a program works by looking at its hexcode. So I've been wondering what is a good way to learn how to do that and generally gain some knowledge in reverse engineering stuff