Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Sucks they didn't have the vision to have you do that kind of work to automate more stuff. Some companies are so short sighted.
-
dejaime3516yLeft me wondering how you licensed the code, if you ever did.
You could possibly get them to pay you royalties on it depending on the laws where you live and the exact circumstances (especially given you even used your personal arduino boards to begin with).
Still, ianal. -
@dejaime Most contracts have intellectual property / copyright clauses. I had also sold all the hardware to my employer when I got it working. But I did get a pretty good severance package :)
-
LOL I once wrote a script in automating beer brewing, cuz I'm also lazy af and beer in Australia is damn expensive;P Had a few batches of amazing Schwarzbier before the chip melted :(
Sorry to hear you got fired but a chemist with programming skills like you isn't hard to get a job. -
Oh hey. astro needs some help with spectroscopy stuff. Cool payout including knowing the size of the visible universe more closely if you're keen for a new project. Likely similar to your previous work.
It's less automating grunt work and more analysis stuff, though. -
@starless @hash-table There's a world of difference between spectroscopy in analytical chemistry and physics/astronomy though 😄
I did work for aerospace (Arianespace/ESA contractor), but completely different topic: QA NDT software for welding xrays and surface tolerances. We repurposed the dicom format from the medical world to be used on rocket parts (mostly fuel tanks), and paired it with image recognition to assess weld quality and stress/strain deformations 🙂 -
@rithvikp
Hell yeah! Not gonna pretend it's super easy, you might mess up a few times, but it's a great weekend project to build your own Arduino or RPi shield.
This is one of the best complete guides in my opinion:
http://quinndunki.com/blondihacks/... -
Wow what a shame...
Chemistry, electronics and programming?
I wish i could give you more than 1
++
Good job. And shame on them! -
Meki1866yTime to start your own business ;)
Still, I get the feeling. At my previous company we created a viable alternative to MailChimp and the company didn't want to sell it... Some time later the branch went bankrupt and had to be shutdown.
Related Rants
-
nanoandrew417About six months ago I decided I wanted to learn to write a neural network from the ground up, using only the ...
-
react-guy7My own language, hence my own parser. Reinvented the regular expression before realizing it already existed (...
-
VenomDev2I think the coolest project I did was a few years ago, it was actually a Minecraft plugin. I decided to lear...
The project where I realized I wanted to go from chemist to pro dev.
I built a flow-chemistry spectrometer with monitoring backend in Haskell.
Spectroscopy is where you add a reagent to a glass tube, it changes color, and by measuring the exact color it tells you how much of something (for example, a toxin) is present in the sample.
I had to do that a lot on factory samples, writing down measurements using pen & paper.
I'm lazy so I decided to do the logical thing: Automate it. I bought a second hand spectrometer, stripped the casing, did a shitload of glassblowing and hooked up tubes to the production pipelines, so I could get samples, mixing them in the correct ratio with reagents in continuous flows using valves.
I ended up using 2 home-crafted arduino-like boards (etching PCBs is fun!).
One to calibrate the mixture against known samples and control solenoid valves to continuously cycle through various reagents and deionized flushing water, the other to record the measurements and send them to a server running a Haskell/Yesod API.
The server collected the information into InfluxDB (A time series database), displaying all data on a graphite dashboard.
Eventually I wrote Haskell plugins for most of the chemistry processes, from pH & temperature measurements to polymer property and pigment tests (they made a lot of printer ink).
Then I was fired because they didn't need chemists anymore, and the code "could be maintained by the intern" (poor guy)...
But I did find out that I loved functional programming, chemistry automation projects, and crafting my own electronics during that time.
rant
wk128