Compare commits

6 Commits

Author SHA1 Message Date
flancian ea4425fdce autopushed 2023-11-28 15:50:02 +01:00
flancian c38caa5580 autopushed 2023-11-28 15:41:46 +01:00
flancian 73212528ae autopushed 2023-11-28 15:40:35 +01:00
flancian 0e37150d09 autopushed 2023-11-28 15:39:59 +01:00
flancian 69c967af9e autopushed 2023-11-28 15:38:47 +01:00
flancian b3d8394614 autopushed 2023-11-28 15:02:40 +01:00
4 changed files with 19 additions and 6 deletions
+2 -2
View File
@@ -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__':
+6 -1
View File
@@ -1,3 +1,8 @@
- a [[podcast]].
- unfortunately [[spotify]] exclusive.
- 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 -1
View File
@@ -2,12 +2,13 @@
- 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.
+7
View File
@@ -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]]