Wish I could be there!
Wish I could be there!
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
I was just about to comment that this reminded me of the sub7 days. Not sure when it was released, but I definitely used it in 1998
Edit, memory was wrong, it was released in February 1999
I can swear I found a workaround for this, but I am no longer using the flat oak. I will dig through my notes and share a link if I can find it
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
What is it?
Same here, one nice new monitor plus 2 random old hand me downs. I hope you get an answer
Ah, that’s the only thing I was thinking of, but it surely didn’t sound like you trying to develop a product on top of it haha
Can you tell me more about your bird recognition setup? I currently have a feeder with a PiCam on it that records based on movement (just using RPi_Cam_Web_Interface) but would love to do something like that!
Just curious, what’s their reasoning?
I am working on something similar and also planning on LaTex because it will be so easy to do find and replace because it’s plain text (just adding placeholders like ##NAME## or whatever), but I’m only planning on outputting PDFs, which would be easy enough. I don’t think there’s many viable solutions to go LaTex to docx if that’s a big requirement for you
Did you then tell them “I use arch btw” and then get a confused question about architecture?
Yeah, I totally understand how it’s necessary across many parts of the US. There’s so much I couldn’t have done in high school, like having a job, if I couldn’t drive. I didn’t live in a rural area, but between the sprawl and lack of public transportation…
Yeah, I assumed most of the world was at least 18. I was surprised when I moved to the US at 15 and could get a learner’s permit and drive with an adult, and drive by myself at 16.
Lol, my exact first thought, Bobby Tables turned 18!
Yeah, I just learned about this but I’m gonna stick with it. Might offer some help to the guys starting the fork organization
Oh man, I just got super invested into it a few months ago, bummer. Well, I guess I am sticking with it though for now, works well enough for me as-is, and hopefully the guys that are organizing the fork of it are successful!
I was looking for something similar for a while, like something for simple relational data with some GUI for data entry, aka “I don’t wanna write a little web app just for this”. I had used AirTable at work before at work so that’s what came to mind and my searching was basically for “open source or selfhosted alternative to AirTable”.
Came across some decent candidates, can’t remember all the names, but the one I tried, Grist, was pretty straightforward and did the job: easy relational data setup, GUI for all basic data types including file uploads, easy to create input forms, and widgets that talk to the API and you can customize with JavaScript. Setup was easy with docker
EDIT: other names that came up when looking were NocoDB and BaseRow ( I don’t remember why I didn’t try them for my specific needs)