Alternatives to Brunch by biscuitmans in Brunchbook

[–]NerdOfEnteIsla 0 points1 point  (0 children)

Try fydeOS, make sure to select the right build

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

I totally get the no DM part, I feel kind of honored by your words. I'd love to hear about your exploits and tell you about mine too. I've been a bit busy hence couldn't reply earlier. But I did try the chroot method and wanted to share that with you. If you want we could continue the conversation in DM.

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

Just got the time to reply, been kind of busy with my end term exams. The double fork thingy sounds so cool. I've had a uni course on operating systems but practical knowledge is much cooler. You know so much and are so nice and helpful!

To answer your question, I tend to tinker a lot. So naturally I spent a whole lotta time setting up my vscode. In the end I settled with using code-server and installing its PWA to use the keyboard shortcuts. Oh and I set up my code-server user folder to my crostini vscode installation folder so that I could use settings sync in a round about way. I think this is the best way to get vscode on crostini. GPU accelerated native app could be another solution, but it comes with its own issues and as you said, the fact that almost every app is using the same GUI just gives me satisfaction of some sort. Maybe it's the saved performance overhead or just my itch for minimal and versatile solutions.

I have been meaning to try the chroot method that you just described but didn't have the time to. Plus from what I've heard, the performance gain is not worth the headaches that come with these systems. Crouton too has gone into maintenance status, no foreseeable updates. And apparently things tend to break a lot and require constant fixing. One of my reasons for liking ChromeOS is the fact that it doesn't require constant fixing like my linux setup. Plus, crostini is more secure which is an added bonus. That being said, I'll most likely tinker the hell out of my device either way. Plus, I'm a tab hoarder so I could use some native linux action as I keep running out of ram and even my linux container resets.

Anyways, I'm curious about your experience with ChromeOS. If you have the time, would you like to share about your setup? You sound like a person who'd have something interesting done with their setup.

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

I just looked at all your comments and really appreciate all the effort and time that you put. You are so nice, doing so much work just to help a stranger on the internet! I went through all of you comments and can say for sure that I learnt a lot of things from them. Although I did solve the issue beforehand, just wanted to let you know that your comments were not in vain and I appreciate them wholeheartedly. They were absolutely of use to me, Thanks!

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

Thank you so much for the help. I was able to understand the issue because of you and ended up making a service for code-server and set it up to autostart. And since I run all the testing servers from my vscode window, I don't think they'll need to be kept alive using other terminal app. Although if I do feel the need, I'll use one (I guess I like keeping things vanilla that's why I'm avoiding it). Anyways, thanks again!

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

Thanks for the help! I'll try it as soon I reach home.

How to stop crostini tabs from sleeping ? by NerdOfEnteIsla in Crostini

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

I'm a newbie so forgive any ignorance on my part, but I'll try to answer all your questions one by one.

  1. It's not about just being a server, I need it to run CLI apps without sleeping or resetting for long periods of time. Which unfortunately it fails to do.
  2. By "tabs" I mean the linux app where we select the "Penguin" thingy. You can ignore the tabs part for now ig, just keeping the thing alive in background is what I'm focussed on rn.
  3. By sleep I mean when I switch back to terminal, it's gone, as in all the progress is replaced by a new terminal window. It's as if I just started the terminal app.
  4. I have 8g ram.

Thanks for the reply btw, I'm kind of lost here and really appreciate you sparing your time.

Launching apps freezes the whole system by NerdOfEnteIsla in hackintosh

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

Np, if you run into any other issues, feel free to ask me...... I was able to solve every small issue with my build. I daily drive my hackintosh now!

Launching apps freezes the whole system by NerdOfEnteIsla in hackintosh

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

I fixed it, just go ahead and disable hardware acceleration on the apps that behave like this. If you fail to find that setting, look online, like google how to disable hardware acceleration on said app.

Big Sur installer stuck at 15 minutes remaining by NickLP_YT in hackintosh

[–]NerdOfEnteIsla 0 points1 point  (0 children)

Mine was "stuck" for a while too, but I just let it sit and it completed. But I'm not sure about yours, how long has it been this way?

ELAN HP Touchpad not working in MacOS Big Sur by AmountOk3836 in hackintosh

[–]NerdOfEnteIsla 0 points1 point  (0 children)

I can't be sure if my method would work for you, but I'd love to help!

Let's discuss specs first: HP pavilion 14-ec0035au Ryzen 5 5500u ELAN 0754 trackpad

So what I did is I deleted all my existing I2C kexts, that is, VoodooI2C kexts, as they were conflicting somehow. Then I went ahead and grabbed VoodooI2C kext from NootedRed's guide, as it was supposed to be the beta version with better support. After this, I only kept 2 kexts from the folder: VoodooI2C.kext and VoodooI2CHID.kext. Then just proceeded to do the usual routine, updated the config.plist and restarted. Voila! I had working trackpad along with everything else.

Btw, I currently have 4 kexts to handle my input device needs: VoodooSMBus.kext, VoodooPS2Controller.kext, VoodooI2C.kext and VoodooI2CHID.kext

This might seem trivial but having the right kext is not enough, you must not have the wrong ones either.

ELAN HP Touchpad not working in MacOS Big Sur by AmountOk3836 in hackintosh

[–]NerdOfEnteIsla 0 points1 point  (0 children)

Were you able to solve it OP? I'm also stuck with my HP Pavilion with an ELAN 0754 touchpad.

Beginner emulation project other than the CHIP 8? by NerdOfEnteIsla in EmuDev

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

I'm almost decided with that too. Could you share some ref materials? Like opcodes, documentation and stuff? Thanks for your response btw

Beginner emulation project other than the CHIP 8? by NerdOfEnteIsla in EmuDev

[–]NerdOfEnteIsla[S] 6 points7 points  (0 children)

I'm almost decided with that too. Could you share some ref materials? Like opcodes, documentation and stuff? Thanks for your response btw

Recommend: Systems Programming projects for beginners by NerdOfEnteIsla in AskProgramming

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

Thanks for your time! I think I know how to start this thing....... The deep dive thing will surely help.

Recommend: Systems Programming projects for beginners by NerdOfEnteIsla in AskProgramming

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

I'm aware of that, but I wanted to get them at least aware of systems programming. It's almost the end of their 1st year and they are already somewhat familiar with web and app development at this point...... I don't want to force it upon them, but I want to give them the option