HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cat_adorer

no profile record

Submissions

43% of Americans–140M–have had Covid

arstechnica.com
3 points·by cat_adorer·4 anni fa·0 comments

comments

cat_adorer
·4 anni fa·discuss
I'd recommend GNU Guix System, in that all the software is free (so any vulnerabilities can be fixed) and applications can always be updated, as previous versions can be safely reverted to; any system with btrfs has a similar advantage to the latter, although not as great.
cat_adorer
·4 anni fa·discuss
The best way to advertise software is to make good software; if people get their friends to use it, then it can grow exponentially without any expense on your part. If you're not making good software, please don't advertise it.
cat_adorer
·4 anni fa·discuss
I'd actually recommend learning a higher-level language, like Common Lisp, to better understand Python: knowing about the relevant algorithms and how they transfer should do far more to educate you than learning C, which shares no abstractions with Python.
cat_adorer
·5 anni fa·discuss
Jami (https://jami.net/) has the advantage of keeping your child's communication private and lacks the ability to find outside groups (like phone calls), while having the features they would want to have to interact and being multi-platform.
cat_adorer
·5 anni fa·discuss
Weeks to a couple months from the last time; I quite enjoy the work of setting everything up as I want and dealing with installation problems. (I use Linux-based systems, often on testing versions.) I like Scheme and would like to try GNU Guix System when I can, but I have non-free internet drivers and it's not practical to build it on my device.
cat_adorer
·5 anni fa·discuss
You could say that, but value is only created upon the creation of goods, while anything else merely amounts to the transfer of value; hence, only those who create (harvest) raw materials have any worth to society, and therefore should be the only ones to benefit. If this situation strikes you as preposterous, then value is clearly something other than money. Secondly, the rich are relatively ungracious; the money means far less to them than it does others and they use far more of it on themselves (even if they use less proportionally), so their goodness is less than what it would be if they had declined to profit and instead improved their employees' lives such that they could do good with their money. Thirdly, your last statement implies wealth will be built, whereas government action (such as enforcement of a trademark by the author in this case, or the breakup of Meta) can prevent wealth from accumulating without reason and thus spread wealth out for maximal utility.
cat_adorer
·5 anni fa·discuss
No, that's potluck (https://en.wikipedia.org/wiki/Potluck), and, given its diversity across cultures and continued presence, it can't be very inefficient.
cat_adorer
·5 anni fa·discuss
What I in fact find to be the most compelling reason for strict (as in non-optional) monetization is that making a service without monetization can make it significantly better than other services, potentially increasing the quality of the experience of the consumer, but reducing the potential for any other developer of entertainment to profit, which, if they were in need, could significantly harm them.

The solution to this, of course, is to set up a (government) service to pay artists, such as game developers, for their work.
cat_adorer
·5 anni fa·discuss
If that is the case, then the best way to monetize things would be to ask for donations; it allows the user to decide whether the person has done good work, rather than forcing them to have a less pleasant experience. Everyone should understand that the person who best understands how they feel is that person.
cat_adorer
·5 anni fa·discuss
Wikipedia, famously a non-profit funded solely by advertising, has consistently expanded for ~20 years, even while embarking on repeated, mostly useless projects unrelated to its current work (why does it need an internal search engine? it can already show a listing of related pages on its dominant service) instead of saving.
cat_adorer
·5 anni fa·discuss
It only creates inflation when people spend the money (a lot of the money will be saved), and the money that is spent is put into the same loop; it's not good for workers that won't have pay raised (e. g. workers at the minimum wage in the US, where it isn't adjusted for inflation), but that ought to be fixed, and the money buys things for people, which economists hold to be an objective good ,as it implies people are getting what they want.
cat_adorer
·5 anni fa·discuss
Racket (https://racket-lang.org) has quite a lot of mathematics support (rationals as ratios, imaginary numbers, exponentiation, implicit integer->float coercion), and comes with a dedicated IDE, although it's a lisp, and I don't know if you'd like that (I certainly do).
cat_adorer
·5 anni fa·discuss
It's not actually a standalone executable (for example, on Linux, it has a dynamic dependency on libc), but everything else about it seems accurate.
cat_adorer
·5 anni fa·discuss
This really isn't what you asked for, but I discovered a "programming language" recently, named Enso, that seems like something you'd like. (https://enso.org/)
cat_adorer
·5 anni fa·discuss
Haskell tries to automatically multithread code, along with providing support for it in its standard library.
cat_adorer
·5 anni fa·discuss
Haskell has the first four of those features, although it can't directly use the disk or figure out what data structure you'd need.
cat_adorer
·5 anni fa·discuss
That certainly would be good for the environment.
cat_adorer
·5 anni fa·discuss
I'd like a systems programming lisp with first-class functions, lexical scoping, and tail recursion optimization: lisps are beautiful and there don't seem to be any well suited for handling binary data.