HackerTrans
TopNewTrendsCommentsPastAskShowJobs

withzombies

no profile record

Submissions

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

notcheckmark.com
4 points·by withzombies·3 months ago·1 comments

Show HN: Vedette a macOS File Firewall

aquilon.dev
2 points·by withzombies·3 months ago·0 comments

comments

withzombies
·3 months ago·discuss
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 months ago·discuss
They also added the "Inline" theme which is a copy of Dark Sky's
withzombies
·7 months ago·discuss
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 months ago·discuss
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 months ago·discuss
No old programs wouldn't be able to compile anymore with the proposed change
withzombies
·8 months ago·discuss
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 months ago·discuss
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 months ago·discuss
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.