I wish death upon it, but it just won’t die. I guess that’s cuz it’s the only frontend. Or at least the only frontend that allows DOM manipulation.
I wish death upon it, but it just won’t die. I guess that’s cuz it’s the only frontend. Or at least the only frontend that allows DOM manipulation.
I’m 100% on this camp.
Ew Flatpak. Feels like an OS inside an OS. And it also feels bloated. Like almost one GB just to install an emulator.
Umm… Keep in mind that I lack experience. Take the following with grain is salt.
I understand your pain with Swing. Not sure how to help other than change to another GUI framework. I think maybe eclipse does thins thing where it allowed me to make code GUI changes. Maybe?
Change GUI framework?
Consider doing a web base where the server does the folder structure?
I know nothing about Dart.
Finally, super personal opinion, but go with C++ and wxWidgets. I love this library.
I’m pretty sure by GUI they mean a WYSIWYG type thing where you drag and drop things into a GUI (meaning user interface) and then you have code. So again WYSIWYG.
Since they mentioned Swing and also there’s a link to the GUI code.
I like GUI code. Meaning I like that they exist. But, also yes, they can get messy.
Cross comment to cross post: It seems that you are vulnerable during pairing which is for like a minute. What am I missing?
It seems that you are vulnerable during pairing which is for like a minute. What am I missing?
Does this advice apply in this current job market? I graduated 2021. I was unable to land a job, so then did a boot camp, and after that still ended up in a support role. If I’m unable get dev role, the paper won’t help at all. It will be seen as outdated knowledge.
Though, it might actually work for OP where he finished the degree as the job maker becomes hot. Who knows.
Try those but also wanted to say enlightenment. I don’t even know if it still exists. If it does, give a try.
Well said nevertheless. Both suck.
It sounds like you have Windows in one disk and Ubuntu in another disk. Confirm this before proceeding.
Now if that’s true, and what you said about dedicated windows ssd on a boot loop, it sounds like MRB needs fixing. I suggest you make yourself a windows 10 USB disk or disc. Run that and when it asks to install, you look for recovery. And try to run the fix boot and recover MRB.
Something like these 2 commands
Bootrec /fixboot
Bootrec /fixmrb
Neither. Software engineer are not true engineers in a sense that they don’t require a certification. So it’s just a title. Most boot camps are for full stack, but I guess some are software engineer boot camps. That or the fact that they get a job as such title with only a boot camp.
Yeah it sounds like you messed up your boot partition. I’m not sure with EFI partitions, but when I used to mess up my legacy boots, I would recover using the windows recovery tools. Some command that would recover them. Again, I’m not sure abilout EFI partition, but maybe this is all you needed.
Anyway, good luck on your next try. I for one go with the safe route of removing drive(s) until I have the drives I need the install process to know about, you know when first installing an OS. I just don’t have the time for reinstalling things if something does go wrong.
So wait, what happens if you (obviously) turn off the computer, unplug the second ssd, then turn on the computer? Try that and report back.
Inschools project, I once used the flag ours.
For anyone wondering on update on this. So I install Ubuntu. As you guys know, it is 64 bit only. I was 50/50 expecting it to fail. It installed fine. I checked the specs. Intel i3 2.2GHz 8GB and 64 bit architecture. I just couldn’t remember if it was Intel 64 bit or not. Anyway, it installed fine.
However, I did not like that I was forced to snapd. I tried to remove it, and played with Ubuntu a bit. After an hour so I came back to re-read comments on other suggested distros. In looked up install arch on YouTube. I saw that I could use archinstall so I did. Currently looking at what desktop environment I should use.
I’m not a Linux noob. I just didn’t know the Ubuntu requirements. And also, I’ve been comfortably been using Fedora in my main desktop. I just wanted something different on this old old laptop. Thank you all for the comments. And specially for the recommendation give.
Yes I will give it ssd and yes it has max RAM. We’ll see how it will do. Waiting on ssd.
I dropped my laptop (couple years old) and it is basically unusable. So, I’m looking to revive my really old laptop (15 year old).
For those asking specs. I think the hard drive has issues so I’m going to replace with ssd. The laptop came with windows 7 32 bit. So, because it came with windows 7 32 bit, the manufacturer says that it has max memory of 8GB. I know I putted 2X4GB sticks in it last time I used it which was 4 years ago. I’m not sure if the chipset supports 64 bit. Also, if I remember correctly, CPU was like first gen i3 with 1.8 or maybe just maybe 2.Something GHz and with like 3GHz turbo.
Thanks everyone. I might try Ubuntu, but most likely, I’ll go with Lubuntu, Xubuntu or Ubuntu with Mate. And, I will use it for some light coding and web surfing.
Document ObjectModel. Think using code to add a JavaScript to make a drodown menu appear like for a navigation bar. That would be manipulation. And I think there’s so much more Angular and React do with DOM that I don’t know enough to explain it.