pull down to refresh

Calling all stackers!

Leave a comment below to let the SN community know what you're working on this week. It doesn't matter how big or small your project is, or how much progress you've made.

Just share what you're up to, and let the community know if you want any feedback or help.

124 sats \ 0 replies \ @sox 8h

custom domains one-click login 🔒

reply
101 sats \ 0 replies \ @k00b 10h

erm I'm continuing work toward internal wallets. Also code review - which is a constant at this point.

reply

Adding the option to choose other frequencies for the PWM.

#define REMAP_TO_PWM_1      13
#define REMOVE_REMAP_PWM_1  0

typedef enum _PWM_FREQUENCY
{
    PWM_FREQUENCY_100HZ_UI8 = (uint8_t)0,
    PWM_FREQUENCY_500HZ_UI8,
    PWM_FREQUENCY_1000HZ_UI8,
    PWM_FREQUENCY_2500HZ_UI8,
    PWM_FREQUENCY_5000HZ_UI8,

    PWM_FREQUENCY_NUMBER_UI8,

} PWM_FREQUENCY;

typedef enum _PWM_PERIOD_64PRESCALE
{
    PWM_PERIOD_64PS_100HZ_UI16 = (uint16_t)2499,
    PWM_PERIOD_64PS_500HZ_UI16 = (uint16_t)499,
    PWM_PERIOD_64PS_1000HZ_UI16 = (uint16_t)249,

} PWM_PERIOD_64PRESCALE;

typedef enum _PWM_PERIOD_8PRESCALE
{
    PWM_PERIOD_8PS_2500HZ_UI16 = (uint16_t)799,
    PWM_PERIOD_8PS_5000HZ_UI16 = (uint16_t)399,

} PWM_PERIOD_8PRESCALE;

/******************************************************************************/
/* System Function Prototypes                                                 */
/******************************************************************************/ 
void PWM_1_Init(void);
void PWM_1_SetDutyCycle(uint8_t DutyCycle_ui8);
reply

Transcribing my notes from this:

...and starting to read this:

.

Trying to write something for Mises about marginalism and LLMs (#1470120).

And we have perfect weather this week so spending plenty of time here #1474724

reply

Trying to release my first book

Also trying to get back to one of Angel Industries projects
#1463311

reply
51 sats \ 0 replies \ @lunanto 11h

I'm writing my SN memoirs

reply

Nothing much, but having normies come to learn Bitcoin Crowdfunding is all I'm working on this week.
#1472561

reply

probably working the hand-stands on gymnastic rings; the classic iron cross is about 80% complete, now working on better form and longer duration;

once the strength-to-weight or levity-to-gravity ratio is optimized (i.e. by purging the gut & flesh parasite load, as well as its mind-manipulation), previously unattainable feats of physical strength become possible; this applies to the power of the mind also;


caption: Gaston Rébuffat

the rock-climbing season has begun!

reply

Developing AI bot

reply

This week I'm learning more about Kubernetes and figuring out how to run a Pocketbase instance in my cluster. Database migrations always scare me, but I have to conquer my fear.

Also I've been testing Argo Workflows which I'm finding super powerful and promising for distributed task queues. Once I get that figured out, I think I can shut down my Windmill instance which cost me $68 a month. Argo Workflows does a lot of the same thing and is freeeeee so I gotta love that.

reply