Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cat_adorer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
43% of Americans–140M–have had Covid
(arstechnica.com)
3 points
by
cat_adorer
5y ago
|
0 comments
2.
▲
by
cat_adorer
5y ago
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
3.
▲
by
cat_adorer
5y ago
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.
4.
▲
by
cat_adorer
5y ago
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 abst
5.
▲
by
cat_adorer
5y ago
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 an
6.
▲
by
cat_adorer
5y ago
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
7.
▲
by
cat_adorer
5y ago
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 t
8.
▲
by
cat_adorer
5y ago
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.
9.
▲
by
cat_adorer
5y ago
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
10.
▲
by
cat_adorer
5y ago
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 und
11.
▲
by
cat_adorer
5y ago
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
12.
▲
by
cat_adorer
5y ago
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 wa
13.
▲
by
cat_adorer
5y ago
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, an
14.
▲
by
cat_adorer
5y ago
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.
15.
▲
by
cat_adorer
5y ago
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/ )
16.
▲
by
cat_adorer
5y ago
Haskell tries to automatically multithread code, along with providing support for it in its standard library.
17.
▲
by
cat_adorer
5y ago
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.
18.
▲
by
cat_adorer
5y ago
That certainly would be good for the environment.
19.
▲
by
cat_adorer
5y ago
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.