Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
snek
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
snek
6y ago
I brought up web accessibility concerns with them almost a year ago and as far as I can tell all they've done since then is add `tab-index` attributes. Probably best to avoid this until they improve it more.
2.
▲
by
snek
6y ago
Gotta appreciate the part implying that anyone who finds this document amusing is a "novice" programmer.
3.
▲
by
snek
6y ago
I've been using this locally for a few years, figured others might enjoy it too. Feel free to contribute additional tool configs.
4.
▲
Show HN: CLI tool to abstract make/npm/cargo/gradlew/etc.
(github.com)
1 points
by
snek
6y ago
|
1 comments
5.
▲
by
snek
6y ago
https://github.com/dherman/es4
6.
▲
by
snek
6y ago
One of the biggest issues was that stakeholders were uncomfortable with having to ship their browsers with multiple engines to handle different versions of JS (or having to build one engine which could efficiently switch between all the fea
7.
▲
by
snek
6y ago
There is a lot of excellent information on ES4 (and other things) in Allen Wirfs-Brock's "JavaScript: The First 20 Years": https://zenodo.org/record/3707008
8.
▲
by
snek
6y ago
archive.is returns A records 1.1.1.1 and 1.0.0.1 (cloudflare ips) back when you query them using cf dns. This means that your browser sends a request to 1.1.1.1 with the host header set to "archive.md". cloudflare's proxy tri
9.
▲
by
snek
6y ago
False, archive.is serves 1.1.1.1 and 1.0.0.1 as A records back to people who try to resolve it using cf dns.
10.
▲
by
snek
6y ago
Related: https://github.com/AndrewBelt/WiTeX or my modified version here: https://gist.github.com/devsnek/9689917c8095febbf48b91c2f8f5...
11.
▲
by
snek
6y ago
As is mentioned in the article, u64 was used to future proof for wasm's upcoming memory64 type: https://github.com/WebAssembly/memory64/blob/master/proposal...
12.
▲
by
snek
6y ago
there are no "async" or "sync" imports in js. there are static and dynamic imports. An implementation is free to spend as much time as it likes between parsing a file to get the static imports and actually running the fi
13.
▲
by
snek
6y ago
The lineup continues to balloon in price. A lot of students would the TK and TX models for robotics and whatnot, since they were only 200-300 bucks.
14.
▲
by
snek
6y ago
The extension has nothing to do with DNS, a more accurate name would be "autocorrect over wikipedia". The rust server set up with dnsmasq is a legit DNS server though.
15.
▲
by
snek
6y ago
archive.org doesn't block you based on which dns resolver you use: https://web.archive.org/web/20190914012706/https://www.teleg...
16.
▲
by
snek
6y ago
JS functions go back and forth because they're trying to provide optimized representation of functions based on guesses they make about the code. WASM plays an entirely different game. WASM bytecode is generally already extremely optim
17.
▲
by
snek
6y ago
helpful mnemonic for remembering the difference between "log in" and "login": "I'm going to log in on the login page"
18.
▲
Discord Incident Report (March 16 Outage)
(status.discordapp.com)
4 points
by
snek
6y ago
|
0 comments
19.
▲
by
snek
7y ago
> and did you know that IEEE-754 floating point can represent a "negative zero" that you can use for an error code in functions that return float or double? I am begging, please never ever do this. NaN literally exists for this
20.
▲
JavaScript: The First 20 Years
(zenodo.org)
3 points
by
snek
7y ago
|
1 comments
21.
▲
by
snek
7y ago
Working with chromium/v8, I can honestly say google's code search infra is one of the most valuable resources available. I really hope they open source the backend at some point.
22.
▲
by
snek
7y ago
add this to the list of things I wish I could unlearn
23.
▲
by
snek
7y ago
It is moving forward, albeit slowly. With or without DoH/DoT, non encrypted SNI is a problem, and DoH/DoT have privacy improvements in their own right.
24.
▲
by
snek
7y ago
There is already support for enterprise situations like you describe: https://support.mozilla.org/en-US/kb/canary-domain-use-appli...
25.
▲
by
snek
7y ago
If you're about to comment on how dumb this is because SNI isn't encrypted please halt and search "ESNI"
26.
▲
by
snek
7y ago
Yeah I think you're missing the part where you only added that file after being called out on twitter lol. The only reason I say "habits die hard" is because you consistently refuse to acknowledge that this ever happened.
27.
▲
by
snek
7y ago
functions are the part you compile, everything else is just runtime data
28.
▲
by
snek
7y ago
wasmer used a large amount of wasmtime code without proper attribution. I'm not sure this is a problem anymore but habits die hard and the owner of the company has not been shown to be the best person (won't go into that here sinc
29.
▲
by
snek
7y ago
You already have to rely on a third party to get a domain (and to get an IP address)
30.
▲
by
snek
7y ago
tcrowe is known to me for his past behaviour of harrasing lgbtq members of the node.js core development team and stalking them on social media. very unfortunate if he has schizophrenia but bigotry is not a symptom of it.
More ›