Luvon@beehaw.orgtoAskBeehaw@beehaw.org•What's something that everyone should try at least once?
1·
1 year agoI second this, taskmaster is fantastic and they have like 12 seasons on YouTube for free
I second this, taskmaster is fantastic and they have like 12 seasons on YouTube for free
I wonder how much blocking anon views upped the bounce rate.
I wonder how much blocking anon views upped the bounce rate.
I wonder how much blocking anon views upped the bounce rate.
I love it, has lots of sensible things that should have been fixed forever ago. You can just edit the input like normal text.
It makes blocks out of output which makes navigating output much easier
I imagine more apps will add the ability to view the full username. I have Mlem and Memmy on iOS and the both have the option.
And don’t forget the 10 hours to adapt it to a more generic workflow when you need to do something similar 3 weeks later
I generally use a for each type loop or a map because I am usually applying some function across a collection, and in both cases I use the singular name from the collections plural.
If I actually need the index for some reason I still prefer loop structures that give me the index and the item together
*note syntax pulled out of my head and not necessarily belonging to any specific language.
If I need to double loop a matrix array I would use rowIndex and ColIndex for the indexes.