Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Technetium_Hat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
17 ms
·
1.
▲
by
Technetium_Hat
7y ago
yes there is definitely a double standard between a) masculinity in women and b) femininity in men
2.
▲
by
Technetium_Hat
7y ago
it is a convention in android apps to show a toast message as a tooltip when you long press on a button.
3.
▲
by
Technetium_Hat
7y ago
you were lucky to hit that point in middle school. i am in high school currently and am struggling due to not ever learning proper study skills. everything before was too easy for me which ended up hurting me in the long run.
4.
▲
by
Technetium_Hat
7y ago
you can definitely inherit from Array and Map in javascript.
5.
▲
by
Technetium_Hat
7y ago
If it is to be 2 separate volumes, would the first volume, ie jlox, be ready to publish already?
6.
▲
by
Technetium_Hat
7y ago
Based on their (lack of) interactions with local governments, goodwill does not seem to be one of their chief concerns.
7.
▲
by
Technetium_Hat
7y ago
code generated /= text. Most html web pages are still largely written _by hand_ in a text editor. The closest thing to this that exists now is OpenSCAD, a usability nightmare.
8.
▲
by
Technetium_Hat
7y ago
"It's popular so it must be bad"
9.
▲
by
Technetium_Hat
7y ago
JSON was created as the lowest common denominator between multiple ancient javascript engines. At one time, at least one browser couldn't handle keywords being used as unquoted object keys, so JSON just has all keys quoted for simplici
10.
▲
by
Technetium_Hat
7y ago
the idea is that cheaters would find it more fun to play in the tool-assisted mode. obviously there will still be some black-hats who try to hack the main mode.
11.
▲
by
Technetium_Hat
7y ago
I know you meant Proof of Concept, but it took a couple of readings to realize you weren't saying "Person of Color".
12.
▲
by
Technetium_Hat
7y ago
this mistake is what causes the incredibly common html entities in plain-text emails, as well as RSS article titles.
13.
▲
by
Technetium_Hat
7y ago
The closest thing I have felt to its just solid feel is my essential phone. don't get me wrong - it is not a good phone, but the build quality is unbelievable.
14.
▲
by
Technetium_Hat
7y ago
it allows you to hold the remote without accidentally triggering the touchpad.
15.
▲
by
Technetium_Hat
7y ago
Macbook pro right from both ends? I guess we're ignoring that - the keyboards don't work - the touchbar exists - all the thermal issues it has had
16.
▲
by
Technetium_Hat
7y ago
`Expr*` means zero or more, so the empty string is implicit.
17.
▲
by
Technetium_Hat
7y ago
PINs are encouraged because when a password is used, it is the user's microsoft account password. By not entering this password publicly, it increases the security of the microsoft account.
18.
▲
by
Technetium_Hat
7y ago
All cats are indeed bastards.
19.
▲
by
Technetium_Hat
7y ago
Why the comma operator with the eval?
20.
▲
by
Technetium_Hat
7y ago
But those two pieces of code are parsed exactly the same way in most languages--the only difference is the newline between `else` and `if`
21.
▲
by
Technetium_Hat
7y ago
Python uses the `elif` keyword if you want to place an `else if` on one line. And column indentation isn't very "pythonic", apparently.
22.
▲
by
Technetium_Hat
7y ago
> like ecmascript's "do" Keep in mind this is only a stage 0 proposal, and thus is not really part of the language. This is how statements behave when entered into the repl, e.g. the browser dev console.
23.
▲
by
Technetium_Hat
7y ago
the biggest barrier, in my opinion, is the ugly punycode links. most browsers still do not render them properly, and if they did, it would have false positives. (i.e. there is no way to tell if a string is intended to be punycode or not)
24.
▲
by
Technetium_Hat
7y ago
Unfortunately they still appear as punycode in most contexts.
25.
▲
by
Technetium_Hat
7y ago
JavaScript does have lexical block scope since ES6, with the `let` and `const` statements. And continuations are implemented by convention in nodeJS (through callbacks) It even is specified as including TCO, a classic scheme feature, but so
26.
▲
by
Technetium_Hat
7y ago
There is a financial literacy class.
27.
▲
by
Technetium_Hat
7y ago
In JavaScript, I imagine using string.localeCompare would give a more helpful sort than just UTF-8 value.
28.
▲
by
Technetium_Hat
7y ago
Tail calls _are_ iteration, just expressed as a function.
29.
▲
by
Technetium_Hat
8y ago
Wouldn't it really be second world poor?
30.
▲
by
Technetium_Hat
8y ago
Python has (optional) types on the right, and no variable declaration keyword.
More ›