Page 17 of 127 (2525 total posts)

December 2023

20-12-2023
Software Design by Example

Software Design by Example

Source: third-bit.com

Software Design by Example URL: https://third-bit.com/sdxpy/ Type: link Domain: third-bit.com Notes: Pretty exhaustive book about software design. Could be a textbook someday.

Notes:

Pretty exhaustive book about software design. Could be a textbook someday.

Tags: education design computerscience
20-12-2023
Always Measure One Level Deeper | July 2018 | Communications of the ACM

Always Measure One Level Deeper | July 2018 | Communications of the ACM

Source: cacm.acm.org

Always Measure One Level Deeper | July 2018 | Communications of the ACM URL: https://cacm.acm.org/magazines/2018/7/229031-always-measure-one-level-deeper/fulltext Type: article Domain: cacm.acm.org Notes: Measuring performance is not necessarily obvious. One of the very common mistakes I have seen with students is worrying about performance before they know they have a problem. Most likely this comes from drumming Big-O notation and complexity into them!

Notes:

Measuring performance is not necessarily obvious. One of the very common mistakes I have seen with students is worrying about performance before they know they have a problem. Most likely this comes from drumming Big-O notation and complexity into them!

Tags: software-engineering computerscience
20-12-2023
OM System OM-5 + M.Zuiko Digital ED 12-40mm f2.8 P... size comparison - PXLMAG.com

OM System OM-5 + M.Zuiko Digital ED 12-40mm f2.8 P... size comparison - PXLMAG.com

Source: pxlmag.com

OM System OM-5 + M.Zuiko Digital ED 12-40mm f2.8 P... size comparison - PXLMAG.com URL: https://pxlmag.com/db/camera-size-comparison/0032805d_f4cc8091-0032805d_51964cc6-0032805d_799b8d6e-t60 Type: link Domain: pxlmag.com Notes: Handy camera comparison tool. Side by side images of any camera and any lens to see their sizes.

Notes:

Handy camera comparison tool. Side by side images of any camera and any lens to see their sizes.

Tags: camera lens shopping visualize
20-12-2023
Politics and the English Language | The Orwell Foundation

Politics and the English Language | The Orwell Foundation

Source: orwellfoundation.com

Politics and the English Language | The Orwell Foundation URL: https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/politics-and-the-english-language/ Type: article Domain: orwellfoundation.com Notes: Useful thoughts about politics and langauge

Notes:

Useful thoughts about politics and langauge

Tags: politics writing orwell english
19-12-2023
20 Things I've Learned in my 20 Years as a Software Engineer

20 Things I've Learned in my 20 Years as a Software Engineer

Source: simplethread.com

Important, Read This First You’re about to read a blog post with a lot of advice. Learning from those who came before us is instrumental to success, but we often forget an important caveat. Almost all advice is contextual, yet it is rarely delivered with any context. “You just need to charge more!” says the company […]

Notes:

Interesting learnings. Worth a read

Tags: software-engineering lessons-learned advice
03-12-2023
RFC processes are a poor fit for most organizations - Jacob Kaplan-Moss

RFC processes are a poor fit for most organizations - Jacob Kaplan-Moss

Source: jacobian.org

The RFC process has been a huge success in defining the standards that run the Internet, but naively adopting this process for your company is a mistake. RFC processes tend to fail at most organizations because they lack a clear decision-making step.

Notes:

How to make decisions in an organization. Or more like how not to make decisions in organizations.

Tags: decision-making rfc best-practices

November 2023

25-11-2023
git branches: intuition & reality

git branches: intuition & reality

Source: jvns.ca

git branches: intuition & reality URL: https://jvns.ca/blog/2023/11/23/branches-intuition-reality/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav Type: link Domain: jvns.ca Notes: There are never too many explanations of this. I am still not 100% clear.

Notes:

There are never too many explanations of this. I am still not 100% clear.

Tags: git branching explainer