> Sometimes I wonder whether it'd be possible to earn a living off mammoth. Although there's an option to donate - I currently get a grand total of £1.15 a week from regular donations - it's not something I push very hard. There's no shame in making the source available but using a license that requires payment for commercial use, like the Prosperity [1] license. [1]: https://prosperitylicense.com/
Also nearly impossible to enforce. This approach just adds a layer of guilt/paranoia in the implied legal consequences.
My tiny side project has had more impact than my decade in the software industry
41–50 of 195 posts
Re: My tiny side project has had more impact than my decade in the software industry
#42On the Phenomenon of Bullshit Jobs https://www.strike.coop/bullshit-jobs/
Re: My tiny side project has had more impact than my decade in the software industry
#43It can be a blast to tinker with these, iterating until the output looks pretty sweet. One of my favorite projects. I can imagine the docx - to - css translation allowed for lots of neat tricks.
Re: My tiny side project has had more impact than my decade in the software industry
#44I never worked with him directly but we both overlapped at Redgate for several years. During the time I was there he wrote code that was integrated into Simple Talk (https://www.red-gate.com/simple-talk/), which is/was Redgate's website for publishing content, articles, tutorials etc., useful to SQL Server and .NET professionals. I believe he also worked on https://www.sqlservercentral.com/, which remains the leading community site for SQL Server professionals. The old Simple Talk site is several years gone now, sadly, but Mike worked on it during its growth phase and (guessing somewhat here) most successful period.
These are sites that are used and useful to hundreds of thousands of SQL Server and .NET professionals every month. Yes, they are also promotional vehicles for Redgate and its products, and a core part of Redgate's marketing strategy, but it is possible for them to be both marketing and useful.
Mike is an excellent engineer, and very much cut from the get (valuable) things done mould - which mammoth.js firmly underscores. I have no idea what he's doing at the moment but, if you get the opportunity to work with him, you should jump at it.
Re: My tiny side project has had more impact than my decade in the software industry
#45> Sometimes I wonder whether it'd be possible to earn a living off mammoth. Although there's an option to donate - I currently get a grand total of £1.15 a week from regular donations - it's not something I push very hard. There's no shame in making the source available but using a license that requires payment for commercial use, like the Prosperity [1] license. [1]: https://prosperitylicense.com/
Re: My tiny side project has had more impact than my decade in the software industry
#46Earlier quoted context omitted.
Your story and mammoth's origin story really highlight how the Sisyphean corporate world is seemingly at odds -- or at least tangential -- to progress.
Corporate does not care about the job, or the client. Corporate only cares about billable hours.
Re: My tiny side project has had more impact than my decade in the software industry
#47I think many devs have that feeling... But often simple things have a very big effect - in my first job I made some simple scripts which imported data from machines into an ERP System. I also made some bigger projects with feature rich GUIs at my first job. The simple scripts probably sill import data every workday and automate a task previously made by humans since multiple years, some of the GUIs weren't even used…
My most used program was a 7 byte .COM I wrote with debug.exe. It made the machine reboot. It took about 15 seconds to write. A friend who worked at the college ended up using it in their scripts. They had a way to do it before but it wasn't as reliable as my little program. That college's infrastructure was used as a model for the rest of the district and so my little program spread to the other colleges.
Between fiddling with debug.exe and discovering that fixed address, that put me on the path to demystifying technology (or at least understanding everything is approachable).
Re: My tiny side project has had more impact than my decade in the software industry
#48About 6 years ago I started AutoSpotting, an open source tool designed to reduce AWS costs by automatically replacing on-demand instances with up to 90% cheaper Spot instances, it was meant to be my playground project for learning golang.
I estimate it saved in aggregate in the tens or maybe even hundreds of millions of dollars and multiple companies have been built around my code or reimplementing the same idea.
It's still a side project that I work on occasionally but at some point I tried to monetize it through support and custom development. I failed to get enough traction to become a full time job, currently make some $400/month from about a dozen users whom I sell precompiled binaries through Patreon.