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 أشهر·1 comments

Show HN: Vedette a macOS File Firewall

aquilon.dev
2 points·by withzombies·قبل 3 أشهر·0 comments

comments

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