Live data from Hacker News

Viewing profile — ntr--

ntr--

HN member
Joined
Fri, Oct 25, 2019, 3:37 AM UTC
HN karma
487
Public activity
81 items

About ntr--

No profile information was provided.

Recent public activity

  1. comment
    Comment #36675479

    > Most of us do it in our free time. I used to believe this but after my most recent position I no longer do. A lot of the developers there didn't code outside of work hours, or if…

  2. comment
    Comment #36487302

    > competitor can't afford to keep buying you out forever Not saying this is in fact the case, but with trillions of dollars of QE and the Cantillon effect it seems entirely possibl…

  3. comment
    Comment #36412647

    I'll give you 1kg of wheat for an ounce of gold right now.

  4. comment
    Comment #36388693

    It was once pointed out to me that French derived vocabulary is avoided in received pronunciation, compare: - Napkin / serviette - Lavatory or loo / toilet - Graveyard / cemetery s…

  5. comment
    Comment #35870716

    It's baffling to me how many "senior web developers" don't have their CV hosted on a website. Regardless of whether it's plain HTML on a CDN or a hectic fully 3d WebGL demo, a seni…

  6. comment
    Comment #35520194

    what do the actual rules of the road say the braking point should be for an 8 person minivan with 5 passengers in dry weather? what about 8 passengers in the wet at night with ice …

  7. comment
    Comment #35520082

    https://web.archive.org/web/20230411013742/https://www.wired...

  8. comment
    Comment #35520047

    you are 30 minutes from home for a 15 minute appointment and do not like waiting for your car. do you: - send the car home no, it would only get halfway home before the end of your…

  9. comment
    Comment #35380738

    https://pubmed.ncbi.nlm.nih.gov/30311830/ > Further analysis of these 15 reports indicated that a two-hour exposure to blue light (460 nm) in the evening suppresses melatonin, the …

  10. comment
    Comment #35366165

    > you cant take all the money! A cursory reading of the list of signatories shows mostly academics, so your summary of their motivations appears to be incorrect. > not like that, n…

  11. comment
    Comment #35365986

    I can't imagine how much time you must have available to be able to respond to an error with: > Could there be a mistake here? in place of simply correcting and then getting back o…

  12. comment
    Comment #34831247

    don't tear down the entire db for each test, make utilities that create the base objects you need to operate on and chain them together

  13. comment
    Comment #34733663

    I worked on a very interesting project aligning point clouds using SVD, for a pair of point clouds of the same scene that are not aligned: - select 3+ pairs of matching points in e…

  14. comment
    Comment #34604156

    try not to cry, cry a lot, and then resolve not to vendor lock yourself to a black box data store next time. jokes aside, redshift is based on pg^1, you can try an older version to…

  15. comment
    Comment #34497238

    > Tipping is about making sure the people who are performing that service for you are getting paid what they’re owed Here in AU we call that "wages". Having to do quick maths while…

  16. comment
    Comment #33783963

    I did this some years ago for a game and at that time many APIs were completely broken, the most important one being push notifications. Has that changed now in your experience?

  17. comment
    Comment #33781668

    > He was full of pep; must have had his grande latte enema.

  18. comment
    Comment #33780951

    > So I'm not really sure what information the statistic that there are about 140 Poker millionaires in a year vs 75k Ivy grads conveys. Poker is played competitively both online an…

  19. comment
    Comment #33525707

    > In Wason's study, not even 10% of subjects found the correct solution. I knew I was different, but I didn't think I was that different...

  20. comment
    Comment #33432027

    I've been trying to point this out to my colleagues repeatedly, somebody posted a react discussion about new suspense APIs, the only response I could summon was > at last, we can m…

  21. comment
    Comment #33198307

    Not the parent but I will offer you my opinion after I laughed at their comment because it reminded me of many of the engineers at my current work: "First principles" in this conte…

  22. comment
    Comment #33116354

    With what? a rear facing camera that runs the same object detection software?

  23. comment
    Comment #33114684

    It means > Don't fuckin' come here and ignore the rules

  24. comment
    Comment #33090601

    https://docs.rs/ndarray/0.15.6/ndarray/ Rust to the rescue, as it always is for safety. (I don't know if this directly translates for tensors, I used it for manipulating point clou…

  25. comment
    Comment #32820674

    I think what other commenters are getting at is that at some point you won't be interested in * manipulating lists with functional programming * manipulating lists with OOP * manip…