Page 29 of 62

Re: Happy things thread!

Posted: Mon Aug 09, 2021 4:43 am
by Raphael
Turns out the small growth on my left hand is a simple wart!

Re: Happy things thread!

Posted: Mon Aug 09, 2021 6:12 am
by alice
I may have been feeling like shit for the last few days, buut at least it's not covid!

Re: Happy things thread!

Posted: Mon Aug 09, 2021 11:12 am
by Linguoboy
alice wrote: Mon Aug 09, 2021 6:12 amI may have been feeling like shit for the last few days, buut at least it's not covid!
As someone else who's been feeling like shit a lot lately, I'm genuinely happy to hear that.

Re: Happy things thread!

Posted: Tue Aug 10, 2021 12:36 pm
by Raphael
Linguoboy wrote: Mon Aug 09, 2021 11:12 am
alice wrote: Mon Aug 09, 2021 6:12 amI may have been feeling like shit for the last few days, buut at least it's not covid!
As someone else who's been feeling like shit a lot lately, I'm genuinely happy to hear that.
Seconded (except that I haven't really felt shitty in a while).

Re: Happy things thread!

Posted: Fri Aug 13, 2021 11:29 pm
by Travis B.
I fixed a very, very annoying bug in zeptoforth's rendezvous channels that had been bugging me for weeks on end, which I had made very little progress on until today. Now I am much closer to making a new release of zeptoforth. Before that will happen though, I want to do a thorough test of the timeout functionality of zeptoforth (I decided to add timeouts to my blocking operations after reading a book on FreeRTOS which said that a proper RTOS shall support or even require timeouts for blocking operations).

Re: Happy things thread!

Posted: Fri Aug 13, 2021 11:50 pm
by bradrn
Travis B. wrote: Fri Aug 13, 2021 11:29 pm I fixed a very, very annoying bug in zeptoforth's rendezvous channels that had been bugging me for weeks on end, which I had made very little progress on until today. Now I am much closer to making a new release of zeptoforth. Before that will happen though, I want to do a thorough test of the timeout functionality of zeptoforth (I decided to add timeouts to my blocking operations after reading a book on FreeRTOS which said that a proper RTOS shall support or even require timeouts for blocking operations).
Excellent news! What was the fix, if I may ask?

Re: Happy things thread!

Posted: Sat Aug 14, 2021 1:33 am
by Travis B.
bradrn wrote: Fri Aug 13, 2021 11:50 pm
Travis B. wrote: Fri Aug 13, 2021 11:29 pm I fixed a very, very annoying bug in zeptoforth's rendezvous channels that had been bugging me for weeks on end, which I had made very little progress on until today. Now I am much closer to making a new release of zeptoforth. Before that will happen though, I want to do a thorough test of the timeout functionality of zeptoforth (I decided to add timeouts to my blocking operations after reading a book on FreeRTOS which said that a proper RTOS shall support or even require timeouts for blocking operations).
Excellent news! What was the fix, if I may ask?
It was a really stupid issue. I have two modules for tasks, a public module and an internal module, both of which define the same word but with different functions (one is just a variable, one reads that variable) - I didn't notice that I, for reasons that are no longer necessary, had imported the internal module such that it shadowed the public module, so it was using the private definition of the word in question, which was just as a variable, rather than the public definition, which read the variable, which is what I intended.

Re: Happy things thread!

Posted: Sat Aug 14, 2021 12:32 pm
by Travis B.
I have also got timeouts working correctly as far as I can tell for locks after a bit of work, even though I still want to do some more testing (because I have only tested the case of a task timing out when no other tasks are waiting on a lock).

Re: Happy things thread!

Posted: Sun Aug 15, 2021 7:54 pm
by Travis B.
I've got Release 0.19.0 of zeptoforth out! It not only adds timeouts for blocking multitasking operations, but it also adds arbitrary element sizes for channels and fchannels, and fixes a whole lot of multitasking-related bugs.

Re: Happy things thread!

Posted: Mon Sep 06, 2021 6:10 pm
by Moose-tache
I promise this is the last time I mention my review blog, but I just published my tenth post, and I'm feeling pretty good about this tiny milestone!

Re: Happy things thread!

Posted: Mon Sep 06, 2021 10:31 pm
by Travis B.
My port of zeptoforth to the Raspberry Pi Pico is coming along well, even though I haven't had the opportunity to test it, since my Raspberry Pi Pico's have not arrived yet.

Re: Happy things thread!

Posted: Fri Sep 17, 2021 10:10 pm
by Vardelm
Today I attended graduation commencement ceremonies for my master's degree. I didn't attend commencement for my associate's (2 year) or bachelor's degrees. As a result, I've been waiting for this experience since 1990. It's incredibly satisfying.

Re: Happy things thread!

Posted: Sun Sep 19, 2021 6:53 am
by hwhatting
Congratulations!

Re: Happy things thread!

Posted: Sun Sep 19, 2021 1:28 pm
by Travis B.
Seconded!

Re: Happy things thread!

Posted: Thu Sep 23, 2021 11:04 am
by Travis B.
I got zeptoforth for the Raspberry Pi Pico (i.e. the RP2040 microcontroller) to boot successfully for the first time last night. Its flash support still does not work (it does not properly erase flash), but I can compile words to RAM and run them.

Re: Happy things thread!

Posted: Fri Sep 24, 2021 11:02 am
by Travis B.
Now I've confirmed that flow control constructs are working and I've fixed a major bug in very large (or very small) numeric literals and constants.

Re: Happy things thread!

Posted: Sat Sep 25, 2021 9:29 pm
by Nortaneous
persimmon season!

now all i need is an elephant's digestive tract to pass the seeds through so they'll germinate

Re: Happy things thread!

Posted: Mon Sep 27, 2021 4:02 pm
by Travis B.
I can do a full code load for zeptoforth on the RP2040 without it crashing (even though I had to work around some issues with DEFER and like). There are still outstanding issues, such as that rendezvous channels are not working, but even still I've made very good progress.

Re: Happy things thread!

Posted: Wed Oct 06, 2021 8:39 pm
by Nachtswalbe
Just came back from a zoom lecture about Ancient Egypt papyri by a prof in Greek Studies for Anthropology club. Most of the folks there are anthro and study Greek/Roman stuff e.g Antigone

Re: Happy things thread!

Posted: Thu Oct 07, 2021 1:41 pm
by Linguoboy
My pre-COVID Campus Crush messaged me out of the blue and announced that he was coming to where I work for coffee. We chatted away for an hour over caffeine and carbs and if I'm not as starry-eyed as I was before, it still made my flipping day. It took me a year to get here and I'm happy not to have to start from scratch again.