mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea4425fdce | |||
| c38caa5580 | |||
| 73212528ae | |||
| 0e37150d09 | |||
| 69c967af9e | |||
| b3d8394614 |
+2
-2
@@ -61,10 +61,10 @@ def hexnum(n, centered=True):
|
||||
# -> https://en.wikipedia.org/wiki/Centered_hexagonal_number
|
||||
# It is a cubic polynomial and Wikipedia shows how to convince yourself that it works.
|
||||
# Beautiful :)
|
||||
hexnums = [3*n*(n+1)+1 for n in range(0,n+1)]
|
||||
hexnums = [3*n*(n+1)+1 for n in range(0,n)]
|
||||
|
||||
for nth, hexnum in enumerate(hexnums):
|
||||
click.echo(f"hex({nth}) is {hexnum}.")
|
||||
click.echo(f"hex({nth+1}) is {hexnum}.")
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
+7
-2
@@ -1,3 +1,8 @@
|
||||
- a [[podcast]].
|
||||
- unfortunately [[spotify]] exclusive.
|
||||
- #go https://ourflowstate.com
|
||||
- unfortunately [[spotify]] exclusive...
|
||||
- until... 2023?
|
||||
- no longer!
|
||||
- #go https://ourflowstate.com
|
||||
- #soundcloud https://soundcloud.com/our_flow_state
|
||||
- #mixcloud https://www.mixcloud.com/our_flow_state/
|
||||
- #yt https://www.youtube.com/@ourflowstate
|
||||
|
||||
@@ -2,13 +2,14 @@
|
||||
|
||||
- a [[state]]
|
||||
- [[mental state]] [[desirable]]
|
||||
- [[wp]] https://en.wikipedia.org/wiki/Flow_(psychology)
|
||||
- #wp https://en.wikipedia.org/wiki/Flow_(psychology)
|
||||
- As defined by [[Mihaly Csikszentmihalyi]] (I can never remember how to spell his name).
|
||||
- "In positive psychology, a flow state, also known colloquially as being in the zone, is the mental state in which a person performing some activity is fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. In essence, flow is characterized by the complete absorption in what one does, and a resulting transformation in one's sense of time."
|
||||
- a [[project]]
|
||||
- by [[david-gelernter]] and [[eric freeman]]
|
||||
- https://www.wsj.com/articles/the-future-of-the-internet-is-flow-1443796858
|
||||
- #pull [[flow state]]
|
||||
|
||||
I don't enter flow as often as I would like and that usually frustrates me; it's low key frustration but frustation nevertheless, and it builds up the longer it is sustained. It's like a part of my brain knows that we should get back to it, but life gets in the way; or, most often, I just procrastinate on triggering the right conditions.
|
||||
|
||||
Sometimes I like to get into flow with a [[quick fix]].
|
||||
Sometimes I like to get into flow with a [[quick fix]].
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
- [[work]].
|
||||
- Back in the office! My [[back pain]] has subsided enough.
|
||||
- #push [[2024]]
|
||||
- Started thinking about [[2024]], which incidentally is 8 * 253 == 8 * 23 * 11.
|
||||
- [[Flancia 2024]] might follow [[Flancia 2023]], and even resemble it :)
|
||||
- [[flow]]
|
||||
- [[flow state]]
|
||||
Reference in New Issue
Block a user