2. I switched from smoking weed with tabacco to without tabacco
3. I took ecstasy for the first time
Number one lifted my mood. Number two reduced my lethargic and number three Reminded me how it feels to be happy and it gave me back human empathy as well.
I was wearing glasses for a long time and that always made the idea of needing help for my brain easy to accept. Why do I accept that wearing glasses is normal and just necessary but my brain has to work 'normal enough' without help?
On a side note though: mote depressed you get the less you have to loose anyway right? After all hard depression leads to doing nothing and thriving to end it. You need to realize that this mental state already gives you the chance to do whatever you want.
After all if you really fuck it up, you still are at the same point of ending your life.
I assumed he would optimize how he spends his time.
He mentioned once that he sometimes sleeps/slept at the factory.
I had a similar thought on Putin: as long as the war is ongoing he has less time to do other things.
When Biden took over trump I also thought that bidens team might be able to do more change than the trump team because he fired so many and golfed often.
Funny I would also not count Facebook and found it really weird when they announced the DC for meta.
With Google and ml I connect so much positive and life-changing like: health care, weather, language model, deepmind ... There research blog and papers are great.
And then Facebook.
Yeah what is Facebook doing with ml? Optimizing for the next bullshit to make our society worse?
Ci/CD is transforming right now but I don't think dagger is solving those things or I don't understand it well enough yet.
GitHub action is a game changer. CICD finally has a proper UI were it belongs: on the repository.
GitHub actions are also much easier than gitlab runner. The basic actions are great and probably solve 90% of all normal use cases.
Then we/I see a big trend of going away from self build pipelines. Provide Standard Features through convention over configuration: the docker image build action checks if it need to run on the pipeline and runs isolated by default.
The build packs are providing something like this but they are to clumsy/complex.
Then you have the real issue no one is solving:
- fast sync between stages and builds. 1 gb of source code, maven cache etc. Still need effort to do it fast. Preferable a filesystem which is fast and allows to share snapshots you can mount ober the network (it's not a big issue but puts a latency limit on how fast you can provide build results and I like it fast)
- standard building blocks with retry mechanism. When a 3h build fails, restarting is annoying like hell. Pipelines have very little resilience.
- unified CICD output: lots of plugins support Jenkins
Replacing Jenkins needs a new UI (GitHub has it now) which still is not unified. There is a thing going on to univy on GitHub through GitHub checks.
I think in the next few years GitHub will have solved those issues for us. They do exactly what you are looking for. Would love to work with them.
They even now inject the repository secret for you. They are slow (hello personal access token alternative we are waiting...) But steady.
Btw. Before someone says gitlab: the Auto DevOps thing was shitty and bad supported. A default case with java and postgres was/is not fixed for 3 years.
And those vulnerabilities. The last few years? Nope nope nope.
One company had 6 servers and used AWS snapshot for backup + managed MySQL.
Backup and recovery of that db is possible by more people in the team as if it would run as non managed service.