Viewing profile — mvaliente2001
mvaliente2001
HN member- Joined
- Sat, Nov 13, 2010, 2:07 PM UTC
- HN karma
- 162
- Public activity
- 89 items
- HN profile
- View on Hacker News ↗
About mvaliente2001
No profile information was provided.
Recent public activity
-
comment
Comment #47280957
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 …
-
comment
Comment #41229884
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/N…
-
comment
Comment #39594910
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 …
-
comment
Comment #39168994
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.
-
comment
Comment #37383385
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 mean…
-
comment
Comment #37067555
For one moment I thought this was the equivalent of SQLite for EdgeDB and the idea made me very happy.
-
comment
Comment #37014369
I think parent comment (by @sebzim4500) is the clearest most concise summary of the argument stated in the article.
-
comment
Comment #35306696
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.
-
comment
Comment #35074939
https://theoldreader.com/
-
comment
Comment #34391519
I think we never get over animism completely, like this old Ikea Lamp ad shows: https://www.youtube.com/watch?v=dBqhIVyfsRg
-
comment
Comment #34380062
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 wor…
-
comment
Comment #33887268
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 favo…
-
comment
Comment #33566692
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
-
comment
Comment #33360536
(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 …
-
comment
Comment #33334552
asdf is very nice, with the exception of its interface. You have `asdf `, `asdf ` for others. It's actively hostile for memorisation.
-
comment
Comment #32948530
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 deg…
-
comment
Comment #32829129
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 b…
-
comment
Comment #32705529
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 li…
-
comment
Comment #32308960
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…
-
comment
Comment #32279536
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.
-
comment
Comment #32125996
The thing that helped me the most to design maintainable systems was the use of Clean Architecture. In particular, the [Cosmic Python Book]( https://www.cosmicpython.com/ ), which …
-
comment
Comment #31135469
I was lucky and that was also the first thing I learned about programming (with the amazing 80's "The Home Computer Course" magazine). I still remember the first program I read: 10…
-
comment
Comment #30948012
My interpretation of UT has evolved after I began using Clean Architecture. My original approach was to test functions and methods, which had as a consequence the calcification of …
-
comment
Comment #30806308
If your type system or log formatter is turing-complete, it can be exploited to do arbitrary unintended things.
-
comment
Comment #30470931
Copying an old comment: "The New Drawing on the Right Side of the Brain: A Course in Enhancing Creativity and Artistic Confidence" by Betty Edwars. She taught drawing classes and d…