That’s what I thought at first, but the person who wrote the article is named Simon, and based on the context given in the article I’m assuming that was a test unit he had on his desk, but the planned implementation is in bathrooms.
Nice. Software developer, gamer, occasionally 3d printing, coffee lover.
That’s what I thought at first, but the person who wrote the article is named Simon, and based on the context given in the article I’m assuming that was a test unit he had on his desk, but the planned implementation is in bathrooms.
Considering it only detects if someone in the bathroom is vaping and not who, disciplinary action just isn’t really possible with your typical school restroom.
Programming and self hosting the results when I was ~14 is what led me to a tech background. No university, but I’ve been working professionally in both IT and software for over a decade and self hosting even longer.
I had it but typo’d top right and apparently didn’t notice, as I thought it was invalid, so I ruled the answer out and put the wrong one.
The article that user links is referring to GrapheneOS (and other OSS software) as not being “free software” - and they (GNU) delves into it more here.
Basically, GNU is saying software shouldn’t claim to be free and open source if they contain non free binaries / other non-free blobs.
The nuances between FOSS and OSS can be confusing. GrapheneOS is not claiming to be FOSS.
Running Fedora Atomic (Silverblue) has definitely saved ms a few times already, being able to roll back to the previous state, or to a state I pinned. The first time was due to the ublue signing key change, the second had no apparent cause. Both issues would have given me more of a headache without the built in ability to roll back.
I haven’t checked in a while, so they may have walked back on this, but supposedly we finally get coop in the next one.
When it comes to commits, single feature / scoped commits are quality. So this git history is actually underwhelming if the author is full time. This is a good read.
Not sure how it is there, but in a few areas you basically lose your right to vote of you don’t. Which is fair motivation.
Or just skip it entirely, I use the Consent-O-Matic extension which has a surprising amount of features.
Reject UUID embrace ULID.
I saw a few others, but the ones I looked at were basically instruct layers where you’d need to add your own parser. I didn’t find anything (in my 3 minutes of searching) that offers an openai chat completions endpoint, which is probably the main stopper.
I believe that’s because those two APIs support function calling, open source support is still coming along.
I’ve had to carrier unlock two devices from T-Mobile. You’ve already returned it, but if anyone else faces a similar situation: for whatever godforsaken reason, DMing them on Twitter is the way that has always worked for me. There is back and forth, but usually they set you right.
Just download it from a third party and compare the checksum with the official information. Granted, the official checksums on their website are behind a few steps, but you already tried on public Wi-Fi - once you generate the link a “Verify your Download” section should appear.
I happened to be able to see the 2017 one and it was so impactful I saved the date and made sure I’d make it happen. Cut forward 7 years and here I am with most of my immediate family (I have 6 siblings so having most is impressive).
It is an experience that can’t be captured by any form of digital or physical media and my only way to describe it is - it’s the closest thing to magic I’ve ever experienced.
I plan on saving up and going overseas for one as well.
I’m not actually and you tell from that. Did you follow a guide / what precise steps did you perform?
My pleasure. Feel free to reach out if you have additional questions.
I do recommend this example docker compose though: https://github.com/n8n-io/n8n/tree/master/docker/compose/withPostgresAndWorker
That one spins up N8N with a worker that handles your workflows, which is useful if you want to scale up in the future. In any case either compose file would let you access N8N locally on port 5678, and the port can be altered in the compose file itself, where you change the left side to the port you want. https://docs.docker.com/compose/compose-file/05-services/#ports
This consternation is definitely common. It’s hard to apply skills to something with no long term impact of benefit. I’ve improved my skills by finding stuff I can help on in the communities I participate in.
It’s natural to be overwhelmed, so deciding on a project does scope what you can learn, but a hard part is architecting the foundation of that project.
Introducing new features to an existing project is a great way to get your feet wet - it has multiple benefits, for one of you do take a position as a developer in the future, you likely won’t be architecting anything initially, primarily improving on existing projects. So participating in OSS projects is a similar mechanism to that - you have to learn their codebase to a degree, you have to learn their style and requirements, etc.
Even if you don’t ultimately contribute, it’s still a learning experience.