leanpub, to random
@leanpub@mastodon.social avatar

The Zero Hype Bundle https://leanpub.com/b/zero-hype by Isaak Tsalicoglou is the featured bundle on the Leanpub homepage! https://leanpub.com #ebooks #FictionBusiness #BusinessAndManagement #HumorAndSatire #Agile #DigitalTransformation #Lean

itsjoshbruce, to random
@itsjoshbruce@phpc.social avatar

This audiobook is (was?) kicking my butt.

Then I applied the book.

  1. Work through it on repeat.
  2. What parts are joy (low friction), and what parts are pain (high friction).
  3. Can I reduce the friction?
  4. Repeat.

Here’s the rub, avoid reducing friction for the joyful. Not everything can or should be automated to achieve getting it over with.

Also, if “everything” causes friction, you’re probably in the wrong place doing the wrong things for you.

#Agile
#Lean
#MasteringTheMundane

leanpub, to random
@leanpub@mastodon.social avatar

The Zero Hype Bundle https://leanpub.com/b/zero-hype by Isaak Tsalicoglou is the featured bundle on the Leanpub homepage! https://leanpub.com

agile, to random
@agile@mastodon.online avatar
nomeata, to random
@nomeata@mastodon.online avatar

I've implemented functional induction theorems in Lean, shipping with the upcoming version 4.8.0, and wrote a tutorial-style blog post about it:
https://lean-lang.org/blog/2024-5-17-functional-induction/
(h't to David Christiansen for the tooling behind the hover features.)

leanpub, to random
@leanpub@mastodon.social avatar

The Zero Hype Bundle https://leanpub.com/b/zero-hype by Isaak Tsalicoglou is the featured 📖 bundle on the Leanpub homepage! https://leanpub.com

leanpub, to random
@leanpub@mastodon.social avatar

Actionable Agile Metrics Volume II: Advanced Topics in Predictability https://leanpub.com/actionableagilemetricsii by Daniel S. Vacanti and Peter Götz is the featured book on the Leanpub homepage! https://leanpub.com @danvacanti @petersgoetz #Agile #LeadershipAgile #Leadership #AgileBusinessLeadership #Lean #ProductManagement

agile, to random
@agile@mastodon.online avatar
leanpub, to random
@leanpub@mastodon.social avatar

The Zero Hype Bundle https://leanpub.com/b/zero-hype by Isaak Tsalicoglou is the featured bundle on the Leanpub homepage! https://leanpub.com

abucci, to ProgrammingLanguages
@abucci@buc.ci avatar

A weird thing about being 50 is that there are programming languages that I've used regularly for longer than some of the software developers I work with have been alive. I first wrote BASIC code in the 1980s. The first time I wrote an expression evaluator--a fairly standard programming puzzle or homework--was in 1990. I wrote it in Pascal for an undergraduate homework assignment. I first wrote perl in the early 1990s, when it was still perl 4.036 (5.38.2 now). I first wrote java in 1995-ish, when it was still java 1.0 (1.21 now). I first wrote scala, which I still use for most things today, in 2013-ish, when it was still scala 2.8 (3.4.0 now). At various times I've been "fluent" in 8086 assembly, BASIC, C, Pascal, perl, python, java, scala; and passable in LISP/Scheme, Prolog, old school Mathematica, (early days) Objective C, matlab/octave, and R. I've written a few lines of Fortran and more than a few lines of COBOL that I ran in a production system once. I could probably write a bit of Haskell if pressed but for some reason I really dislike its syntax so I've never been enthusiastic about learning it well. I've experimented with Clean, Flix, Curry, Unison, Factor, and Joy and learned bits and pieces of each of those. I'm trying to decide whether I should try learning Idris, Agda, and/or Lean. I'm pretty sure I'm forgetting a few languages. Bit of 6502 assembly long ago. Bit of Unix/Linux shell scripting languages (old enough to have lived and breathed tcsh before switching to bash; I use fish now mostly).

When I say passable: in graduate school I wrote a Prolog interpreter in java (including parsing source code or REPL input), within which I could run the classic examples like append or (very simple) symbolic differentiation/integration. As an undergraduate I wrote a Mathematica program to solve the word recognition problem for context-free formal languages. But I'd need some study time to be able to write these languages again.

I don't know what the hell prompted me to reminisce about programming languages. I hope it doesn't come off as a humblebrag but rather like old guy spinning yarns. I think I've been through so many because I'm never quite happy with any one of them and because I've had a varied career that started when I was pretty young.

I guess I'm also half hoping to find people on here who have similar interests so I'm going to riddle this post with hashtags:

#C #R

abucci,
@abucci@buc.ci avatar

@BoydStephenSmithJr How do you find using Haskell in a work setting? I always feel like I'm under time pressure and don't have as much as I would like to think through a design. I'm never satisfied with my Scala code for that reason and I feel like it'd feel even worse with Haskell since it's so much more concise.

Am not familiar with GMDTT, will have to check that out! So many things to learn 🤯

BoydStephenSmithJr,
@BoydStephenSmithJr@hachyderm.io avatar

@abucci This is my second Haskell job and I'm sure things will depend on the organization around you, but I just do the first thing that I can think of that "will work", make it as simple / concrete / specialized as possible until I have something that compiles without warnings, and only then do I let myself generalize / abstract things. Try to stick documentation on all new top-level bindings while my motivation is fresh, and allow myself to rewrite later.

YMMV, HTH

tao, to random
@tao@mathstodon.xyz avatar

A couple months ago, another mathematician contacted me and two of my co-authors (Green and Manners) regarding a minor mathematical misprint in one of our papers. Normally this is quite a routine occurrence, but it caused a surprising amount of existential panic on my part because I thought it involved the #PFR paper that I had run a #Lean formalization project in. As it turned out, though, the misprint involved a previous paper, in a portion that was not formalized in Lean. So all was well; we thanked the mathematician and updated the paper accordingly.

But yesterday, we received referee reports for the PFR paper that was formalized in Lean, and one of the referees did actually spot a genuine mathematical typo (specifically, the expression H[A]-H[B] appearing in (A.22) of https://arxiv.org/abs/2311.05762 should be H[A]+H[B]). So this again created a moment of panic - how could Lean have missed this?

After reviewing the Github history for the blueprint, I found that when I transcribed the proof from the paper to blueprint form, I had unwittingly corrected this typo (see Equation (9) of https://teorth.github.io/pfr/blueprint/sect0003.html in the proof of Lemma 3.23) without noticing that the typo was present in the original source paper. This lemma was then formalized by other contributors without difficulty. I don't remember my actual thought process during the transcription, but I imagine it is similar to how when reading in one's native language, one can often autocorrect spelling and grammar errors in the text without even noticing that one is doing so. Still, the experience gives me just a little pause regarding how confident one can be in the 100% correctness of a paper that was formalized...

agile, to random
@agile@mastodon.online avatar
theUnrequited,
@theUnrequited@mastodon.online avatar

@agile I once worked with a very tough PO who down prioritised stories from stakeholders who never came to do their share; to provide feedback. When they complained she simply answered surprised "HU!? Little did I know it would be so important to you, since you never cared about the results..."
These faces! I can tell you...! 😅

leanpub, to books
@leanpub@mastodon.social avatar

Leanpub book LAUNCH! Lo and Behold, X! A Business Fable of Change and Intrigue by Isaak Tsalicoglou https://youtu.be/SlTuK4R6ndg #books #leanpublishing #selfpublishing #booklaunch #career #consulting #business #management #pscyhology #digitaltransformation #agile #lean

leanpub, to books
@leanpub@mastodon.social avatar

NEW! A Leanpub Frontmatter Podcast Interview with Luca Minudel, Author of Succeed over difficult problems by embracing Complexity-Thinking - Watch here: https://youtu.be/Mb9wrBtu7XI #books #leanpublishing #selfpublishing #management #digitaltransformation #leadership #startups #SixSigma #lean #strategy #agile #agileenterprise

leanpub, to books
@leanpub@mastodon.social avatar

Leanpub book LAUNCH! The Incredible Story of Deft: What Nobody Told You About Business Hype (Lean, Agile, etc.) by Isaak Tsalicoglou https://youtu.be/ISXcwSHg_VU #books #leanpublishing #selfpublishing #booklaunch #agile #lean #scrum #satire #fiction #management #manufacturing

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines