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
- HN profile
- View on Hacker News ↗
About pretty_dumm_guy
No profile information was provided.
Recent public activity
-
comment
Comment #39234146
Neat! str.trim().split(" ").map(hex => String.fromCharCode("0x" + hex)).join() seems to give the answer.
-
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 …
-
comment
Comment #33078578
How do you verify the correctness of your fusion operation ?
-
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…
-
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…
-
comment
Comment #27366712
No problem at all. Take your time :)
-
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…
-
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 :)
-
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…
-
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…
- story
-
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…
-
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…
- story
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 ?
-
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…
-
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 …
-
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._…