HackerTrans
トップ新着トレンドコメント過去質問紹介求人

withzombies

no profile record

投稿

They will force you, open source maintainers, to drink the gasoline

notcheckmark.com
4 ポイント·投稿者 withzombies·3 か月前·1 コメント

Show HN: Vedette a macOS File Firewall

aquilon.dev
2 ポイント·投稿者 withzombies·3 か月前·0 コメント

コメント

withzombies
·3 か月前·議論
I think Daniel Stenberg's (of cURL fame) journey with AI reports is going to be repeated for every major project and many will not enjoy being subjected to it.
withzombies
·6 か月前·議論
They also added the "Inline" theme which is a copy of Dark Sky's
withzombies
·7 か月前·議論
AppleTV has a Tailscale client that you can use an exit node. That's what I do to VPN back to home when I'm traveling.
withzombies
·7 か月前·議論
I read 2 or 3 books at once. I pick the one that fits my mood or my activity -- for example, I'll listen to a low effort audio book when out for a walk or when at the gym.

People are often surprised - "You're reading three books at once?! How do you keep track?". I normally point out that they're probably watching 5 different TV shows right now and they have no problem with that. It's not really different.
withzombies
·8 か月前·議論
No old programs wouldn't be able to compile anymore with the proposed change
withzombies
·8 か月前·議論
Yeah, I think it's because none of the compilers are obligated to support the standard and things get added that never get implemented.

A good example is the C++11 standard garbage collection! It was explicitly optional but afiak no one implemented it.

https://isocpp.org/wiki/faq/cpp11-library#gc-abi
withzombies
·8 か月前·議論
I'm not talking about software compiled by the compiler having a higher default.

Warnings becoming errors would be scoped to gcc itself only, and they can fix them as part of the upgrade.
withzombies
·8 か月前·議論
Shouldn't the compilers be on the bleeding edge of the standards? What is the downside of switching to the newest standard when it's properly supported?

It's the type of dog fooding they should be doing! It's one reason why people care so much about self-hosted compilers, it's a demonstration of maturity of the language/compiler.