Skip to content
Open
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions marimo/this.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
print("""take a step back, know what to do first.
remember that hidden failures are the worst.
spend some time, understand how a user might feel,
sometimes it's totally fine to reinvent the wheel.

take a step back, give yourself some time and space.
because once a mistake goes in, it's hard to erase.
if you want velocity, remember to grow slow.
the antidote to a distraction is the word "no".

the best details are often hidden without any kind of flair,
you can lead ai to software, but you cannot make it care.
some things are certain, others remain a bet.
the future of programming hasn't been invented yet.
""") # noqa: T201, W293
Loading