That’s a thing where I am from. Also, only day where alcohol cannot be sold, as you must do your duty sober. Fair compromise if you ask me: if I already know who I am voting for, I also had the prescience to buy my booze the night before :)
That’s a thing where I am from. Also, only day where alcohol cannot be sold, as you must do your duty sober. Fair compromise if you ask me: if I already know who I am voting for, I also had the prescience to buy my booze the night before :)
That’s awesome. I don’t have one of their products but generally feel a good vibe about the company
One neat thing about swapping the motherboard is that you can easily just 3d print a case for it and use it as a server! I saw a post on the homelab community where FW was selling older model MBs for cheap, and people snapped them up for that. Someone sells a slim case for it, but they also have a printable model for it online
How well this goes depends on a lot of factors: are those languages native to either parent? What language is spoken where you live? Do you have other people in their lives that speak these languages? Are there other contexts in which those languages are spoken beyond the home (social occasions, TV, etc)?
Apparently, for it to really stick, it takes a lot more than just a parent speaking. I recommend listening to this podcast episode with a researcher that runs a bilingual child development lab. TBH, it’s a bit disheartening to hear how hard it is to make it work: https://yourparentingmojo.com/captivate-podcast/bilingual/
The questions I asked above come from listening to that. Another big takeaway is consistency. One parent should stick to only one language talking to the kid.
I live in the US and I am a native Portuguese speaker, and my wife is a native Farsi speaker. We both spoke our own languages to our kid, and at age 2 he would mostly only speak those languages, and would even translate between them naturally (like I would say “go tell mom X” in Portuguese, and he would go and tell her in Farsi). But at age 3 he started just replying in English… Even went to Iran at 4, and could understand all his cousins but only replied in English. Farsi had a better shot because he has more exposure to it than Portuguese, but still… Honestly, it’s one of my bigger disappointments in my parenting because it was really important to me, but I myself fumbled with it: when he started speaking in English to me, I started sometimes mixing it up and responding in English, which is not good for this (I have lived in the US since high school, so it’s honestly a little easier for me at this point too). I was also a little concerned about his development in English and communication with his friends in school, but that’s not necessary, that will come no matter what, so stick with it. My brother also lives in the US and is married to another Portuguese speaker, so his 2 kids born here speak it just fine since it was the only language at home. Their grammar and vocabulary is a little weird, but they can get by just fine.
Edit: sorry for any repetition, when I went to comment I couldn’t see any other comments for some reason and thought I was the first to respond
That would be a very targeted question! Like who would have that as a password reset question? Oh wait, the kind of people who run servers for a living! Damn, that’s clever 😅
Woah, thanks for that bit of history! As someone who went from DOS to Win 3.1 outside of the US, I didn’t even know that was a thing!
Ah, thanks, also, hilarious examples!
What’s DAE?
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
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
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 am really happy with Trilium. Powerful enough to do lots of things, simple enough to just take notes. The install comes with some neat templates for the advanced stuff. Running on docker on my Synology, I can use the web UI there but I prefer the desktop client.
Oh I think I misunderstood you - do you want me to PM the docker compose and notes on the setup?
Same here, I like it so far. Also has an option to sign up without using your email if you want full privacy. Also has a working Linux GUI client for your desktop
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)