Live data from Hacker News

Viewing profile — Ravengenocide

Ravengenocide

HN member
Joined
Sun, Nov 24, 2013, 8:54 PM UTC
HN karma
47
Public activity
22 items

About Ravengenocide

No profile information was provided.

Recent public activity

  1. comment
    Comment #24695693

    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, b…

  2. comment
    Comment #23261767

    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 i…

  3. comment
    Comment #21843422

    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 …

  4. comment
    Comment #21380814

    Alright, I'll bite the bullet. What's "Ligma"?

  5. comment
    Comment #21368788

    Maybe I'm missing something obvious here, but that's what the video is about?

  6. comment
    Comment #20566712

    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]], …

  7. comment
    Comment #20144565

    "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 …

  8. comment
    Comment #19837648

    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.prev…

  9. comment
    Comment #19837340

    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…

  10. comment
    Comment #19337457

    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 …

  11. comment
    Comment #18883196

    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. comment
    Comment #13035448

    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 …

  13. comment
    Comment #12835077

    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 h…

  14. comment
    Comment #12673510

    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. Simi…

  15. comment
  16. comment
    Comment #9635296

    > 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 …

  17. comment
    Comment #9491971

    > io.js is an npm compatible platform originally based on Node.js™. Doesn't that explain it pretty well?

  18. comment
    Comment #9296222

    >> 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…

  19. comment
    Comment #7136877

    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 …

  20. comment
    Comment #7002364

    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.

  21. comment
    Comment #6990909

    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.

  22. comment
    Comment #6791088

    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 …