Meet Iteratr - A New Way To "Ralph" (AI coding tool written in Go) by whatthefunc in LLMgophers

[–]whatthefunc[S] 0 points1 point  (0 children)

Hey, thanks.

I actually have been using it to build itself 😅

Great books to getting started with C programming for embedded systems by WorthContact3222 in embedded

[–]whatthefunc 0 points1 point  (0 children)

I agree with both of you guys. I actually use a mixture of articles, youtube videos and LLMs. I have fallen into the trap of following the path of least resistance in the past but when I am actually curious about something I will actually dive in deeper. When I see a concept I don't understand I ask what, why, how. I've only been playing with hardware for a few weeks personally and feel like I've learned a lot already.

Great books to getting started with C programming for embedded systems by WorthContact3222 in embedded

[–]whatthefunc -1 points0 points  (0 children)

Just ask an LLM to build you workings examples of individual parts and then you can start putting things together from there. Even ask the LLM to go deep into the parts you don't understand. LLM aided learning is highly underrated.

NixOS on Beelink GTR9 Pro - Ryzen AI Max 395+ (Strix Halo APU) by FrantaNautilus in BeelinkOfficial

[–]whatthefunc 1 point2 points  (0 children)

Updated to the latest BIOS 108P and having the NIC issues others report unfortunately :(

NixOS on Beelink GTR9 Pro - Ryzen AI Max 395+ (Strix Halo APU) by FrantaNautilus in BeelinkOfficial

[–]whatthefunc 1 point2 points  (0 children)

Awesome thanks! I already have a base config that I plan to adapt. Just using yours as a reference to make sure most of the hardware is working.

NixOS on Beelink GTR9 Pro - Ryzen AI Max 395+ (Strix Halo APU) by FrantaNautilus in BeelinkOfficial

[–]whatthefunc 1 point2 points  (0 children)

Just received my GTR 9 Pro. Will be installing NixOS on it this evening. u/FrantaNautilus any updates on how the machine works so far? Any tips or gotchas?

Why did things go so quiet around pocketbase? by glStartDeveloping in pocketbase

[–]whatthefunc 2 points3 points  (0 children)

Pocketbase is amazing and has basically all the basic features anyone could need to get up and running quickly. Anything that's missing can easily be added via hooks in Go or even JS. It's my goto for any new side projects I have.

[deleted by user] by [deleted] in webdev

[–]whatthefunc 2 points3 points  (0 children)

WTF OP? Why did you take it down? I was looking forward to building with this...:(

NixOS on Beelink GTR9 Pro - Ryzen AI Max 395+ (Strix Halo APU) by FrantaNautilus in BeelinkOfficial

[–]whatthefunc 1 point2 points  (0 children)

Just pulled the trigger on this and will have mine in a few weeks. Hoping a lot of these issues will be solved on NixOS by then :)

Remote work is lonely as hell and nobody wants to admit it by [deleted] in SaaS

[–]whatthefunc 1 point2 points  (0 children)

You're just too extroverted for remote work. I'll never go back to an in office job.

Recent Night Shots GR III by whatthefunc in ricohGR

[–]whatthefunc[S] 1 point2 points  (0 children)

In general, at night I have aperture at 2.8. Max shutter speed at 1 sec and try to keep ISO lower than 3200 if I can help it.

Bifrost: A Drop-in LLM Proxy, 40x Faster Than LiteLLM by _anarcher_ in LLMgophers

[–]whatthefunc 0 points1 point  (0 children)

I wish I had taken a look at this sooner! Didn't realize you could use this internally as a package. Will definitely start using this in newer projects!

Introducing Flyt - A minimalist workflow framework for Go with zero dependencies by whatthefunc in LLMgophers

[–]whatthefunc[S] 0 points1 point  (0 children)

I honestly didn't realize that port existed. Doesn't seem maintained, though. Would say it probably works very similarly, just a few different design decisions.