• 2 Posts
  • 14 Comments
Joined 1Y ago
cake
Cake day: Jun 26, 2023

help-circle
rss

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!


Definitely will, I appreciate the support :) I’ll hop onto the Rust form after I’ve read the book with some questions.


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!


I’ve had murmurs of Rust throughout my time here… I’ll give it a try and attempt to make a barebones application with buttons.

Once I’ve either failed catastrophically or have created something to be reviewed, I’ll report back.

Thanks!


Advice on the Choice of a GUI Library?
Hi Everyone, I've gotten a lot of older books on mathematics, physics, chemistry, and dabbled a lot in computational simulation with programs like LAMMPS and GROMACS. I am interested in learning how to make a GUI application that I can use to automate graphing functions, understanding how sensitive a model may be to perturbations in particular parameters, and different ways of visualizing data to help me get an "intuition" on subjects. Numpy, SciPy, Pandas, Matplotlib.pyplot, numba, glob, and os, are libraries I like to use. See Gibbs'/Maxwell's original envisionment of thermodynamic surfaces from the late 1800s. However, I am a moron with respect to software development. My interests are in the FOSS-sphere of things, but I have never made a piece of software other than botched code to calculate averages, perform PCA, and typical statistics visualizations with distributions, Monte Carlo simulations, and see how this effects the properties of the underlying system of study. I've also glanced at design patterns, know the different paradigms of computing to a basic level, and am willing to suffer for long-term educational gains. The language I'm most comfortable coding in is Python, but I found it discouraging to start writing a software project, as I assume writing something entirely in Python isn't the best way to ship quality software. Julia and Matlab are other languages I've written programs in. I've tortured myself with the whole gamut of toolchains/editors like Neovim (and my inability to get my lua.init file to ever work properly), and prefer to use FOSS tools. I can navigate in a clunky sense around a terminal, but whenever I try to configure my .bashrc or modify the behavior of my editor, it results in me chasing down a particular filepath for an hour just to change the color of the text, or rearrange how the text is displayed to the terminal so that I actually can read what is saying. Without color-coating, it's hard to distinguish between directories, file extensions, and so forth, and even more frustrating when you can't get the changes to work. Essentially, I am a confused orangutan given a mallet. When I ditched Word for LaTeX several years ago, it inspired me to take my FOSS journey one step at a time, rather than what I did a year ago, where I chucked every proprietary tool into the trash. I need to actually be able to do work, as one would prefer to drive their car, rather than get out every 5 feet to fix another busted part. I would like to eventually develop software that ends up in the FOSS sphere, and write programs that do not take up 100GB of space, or have 100s of bandaid layers, countless dependencies, and the whole gamut of issues that plague certain software packages. Libraries that I've looked at are... 1) Tkinter 2) PyQt5 3) Dear PyGui I don't particularly care about modern esthetics for the interface. All I care is that the program functions, uses a relatively low amount of resources, and can educate me further about how to rip open a widget, modify the code associated with that particular button, and get a greater control of visualizing concepts taught in math/physics books. Thank you!
fedilink

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’d love it if they made a movie on Mel. The guy who coded a magnetic drum completely by hand.

He’d memorized a gazillion opcodes and tuned the drum to do better even before compilers had been implemented. He just didn’t trust them so he refused to use the compiler lol


NLP Libraries for Resume Optimization?
Hey everyone, Recently, I've found myself bogged down in sending off resumes that seem to never to be read by anyone other than myself. I'll go through the whole gamut of picking keywords that match the job description, showcasing my previous experiences, projects, skills etc... But it just seems to never result in a call-back or even an email to tell me I wasn't selected. Given that I'm tired of screaming into the hills and hearing it echo back, I want to write a program that streamlines this whole process. I have a couple of resume templates written in TeX script that I can populate with content. Alongside this, I have all of my relevant bullet points in assorted text files labeled appropriately. The idea would be to feed the program the job description, relevant qualifications, and other miscellaneous text files. These would be processed to give an idea on how my resume should be modified to suit their requirements. Perhaps that could aid in creating a strong resume in a more streamlined fashion. I have no clue what metric should be used to quantify how "good" it is, so that's to be figured out as well. I saw "nltk" and "spaCy" are two NLP libraries for Python, but I wanted to open up discussion for those of you who have worked on projects similar to this. I have read mixed comments about the two. Which one seems better suited for this task? Obviously I'll review the resume before I submit it, but I want to see if I could get something like this working. I'm a giant noob when it comes to NLP, but have used Python for the past couple of years for data-science applications. I'd be open to learning a different language if there is a library that has some of these functions already coded, but I'm not a developer. Thanks for any help! I love the community over here on Lemmy. Many of you have been very helpful and encouraging and it makes me want to keep learning more :)
fedilink

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!


Awesome! I’ll send you a DM a bit later with some details about the Chromebook when I dig through the mountain of stuff in front of me. Appreciate 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?