-
38C3: It’s TOSLINK, Over Long Distance Fibre
If you’ve owned a CD player or other piece of consumer digital audio gear manufactured since the 1980s, the chances are it has a TOSLINK port on the back. This is a fairly simple interface that sends I2S digital audio data down a short length of optical fibre, and it’s designed to run between something…
-
FLOSS Weekly Episode 815: You Win Some, You Lose Some
This week, Jonathan Bennett and Randal chat with Matija Šuklje about Open Source and the Law! How do Open Source projects handle liability, what should a Contributor License Agreement (CLA) look like, and where can an individual or project turn for legal help? https://matija.suklje.name/ https://openchainproject.org https://matija.suklje.name/fiduciary-license-agreement-20 Did you know you can watch the live recording…
-
Running AI Locally Without Spending All Day on Setup
There are many AI models out there that you can play with from companies like OpenAI, Google, and a host of others. But when you use them, you get the experience they want, and you run it on their computer. There are a variety of reasons you might not like this. You may not want…
-
Tech In Plain Sight: Security Envelopes
You probably get a few of these things each week in the mail. And some of them actually do a good job of obscuring the contents inside, even if you hold the envelope up to the light. But have you ever taken the time to appreciate the beauty of security envelope patterns? Yeah, I didn’t…
-
Remotely Controlled Vehicles Over Starlink
Modern remote control (RC) radios are capable of incredible range, but they’re still only made for line-of-sight use. What if you want to control a vehicle that’s 100s of kilometers away, or even on the other side of the planet? Cellular is an option, but is obviously limited by available infrastructure — good luck getting…
-
Check out this post on one of the non-functional requirements for your applications – Security
Non-functional Application Requirements: Security Oluwasegun Adedigba for AWS Community Builders ・ Jan 7 #aws #security #discuss #softwaredevelopment Go to Source
-
Google AI Developers Community Spotlight Contest
The Google AI Developers Community Spotlight Contest is seeking innovative, diverse projects using Google’s AI tools like Gemini and Gemma to create code repositories, videos, documentation, and more. Go to Source
-
Setting Up Dual Compilation (SSR + CSR) in ViteJS with vite-plugin-builder
Using vite-plugin-builder to Set Up an SSR and CSR Project in Vite In this tutorial, I will show you how to create a project from scratch with Vite, configure it to build both Server-Side Rendering (SSR) and Client-Side Rendering (CSR) using the vite-plugin-builder plugin, which simplifies the whole process with a single command. What is…