Live data from Hacker News

Viewing profile — pretty_dumm_guy

pretty_dumm_guy

HN member
Joined
Tue, Jan 30, 2018, 2:43 AM UTC
HN karma
57
Public activity
53 items

About pretty_dumm_guy

No profile information was provided.

Recent public activity

  1. comment
    Comment #39234146

    Neat! str.trim().split(" ").map(hex => String.fromCharCode("0x" + hex)).join() seems to give the answer.

  2. comment
    Comment #33166932

    > Having two IRs (or even having a 1st-stage IR for each frontend language) sounds like something that a compiler project would want to avoid in the long term Can you please share …

  3. comment
    Comment #33078578

    How do you verify the correctness of your fusion operation ?

  4. comment
    Comment #27388695

    Ah okay. This simplifies the setup a lot. I had done some testing and validation of ECUs 9 years ago. So my questions were based on the understanding I had developed back then. Tha…

  5. comment
    Comment #27379337

    Thank you for your reply. That is quite enlightening. I am quite surprised that the Transmission Control Unit(TCU) is tolerant of the solenoid modification. However, I have two que…

  6. comment
    Comment #27366712

    No problem at all. Take your time :)

  7. comment
    Comment #27359382

    Hi, Firstly, Congratulations. This is no trivial accomplishment. Here are the questions I have. 1. Normally, cars come with their own ECUs for the engine. Interfacing with them req…

  8. comment
    Comment #25516189

    Thank you again for the clarifications. You have given me something to chew on over the holidays. I wish you and your family a happy Christmas :)

  9. comment
    Comment #25489287

    Thank you for your answer. It appears to me that we are trying to achieve an algorithm that has better time complexity than the one that we have right now(reverse mode differentiat…

  10. comment
    Comment #25488912

    Hi Professor, Good day, I was wondering whether it is be possible for you to provide an overview of different methods that you think might have a better shot at replacing backpropa…

  11. story
  12. comment
    Comment #24817031

    Wow! This sounds like a nightmare and honestly very disrespectful. I have nothing to show for since I keep my presence on the internet to a minimal. I guess i will be denied an acc…

  13. comment
    Comment #24816632

    This sounds rather strange and sad. I had assumed that their account creation method was motivated by avoidance of creation of spam accounts. If there are other more reasons they s…

  14. story
  15. comment
    Comment #24744643

    Your explanation is quite amazing. In my undergrad, we had learned about Transistors, TTL, flip-flops etc., but as individual building blocks. Your reply paints a very good picture…

  16. comment
    Comment #24741406

    Hi, Your work sounds really interesing to me. I am wondering about the reasons for these issues that you mentioned. Could you please mention them here ? It might serve as a nice po…

  17. comment
    Comment #23299639

    > The frustrating thing about my project is the sheer amount of computation required. I really don't need a direct photogrammetry capture of a trail, an approximation would be fine…

  18. comment
    Comment #22906727

    Hi, I had trouble with url redirection. So I checked and found this method var onTalkClick = function(url, vhost, vid, rindex) { gtag('event', 'view_item', { 'event_category': vhos…

  19. comment
    Comment #22632254

    Seems like data provider is John Hopkins University https://github.com/ExpDev07/coronavirus-tracker-api/blob/370... I followed the breadcrums from here btw: https://github.com/saga…

  20. comment
    Comment #22590788

    I found about this yesterday. It is truly amazing. You get a Gutschein(groupon code?) for a month. If you like Beethoven, you should check this out : https://www.digitalconcerthall…

  21. comment
    Comment #22249241

    Monoid is a set $X$ with a mapping $X \times X \mapsto X$ that is associative and has an unit element. @curryhoward's answer contains some examples that might help you understand t…

  22. comment
    Comment #22151952

    Hi, Thank you for these pointers. I read through the article and I couldn't find the distinction that you made. Maybe I missed it. Could you please help me see where it appears ?

  23. comment
    Comment #22151872

    This has been fueled by cheap internet rates promoted by Jio and followed by other players in the market. I really appreciate this development as this gave access to countless busi…

  24. comment
    Comment #22151789

    Hi, I am curious to know if this distinction exists in literature. I, for one, am not familiar with this distinction. There are different market segments to which people belong as …

  25. comment
    Comment #22112628

    Hi, Awesome work. Something similar to what I did, though for semantic segmentation. A small suggestion: From what I understand, you have hard-coded the Fast-RCNN predictor. self._…