I just started using both recently and it’s great. For the fzf file search, there’s even some extension that can show a preview pane of text files and even images!
I just started using both recently and it’s great. For the fzf file search, there’s even some extension that can show a preview pane of text files and even images!
Same here, I have chromium installed basically just for teams usage
I am a historian whose specialty is too recent to deal with anything like that (20th century), but also have a friend who, to be generic here, deals with a handful of a few centuries back. She found a baggie of a drug mistakenly stored with a letter in an archive (think 18th century) and on a whim, dipped their pinky into the powder and tried it. They regret that decision, but also, nothing happened:)
EDIT: Historians can be boring, but not always that tame
Hmmm sweet forbidden wine!
Fuck… I got this Amber alert today while playing videogames with my kid… I dismissed it, told him it was just an alarm, and then got another later saying it was cancelled, “check local news sources for details”. I assumed it was what I thought a lot of them are: domestic dispute leads to a parent driving off with the kids and the other parent calling the cops. This is way more grim than I thought
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”:
Never heard of mktemp before, that’s need. Come to think of it I never thought about how /tmp is really used by the system in the first place, time to do do studying I guess
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 am someone who should have found a way to legal status through those means by the time when I went to college circa mid 2000s… I am lucky that I found other means, which were pure circumstantial luck… Kids’ livelihood should not be dependent on dumb luck … PS.: my “dumb luck” required an American citizen ally and a shitload of money I got through student loans I am still paying for, and will still be paying for through most of my career, despite being technically in “public service”
IIRC, Azure represents the largest slice of Microsoft’s revenue… And ironically, a fair chunk of that is run on Linux
Coming from the 9000 series, I am wondering what do you like about the 5700 series HAL?
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?
Oh wait, I misread (or assumed) that’s what they were talking about! Dang… BTW, in my case it works if you drag the file in, and then hold it there for like 5+ seconds until the UI reacts so you can drop
Oh, it wasn’t just me!
Well, I am off to eat my dinner of duck cooked rare with a glass of raw milk!
Oh that’s neat! Thanks for the tip!
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)