HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Xenixo

no profile record

comments

Xenixo
·4 anni fa·discuss
Maintainability is much easier on a well working cloud setup from people who have potentially less knowledge.

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.
Xenixo
·4 anni fa·discuss
Xenixo
·4 anni fa·discuss
We don't create those visas because we don't build tons of things and have our workforce.

How is this any reason to accept bad working conditions?

They are a rich and relativ modern country
Xenixo
·4 anni fa·discuss
If this is true it's a choice the Indian person has to make.

Doesn't change any potential mistreatment of workers in catar.

Catar needs to be measured by modern worker protection laws or standards.
Xenixo
·4 anni fa·discuss
I discovered that my Android phone can now print directly without Google cloud print when in the same wifi.
Xenixo
·4 anni fa·discuss
Of course.

I posted it though to share my thoughts. This made me realize that Elon musk takes twitter much more serious than I thought.
Xenixo
·4 anni fa·discuss
I have had depression for years.

Slowly creeping in.

Last year three things happened:

1. I got a light antidepressants

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.

Good luck!
Xenixo
·4 anni fa·discuss
Absolutely true.

I still want to comment because your comment doesn't do that demo justice.

It's the first time I expierienced that awkward feeling looking into reality while watching the video of that city.

We are Eye opening close to cross over uncanny valley after reaching it that soon.
Xenixo
·4 anni fa·discuss
To do what?

A newspaper I get. Forming opinions is easy with a newspaper.

But with twitter? Manipulating Twitter trends? Who cares?
Xenixo
·4 anni fa·discuss
Weird that Elon musk would do something like this

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.
Xenixo
·4 anni fa·discuss
I love my USBc with hub setup.

Sure this is relatively new and a ton of hubs are shit but this will only become better.

I can use my Anker mini dock on my laptop, switch and Samsung s22.
Xenixo
·4 anni fa·discuss
Quality is another factor which often gets overlooked when talking about if something is worth to automate.

Manual things can create mistakes.

This particular number from Olaf might not be critical if it is off by a few countsother workflows are.
Xenixo
·4 anni fa·discuss
Wow.

The anti joke explanation was also very impressive.
Xenixo
·4 anni fa·discuss
The chair looks awesome!

Can't wait :)

I digitized my flat with an m1 ipad and that looks already okay.

It's funny to see the flat layout after doing the 3d scan. An interesting way to persistent the flat memory.
Xenixo
·4 anni fa·discuss
Nope. I actually don't hear anything relevant from them.

Non if there things are popping up anywhere.

Do they actually do anything which helps people instead of making them more victims of fb?
Xenixo
·4 anni fa·discuss
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?
Xenixo
·4 anni fa·discuss
It's one tool of many

I like the idea.

I don't want to go back to a company which is not using kubernetes for example. I'm also interested in deepening my expertise in it.
Xenixo
·4 anni fa·discuss
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.