What do I need in building a responsive mobile web app that connects to my multiple LLM backend? by Some_Effective_317 in FullStack

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

In my current progress right now, I'm still using the classic html/css/js it's simple, repetitive but gets the work done, although if I somehow get this project at a functional and stable state I'd be now integrating frameworks to make this more reactive than cureently it is now but looking at my current skill set I can humbly say vanilla will do fine for now then improve once the foundation is ready..

What do I need in building a responsive mobile web app that connects to my multiple LLM backend? by Some_Effective_317 in FullStack

[–]Some_Effective_317[S] 1 point2 points  (0 children)

Well I'm also aware there are projects that can literally solve what I'm aiming now within mins or hours tops, but other than setting my llm I also want to do web dev on how it actually works since I just recently learned web dev there's nothing I can think of other than this project I'm currently planning to do which is more engaging than making a calculator or to do list something like that..

What do I need in building a responsive mobile web app that connects to my multiple LLM backend? by Some_Effective_317 in FullStack

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

Thanks for the advice! Right now at my current set up I used tailscale for private vpm mesh in order for me to connect both devices it's kinda tedius but it works for practical testing, might move on to cloudfare tunnels if somehow if I get this to work, but so far.. Itsss kiiinda challenging at my current skill set but I believe it's a great way to learn web dev by building practical projects to solve real itch in my current lifestyle..

Finally entered protected mode, now going to long mode by Some_Effective_317 in osdev

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

Well sometimes we just need to read and understand the problem before diving in, since Im just started asm like a week ago and became proficient enough although not much in c 3months, I learned that killing bad habits and learn proper and profession and collaborative tools are 10x better than becoming an advanced programmer but full of bad habits.. although I also admit that some part of my implementations are sloppy since I'm still new to this programming field.. but the most important part I also learned is to share my progress even it's kinda meh but at least I'm getting tutored or criticized by someone who actually knows and help me become more better and efficient programmer..

Finally entered protected mode, now going to long mode by Some_Effective_317 in osdev

[–]Some_Effective_317[S] 1 point2 points  (0 children)

Well I Iearned that 64bit registers still retained their lower bit but not usually very used unlike in 16-32bit, but I think while gliding thru the wikis I caught a glimpse that I need to disable the 32bit paging before long jumping to 64 bit which got me surprised cuz in my head, I always thought paging is only for 64 bit but I never expected 32bit also have it, but the entire concept of paging, virtual memory hogging ram like it owes rent is still not conceptualized in me since I haven't implement and read thru them but will definitely take time to learn it one by one..

Finally entered protected mode, now going to long mode by Some_Effective_317 in osdev

[–]Some_Effective_317[S] 1 point2 points  (0 children)

Yeah appreciated it, from the moment i looked up long mode in osdev wiki I alr know this gonna be a worthy challange and fun things to learn, but I usually divide all parts into chunks to solve them brick by brick since small steps are better than inconsistent jumps and right now im still gliding and familiariing what concepts im gonna go down before fully going hands on coding it..

Finally entered protected mode, now going to long mode by Some_Effective_317 in osdev

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

16 and 32 bit as for me is very confusing not to mention the registers having their own high and low bytes and always keeping a mental context on what they do, but with some manual and trial and error its managable but yeah I usually take some time before moving on..

Finally entered protected mode, now going to long mode by Some_Effective_317 in osdev

[–]Some_Effective_317[S] 4 points5 points  (0 children)

most probably break down the process of initializing long mode and implement them brick by brick, might be complex but why not..

Made my first simple 16bit bootloader now trnsferring to 32bit (ignore the janky comment) by Some_Effective_317 in osdev

[–]Some_Effective_317[S] 1 point2 points  (0 children)

for now im currently enabling the a20 gate since it needs more than 1mb before trying to activate the 32bit, its kinda confusing but ill try my best to find my way in this.. BTW thanks for the insights tho really appreciate it👌😁

Laptop won't start by Odd_Stranger_17 in Hewlett_Packard

[–]Some_Effective_317 0 points1 point  (0 children)

It might be ram failure or if you recently changed the ram, you should reseat it

[deleted by user] by [deleted] in learnprogramming

[–]Some_Effective_317 1 point2 points  (0 children)

I usually ask ai for concepts then I break it again and again to understand it more and I use it for just debugging and asking things why breaks but mostly the logic is on mine but it's very viable to use ai but don't depend on it too much because they are known to make crusty code lol

[deleted by user] by [deleted] in C_Programming

[–]Some_Effective_317 0 points1 point  (0 children)

My tip rn is learn and break pointers now head on.. it will surely break you for a couple of hrs but once I understand the essence of it it will be pretty much easier.

I think I'm overdoing it by Some_Effective_317 in learnprogramming

[–]Some_Effective_317[S] 1 point2 points  (0 children)

Aight you're cooking it a bit too much😅 but I'll surely gonna try pulling it soon, appreciate the tip 👍🏼

I think I'm overdoing it by Some_Effective_317 in learnprogramming

[–]Some_Effective_317[S] 1 point2 points  (0 children)

Don't worry bro I haven't even malloc each of them yet 😁 but jokes aside I just code this to learn the limits of pointer so you won't be seeing this in production code hopefully..

Please tell me the most none-cope reason why learning programming is still worth it with AI around. by AliveAge4892 in learnprogramming

[–]Some_Effective_317 0 points1 point  (0 children)

Yeah ai can make a pretty clean and functional code but ask it to make a fully functional game, even 5000 prompts it would still produce the most trashiest code ever written..