HackerTrans
TopNewTrendsCommentsPastAskShowJobs

indianboy42

no profile record

comments

indianboy42
·5 yıl önce·discuss
Exactly this, the "why?" section sounded weird to me. Paywalls (specifically subscriptions and paying for a service directly) are a way to not need AdWords, if those don't work then what can websites do to make back their hosting, dev, writing and all other costs than using Ads
indianboy42
·5 yıl önce·discuss
Is there a simple way to just reenable all the ppas at once?
indianboy42
·5 yıl önce·discuss
Isn't that just how proof by induction works? You assume the hypothesis is true for n and prove it for n+1
indianboy42
·5 yıl önce·discuss
Does this only show for the current directory? It doesn't seem so from the documentation
indianboy42
·5 yıl önce·discuss
Exactly, I played RuneScape a bunch in highschool and would spend some weekends just grinding. Sounds boring af, but the fun thing was talking with my friends, or with complete strangers. MMO may be able to use social interaction to offset the problems of grinding, although it's probably not for free. Some incentivization for interacting with others, and safety features to feel comfortable to reach out, are needed.
indianboy42
·5 yıl önce·discuss
Use broot as tree is not necessary of course `tree | less` works for that but as hinted in the article broot contains a lot more features. Fuzzy finding, preview, multiwindow copy/paste, renaming, directory navigation etc
indianboy42
·5 yıl önce·discuss
Is it required for open source software to support every combination of compiler, kernel, libc etc? We wouldn't say it has to support every version of any other dependency (not provided by system)

It's definitely a nice to have, but I think it's also valid for some project to say we support the version we used in CI and for releases. On the other hand you could say being stuck on a specific version is skin to relying on implementation details, which is a code smell atleast.