Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mvaliente2001
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
mvaliente2001
6mo ago
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.
2.
▲
by
mvaliente2001
2y ago
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/doc
3.
▲
by
mvaliente2001
3y ago
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 understand
4.
▲
by
mvaliente2001
3y ago
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.
5.
▲
by
mvaliente2001
3y ago
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, tot
6.
▲
by
mvaliente2001
3y ago
For one moment I thought this was the equivalent of SQLite for EdgeDB and the idea made me very happy.
7.
▲
by
mvaliente2001
3y ago
I think parent comment (by @sebzim4500) is the clearest most concise summary of the argument stated in the article.
8.
▲
by
mvaliente2001
3y ago
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.
9.
▲
by
mvaliente2001
4y ago
https://theoldreader.com/
10.
▲
by
mvaliente2001
4y ago
I think we never get over animism completely, like this old Ikea Lamp ad shows: https://www.youtube.com/watch?v=dBqhIVyfsRg
11.
▲
by
mvaliente2001
4y ago
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 method
12.
▲
by
mvaliente2001
4y ago
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 o
13.
▲
by
mvaliente2001
4y ago
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
14.
▲
by
mvaliente2001
4y ago
(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 se
15.
▲
by
mvaliente2001
4y ago
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.
16.
▲
by
mvaliente2001
4y ago
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.
17.
▲
by
mvaliente2001
4y ago
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
18.
▲
by
mvaliente2001
4y ago
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 k8
19.
▲
by
mvaliente2001
4y ago
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
20.
▲
by
mvaliente2001
4y ago
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.
21.
▲
by
mvaliente2001
4y ago
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 offers practical examples on how to implement
22.
▲
by
mvaliente2001
4y ago
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 REM Computers are never wrong 20 P
23.
▲
by
mvaliente2001
4y ago
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 the code: changes were painful because they broke a lot of t
24.
▲
by
mvaliente2001
4y ago
If your type system or log formatter is turing-complete, it can be exploited to do arbitrary unintended things.
25.
▲
by
mvaliente2001
5y ago
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 discovered that one reason why people is bad at dra
26.
▲
by
mvaliente2001
5y ago
The difference I see is that before, when they had to use practical effects, they had a more earnest appreciation of their limitations. The toy planes and ships in old movies appeared only for a few seconds since they knew they didn't
27.
▲
by
mvaliente2001
5y ago
I think it's important to keep a consistent style in a repository. Ideally, the style should be kept _among_ repositories too, but given that different people like different thing, allowing them to explore the pros and cons might be a
28.
▲
by
mvaliente2001
5y ago
Thank you very much for sharing this. In more of one occasion I've asked myself this exact question, even if for only as a thought experiment.
29.
▲
by
mvaliente2001
5y ago
I prefer to use webpages as much as possible. I liked google Reader, and once they killed I migrated to https://theoldreader.com/
30.
▲
by
mvaliente2001
5y ago
I've always thought that AWS conceptual model and implementation is a big mess. Root accounts different from other account, big numbers & ARNs exposed to the user, meaningless names for services, multiple names for same concepts (d
More ›