HackerTrans
TopNewTrendsCommentsPastAskShowJobs

buddhu

20 karmajoined 12년 전

comments

buddhu
·8일 전·discuss
Information asymmetry is one of those things that is so obvious that you'd expect it to be fundamental to economics, but it wasn't until the mid-90s that mainstream economics started to take it seriously. https://en.wikipedia.org/wiki/Information_asymmetry
buddhu
·10개월 전·discuss
For what it's worth, and from what you've described (I haven't used Arc myself), most of those features are also available in Firefox with the Sidebery extension. Instead of "spaces" it has "tab panels", with a horizontal row of icons above your tabs that lets you switch to different panels of vertical tabs. You can pin tabs in a panel, you can setup URL patterns to automatically move tabs to the right panel, and it works with Firefox's multi-account containers so you can even have an URL automatically re-opened in a specific container associated with that panel.

[Side note: I'm hooked on Firefox's multi-account container feature because I can have different containers for general use, for work, isolated social media containers, etc, without needing an entirely different profile as in Chrome/Chromium and its variants. I've tried Vivaldi and other Chrome-based alternatives recently, but profiles are just too big of a separation by comparison, with separate extensions, bookmarks, settings, etc. I want all those things in one synced account where I can just open new tabs with their own set of signed-in accounts. Does Arc's profile feature have the same level of separation as Chrome? Am I missing something about how Chrome profiles work?]

And for anyone concerned about Firefox's recent statement about personal data, there's a great Firefox-based alternative called Waterfox that adds some nice features and has a much stronger emphasis on privacy.
buddhu
·2년 전·discuss
Hello, fellow old person. I was just remembering PVCS (Polytron Version Control System) since it was the first I worked with back in the 80s. Now I see that it's still out there, with the latest release in 2021. Which is insane.
buddhu
·2년 전·discuss
Not very likely. Spinoza lived in the 1600s, and European knowledge of classical and pre-classical Indian thought didn't really take off until about the late 1700s. On the Upanishads in particular, there was apparently a translation of some of them into Persian in the 1600s, but Spinoza would have had no exposure to that. A translation into Latin came along in the late 1700s.
buddhu
·2년 전·discuss
> Performance is not the primary reason to use Rust. It has way more to offer than performance.

So much this. I've been doing mostly Scala (and some Haskell) for the last 10 years, and now I'm really enjoying Rust precisely because of its language features. Performance is just a (really) nice bonus.

Other bonuses include simple deployments (single binaries versus massive JVM and fat jars), low memory footprint, simple builds that just work (Cargo is an absolute joy), great concurrency, great ecosystem, etc. etc.