Archive

The Dulin Report

Browsable archive from the WordPress export.

Results (30)

On Amazon Prime Video’s move to a monolith May 14, 2023 Stop Shakespearizing Sep 16, 2022 Should we abolish Section 230 ? Feb 1, 2021 Returning security back to the user Feb 2, 2019 Facebook vastly improved their advertiser vetting process Jan 21, 2019 A conservative version of Facebook? Aug 30, 2018 On Facebook and Twitter censorship Aug 20, 2018 I downloaded my Facebook data. Nothing there surprised me. Apr 14, 2018 Facebook is the new Microsoft Apr 14, 2018 Quick guide to Internet privacy for families Apr 7, 2018 Leaving Facebook and Twitter: here are the alternatives Mar 25, 2018 When politics and technology intersect Mar 24, 2018 Architecting API ecosystems: my interview with Anthony Brovchenko of R. Culturi Jun 5, 2017 Copyright in the 21st century or how "IT Gurus of Atlanta" plagiarized my and other's articles Mar 21, 2017 Windows 10: a confession from an iOS traitor Jan 4, 2017 Don't trust your cloud service until you've read the terms Sep 27, 2016 Amazon Alexa is eating the retailers alive Jun 22, 2016 Why it makes perfect sense for Dropbox to leave AWS May 7, 2016 OAuth 2.0: the protocol at the center of the universe Jan 1, 2016 We Live in a Mobile Device Notification Hell Aug 22, 2015 What Every College Computer Science Freshman Should Know Aug 14, 2015 On Maintaining Personal Brand as a Software Engineer Aug 2, 2015 Social Media Detox Jul 11, 2015 Attracting STEM Graduates to Traditional Enterprise IT Jul 4, 2015 The Clarkson School Class of 2015 Commencement speech May 5, 2015 Why I am not Getting an Apple Watch For Now: Or Ever Apr 26, 2015 Exploration of the Software Engineering as a Profession Apr 8, 2015 What can Evernote Teach Us About Enterprise App Architecture Apr 2, 2015 Microsoft and Apple Have Everything to Lose if Chromebooks Succeed Mar 31, 2015 On Managing Stress, Multitasking and Other New Year's Resolutions Jan 1, 2015

Stop Shakespearizing

September 16, 2022

Only you are responsible for your project.




"Genius is always sufficiently the enemy of genius by over-influence. The literature of every nation bear me witness. The English dramatic poets have Shakespearized now for two hundred years."



 Self-Reliance and Other Essays by Ralph Waldo Emerson




It seems to me that the software engineering world has mimicked Big Tech for at least two decades now. Much like Shakespearizing has been harmful to the creativity of the English poets, blind worship of the solutions and frameworks developed at Big Tech companies is detrimental to the creativity of the software industry.



When setting up a monorepo for my project, I used make to orchestrate the builds of various components and their dependencies. An argument I heard was that with my setup, I reinvented Lerna, and that Reactby Facebook uses Lerna, and since Meta engineers are among the Shakespeares of our field, we ought to respect their choices and do the same.



As an architect, I have an aversion to tools that are specifically designed for a particular platform. Lerna is a JavaScript-specific tool, as are TurboRepo and Nx. My project, however, is multilingual (Go, JavaScript, Java, and Python).



Even if my project was not presently multilingual, one day, it might. Where are Delphi and all of the Delphi developers now? What about COBOL developers? I happen to have a long list of open source frameworks and toolchains that I was once forced to use because they were the hot topics of their day, and later those frameworks were abandoned.



But… but… thousands of teams worldwide use Lerna! We stand on the shoulders of giants; we should use the tools they use!




"Meek young men grow up in libraries, believing it their duty to accept the views which Cicero, which Locke, which Bacon, have given; forgetful that Cicero, Locke and Bacon were only young men in libraries when they wrote these books."



 Self-Reliance and Other Essays by Ralph Waldo Emerson




Developers who create open source frameworks or write articles like yours truly aren't giants. They are just like us. They build something that solves a problem they face and share it with the community. They don't know you, your project, or your problems.



They have no obligation to you at all. Open-source authors are not obligated to maintain their free (as in price) contribution to humanity. They are not entitled to evolve their toolchain in lock-step with your project.



I am not saying one shouldn't use open source projects, as I have been a huge proponent of open source. If you want to find my open source credentials and loyalties, I am a founder of Clarkson University Linux Users Group. If I have to pick a proprietary commercial product versus open source, I will take open source any day.



I am not saying I don't respect what developers at Big Tech companies do. It is always interesting to learn what other engineers do and how they solve their problems that might be similar to mine. Their challenges, though, are theirs — not yours.



Ultimately, you must know your project, your needs, yourself, your skills, and your team. Only you are responsible for your project. So trust your instincts, fellow architect, and don't Shakespearize :)




What I've been reading




I'm always reading interesting things, and I thought it would be fun to append a list of things I've been reading lately to each blog post. 





  • I am not sure why I haven't noticed this over the past five years of using Go, but it turns out Go code can be compiled to WebAssembly : Link




  • Given the proliferation of cloud services and serverless compute infrastructure, it is becoming increasingly difficult to replicate a cloud environment on one's localhost. I think ultimately localhost isn't going anywhere — but we will live in a kind of a hybrid world : Link




  • Using make with Node.js to create AWS Lambda functions : Link




  • If true, at $3195 the Peloton rowing machine will be a flop : Link




  • John Foley should have left Peloton in 2019 right when the company went public : Link




  • Some people do Wordle puzzles first thing in the morning. I put together little logical puzzles for myself based on the news I read and evaluate them using Prolog : Link




  • Written by a Clarkson classmate of mine, "Quantum Computing Since Democritus" book is a gentle introduction to Quantum Computing. It's not quite popular science - more like a friend in theoretical computer science explaining his work to a practitioner like me. Highly recommend : Link




  • Lerna is officially dead (2020): Link




  • Lerna stewardship is transferred to Nrwl (2022) : Link