HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mvaliente2001

no profile record

コメント

mvaliente2001
·4 か月前·議論
One factor in favor of the use of LLM as a learning tool is the poor quality of documentation. It seems we've forgotten how to write usable explanations that help readers to build a coherent model of the topic at hand.
mvaliente2001
·2 年前·議論
The idea of tensors as "a matrix of numbers" or the example of a cube with vectors on every face never clicked for me. It was this (NASA paper)[https://www.grc.nasa.gov/www/k-12/Numbers/Math/documents/Ten...] what finally brought me clarity. The main idea, as others already commented, is that a tensor or rank n is a function that can be applied up to n vector, reducing its rank by one for each vector it consumes.
mvaliente2001
·2 年前·議論
Math and Physics equations are full of beauty capable of transmit the same joy as poetry. The main difficulty is that they require more study.

For me, looking at Maxwell equations is a source of pleasure. Also, after improving my understanding of the Laplacian, I came to appreciate the heat equation.
mvaliente2001
·2 年前·議論
My same thoughts. The inventors of that revolutionary toggle button should all be tied to the South side of an ass walking towards the North.
mvaliente2001
·3 年前·議論
The alternative, using general programming languages, is a terrible idea. The last thing I want to do when dealing with a domain specific configuration is trying to figure the meaning out of hundreds of poorly written, badly abstracted, totally undocumented, lines of code.
mvaliente2001
·3 年前·議論
For one moment I thought this was the equivalent of SQLite for EdgeDB and the idea made me very happy.
mvaliente2001
·3 年前·議論
I think parent comment (by @sebzim4500) is the clearest most concise summary of the argument stated in the article.
mvaliente2001
·3 年前·議論
Another evidence is to ask GPT for a link with a reference for the answers it gives: it'll generate them instead of copying them.
mvaliente2001
·3 年前·議論
https://theoldreader.com/
mvaliente2001
·3 年前·議論
I think we never get over animism completely, like this old Ikea Lamp ad shows: https://www.youtube.com/watch?v=dBqhIVyfsRg
mvaliente2001
·4 年前·議論
May I suggest you to take another look at refactoring? I think that if you love unit testing and debugging, you probably would love refactoring too. I like that I don't have to worry to find the perfect name for my functions and methods _on the first try_, and that I can focus in making code that works first, and after that I can worry in making clearer and more understandable.

Now, to be fair, I also like the common practices in the industry too. Scrum or kanban, ticket creation and estimation, and daily stand ups. When you're part of a team you need a lot of communication and effort to keep everybody working in the same direction. Besides, managers want to be kept informed. The how is not as important as the why.
mvaliente2001
·4 年前·議論
Although I sympathise with the sentiment, that's just half of the story. Today, I can deploy a high available cluster in minutes using any cloud technology + kubernetes and my favourite web framework. True, I need to learn half dozen of frameworks, and _it feels_ like I'm not working in the core problem, but had I tried to implement an equivalent system without those tools would have taken me months, and I would end with an ad-hoc half tested non-reusable mess.
mvaliente2001
·4 年前·議論
The best part is the last lines:

If we pay attention to the legend then we'll have to accept that in Earth is one less dog and in heavens one more star
mvaliente2001
·4 年前·議論
(The C4 model)[https://c4model.com/] is a nice way to capture (IMO) the most important characteristics of a system, and you can learn it in half an hour. Optionally, you can add state transition and sequence diagrams for selected parts of the code.

One important thing to take in consideration is that diagrams are not blueprints. What they don't represent is as important as what they include. That's why I like C4: it's limited to answer an important but small subset of questions about your system.
mvaliente2001
·4 年前·議論
asdf is very nice, with the exception of its interface. You have `asdf <context> <command>`, `asdf <command> <package>` for others. It's actively hostile for memorisation.
mvaliente2001
·4 年前·議論
Mine was that I had forgotten to take a class or that the records were lost and I had to redo the last years of college. It was a nightmare I had even a decade after getting my degree.
mvaliente2001
·4 年前·議論
I've been reading The Courage To Be Disliked” about Adler's theories, and it's very interesting. According to him, we all have feelings of inferiority. It's normal and could even be healthy, it'll help us to improve. What's negative is the inferiority complex: when we internalise our feelings of inferiority and use them as an excuse to avoid changing.

The idea of feelings of inferiority being a normal part of living is freeing, it helps to accept them.
mvaliente2001
·4 年前·議論
GitOps not necessarily means developers should define every aspect of it. In my current work, SRE uses gitops and they are the main contributors to most repositories. But things like creating an AWS ECR repo for a new project or creating k8s resources is happily delegated to developers.
mvaliente2001
·4 年前·議論
No. In my current company k8s + helm + istio + argocd + good support from SRE/infra team has made things pleasurable. Seniors introduce the complexities of the system to juniors in a controlled paced way. One thing I would change is to replace terraform for crossplane.
mvaliente2001
·4 年前·議論
https://www.libelektra.org/home is an attempt to bring a registry to linux. It doesn't have the problems of its windows equivalent. I wish this project was more popular.