Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Ravengenocide
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
Ravengenocide
6y ago
Do you have font sizes turned up in your OS? Looking at the site in Chrome on my OnePlus 6 (phone), it's maybe a tiny bit large meaning around 40 characters fit on a single line, but that is far from unreadable. I've checked a few
2.
▲
by
Ravengenocide
6y ago
Inline styles can't include media queries so if you want your styling to be responsive (which you probably want) you are going to need to write some CSS in a file and not have it inline.
3.
▲
by
Ravengenocide
7y ago
Picking out that line in particular, sure you might be right, but there's more to it, from the first quote from the parent. > Uber determines the price of the ride; Airbnb doesn’t set the rent. Uber sends an order to a specific driv
4.
▲
by
Ravengenocide
7y ago
Alright, I'll bite the bullet. What's "Ligma"?
5.
▲
by
Ravengenocide
7y ago
Maybe I'm missing something obvious here, but that's what the video is about?
6.
▲
by
Ravengenocide
7y ago
According to MDN `arr.flatMap()` is indeed equivalent to `arr.map().flat()` (without the Infinity). [1] Testing in the Chrome Devtools it also seems to be the case: x = [[[1, 2]], [[2, 3]], [[3, 4]]] x.flatMap(x=>x) output: [[1,2
7.
▲
by
Ravengenocide
7y ago
"Due to the nature of JSFiddle, anyone can post anything", therefore "wallet codes are ok" since "anyone can post anything". A shadow ban normally means that you, the creator, can see your content, but nobody e
8.
▲
by
Ravengenocide
7y ago
You could run something like this in the console: window.addEventListener("keydown", function(e) { // space and arrow keys if([32, 37, 38, 39, 40].indexOf(e.keyCode) > -1) { e.prevent
9.
▲
by
Ravengenocide
7y ago
I thought it looked like a bug, but it's a feature based on which level you are on and how many lines you've filled(?). Here's the part that decides if it should fill or not: https://github.com/raulgrell/
10.
▲
by
Ravengenocide
8y ago
I concur. Taking his statement as meaning all of college is a bit disingenuous. It's more about the feeling that you "have" to go to college no matter what you study. Of course if you want to become a doctor you need to go to
11.
▲
by
Ravengenocide
8y ago
From the article: > This was one of the European Parliament’s main improvements to the text. Unfortunately, it is now in danger of being dropped in negotiations.
12.
▲
by
Ravengenocide
10y ago
Well, there's your problem then. You could easily not host the gifs, or use a much slimmer format to reduce those MBs. If you host your page on a "pay-per-view/size" service, then it might make sense to not send as much
13.
▲
by
Ravengenocide
10y ago
Luckily the article does not say that the Surface Studio is in competition with the MacBook Pro. The author says that what Microsoft and Apple unveiled at their respective events heavily favoured Microsoft.
14.
▲
by
Ravengenocide
10y ago
It seems to be answered in the FAQ: > How is Feem different from other similar apps. > 3. Business Model. Our business model is simple: If you like the app, you'll pay for it. Similar apps focus on growth only, then later switch
15.
▲
by
Ravengenocide
11y ago
> Your browser sorted 50K Array without any crash or lagging, because your browser supports Web Worker. When you do a job with Web Worker, it's just like when you run a program in another thread. Also you can see the animated progre
16.
▲
by
Ravengenocide
11y ago
> io.js is an npm compatible platform originally based on Node.js™. Doesn't that explain it pretty well?
17.
▲
by
Ravengenocide
11y ago
>> It also doesn’t require a fan for cooling, which allows the device to be thinner and quieter. Seems like it doesn't have a fan, but until someone actually tests the device there is no real way to know if it will overheat or no
18.
▲
by
Ravengenocide
13y ago
Oddly enough it works perfectly fine in Chrome Version 33.0.1750.46 beta-m but it doesn't load in Firefox V 24.0, V 25.0 or V 26.0 so something is wrong with the page. It seems to load the iframe but instead of loading the whole page
19.
▲
by
Ravengenocide
13y ago
asm.js can quite easily be optimized, but V8 is not yet optimized for it. So depending on the case it might run faster or slower depending on what JavaScript engine is running it.
20.
▲
by
Ravengenocide
13y ago
Yes. He says that instead of having a "Try it for free" button he should have posted the price and seen how many are interested in the product then.
21.
▲
by
Ravengenocide
13y ago
According to this link: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3278644/ phages target specific pathogenic bacteria, and "[...]phages only minimally impact non-target bacteria or body tissues".