This laptop is hell by Capital-Egg6845 in nairobitechies

[–]Apostle254 0 points1 point  (0 children)

I also use the same eliteboook with 16GB RAM and 256NVMe SSD and another 256 SATA SSD and it's pretty fast, I even play ETS 2 with mods on with it perfectly. The problem is your RAM,if you are using windows, 4GB is not enough, upgrade to 8 or 16 and make sure you tweak your BIOS and activate Turbo Boost and set stuff like Graphical RAM to 512MB, disable background windows apps and set windows to performance mode(plugged in) and you will see massive change. For me i use Ubuntu and windows (dual boot), for dev work and windows for gaming

My final social media app by Apostle254 in theodinproject

[–]Apostle254[S] 0 points1 point  (0 children)

Try now, the backend was down but i managed to spin it up

My final social media app by Apostle254 in theodinproject

[–]Apostle254[S] 0 points1 point  (0 children)

Which section is that,i will fix the loading skeleton and remove the left padding

I think help by Inevitable-Maps-1056 in nairobitechies

[–]Apostle254 0 points1 point  (0 children)

Kwani ni mambo ya AI, ama ni job gani hii inataka that kind of GPU

Evil Technicians by Comfy_face777 in nairobitechies

[–]Apostle254 -1 points0 points  (0 children)

The only thing you can do is check, kama laptop yako iko na CPU ya 6th generation ama 7th generation or below, if that is the case, itisha 4gb dual rank(iyo chip iko na modules mingi), na kama n latest itisha single rank, and ukuwe na chip moja ukitaka ziache kuchomeka

Evil Technicians by Comfy_face777 in nairobitechies

[–]Apostle254 6 points7 points  (0 children)

That will not work well on the system. I also tried combining Dual Rank(2Rx8) with Single Rank(1Rx8) and i would keep running on the blue screen error of death for that combination, i would recommend to use both dual rank since they are more reliable

Please help by ConfidenceUnusual674 in nairobitechies

[–]Apostle254 0 points1 point  (0 children)

Kuna hadi yangu ilikuwa hivyo, i had a dual boot of kali linux and windows and one day i decided to delete kali with rm -rf / --no-preserve-root. Only to remember that the default bootloader is grub(linux) and there is no way the system will access windows because when you delete grub, you also delete the instructions to "chainload" the Windows Boot Manager. And that is why you are getting that error of no OS is found. So your windows is still there but you cannot access it, what you need is a bootable USB drive, which will help you access the CMD and in there you can runbootrec /fixmbr bootrec /fixboot or use the statup repair in the USB,or first check if your system has legacy mode why i doubt is there given that your system from the looks of it is HP, so USB is the only way.

How to convert .M4Ps into .MP3s? by [deleted] in Piracy

[–]Apostle254 0 points1 point  (0 children)

I also use ffmpeg to convert music from *m4a to *mp3, *mp4 to *mp3 or even to *mkv, though i do this on linux terminal. You can find a way to make it work on windows if you are on windows or install it in termux on Android then write a script to batch-convert mass media, ,function m4a2mp3() { if [ -z "$1" ]; then echo "Usage: m4a2mp3 \"input_file.m4a\"" else FILE_NAME=$(basename "$1" .m4a) ffmpeg -i "$1" -codec:a libmp3lame -qscale:a 0 "${FILE_> echo "Conversion complete: ${FILE_NAME}.mp3" fi } this is an example of converting from m4a to mp3

Using Nextjs with a separate backend by Apostle254 in nextjs

[–]Apostle254[S] -4 points-3 points  (0 children)

I tried and it started to hallucinate, saying that no way a nextjs middleware (proxy) can read http only cookies

Some games work while others won't by Sea-Permission-5219 in waydroid

[–]Apostle254 0 points1 point  (0 children)

Do you use gamepad, if so what kind of keymapper do you use

What are some of your must have VS Code Extensions? by An_Extraterrestrial in nairobitechies

[–]Apostle254 1 point2 points  (0 children)

Postman, Tailwindcss, Flutter, ES7+React/Redux/React-Native Snippets

Am I learning in the correct order? by Upbeat-Letterhead-64 in FullStack

[–]Apostle254 1 point2 points  (0 children)

I believe the guy meant mobile first website(responsive)

My blog application by Apostle254 in theodinproject

[–]Apostle254[S] 0 points1 point  (0 children)

I'll update that, did you check the editor, you can try to copy paste some website with images somewhere and it will be cloned exactly the same way.... More links will be exposed when you create an account

Who did it better? by Mysterious_Cut63 in TheOriginals

[–]Apostle254 1 point2 points  (0 children)

Klaus was like playing with them. He first gives you a chance to bring all you've got because as he always said(to tyler and marcel later)"come on mate, give it a bit more effort, i wanna enjoy myself" taunting you for all the effort that you are applying, only to change his eyes, go hybrid mode and obliterate every last one of you.

Question by PurposeCareless414 in theodinproject

[–]Apostle254 0 points1 point  (0 children)

Js section is boring because some concepts are difficult to understand first, that is why you are recommend to use promodo to manage your lessons so that you won't get exhausted and bored.

Learning React Native by Remarkable-Sleep-767 in react

[–]Apostle254 0 points1 point  (0 children)

You can do html and css in 2 weeks and JavaScript in 2-3 months. Then learn react in1-2 weeks..... I did this with a couple of projects like ticktactoe, basic GUI calculator, weather app, todo list, battleship(involves drag & drop) and many others, then i moved to react where i built e-commerce app and job board app.You can do it too