• 0 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle





  • It’s like all those scandals in academia recently with people catching “peer-reviewed” articles that have this sentence in them: “as a large language model, I cannot X”:

    1. scientists, especially if English is not their native language, getting a little help from AI to more clearly express their thoughts: OK to good
    2. scientists with actual results to share wholesale letting AI do the explaining for them: not so good, maybe OK
    3. scientists just using AI to take half ass lab results into something publishable: bad
    4. journals that rely on the free labor of other academics to peer review also not bothering to check: really bad
    5. mega corporations who charge bazillion dollars to allow access to reading publicly funded research happily allowing all of that to go through without the very basic of paying a copy editor a minimum wage to Ctrl + F for “As a large language model”: straight up evil


  • Lol the für Elise thing is funny. Back in highschool I got a “PC maintenance” credit which had me assigned as support in the computer lab. I made a batch script that ran on startup and showed a warning message saying the hard disk will self destruct and did a countdown from 10 with the motherboard speaker beeping down, fun times








  • Ah thanks for letting me know about Rx Resume! Great resource, and actually solves the last mile problem (creating the document) of my little personal app. I am a bit of a jack of all trades, so I made a little database for the resume where the lowest level item (the little bullet points in the experience) can have tags attached to them. So I might describe the same job/experience in multiple ways depending on who the audience is, and then filter for the tags to only get the bullet points that are relevant for that position and generate a resume.

    Now instead of going into some whole slog of coding document generation, I can just export that bit as JSON and import into Rx Resume! Thanks again!


  • Ah thanks! I am working with .NET, and I was surprised how there’s little out there in terms of (open source) libraries for LaTex (I did some research since this comment). I might end up going with docx via the OpenXML API. Also, I haven’t really used LaTex before (has been on on my learning to-do list), and once I started messing with some templates, I realized I need to learn a lot more first.

    One thing with my documents is that find and replace alone won’t work, as I need to replace some patterns. I am generating resumes, so I need to take something like a pattern for a job, and then repeat it several times