Grant

@stripekit
1 Followers
3 Following
11 Posts

Dad & Husband. Enterprise Software Engineer with a focus on full-stack web. Avid reader of most genre's. Tinkering with low-level programming and low-voltage electronics. #webdev #reader #privacy #digitalsovreignty #ATTENSITY

"Love the Lord your God with all your heart and with all your soul and with all your mind and with all your strength.’ The second is this: ‘Love your neighbor as yourself.’ There is no commandment greater than these.”
Mark 12:30-31

Githubhttps://github.com/grantralls
no post has ever made me feel more seen than this one.
In the “olden days” of the internet, you could just add .json to endpoints and start getting structured data immediately. Then everything became “corporate”. First it was “dev accounts” then it was “paid access” then it was “no access” (see Reddit). MCPs have been a way for me to start getting structured data again, this time for LLMs. It’s been really cool to experiment with! #programming #ai #webdev
@tajoma source code of languages I’m maybe not as familiar with. Reading the parsing section inspired me to go read how nginx handles http parsing. It’s all pretty cool stuff!

@tajoma learning through books is pretty fun! In the world of programming there’s a couple different types. Reference books, topical books, and tutorial books. I’d avoid reference books since you can get most of the value of reference by being good at finding digital docs. For either topical or tutorial it’s just a matter of what interests you the most!

My last book was a tutorial one “writing an interpreter in go”. This project really empowered me to stop shying away from reading

@Lydie Amazon amongst others. Here’s their page in case you are curious

https://www.coral.ai/products/

Here’s how frigate utilizes it

https://docs.frigate.video/configuration/object_detectors/#edge-tpu-detector

I’d love to dive into locally powered object detection I just don’t have the camera array to make it worth it quite yet

Products | Coral

Helping you bring local AI to applications from prototype to production

Coral

@michael lol why did erlang catch a stray?

Lately I’ve been using hono and drizzle as my backend. It has hono RPC which has been a great experience. No need to hand roll the client that talks to your backend, just use hono type magic. Also being code first in drizzle means no mapping sql queries to types, I get it all for free. Those combined handles much of the “plumbing” so I can focus on stuff that matters more. I use tanstack for the front end but I know you said no react

Happy Mothers Day to all the mothers out there. Thank you for all you do to shepherd in the future of our planet!

#MothersDay

GitHub - searxng/searxng: SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.

SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. - searxng/searxng

GitHub
@elysiumquill This is a really cool topic that I was looking forward to reading. But the content reads a bit like AI. Was AI used to generate this blog post?
@Lydie that’s really cool! Any reason you decided against object detection with TPUs?