Carefully but Purposefully Oxidising Ubuntu
1–10 of 50 posts
Re: Carefully but Purposefully Oxidising Ubuntu
#2Re: Carefully but Purposefully Oxidising Ubuntu
#3I still wish for a serious book in the style of K&R or Stroustrup with no pictures, no mentioning of the package manager at all (sometimes it is mentioned in the first chapter!) and interesting code examples.
Re: Carefully but Purposefully Oxidising Ubuntu
#4I think more people might adopt this language if there weren't such in-group terminology like "oxidizing", "Rusteceans", pictures of rusty equipment etc. I still wish for a serious book in the style of K&R or Stroustrup with no pictures, no mentioning of the package manager at all (sometimes it is mentioned in the first chapter!) and interesting code examples.
I write Rust and I agree. Hype is the downside of attracting trendiness.
Re: Carefully but Purposefully Oxidising Ubuntu
#5Re: Carefully but Purposefully Oxidising Ubuntu
#6It's kind of odd that this same article gets two separate front page threads in 4 days. It's a repost. https://news.ycombinator.com/item?id=43353240
Re: Carefully but Purposefully Oxidising Ubuntu
#7I think more people might adopt this language if there weren't such in-group terminology like "oxidizing", "Rusteceans", pictures of rusty equipment etc. I still wish for a serious book in the style of K&R or Stroustrup with no pictures, no mentioning of the package manager at all (sometimes it is mentioned in the first chapter!) and interesting code examples.
C++ has too many footguns and too much crap that makes it terrible... I am looking exactly at template compiler output and also cmake.
So, get on board or don't but don't try to make it C++ again.
Re: Carefully but Purposefully Oxidising Ubuntu
#8> These utilities are at the heart of the distribution - and it’s the enhanced resilience and safety that is more easily achieved with Rust ports that are most attractive to me.
What safety issues were found in coreutils in recent memory? I'd be willing to bet that this transition will not solve more problems than it creates.
That said, I'd love for `fd` and `rg` and similar to be included in the standard list-of-things-available-anywhere. It's cool they're now in Debian-stable and don't have to be installed through whatever hacks!
Re: Carefully but Purposefully Oxidising Ubuntu
#9Re: Carefully but Purposefully Oxidising Ubuntu
#10Would it be possible to toggle coreutils/uutils via that instead of reinventing it? They're both effectively symlinks-managers.