Youtube hearted comments of k98killer (@k98killer).
-
34
-
32
-
29
-
18
-
17
-
8
-
5
-
5
-
5
-
5
-
5
-
In SWFL, I have been able to grow sweet potatoes, but I have had no luck at all with regular potatoes. I tried several varieties, but I haven't been able to figure it out. The best producers in all of my agricultural/permacultural experimentation have been cowpeas, okra, and pigeon peas. Everything else was pretty meager, obnoxious, weak to pests, or a combination. But then again, I was working with suburban nonsense soils that I had tried to rejuvenate with compost, mulch, and huegelkultur.
4
-
I might be mistaken, but the newest Wasm standard being currently rolled out supports a garbage collection mode that does not require bundling a garbage collector. Wasm looks like it will be the new, universal platform target for compilers -- basically fulfilling what Java wanted to do. Also, the Go dev team is currently experimenting with arena allocations, which will significantly improve the control programmers have over memory management, but, even without arena allocation, it is possible to manually manage memory in Go to some extent for performance optimization -- it is tricky, but still a lot easier to get a handle on than Rust RAII imo. The greatest strengths of Go are the mild learning curve and excellent concurrency model. The greatest strengths of Rust by comparison are more consistent performance for large applications, good performance on resource-constrained/embedded systems, and the ability to tell people that you write code in Rust.
4
-
"Come to me, lord Hermes, as fetuses do to the wombs of women. ... I also know what your forms are: in the east, you have the form of an ibis; in the west, you have the form of a dog-faced baboon; in the north, you have the form of a serpent; in the south, you have the form of a wolf. ... Whereas Isis, the greatest of all the gods, invoked you in every crisis, in every district, against gods and men and daimons, creatures of water and earth, and held your favor, for victory against gods and men and all the creatures beneath the world, so also I, NN, invoke you. ..." -- PGM VIII 1-63, "Astrapsoukos"
4
-
3
-
3
-
3
-
3
-
3
-
3
-
3
-
3
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
@NoBoilerplate I'll check out that video. I write primarily typed Python, use pre-conditions and sometimes post-conditions, and use a test- and specification-driven development cycle, so I don't worry much about things being broken. And like I said, the idea of my code being clean and beautiful is reinforced by feedback I have gotten from others who have perused it, so the assertion that nobody will agree with my definition of beauty in this case is false. Maybe there is an argument to be made that Rust development saves time on writing pre- and post-conditions, but whether that offsets the time commitment to learning a new language when I'm already proficient in the three or four that I regularly use is an open question.
I can appreciate that there is beauty in that Rust example, at least conceptually, but I wouldn't call it "objectively beautiful" since there is no such thing. Whether or not it is aesthetically appealing also depends upon the surrounding code in my opinion -- part of what makes my code clean is that I use standardized forms that are easy on the eyes (pep8 with my own subjective flare).
The ".collect::<Vec<i32>>();" to my eyes does not look particularly clean and beautiful -- it looks like someone copied and pasted html and JavaScript in a confused and haphazard way, but that could be my web dev background coloring my perspective. I also found Java code distasteful for the same reason. Angle brackets are just ugly unless padded with whitespace, and they only make sense as comparison operators in that case.
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1