@Cleoqc apparently I like to live dangerously lol
@Cleoqc I didn’t know about it until now but I lost today. It was a huge own goal because I typed in 80s Christmas music and hit play.
Do you prefer to write Mastodon posts with your phone or desktop? Plz boost for reach. #Mastodon
Advent of Code Day 2 - partial idea for solution, spoiler-ish
Going to call it a night. Didn’t finish day 2’s advent of code challenge, but did study for my calc final.
So for I’m really liking my approach and it’s giving me practice using header files and taking command line arguments.
I’m going to take advantage of the fact that alphabetical characters correspond to a number in C which should allow me to subtract the beginning of the possible moves from the move played to get the score for that move.
So I’m thinking ‘A’ - ‘A’ will be 0. Then I can just add 1 to get the “value” of that move. 1 for rock, 2 for paper, 3 for scissors. You can do the same thing for X, Y and Z if you have the beginning of the move set be X, then ‘Z’ - ‘X’ would equal 2 and then add 1 to get 3.
Aight, so it's only right I do an official #introduction post now that I'm kickin' it on here. Simple rundown on me: 30-somethin' creative from the DMV area that did some cool things as an independent hip-hop artist. Left the music game, now a variety content creator on YouTube and Twitch. Other than that, I just be coolin' & stayin' out the way. I'm a simple person, pretty much lol. Feel free to follow for random thoughts and chill vibes.
@dev_Paul yeah, one advent is definitely enough! Hopefully now I shook off all of the dust last night and tonight will be a lot of learning but moving a little faster.
@engelbart Nice choice of language! I am writing clumsy code in another language so I have the same hope that I will get some helpful feedback once I post it!
I am doing advent of code in #rust
And I am pretty confident that my code is clumsy and can be improved significantly.
If any of you would like to point out anything about my mistakes/style/whatever, I would be grateful.
Some surprising statements and behavior out of @Raspberry_Pi over the last day. I wonder if they're planning to discontinue everything except their products oriented at OEMs.
I just completed "Rock Paper Scissors" - Day 2 - Advent of Code 2022 #AdventOfCode https://adventofcode.com/2022/day/2
@cmdevans asked a good question. What is the first programming language you would recommend for a new learner, and why? I'll tack on a poll for the lolz but I think a reply really is in order, especially if your answer is very unique. (And because polls only allow 4 choices, apparently.)
#programming
@PHolder @cmdevans I think Python is a good starting language. It’s very encouraging for a complete beginner because you can become productive faster.
Even though my company primarily requires C/C++, Python is listed as a preferred skill. It helps with gluing things together even if it’s not the primary language used in a project. Also Python can be used as a main language for many different areas, from web, to data science and there is ability to use it in embedded somewhat.
I agree with Java being extremely important and also I really like Kotlin.
There are absolutely servers on that list that deserve a personal block! I like the idea, in general, of there being a variety (a small variety, probably, to avoid needing second-level lists of lists) of shared Blocklists of various kinds. There just needs to be a certain amount of pressure to be open and transparent (and accurate) about list criteria, and I'm happy to be a small part of that pressure now and then.
In the short run it would be excellent if the list could be updated (if it hasn't already been) to say something correct in the qoto entry. Even for the sake of the list itself: since a brief glance at qoto will show that "no moderation, free speech" is inaccurate, it undermines the credibility of the whole thing.
@LouisIngenthron @freemo @toxomat @PaulaToThePeople @SecondJon @shelenn
The problerm is they **cant** learn about it, not easily... They are on a server where all dissenting voices are silenced, so they will never heard about it on network.
They could look at the block list, but since they are blatantly lieing about the evidence they will again be unable to discern the truth.
These people go out of their way to engineer it so their lies are the only thing anyone hears.. if you even try to discuss it or look into it you get attacked.
@derickflorian @toxomat @ceoln @PaulaToThePeople @SecondJon @shelenn
@LouisIngenthron @freemo @toxomat @ceoln @PaulaToThePeople @SecondJon @shelenn That is a good point and I agree with everything you say, but I think the part that gets me is that they are making the decision to not see on behalf of others.
I guess the best action is to just continue on and keep bring attention to it and the United Federation of Instances seems like a good vehicle/countermeasure for that.
I do like the community on QOTO and all the other instance I have the pleasure of interacting with. I have blocked a lot of instances in the list that was shared by my own choice so it’s not an entirely bad list.
I just wanted to vent. It just seems like one block after another for the flimsiest of reasons but your approach is definitely the correct one.
Just broke into software development. Currently struggling to grasp C!