Live data from Hacker News

Viewing profile — fnrslvr

fnrslvr

HN member
Joined
Wed, Jun 27, 2018, 7:49 PM UTC
HN karma
143
Public activity
74 items

About fnrslvr

No profile information was provided.

Recent public activity

  1. comment
    Comment #34691988

    I followed Start Bodyweight for a while, seemed pretty good. The emphasis on being able to manipulate one's own bodyweight appealed to me, and end goals of the progressions like on…

  2. comment
    Comment #34615609

    I didn't interpret you as saying that the F-35B should be cancelled. I'm more bringing context that it's not solely a US Marines toy, and not solely a baby-carrier plane. I don't t…

  3. comment
    Comment #34614485

    It's about a combination of stealth and the sensor/avionics package -- the ability to detect and identify SAM radar systems and launchers, and chart a path which minimizes likeliho…

  4. comment
    Comment #34614151

    There are 12 catobar carriers in existence at the moment, 11 operated by the US Navy. (Soon to be 13 with the Chinese Fujian carrier entering the mix.) Maybe the UK would've gotten…

  5. comment
    Comment #34613541

    I don't think you understand the kinds (and volumes) of SAM firepower a Soviet hangover can leave you with. Ukrainian skies are the most dangerous skies in the world right now, for…

  6. comment
    Comment #34613334

    Are you claiming that the Pentagon is secretly acquiring F-35 airframes for far higher prices than other JSF program partners or foreign sales customers, in order to cook the books…

  7. comment
    Comment #34613254

    These are some weird takes. Saying that the F-35 is built for ground strike roles doesn't mean that there's no need for ground forces or infantry, or that other capabilities won't …

  8. comment
    Comment #34613028

    > We keep saying missiles are great and dogfighting is over, and we keep being proven wrong. My understanding is that the "dogfighting is over" rhetoric stopped being proven wrong …

  9. comment
    Comment #34612635

    > Pretty much all buyers of the F-35 have been offered different sorts of kick-back deals, where they get to produce parts of the plane or handle maintenance, so the deal props up …

  10. comment
    Comment #34612331

    You might want to track down the information they release from multinational training exercises like Red Flag. Reportedly the F-35 has put in multiple dominant showings at Red Flag…

  11. comment
    Comment #34612092

    Small, high-GDP countries like the nordics are also likely to rear a small amount of the high-quality pilots required for operating fighter jets. Maximizing those pilots by putting…

  12. comment
    Comment #34611905

    Yeah, this. Smaller countries can easily wind up holding the bag with less-widely adopted defence procurements, and without a wider community of users investing in the platform and…

  13. comment
    Comment #34090263

    The four colour theorem does generalize to infinite planar graphs, in the sense that if an infinite graph can be embedded in the plane without overlaps, then a four-colouring is po…

  14. comment
    Comment #33843487

    Don't worry, they probably just want to fill out requirements documents with "Agile" written on them.

  15. comment
    Comment #27333396

    Really the best usage of all the computation models we're discussing here is using them in mathematical reasoning. If you're looking to "create real working programs," then a bette…

  16. comment
    Comment #27332535

    This whole debate is always so bewildering. Programming paradigm fanboys get into heated arguments about which model is the "best" one, but actual computer science research uses my…

  17. comment
    Comment #27332484

    When you mentioned infinite structures, I thought you'd bring up the idea that our goal to automate often pits us against problems defined as collections of infinitary instances. I…

  18. comment
    Comment #27332410

    I agree with the sentiment, but I've actually come to consider "computer science" to be a great name for our field. Turing's universal machine is the original dependency inversion …

  19. comment
    Comment #25185974

    I think the point being made here, is that it is difficult to gain recognition for counterfactuals.

  20. comment
    Comment #23699945

    > Even in the much cleaner world of mathematics, basically all interesting work is done within the realm of formally provable statements. More-or-less this. I'm going to take this …

  21. comment
    Comment #23640096

    I was expecting a book about mathematical modelling of games from the Street Fighter fighting game series.

  22. comment
    Comment #22994640

    I wrote a basic response, but it got longer than I thought it would and HN complained about it being too long, so here's a pastebin: https://pastebin.com/zTJA4bJh

  23. comment
    Comment #22971934

    If the time bound is being put in place in the hopes of being able to automatically analyze the behaviour of the code, then no. I singled out "outputting 0" on every input because …

  24. comment
    Comment #22971756

    > call the time bound N Call the time bound c|x|^k, where x is the input and c and k are constants. I see what point you're making, and I agree that you get yourself a nice, merely…

  25. comment
    Comment #22971402

    This is kinda part of the promise of regular expressions, context-free grammars, relational algebra, map-reduce and other stream/pipeline-based programming models, and maybe to som…