Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
anonydsfsfs
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Modeling Mersenne's Clavichord
(masonm.org)
2 points
by
anonydsfsfs
3mo ago
|
0 comments
2.
▲
by
anonydsfsfs
3mo ago
This (and a global pandemic) are central to the plot of The Talos Principle, a 2014 puzzle game. Can't say much more without spoilers, but we'd better hope its other predictions for the future don't come true.
3.
▲
by
anonydsfsfs
2y ago
...is that the entire article? This reads like the thesis statement for a much longer article or book.
4.
▲
by
anonydsfsfs
3y ago
It's not one-click, or at least it wasn't for me. I clicked the link in the sentence "If you prefer to opt out of letting Fi use and share your CPNI with Alphabet and Google services, you can do so by replying here", and
5.
▲
by
anonydsfsfs
3y ago
The signatories on this are not crackpots. Hinton is incredibly influential, and he quit his job at Google so he could "freely speak out about the risks of A.I."
6.
▲
by
anonydsfsfs
4y ago
Not to mention Microsoft could countersue using their enormous patent war chest, which they have a history of doing[0] [0] https://techcrunch.com/2012/03/22/microsoft-and-tivo-drop-th...
7.
▲
by
anonydsfsfs
4y ago
Loading cached JS can still be very slow. https://www.webperf.tips/tip/cached-js-misconceptions/ has a good explanation of the bottlenecks involved. > Subsequent reloads from browser cache it's up barely l
8.
▲
by
anonydsfsfs
4y ago
> would give you say a DataGrid component with sort able columns and some advanced optimizations like windowing react-data-grid is 13.8KB gzipped[1]. React itself is ~45KB gzipped, so that's ~60KB total, nearly half the size of W2UI
9.
▲
by
anonydsfsfs
4y ago
Node already has a solution for this: core modules are prefixed with "node:" to distinguish them from third-party modules. https://fusebit.io/blog/node-18-prefix-only-modules/?utm_sou...
10.
▲
by
anonydsfsfs
4y ago
I just checked the repo[0], and it says Bram has authored 95% of all commits to Vim. To say "the community owns Vim" when they've done ~5% of the work reminds me of group projects in school where one person does all the work
11.
▲
by
anonydsfsfs
4y ago
I've been in the same situation, and it's one of the few times I've appreciated the bureaucracy and red tape that come with being at a Fortune 500 company. Whenever the sales team comes to me asking for another tracking pixel
12.
▲
by
anonydsfsfs
4y ago
Elden Ring earned $720m in the first 2 weeks, which averages ~$51m a day.
13.
▲
by
anonydsfsfs
4y ago
Elden Ring isn't going to be a standalone game. The publisher (Bandai Namco) says it's the start of a franchise, which fans are almost certain to lap up for a long time to come. Had Elden Ring included microtransactions or other q
14.
▲
by
anonydsfsfs
4y ago
Everything I've reads says the opposite. Elden Ring has sold at least 13.4 million units so far[1], which is >$800 million in revenue. The only revenue figure I could find for Diablo Immortal is $800k [2]. They're not even in t
15.
▲
by
anonydsfsfs
4y ago
The problem with adding so much complexity to the parser is that it's now impossible to predict how any given Markdown is going to render on Github. If Github's parser was open-source, you could at least look at the source to fig
16.
▲
by
anonydsfsfs
4y ago
Wordpress was first released in 2003. There wasn't a database abstraction layer for PHP at the time (PDO was first released in 2005), so it was tightly coupled to MySQL.
17.
▲
by
anonydsfsfs
4y ago
People have been saying the same thing for over a century. Take the following passage from Fernando Pessoa's Book of Disquiet, written in the 1920s: > I belong to a generation that inherited disbelief in the Christian faith and crea
18.
▲
by
anonydsfsfs
4y ago
You got a 550? Lucky! When I worked at a non-profit that hosted our own email server, we had many instances where Microsoft would /dev/null our newsletter e-mails. Their servers would give a 250 indicating acceptance, but the e-ma
19.
▲
by
anonydsfsfs
5y ago
Correct. The first example on the Wikipedia page is a gender bias study that appears to show a bias against women in college admissions, but there was actually a bias in favor of women: https://en.wikipedia.org/wiki/S
20.
▲
by
anonydsfsfs
5y ago
Dash is Debian's default non-interactive shell, and it isn't POSIX compliant. The only way to get POSIX compliance on Debian is to switch to a different shell (e.g. bash).
21.
▲
by
anonydsfsfs
5y ago
"command -v" isn't reliable because several shells (including Dash) don't obey the POSIX standard. See https://github.com/oilshell/oil/blob/8fbc09bb3254cee944b0450...
22.
▲
by
anonydsfsfs
5y ago
I've seen this happen as a workaround for the following bug in Dash: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264 If Dash was POSIX compliant, this wouldn't be necessary, but it isn't, so hac
23.
▲
by
anonydsfsfs
5y ago
The Debian shell's implementation of "command" isn't POSIX compliant due to the following bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
24.
▲
by
anonydsfsfs
5y ago
"command -v" in Dash (the Debian shell) has a serious bug that makes it non-POSIX compliant: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
25.
▲
by
anonydsfsfs
5y ago
In the US, copyright protection is automatically granted as soon as a protected work is fixed in a tangible form[1], so it's not possible for the Library of Congress to store all copyrighted material. [1] https://www.copyrig
26.
▲
by
anonydsfsfs
5y ago
> Caveat: this is my first ever kernel module, so I may have committed more mistakes than I intended. lol. Reminds me of the "hypocrite commits" fiasco where researchers at the University of Minnesota submitted kernel patches w
27.
▲
by
anonydsfsfs
5y ago
> Also, not that chromium did something different. They reference tons of internal bug IDs, change IDs, and this commit msg also has an URL with the non-standard domain go (no TLD): The kernel does that too. Those key-value pairs are cal
28.
▲
by
anonydsfsfs
5y ago
I think the GP is referring to this part: > The priv key is NEVER written to disk on your system,it is then thrown away after transmission. The public key can be found on your local system here on a Windows PC (ask if you want to know on
29.
▲
by
anonydsfsfs
5y ago
Agreed. When things get bad, there's going to huge pressure on politicians to do something , and at that point there's probably not going to be any good answers. Geoengineering is risky, especially if it's rushed, but it
30.
▲
by
anonydsfsfs
5y ago
That's just the immediate change, but the Chrome team has said they plan on removing alert() entirely: https://twitter.com/domenic/status/1422647331804037120
More ›