SittingWave@programming.devtoWeb Development@programming.dev•How to handle the erasure of your 'digital legacy'?
2·
1 year agoEverything you code is disposable. Get at peace with that fact and you will be happy. It was crappy code anyway.
Everything you code is disposable. Get at peace with that fact and you will be happy. It was crappy code anyway.
The thing I dislike about Atlassian is everything from Atlassian
It would be even nicer if we could click on a pixel and see the computations screenshot, so we can find the error.
Goodbye Bram, teach angels how to quit vim.
interesting. Is it required for the refs/ to be “atomic” or can it be anything that is not “agreed upon convention” and thus recognised by github?
I disagree.
I worked with a software for quantum physics and electronic transport from microscale to mesoscale. It had a “python based” DSL that had support for units through that module. Seems the perfect scenario for such entity, so we wrote it integrating another similar package (it’s not the units package, I can’t find it anymore. In any case, it let you say things like speed = 3 * meters / second)
The results were… interesting.
There are many major problems:
So, it looks cool, but in practice it’s pointless. The only practice to follow is:
In other words:
user gives stuff in micrometers -> store it in length_um -> convert it in nanometers -> store it in length -> use length from now on (implicitly in nanometers)
The reverse for output