HackerTrans
TopNewTrendsCommentsPastAskShowJobs

efokschaner

no profile record

comments

efokschaner
·2년 전·discuss
Fun site, I found an Easter egg:

https://urlshortenersaresoyesterdaytrythisamazingsuperlongur...

This reminded me of a backend-less filesharing site I once made

https://efokschaner.github.io/furl-unfurl/#/
efokschaner
·4년 전·discuss
Herb mentions the possibility of `is void` generalizing across pointers, std::optional, and std::future. This seems like it could create ambiguity with a future<void> wherein a non-ready future<void> `is void` and also a ready future<void> `is void`. How should it be handled, I wonder?