Small Tech (2020)
11–19 of 19 posts
Re: Small Tech (2020)
#12Unrelated but I like the website, he minimized the css and placed it right in tags. Presumably the idea was to have such minimal styling you don't need to load a second file. Clever
Re: Small Tech (2020)
#13Zig really annoys me. On the one hand, it seems like a very good language that I would find highly useful. But on the other, everywhere you look they remind out "it's not 1.0 yet" so anything you write might just stop working. I can't see how this is anything short of saying "don't use the language because we don't guarantee that anything you write will compile in future".
If you want to help us get faster to v1.0 consider donating :^)
Re: Small Tech (2020)
#14Re: Small Tech (2020)
#15Re: Small Tech (2020)
#16Unrelated but I like the website, he minimized the css and placed it right in tags. Presumably the idea was to have such minimal styling you don't need to load a second file. Clever
I appreciate their minimalism too, but with http2 and http3 isn't this an anti-pattern? The overhead of loading an additional file is negligible in http2/3, but inlining causes you to have to re-download the CSS on every page instead of benefiting from the browser's cache.
Latency being much more constraining than bandwidth, embedding a stylesheet that’s small is nearly always the correct tradeoff.
Re: Small Tech (2020)
#17Zig really annoys me. On the one hand, it seems like a very good language that I would find highly useful. But on the other, everywhere you look they remind out "it's not 1.0 yet" so anything you write might just stop working. I can't see how this is anything short of saying "don't use the language because we don't guarantee that anything you write will compile in future".
Well it means that you can use the language if you are willing to rewrite some of your code from time to time because we don't guarantee backwards compatibility between updates. That's the nature of a work in progress project. If you want to help us get faster to v1.0 consider donating :^)
Re: Small Tech (2020)
#18Earlier quoted context omitted.
Well it means that you can use the language if you are willing to rewrite some of your code from time to time because we don't guarantee backwards compatibility between updates. That's the nature of a work in progress project. If you want to help us get faster to v1.0 consider donating :^)
Doing work on the Zig language would require writing more code than I would likely have to rewrite if I was to use it in the current state and fix the breaks. I want to use programming language without having to maintain it's compiler and without having the compiler devs periodically breaking my code. The fact that they haven't even outlined some subset of the language which is resistant to change basically means tha…
The project can't come out already at v1 out of thin air, so it's a matter of being patient and waiting for the people working on it to make enough progress.
In the end it seems that all the writing around Zig has correctly communicated to you the state of things :^)
Re: Small Tech (2020)
#19I like these kinds of posts, about wholesome satisfying work
I found a similar feed to HN on https://bearblog.dev/ at https://bearblog.dev/discover/ that might be helpful for persons to find new posts that are interesting.