Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
myoon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
myoon
5y ago
Probably would still be an issue with contaminating the aluminum with carbon and possibly other impurities. You'd probably need some other process to purify the aluminum afterwards, which likely makes it too expensive.
2.
▲
by
myoon
5y ago
I think you're missing the key point of statically typed languages, that the compiler catches errors for you. Generics are valuable because it allows users to write "generic" reusable functions that are still checked by the c
3.
▲
by
myoon
6y ago
If this https://github.com/microsoft/fluentui-system-icons/issues/52 is addressed, then at least any developer can choose to set their own fill colors.
4.
▲
by
myoon
7y ago
No, this is the fed fund rate, which is just for banks to borrow really short term (overnight usually) to each other. Most consumer loans are based on the prime rate, which has a few points added to the fund rate to cover the cost of borrow
5.
▲
by
myoon
7y ago
The path provided is being able to load Angular 9 components into AngularJS components relatively seamlessly. This is helpful, but it's almost certainly a big leap to get your codebase compiling under angular-cli. If you manage it thou
6.
▲
by
myoon
7y ago
Probably a combination of wanting to work on games, and if you make it through the gauntlet you get exercise a lot of power and reap whatever "rewards" may come with that. Maybe it's a similar mindset to enduring working at a
7.
▲
by
myoon
7y ago
Two problems, first is this would either end all class-action lawsuits, or spawn way too many of them. If a lawyer is guaranteed an hourly rate to work any case, then why wouldn't they? Currently, there's a natural limit on class-
8.
▲
by
myoon
7y ago
If you go to the Razer subreddit, there's reasonable consensus that buying from the Microsoft Store, Best Buy, etc. is highly recommended for the extended warranty, which you will have a high chance of using if you regularly game on it
9.
▲
by
myoon
7y ago
This isn't comprehensive, but no one has really talked about Excel being unfairly leveraged to prevent the entry of competitors, gain an unfair advantage in unrelated markets, or exploit its consumers. Now Google may not have done any
10.
▲
by
myoon
7y ago
It isn't perfect. The IO performance is currently poor and it doesn't play well with Windows Defender (wastes a lot of CPU). Also, since your IDE would live in Windows, you can sometimes have issues with Windows and Linux both int
11.
▲
by
myoon
8y ago
Not sure about land values specifically, but residential real estate in Japan generally doesn't appreciate much, if at all, outside the center of the most major cities. There are multiple factors I imagine, like shrinking population an
12.
▲
by
myoon
8y ago
I think many were more concerned about .NET performance against tech in the same class, mainly the JVM, which previously blew .NET out of the water in the benchmarks for a number of years.
13.
▲
by
myoon
8y ago
DSL frequency is usually between .25 and 1 MHz as that's what CAT1 was designed for, while LTE is usually sent over frequencies in the hundreds or low thousands of MHz. Shorter or higher quality runs of DSL lines can have slightly high
14.
▲
by
myoon
11y ago
Unfortunately, there are a few major downsides to sql.js: 1. Not API compatible with node-sqlite3, so you can't just drop it in and use it with knex or other wrappers. 2. Doesn't support in-place editing of a db. You have to load
15.
▲
by
myoon
11y ago
The WPF browser control is pretty weak. You don't have great control over which rendering engine it will use (default is to go to IE 7 mode!) except via writing a registry key to switch it. It provides almost no bridge between the JS a