Tasdik Rahman Profile picture
Mar 28, 2019 9 tweets 3 min read Read on X
From Frederick P. Brooks, Jr., the author of mythical man month. His essay on why there is no silver bullets in the world of software. Some takeaways from it. worrydream.com/refs/Brooks-No… (1/n)
He mentions that the hard part of building software is specification, design, testing of a conceptual construct, not the labor representing it and testing the fidelity of the representation. He argues that, if that's true, building software will always be hard. (2/n)
We have invented higher order languages and unified programming environments which have reduced the friction of developing something over the course of time. But it hasn't removed all the complexity while building complex systems. (3/n)
He presents potential silver bullets like #objectorientedprogramming, #ArtificialIntelligence which helped us in achieving our results more efficiently in cases if not in the best possible way. How people have always envisioned about programs writing themselves. (4/n)
The highlight which I feel Fred tries to articulate is that, unlike buildings or cars which are built, #software is grown. Iterating over it incrementally, as requirements change all the time and suggestions on why feedback cycle with clients is key in iterations. (5/n)
For iterating faster, he suggests building prototypes which simulate the important #interfaces and performs the main functions of the intended system, but not making an attempt to handle exceptions, respond correctly to invalid inputs, abort cleanly. etc. (6/n)
He argues for the above case that by doing that, the client will now be able to test it for consistency and usability. Since requirements change all the time and most of the times, people don't know what they want. (7/n)
By incremental development, he says that the #system should first be made to run, even though it does nothing useful except call the proper set of dummy subprograms. Then bit-by-bit, fleshed out. (8/n)
This helps one achieve a top-down approach to software, allowing easy backtracking. Each added function or functionality is incrementally added on top of what is already there. Which affects morale significantly, as there is a running systems in front of you. (9/9) #paperswelove

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Tasdik Rahman

Tasdik Rahman Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @tasdikrahman

Oct 4, 2020
One thing which I tried doing differently this time with one of my side projects is to do TDD from the start. Someone may ask why? It's just a side project no? (1/n)
One reason is that, for some of my past side projects, when someone creates an issue/submits a PR. I wouldn't necessarily remember everything which I did/why I did x instead of y, when I would have authored it (more on how this can be improved later) (2/n)
Coming back to say reviewing a bugfix/feature PR. Having no coverage for those specific routines which were modified, would mean I either would have to rely on my gut feeling, or I would have to test it by pulling the changes. (3/n)
Read 19 tweets
Oct 3, 2020
Releasing v0.2.0 for Bhola github.com/tasdikrahman/b…! This release comes with the ability to push SSL cert expiry notifications to @SlackHQ for the domains which bhola is tracking (1/n)
It will alert for all the domains, which have already expired/are about to expire within the buffer period which you have set & send notification to your slack channel via webhook endpoint, periodically checking in the interval set by the operator, for expiration. (2/n) Image
This makes bhola, tackle the part of the problem for you where you don't have to keep checking the dashboard of bhola on which certs are expiring, rather it telling you proactively, on what are the certificates which need renewal and need your immediate attention. (3/n)
Read 6 tweets
Sep 27, 2020
Took this out for a spin for my repo (1/n)
Another player in the container registry space, but none the less, I now don't have to play around with my @Docker hub credentials, to push the container image for my repo's, one less thing to worry about (2/n)
Also given the recent policy change with regards to bumping off the container images if not pulled for x duration was something which I didn't wanna get put into, although completely makes sense for the maintainers of the registry. I couldn't find anything specific for GHRC (3/n)
Read 7 tweets
Sep 23, 2020
Have been using @github pipelines for one of my public repositories and it has been a great experience so far, having the CI experience (build, lint, run tests etc.) right in front of you, was something had been missing in their UX. (1/n)
Rather than delegating the CI experience to an external entity, which would create another lookup and another thing to worry about. This pretty much has taken the developer experience a step further. (2/n)
Another killer feature, was github packages! Which means, now we have a container registry too in @github (along with a few other formats of packages supported)! Which is again building on top of github pipelines feature set. (3/n)
Read 4 tweets
Sep 18, 2020
Do you sometimes wake up, with a call by someone from your team, telling you some SSL cert has expired? Do you keep track of SSL cert expirations on your to do notes or excel sheets? Would you like to be on top of such x509 cert renewals? github.com/tasdikrahman/b… is for you (1/n) Image
v0.1 of Bhola, will give you a dead simple API, which you can use to ask Bhola, to track domains which have certs attached to it. It automatically checks for the cert expiration in the background keeping note of when is it expiring. (2/n)
The operator can set a buffer period, which would bhola, then use to see if it meets the threshold number of days, before the cert is going to expire, before marking the cert, that it needs renewal asap. (3/n)
Read 8 tweets
Aug 7, 2020
Load average seems decent so far, although the ssh is unusually laggy, no process seems to hog too much of resource, will dig on this later. Image
In before I brick my router on a Friday night, as I update it's DHCP config to start pushing my @Raspberry_Pi 's IP as the dns server (running pi-hole), to all it's clients.
Read 5 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(