Show newer

It feels neglected and wants to leave.

I didn't intend to hurt your feelings, ...

(🤣)

Practicing my copperplate majiscules (and miniscules technically). Really loving the progress i made past few days but that majiscule B is horrible. I never can get the B right...

What does everyone think of my new script for upper and lower case z? This spells Zanzibar. Also i improved my copperplate in general a lot recently i think. This was fast writing.

Today's retro computer is the Ural. Back when you sat at the computer instead of the computer sitting on you. Nice clean desktop free of clutter.

This actually sounds like something I can support. Everyone should understand how guns work, safety, etc. Especially in america where it seems to be an issue with a lot of debate around it and the people with the strongest opinions seem to have the least knowledge. Education first, then perhaps the debates can have some sanity to them at least if nothing else.

rare.us/rare-news/middle-schoo

Nothing can make me as happy today as this post by Erik Bernhardsson, in which he simulates buffet lines to figure out the best queueing method. It involves simulation by way of random food emoji (and a bunch of graphs). erikbern.com/2019/10/16/buffet

Just a reminder, wealthy people arent responsible for you or anyone not having money simply because they do.

Money isnt like pie, just because some people have more doesn't mean you have less.

Money/wealth isnt a zero-sum game

Thoughts? Is this ok?

My feeling is despite the origins in stripping in its current form it is no different than dancing. I dont see a problem with this. But I'd like to hear your thoughts.

Why do riot police show up to work early?

To beat the crowds.

Here is a which corresponds to the general case of a problem I ran up against recently.

Given a positive integer K and a directed graph G with weighted edges, return a new graph H satisfying all the following conditions, if such a graph exists:

1. G and H contain exactly the same set of vertices.
2. H contains only edges in G, but G may contain edges not in H.
3. A path exists in H of length at most K between each pair of vertices in each direction.
4. No edge can be removed from H while still satisfying condition 3.

Where more than one graph exists satsifying these conditions, return the one with the least total weight. You may assume G does not contain edges with negative weights.

Here is an example G, each triplet representing the <start, end, weight> of an edge:
<1, 2, 40>
<1, 3, 12>
<1, 4, 50>
<2, 1, 84>
<2, 3, 19>
<2, 4, 69>
<3, 1, 25>
<3, 2, 78>
<3, 4, 93>
<4, 1, 75>
<4, 2, 36>
<4, 3, 96>

Your program should produce the following H given the above G and K = 2:
<1, 2, 40>
<1, 4, 50>
<2, 1, 84>
<2, 3, 19>
<3, 1, 25>
<4, 2, 36>

@Absinthe

The code isn't that bad, you just have to be careful you don't go down a dead end with your algorithm. It's much easier to add error checking etc. at the end if you designed a versatile solution than it is to try and generalise one of the more brittle ones.

Would you mind if I suggested a challenge? I have one involving graph manipulation, which is kind of up @freemo's alley.

@khird @freemo It is pretty well cleaned up now. and I fleshed out the list a little to make it iterable and printable and stuff. Take a peek!

Please suggest one, just remember to include the hash tag

Our is decolonial

openhardware.science/gosh-manifesto

Was just looking at the new listing on joinmastodon.org

Looks like other than mastodon.social we are the largest English speaking instance listed. Kinda cool.

Just wnt to update everyone. I just heard back from @Gargron@tooting.ai / @Gargron@mastodon.social and our server submission request on joinmastodon.org has been resolved. is now listed on the official server list.

I much appreciate Gargron taking the time to address the back log and it was handled very fairly and respectfully it seemed.

As you know they did ask if our server protected people in the trans-community, I think that is an amazing goal to have so I dont mind the question. Luckily our history of mutual respect for all people and all groups made the case for us I hope.

Thank you again Gargron for the amazing work you do.

@sociallyeleanor@mastodon.social

Freebie!! Here you go!
This problem was asked by Facebook.

A builder is looking to build a row of N houses that can be of K different colors. He has a goal of minimizing cost while ensuring that no two neighboring houses are of the same color.

Given an N by K matrix where the nth row and kth column represents the cost to build the nth house with kth color, return the minimum cost which achieves this goal.

Show older
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.