This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will delete this post on this instance and on all federated instances, and it cannot be undone. Are you certain you want to delete this post?
This action will block this actor and hide all of their past and future posts. Are you certain you want to block this actor?
This action will block this object. Are you certain you want to block this object?
GitHub | https://github.com/toddsundsted/ktistec |
---|---|
Pronouns | he/him |
Planet | 馃寧 |
looking at options for solar power. the only conclusion i've drawn so far is, if you finance the purchase, you won't save any money, at least in the pacific northwest, where electricity is relatively inexpensive. at best you might break even.
I鈥檝e just read two cookbooks back-to-back. What do I mean by "cookbook"? Short answer: I mean a "how to" style book long on checklists and instruction rather than abstract guidance or case studies. The first of the two books, which I鈥檓 writing about now, is Sprint.
TL;DR If you plan to run a design sprint, you should read this book.
The goal of a design sprint is to get honest customer reaction to a product or feature you believe will be critical to your success鈥攊n just five days! Is this kind of customer feedback important? Yes! Too many companies and too many products bet the bank on something that really doesn't matter much to their customers鈥攂ut they take quarters or years to figure that out. If you believe you know what customers will line up for, test that now! Sprint shows you how to do that.
Some themes stand out:
Write things down. Be literal about the questions you want to answer. Draw maps of the customer journey. Use whiteboards, sticky notes, and pens鈥攑ut away your devices until you're ready to prototype!
Never brainstorm or engage in group free-for-all discussions of any kind. In a design sprint, feedback is time-boxed and often in writing. Rather than the author of an idea "pitching their idea" to the team, feedback is often summarized and narrated by the Facilitator to the team.
"The Decider decides". A lot of what's good about Sprint can be summarized by this phrase. A design sprint is not a democratic process. There's voting, for sure, but after a vote, the Decider decides what to do (and may go against the vote).
Sprint is full of detail: who's on the team, what their roles are, what the agenda is for every day of the week. It describes how to find customers, how to run interviews, and how to observe and unpack reactions.聽 Sprint includes notes specifically for the Facilitators.
Of course, to do a design sprint well, you can't just read the book鈥攜ou need to practice!
nearly just shot my foot off with git. i popped a stash full of work onto a branch and then accidentally reset hard against my main branch by picking the wrong command in my shell history. poof! thankfully, with enough effort you can do anything in git鈥攊ncluding checking out the commit representing that deleted stash...
but, some things you should somehow never allow in your shell history:
聽 * rm -rf <anything>
聽 * git reset --hard <anything>
聽 * probably others...
i had to roll back to emacs v28.2 on osx (ventura). magit on v29.1-1 was super-slow and, generally, frames would unpredictably lock up and stop accepting input. it's not even obvious where i'd report this issue...
I just finished reading Minding the Weather: How Expert Forecasters Think.
TL;DR it's really a book on expertise鈥攜ou won't learn how to forecast the weather by reading it.
My interest in weather comes via my company's work on maritime voyage and route optimization. I finished the book with a much deeper understanding of what weather forecasters do and what it means for them to forecast the weather, generally鈥攚hich was the goal (the objective being to understand what it would look like to stand up our own weather team).
Surprisingly (or maybe not surprisingly), the idea that someone could actually forecast the weather was once thought of alongside pseudoscience like astrology.
As expected, the book includes a few chapters on using machines to forecast the weather. Unfortunately, if this is what you're looking for, the coverage is way out of date鈥攁nd I don't mean in the 2017 to today sense. I mean in the late 1980's to today sense鈥攖he authors talk about using expert systems to forecast the weather. What?!? I don't expect coverage of GraphCast but I do expect something other than expert systems! (Maybe no one has used a NNs on weather data in the last ten years鈥擨'd be surprised but I guess I'll check it out next.)
That aside, it was well worth my time to read. It definitely corrected many naive assumptions, and that's what I was looking for!
@rahul you are one of the people running ktistec v2.0.0-9. the "dist" branch had a bug that affects the metrics鈥攁ll data points are added up each run, instead of only the new data points. you may not care, in which case everything should be fine. but it you do care, i recommend building and deploying the latest "dist" (or maybe let me run it for a day or two more) and then if you want the historical metrics to be correct deleting some data from the database, which i can help you with. let me know! (if you are running off "main" then you are probably not affected.)
@jayvii you are one of the people running ktistec v2.0.0-9. the "dist" branch had a bug that affects the metrics鈥攁ll data points are added up each run, instead of only the new data points. you may not care, in which case everything should be fine. but it you do, i recommend building and deploying the latest "dist" (or maybe let me run it for a day or two more) and then if you want the historical metrics to be correct deleting some data from the database, which i can help you with. let me know!
i added code to log slow queries in ktistec and it's already paying dividends. most are obviously missing indexes and it's great to fix them, but the latest example鈥攚hich is missing an index鈥攊s querying a table that only has one row (in my single user instance). should that table need an index on that column? i mean, just return that row...
fwiw, a slow query is currently anything that takes longer than 50msec. i wonder if that is tight enough...?
i depend on visual patterns and cues, and i need so so so many colors!
after all these years it still amazes me how often i fat-finger ^X^C and accidentally exit emacs...