• 5 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 26th, 2023

help-circle
  • That’s a very poetic way of looking at the way our data on these forms will be processed and ingested by LLMs in the coming years. I have been considering cloning my own voice and experimenting with the multitude of use cases that can provide.

    All the developed literature as well as entirely documented human lives… Readily available with numerical recipes for their processing and integration into whatever societal infrastructure comes out of where we’re headed right now.

    It was strange for me to come to terms with that. The crowd that Lemmy fosters is such a different subset than the general population. Sometimes I wonder what growing up online will do to people down the line from us.

    It’s heart rending to hear what you’re going through, OP. I’m sure your family will sincerely cherish what you write. I also agree with others who have mentioned to add stipulations on how you want your thoughts to be used. Not to speak for you, but I wouldn’t want my likelihood desecrated in some manufactured effigy long after my death.

    Not to say I didn’t spend a fair chunk of my own life online, but with the advancements in materials and manufacturing methods, I wonder what storage devices and technologies will become sarcophagi for our archived lives…

    Wishing you wonders in your last moments, OP.



  • 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!



  • Yikes! I’m going to have to watch out for that. I don’t know if I can just jerry-rig together some HDDs into one of the RAID X configurations, but I think I want to get some that are quite a bit larger than 2TB given the amount of things I’d like to do with my NAS (File server, email server, personal website, etc). I’ll do some more research, thanks for the help!


  • I’ve been wading through the past 2 months of messages because I was far too incompetent at systems management (and hardware) to even pose the question correctly.

    Ideally, I’d like my NAS to have a VLAN’d off way of sectioning my security camera footage and my website so I don’t get locked out of it somehow. I heard that I need to somehow create a topology that involves a WAP, Switch, the physical chassis with the NAS in it, and the actual modem/router into the wall. I want to have a streaming server for music/video, a Hugo website, an email server, and a file system where I can store projects just in case I need to access them somewhere other than my home.

    I’ve also heard others suggest some of the larger drives for the RAID array, and I’ve seen various things suggested such as Thomas Krenn’s “mdraid”, which requires a “Hardware RAID controller” which makes me wonder what this thing actually is. I need to do more research into it, but I’m just a little stumped on how the drives fit together (physically and logically). Thanks for the help!



  • Any advice on adjusting to a search engine like Searx or enhancing how to use DuckDuckGo since Fennec comes with it?

    Is there a gospel-like resource on Search Engines and using particular query delimiters? Just been tough reading some of these documentation pages with legion jargon words


  • I’ll have to get one of those 12 or 14TB harddrives in the future so I can actually have a proper NAS. Is TrueNAS what FreeNAS is now? I see their parent company is iXSystems. I’ve heard stuff about different file systems like “ZFS” and all these other fancy 3 letter acronyms. The last time I bought software was many years ago, so would you suggest paying for their OS? Thanks for the advice, now I just need to get a better job to actually afford the toys :(


  • So now that I’m a little farther along in my tech adventures, I’ve found myself staring at the two 2TB WD 6Gbps HDDs that I got from Best Buy awhile back. I didn’t know if I needed to buy a chassis for them (I probably do, I’ll do some more research, just been trying to get back to a mountain of comments) I’m just not really sure what else I’d be using a NAS for besides streaming movies and accessing my work projects from a Dropbox-esque in-home solution


  • I’m going to look into FreeNAS and Unraid. I have 2 WD 2TB HDDs that are relatively new that I’ve needed to just pop into the switch connected to my router. The whole networking scene has been a bit overwhelming having had so much of my foundational computer knowledge shifted I haven’t gotten around to it yet. I want the router set up in a different room so I can make more stuff with Ethernet possible rather than connecting wirelessly.

    How does a docker container get lost? Does it have something to do with the “contiguity” of theway the block devices partition data? Does it get separated from the other blocks physically? Or is it just a software error and I’m over thinking it? Thanks for the advice!