

Could have gone with a proven Godot ecosystem, then sponsored them to work on speeding up startup times and making it ‘automotive grade.’
But, no…


Could have gone with a proven Godot ecosystem, then sponsored them to work on speeding up startup times and making it ‘automotive grade.’
But, no…


A long time ago, I turned a PC in my basement into a web server. No DNS. Just a static IP address. Within 15 minutes, the logs showed it was getting scanned.
SSL encrypts traffic in-transit. You need to set up auth/access control. Even better, stick it behind a Web Application Firewall.
Or set up a tunnel. Cloudflare offers a free one: https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/


I helped set up many households with kids on Pi-2s and 3s, running Raspbian and Kano. All you needed was a keyboard, mouse, and a monitor. It all worked fine with Scratch, Minecraft, LibreOffice, Web, and email.
At least, until the kids outgrew them.


OK, just tried it with one of those old forms. Added a text field overlay and a signature. Even flattens before saving. Works great. Awesome, thanks!


Went to look up what XFA forms were (https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/document-services/pdf-forms-and-documents).
Most of the non-fillable forms I encounter are what that document lists as “Traditional” PDF forms, likely generated using older tools from print streams. For example, a school athletics release form, or a membership application for a small organization. None of them have any fillable PDF fields. The original expectation might have been to download and print out the PDF, hand-fill it, then fax the result back.
I’ll dig up a form like that I had to fill a few weeks ago and give it a try.


This looks great!
Can you use it to overlay text fields and fill them?
Most of my uses are basic. Like filling out a PDF form that doesn’t have proper form entry fields. These are usually older government or bureaucratic/healthcare/school forms.
I end up adding text boxes and entering values, or adding an X on top of a checkbox, adding a signature PNG file and scaling it to fit the size. Sometimes I have to add a highlight overlay. Then I save it all as a single flattened PDF file.
Amazingly, this is hard to do in Acrobat and a lot of apps. I end up using a janky, 10-yo desktop app that is no longer supported.
So many things, and much more…


ripgrep


Just saw a new outdoor Wyze camera with a motorized head, small solar panel, SD-card, and wifi for around $80. If you figure out the server side, it might be a good hardware foundation.
Other option is a Pi-based camera.The server side would be easier to set up, but you would have to figure out power, enclosure, and weatherproofing.
Edit: this might allow access to the video stream: https://github.com/mrlt8/docker-wyze-bridge


On a previous thread, someone pointed to https://sonoff.tech/en-us/products/sonoff-dongle-max-zigbee-thread-poe-dongle-dongle-m
Looks like it might support both.


Pretty cool.
I’ve been noodling on what else you can run inside a GPU shader. Problem was data persistence. This is a pretty interesting approach.
Wonder what kind of performance you get running something like this on a bare, high-end GPU (outside the VRChat/Unity scaffolding).


The BBC Microbit was designed for exactly this scenario: https://microbit.org/
If you want them to have a more desktop-like environment, the Raspberry Pi has kid-specific projects: https://www.raspberrypi.org/learn/
Or you can get a Pi Kano kit and it has everything you need: https://www.kano.me/





Have done it both ways. Will never go back to bare metal. Dependency hell forced multiple clean installs down to bootloader.
The only constant is change.
Could try:
if [ condition1 ] && [ condition2 ]; then
echo "OK"
fi


There goes any chance Intel had at competing in data-center AI processors.


Sounds like the issue is getting to the server, not the LLM server itself. If so, may want to look into running a reverse proxy, or if you want to access it remotely, tunnels: https://github.com/anderspitman/awesome-tunneling
AWS S3 lets you upload all content to a bucket, then mark it as a website. If usage is not too heavy, it can stay under the free tier.
But a favorite free one is Cloudflare pages: https://www.geeksforgeeks.org/techtips/deploying-static-website-to-cloudflare-pages/
You can keep your content on github, connect it to a CF page, and have it auto-update on push to github.
Alex Ziskind on YT tests a number of on-site AI devices: https://youtu.be/QbtScohcdwI