That looks like a helpful guide to go through as well. I’m not too familiar with compiling/building/making (only the general notions)… In the past, I’ve abandoned programming projects because I got bogged down in the semantics of the documentation.
Should I stick to drawing high-level flowcharts pursuing a “make this” Occam’s Razor type philosophy and just condition myself to abandon unnecessary pedantic details? Just trying to make sure I follow through with my programming project this time instead of getting overwhelmed!
Never have heard of Poetry, but I’ll check it out tonight! I pretty much exclusively coded in Python and Julia up until I got out of uni. I learned after a couple of months of insanity swapping kernels, init systems, distributions and learning everything about file systems only leads to further insanity and productivity hindrance.
Something something recommending someone who doesn’t know what a shell is to use emacs and make a Lua/Neovim config. Thanks for the tip!
Memes like this make me ever more confused about my own software work flow. I’m in engineering so you can already guess my coding classes were pretty surface level at least at my uni and CC
Conda is what I like to use for data science but I still barely understand how to maintain a package manager. Im lowkey a bot when it comes to using non-GUI programs and tbh that paradigm shift has been hard after 18 years of no CLI usage.
The memes are pretty educational though
I want to get better at using TUIs and all the lot of lighter-weight software, but I’ve quite frankly been too stupid to learn it.
I downloaded Gentoo onto an old Chromebook with the Mr Chromebox script. Currently am trying to make it into a sandbox for me to learn more about how init systems, compilers, and other lower level OS details.
Other than reading the Wikis, are there any projects that you’d suggest to increase one’s ability in those realms? Thanks!
Unfortunately I don’t think completely automating my resume is going to happen. It’s just a dream :( I’ve finally found something that got the attention of an employer though, so hopefully my job search will be over soon.
I’m still itching to do something with NLP/LLMs, but I’ll have to define the problem more rigorously rather than throw out nebulous desires. Thanks for the response!
I’ll check those out and see if I can get a good workflow going for it.
I wanted my first web project to be a static site since I really only need a blog at this point in time. The use case for my blog really would be to write about chemistry and chemical engineering stuff I think is cool. Having a worksheet repository for my students as well that they could access with some encryption so the access is restricted. I’d love to try the fancy stuff on websites, I just need to get the poison of “JavaScript is spyware” out of my head.
It’s pretty disorienting to figure out the “right” way of learning web development after the loads of slander I’ve seen in memes. Im sure youve seen the same about React, JavaScript, and something about “NodeJS”. I wasn’t really too aware of software other than doing calculations on data collected from DAQs. Any resources you’d recommend to check out?
I guess I should ask the question, what exactly is all the fuss about surrounding some of the frameworks? I definitely can see the argument about adding more layers of abstraction can obfuscate the underlying mechanisms of the codes thus increasing the amount of potential vulnerabilities. Particular companies and developers turning evil is also. But some of the rhetoric becomes “They’ll put a miner for your crypto” “They’ll siphon every facet of information about you”. The most bizarre I read was how to figure out the outline of 3D objects surrounding the user via the pattern in white noise detected by an interference pattern.
Histrionics aside, is there a good resource that I can read that dismisses common falsehoods that is generally reflective of what constitutes a " good" framework? Thanks for the help!
Sorry for the late response, I’ve been wading through my inbox to get back to most :)
That’s gotta be why they make it so damn hard to uninstall ChromeOS… I like that Linux is being popularized more, but I hear whispers from the F(L)OSS community in my head that Canonical and Microsoft are one in the same. Its a bit confusing some of the rhetoric surrounding certain companies and software other than the blatantly obvious like Microsoft or Google, but I’ll never quite understand programmer “martian”…
Have you worked on chrome books before and swapped the OS?
Apologies for the long wait for a response. Been trying to get back to people.
I checked out the Chromebook I have and made a post on the Gentoo form, but don’t believe I’m able to do it for my particular model because of how I’m sandboxed in a subsystem of something. Could I DM you and we could chat more about sending Chrome OS to the shadow realm?
Awful!!! I remember using those junktops when I was in high school…
Made me realize I still have one lying around and I tried to put Linux on it, but they seem to only let you sandbox Linux in it…? Not able to enter BIOS supposedly due to the firmware is obnoxious. Is there any way to put coreboot on over the firmware or something?
Thanks for the code example. I tried going through web3 awhile back with HTML, but need to go through at least 60% more of the course and examples they provided on the website.
I’m a bit confused on what a server is, past “someone else’s computer” or “another computer” or “a machine elsewhere that is able to take and receive requests”. When you write a “GET” request, is this pulling from another file on your machine locally, but still using the HTML framework and WASM to have “Piece of code 1” talk to “Piece of code 2”? And this all happens locally on the same machine you’re using?
Currently I’m using the Kate IDE editor since Neovim made me hurl my lunch. Spyder was what I used for Python, but it can’t be used with more than one language unfortunately. I’d assume programs with functions provided by Electron are able to cache what they retrieve… Is the “server” downloaded alongside the application, therefore not requiring WiFi connection to use the application?
Hope my questions aren’t too out in left-field and thanks again for your response!