Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
blueicecubes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Thousands of UK workers begin world’s biggest trial of four-day week
(theguardian.com)
2 points
by
blueicecubes
4y ago
|
0 comments
2.
▲
by
blueicecubes
6y ago
The article starts with "We've been experimenting with breaking up employees into random groups (of size 4)." How does stopping at a list of group sizes (numbers) help you do that?
3.
▲
by
blueicecubes
6y ago
If you want to assign people to groups randomly, why not just something like: import random import numpy people = [...] min_size = 3 random.shuffle(people) groupings = numpy.array_split(people,len(people)//min_size
4.
▲
by
blueicecubes
6y ago
"'Elementary' means that very little is required to know ahead of time in order to understand it, except to have an infinite amount of intelligence."
5.
▲
by
blueicecubes
6y ago
Is there a (business, legal, etc.) reason for the distinction between one-to-few and one-to-many? Both are one to "more than one".
6.
▲
by
blueicecubes
6y ago
This was discussed a year ago at length: https://news.ycombinator.com/item?id=19396563
7.
▲
by
blueicecubes
7y ago
latency
8.
▲
by
blueicecubes
8y ago
> "good moderation" pun intended