Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aeosynth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aeosynth
6y ago
From the article: > Acid3 dates back to 2008 and the web platform specs have changed over time so a perfect score, using the version hosted on acidtests.org, is now only 97/100. The version hosted on the web platform tests site has
2.
▲
by
aeosynth
6y ago
5.4 hasn't officially released (it's in the RC stage) so 5.3 is still the latest stable/supported version.
3.
▲
by
aeosynth
6y ago
Similar in rust: https://github.com/ilai-deutel/kibi
4.
▲
by
aeosynth
6y ago
There are multiple blocklists you can enable.
5.
▲
by
aeosynth
7y ago
https://github.com/bakpakin/Fennel > Fennel is a lisp that compiles to Lua. It aims to be easy to use, expressive, and has almost zero overhead compared to handwritten Lua.
6.
▲
by
aeosynth
8y ago
Polarized doesn't support epub - https://github.com/burtonator/polar-bookshelf/issues/135
7.
▲
by
aeosynth
8y ago
https://github.com/google/starlark-go > Starlark is a dialect of Python intended for use as a configuration language
8.
▲
by
aeosynth
8y ago
Compass , not computer, for those that misread the title.
9.
▲
by
aeosynth
8y ago
https://orgmode.org/manual/Capture-_002d-Refile-_002d-Archiv... > An important part of any organization system is the ability to quickly capture new ideas and tasks, and to associate reference material with them. Or
10.
▲
by
aeosynth
8y ago
> But it is not adopted by all distributions yet. Is it adopted by any distro as a default text editor?
11.
▲
by
aeosynth
8y ago
he mentions that in the previous paragraph: > First, people have naturally written bindings for Qt, GTK+, ui , ...
12.
▲
by
aeosynth
8y ago
Anyone know what the 'undiscovered mechanic' is? > At least one previously undiscovered game mechanic, which allows players to recharge a certain weapon quickly by staying out of range of the enemy, has been discovered by the b
13.
▲
by
aeosynth
8y ago
They can beat the cram out of 6-7k players (99.95th percentile), beating Team Human - https://blog.openai.com/openai-five-benchmark-results/
14.
▲
by
aeosynth
8y ago
It might be interesting to do exactly that - rerun the OP example in a Minecraft server, attempting to prove that it is a simulation. Proving the simulation hypothesis true in Minecraft could give ideas on how to prove it in our universe.
15.
▲
by
aeosynth
8y ago
They acknowledge that: > Without additional technology, we are unable to tell which soft errors were external and which were internal. ... > Perhaps this paper’s most interesting conclusion is just that a non-contrived simul
16.
▲
by
aeosynth
8y ago
"Don't develop free software; if you ever decide to abandon a project, no one will ever hire you again."
17.
▲
by
aeosynth
9y ago
It's possible to generate svgs from images, see https://jmperezperez.com/svg-placeholders/
18.
▲
by
aeosynth
10y ago
You can trivially bypass that with an infinite loop: while true; do sleep 1; done
19.
▲
by
aeosynth
10y ago
Heroku does.
20.
▲
by
aeosynth
10y ago
Not covered in the article, but `rename` is a multi-file renamer. I wrote a script which used an `echo $f | sed | mv` loop before I learned about this.
21.
▲
by
aeosynth
10y ago
I've been using `vis` for a while now, and I agree that it used to be overly minimal, but I've submitted enough issues that it now fits my workflow. Once you get past the friction of it not being vim, you can enjoy multiple cursor
22.
▲
by
aeosynth
10y ago
my take: the main strength and weakness is that kakoune is visual mode by default, so you see the effect of your text object commands without guessing (c3fx? c4fx?). having something always highlighted can be annoying.
23.
▲
by
aeosynth
10y ago
> I have to say, the only thing that annoys me about it occasionally is its marriage to the JVM. Clojurescript can be hosted entirely in js; here's a repl: https://github.com/anmonteiro/lumo/
24.
▲
by
aeosynth
10y ago
these are curated lists, here's one for nosql: https://github.com/showcases/nosql-databases edit: big list of lists: https://github.com/sindresorhus/awesome
25.
▲
by
aeosynth
10y ago
Is anyone using Tern as an annotations-free type checker?
26.
▲
by
aeosynth
10y ago
you like lisp
27.
▲
by
aeosynth
10y ago
There is a vim-vue plugin: https://github.com/posva/vim-vue I'm getting by with the stock html syntax: au BufNewFile,BufRead *.vue set filetype=html
28.
▲
by
aeosynth
10y ago
> Latest commit 95f255a on Mar 26, 2015
29.
▲
by
aeosynth
10y ago
That requires modification to every file using ES modules, and new syntax. The proposed solution only requires modifying files which do not have an import or export statement, and does not need new syntax.
30.
▲
by
aeosynth
10y ago
Is the performance/simplicity that much better than setting up Cloudflare yourself?
More ›