@freemo Ok I'm really jealous of this nyan cat set of emotes right now
One good thing is in QOTO instance, the number of political posts have been very very little. And I am really liking it!
A beautiful terracotta temple lying unknown and uncared for in Sonamukhi, Bankura, West Bengal http://blog.yantrajaal.com/2019/11/sridhar-mandir-sonamukhi-bankura.html
Copyright Troll May Have Set an Expensive Precedent for Copyright Trolls
https://news.ycombinator.com/item?id=21512092
#hackernews #tech
I borrowed this one from codewars
Snail Sort
Given an n x n array, return the array elements arranged from outermost elements to the middle element, traveling clockwise.
array = [[1,2,3],
[4,5,6],
[7,8,9]]
snail(array) #=> [1,2,3,6,9,8,7,4,5]
For better understanding, please follow the numbers of the next array consecutively:
array = [[1,2,3],
[8,9,4],
[7,6,5]]
snail(array) #=> [1,2,3,4,5,6,7,8,9]
This image will illustrate things more clearly:
NOTE: The idea is not sort the elements from the lowest value to the highest; the idea is to traverse the 2-d array in a clockwise snailshell pattern.
Server Info
After an upgrade to the QOTO services all services are now up and running again. Downtime was ~5 minutes.
The following qoto services were updated:
NextCloud - https://cloud.qoto.org
GitLab - https://git.qoto.org
GitLab pages (including user hosted pages) - https://*.qoto.io
FunkWhale - https://audio.qoto.org
PeerTube - https://video.qoto.org
Discourse - https://discourse.qoto.org
Hello world! I think social media attracts people because we want to be heard, and to feel that we are significant. A platform like this allows one's words to be shared, even for an instant, across time and space. I suppose this toot is exactly that. A cry to the cosmos. A scream that expresses my existence. So it goes. So, hello world!
Python Solution
def snail_sort(matrix):
new_list = []
while matrix:
new_list.extend(matrix.pop(0))
if not matrix:
continue
for i in range(len(matrix)):
new_list.append(matrix[i].pop())
if not matrix:
break
if not matrix:
continue
new_list.extend(reversed(matrix.pop()))
if not matrix:
continue
for i in range(len(matrix) - 1, -1, -1):
new_list.append(matrix[i].pop(0))
if not matrix:
break
return new_list
MATRIX = [
[1, 2, 3, 4, 5],
[16, 17, 18, 19, 6],
[15, 24, 25, 20, 7],
[14, 23, 22, 21, 8],
[13, 12, 11, 10, 9],
]
snail_sort(MATRIX)
Holy criminies. The #QOTO instance has seen over a **thousand** new users this week and its only half way through the week.
What a week!
I find it interesting how the spike always appears to come as 2 seperate waves when we get spikes of new users. The first one when they pour into the fediverse, then a second spike when new users not on QOTO decide to switch to our instance. We must be doing something right :)
I officially nominate @mngrif in the moderator election
https://discourse.qoto.org/t/nomination-for-moderator-nov-2019/92/5
Hey #QOTO users. Dont forget we have a moderator election going on for the next 2 weeks. Dont forget to nominate yourself or another user in the election.
You can nominate users here: https://discourse.qoto.org/t/nomination-for-moderator-nov-2019/92/4
Important Announcement ![]()
Today we are beginning a nomination for #QOTOs next moderator 🎉
Basically it works like this, any one of you can nominate someone from QOTO. The only restriction is the person you nominate must be active for at least the last month. You can even nominate yourself, but it usually looks better if you can get one or more people to nominate you, symbolically speaking.
The moderators will then select the finalists which if there is more than one person then the community can vote on them.
So for the next 2 weeks I will be taking nominations for the moderator position, and they can discuss their views as a potential moderator. Then we can pick who lines u with QOTO Ideals,
**Want to nominate simeone?**
Follow this link and pst your nomination: https://discourse.qoto.org/t/nomination-for-moderator-nov-2019/92
Some sort of segmented worm, i think, we just found in some pond water. Any ideas from anyone what species i might be looking at?
#science #biology #microbiology #worm #microscope #microscopic
Jeffrey Phillips Freeman
Innovator & Entrepreneur in Machine Learning, Evolutionary Computing & Big Data. Avid SCUBA diver, Open-source developer, HAM radio operator, astrophotographer, and anything nerdy.
Born and raised in Philadelphia, PA, USA, currently living in Utrecht, Netherlands, USA, and Thailand. Was also living in Israel, but left.
Pronouns: Sir / Mister
(Above pronouns are not intended to mock, i will respect any persons pronouns and only wish pronouns to show respect be used with me as well. These are called neopronouns, see an example of the word "frog" used as a neopronoun here: http://tinyurl.com/44hhej89 )
A proud member of the Penobscot Native American tribe, as well as a Mayflower passenger descendant. I sometimes post about my genealogical history.
My stance on various issues:
Education: Free to PhD, tax paid
Abortion: Protected, tax paid, limited time-frame
Welfare: Yes, no one should starve
UBI: No, use welfare
Racism: is real
Guns: Shall not be infringed
LGBT+/minorities: Support
Pronouns: Will respect
Trump: Moron, evil
Biden: Senile, racist
Police: ACAB
Drugs: Fully legal, no prescriptions needed
GPG/PGP Fingerprint: 8B23 64CD 2403 6DCB 7531 01D0 052D DA8E 0506 CBCE