I do relish a little too much when I get something to compile. I think this is a great statement especially for me.
“At this point in the cycle, you might feel that simply getting your program to compile without errors and running it without crashing your computer means you are done. However, you are not. You must verify that what you think your program was supposed to do is what it actually did do. Did your program solve the problem it was intended to? Is the result correct?” - Jeff Szuhay, Learn C Programming
@nova my companion team is hiring a #kubernetes engineer. The broader team is really cool plus people get to hang out with me which I think is neat
https://jobs.zendesk.com/i/us/en/job/R21903/Senior-Software-Engineer-Compute-Platform
So in my sparetime I have been writing this open-source game, a mmorpg called a MUD (no graphics in the typical sense, all ncurses based).
Anyway, I never would have thought the most complicated part of writing the game engine would have possibly been the handling of pronouns! The number of variations you have to consider is astounding when you really try to catalog all the different types.
I think I finally got them all covered though.
#Ruby #MMORPG #Game #Games #GameDev #Aethyr #Programming #MUD #MUDs #Development #GameDevelopment
@derickflorian I'd send you some bitcoin to cover it, but I seem to have lost my wallet...
@derickflorian
Can't beat a cup of tea and a slice of cake. 🍵🍰
@trinsec @derickflorian (Don't want to intrude but have to recommend rooibos/red bush tea and fynbos honey.)
@derickflorian I absolutely love me some acacia honey in my teas. So much so that I just can't stand the default flower honey anymore, heh.
In fact, I'll go make me a simple ceylon tea now with lots of the good acacia-y stuff.
Oregon’s treasurer wants $90B pension fund to drop fossil fuels
#ClimateEmergency #pollution #ecology #environment #ClimateCrisis #ClimateCatastrophe
#ClimateChange #climate #Oregon #USA #US #COP27
The reception to Vivaldi Social has been unreal. So many people of different nationalities and groups. We're overjoyed to have you all here!
The Japanese community seems to have been especially quick to join us here. ようこそ、参加ありがとう!
To show everyone how cool Vivaldi users from Japan are, we'd like to share with you a story about Popogami Po and his marvelous set up for a keyboard only Vivaldi Browser experience!
https://vivaldi.com/blog/power-user-popogami-po-chooses-vivaldi-for-keyboard-only-browsing-and-more/
TVA aims to build 100MW solar installation on retired coal site in Kentucky
Tennessee Valley Authority (TVA) approved a $216 million program to ex...
Article Source: https://pv-magazine-usa.com/2022/11/14/tva-aims-to-build-100mw-solar-installation-on-retired-coal-site-in-kentucky/
#installations, #policy, #pv, #coal, #markets, #scale, #utility
Using a Raspberry Pi Pico and a
Pimoroni RGB Keypad base as a 16-way MIDI channel mute switch.
#RaspberryPiPico #MIDI #Pimoroni #Keypad
@Raspberry_Pi
https://diyelectromusic.wordpress.com/2022/11/15/raspberry-pi-pico-midi-channel-muter/
This toot thing is pretty cool. I installed it with
```sh
pip3 install toot
```
It doesn't seem to handle Markdown formatting well, it takes 3-7 seconds for `toot timeline` or `toot notifications`, and it inserts newlines into media URLs when it displays them (but it does display them).
And although it is *mostly* CLI-controlled, it does occasionally have uncontrollable fits of interactivity, like in `toot timeline`:
```
Continue? [Y/n]
```
So it isn't the instantaneous responsivity you might hope for from a CLI app. But it does work and you can presumably run it easily from an arbitrary cloud VM over ssh.
https://portswigger.net/research/stealing-passwords-from-infosec-mastodon-without-bypassing-csp
Worth a read if you run a Mastodon install
Anti gUI rant & any opinions on Clean Linux ???
I want to put #slackware on my Laptop as second OS.
Decided to ditch the two Geoinformatics courses and go for NLP course instead. The geoinfo things both would have required me to install heavy-duty, insane GUI, lots of clickies, programs. I love looking at maps, but hell with that clickediclack. I like legible, understandable code, my brain works worse in GUI-fourth_submenu-world.
Btw: any opinions on #CleanLinux ?
Man, toot (cli) and @tut (tui) work together SO dadgum well.
I can be in the middle of writing a status in tut, then think, "Hey what was that username again, I want to tag them), then pop open a new terminal and type "toot search foo"
Just perfect. :)
Just broke into software development. Currently struggling to grasp C!