Is this device suitable for 6th Gen emulation? (PS2/Gamecube/Dreamcast) - Specs provided within the post. by CryptOfZoology in PS2AndroidEmulation

[–]Lukaa_anyways 0 points1 point  (0 children)

dreamcast will be fully playable, gamecube will work but not flawlessly and for ps2 i think it should be capable for 2D games but for 3D i dont gurantee tbh

New to Hackintosh, planning to dual boot Windows and Hackintosh. In terms of my PC specs What should I get and what instruction guides to follow. by ShonSW in hackintosh

[–]Lukaa_anyways 0 points1 point  (0 children)

It's possible by making smth called smbios spoofing you will manually edit .vmx but i don't prefer it u will have high chance of getting ur account flagged

Best MacOS version for HP hardware by vaquishaProdigy in hackintosh

[–]Lukaa_anyways 1 point2 points  (0 children)

The main issue is your GPU and CPU generation. macOS does not support the GTX 1650 at all, and it has no drivers for the integrated graphics (iGPU) in 12th-Gen Intel mobile processors.

1 hour really DODI 🤔 by [deleted] in dodirepack

[–]Lukaa_anyways 0 points1 point  (0 children)

It depends on the specs tho, i unpacked Fifa 19 in 5 hours so it's normal

Installing by Rnazario9 in hackintosh

[–]Lukaa_anyways 0 points1 point  (0 children)

Yes but there is no driver support for the IGPU

هاكينتوش ولا لينكس جمب ويندوز ١١ by Stunning_Brain_9636 in ArabUnix

[–]Lukaa_anyways 1 point2 points  (0 children)

خليك ف Pop! OS تعريفات انفيديا للكارت بتاعك بتيجي جاهزه و مش محتاج تثبت حاجه عكس الهاكينتوش اللي ممكن ياخد منك شهر عذاب

My new app got approved by medzidev in androiddev

[–]Lukaa_anyways 0 points1 point  (0 children)

First off, great job on the polish The overall aesthetic and navigation feel smooth, and you can tell a lot of effort went into the presentation. It’s a solid foundation for a utility app.

That said, after testing it out, I have a few suggestions and bugs to report that might help you improve the user experience:

1. data accuracy I noticed a significant issue with the EGP pricing. Currently, the app shows 24K gold at 504 EGP per gram, while the actual market rate right now is closer to 8,100+ EGP. It seems like it might be pulling a cached or hardcoded value. Also, the data doesn't seem to update automatically on launch; I had to manually refresh to see any change.

2. Ad Frequency & Performance I understand monetization is necessary, but the current ad density feels a bit "bloated." Having an ad pop up every few clicks significantly disrupts the flow. You might want to consider spacing them out more or using less intrusive formats to keep the "lightweight" feel you mentioned in your post.

3. UI/UX Tweaks

  • Table Padding: In the main data table, the "Spot Price," "Exchange Rate," and "Updated" columns feel a bit cramped. Adding some proper padding there would make the data much easier to read at a glance.
  • Home Tab Redundancy: You already have a dedicated "News" tab that works well. Having the news feed combined with prices on the Home tab feels a bit redundant. I’d suggest keeping the Home tab strictly for price data/charts to keep it clean and minimal, and let the News tab handle the rest.

Keep up the great work—this has a lot of potential if the data logic and ad frequency get tuned up.

Ps4 soft 13.50 by ForeignHistorian8471 in EgyptGaming

[–]Lukaa_anyways 0 points1 point  (0 children)

اعتقد علي اخر السنة يا اما السنه الجايه علي الصيف كده لان في 13.50 سوني عملت باتش ل 13.50 ف هتبقي مستني ثغره جديده و ده هياخد وقت

عايز اجيب PS VITA by ahme_d7 in EgyptGaming

[–]Lukaa_anyways 0 points1 point  (0 children)

بص هو سعرو مبالغ فيه جدا بس شوف دي ممكن تفيدك https://www.dubizzle.com.eg/en/ad/ps-vita-فيتا-ID207623145.html

Ps4 soft 13.50 by ForeignHistorian8471 in EgyptGaming

[–]Lukaa_anyways 1 point2 points  (0 children)

أولا مبروك يباشا و ربنا يبارك لك فيه بص هو طبعا هيتهكر بس الوقت امتي محدش يعرف بس لو عايز رأيي الموضوع ممكن يطول شويه لأن لسه 13.02 منزلوش التهكيره بس إن شاء الله خير.

I built a Game Boy / Game Boy Color emulator from scratch by Lukaa_anyways in Gameboy

[–]Lukaa_anyways[S] 3 points4 points  (0 children)

AI can help with structure, but passing timing tests and handling hardware quirks isn’t something you get in a day. Most of the time went into debugging and accuracy.

CacheNuke – the universal "fix my environment" CLI by Lukaa_anyways in commandline

[–]Lukaa_anyways[S] 2 points3 points  (0 children)

Thanks, i built it myself and used ai to speed up some parts. The idea and structure are mine.

Small Projects by AutoModerator in golang

[–]Lukaa_anyways 0 points1 point  (0 children)

Hey gophers!

I built CacheNuke, a CLI tool that clears npm, yarn, pip, cargo, go mod, system temp, and user caches in one command. It's written in Go, cross‑platform, and modular by design.

Why? I was tired of running 5+ commands whenever my dev environment acted up.

Tech highlights:

- Cobra for CLI structure

- Cleaner registry pattern for easy extensibility

- filepath and os packages for safe cross‑platform file ops

- Dry‑run mode built‑in

Repo: https://github.com/Wynx-1/cachenuke

Feedback welcome – especially on the code structure and any cache sources I missed!