Viewing profile — rjha
rjha
HN member- Joined
- Mon, Jun 01, 2020, 7:29 AM UTC
- HN karma
- 10
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About rjha
Recent public activity
-
comment
Comment #48423083
I was talking to a software engineer friend for making a demo. This was supposed to be a quick demo and I had sent him 3-4 wireframes. Then I rang and asked causally, "how long wil…
-
comment
Comment #47747545
This was covered on HN a while back, https://alvis.care/
-
comment
Comment #40297924
I have never been an apple fanboy. Till 2022, I was on android phones. Work issued either Thinkpad or XPS variants. However, I have owned apple books since 2004 starting from panth…
-
comment
Comment #40223947
I am not sure why the author thinks that DEBUG level is about debugging your code before putting it in production. The real use of DEBUG is in production when one day the roof is c…
-
comment
Comment #39126442
Thanks a ton for sharing this. I have a kid in middle school and cannot wait to work few problems with him.
-
comment
Comment #38540399
formatting the above function for better readability ``` func toUpperCase(s: string) a = "hello world" echo toUpperCase(a) # HELLO WORLD echo a.toUpperCase # HELLO WORLD echo toUpp…
-
comment
Comment #37420188
I have used both Arduino boards and our own hardware layer with AVR toolchains. The main USP of Arduino was a good community (people like and easy-to-follow instructions. The targe…
-
comment
Comment #36267996
markwhen.com can be useful for people who are looking to generate Gnatt charts and do not want to wrestle with excel. There can be many such use cases like a quick plot, a quick pi…
- comment
-
comment
Comment #35427767
Any guess for the company?
-
comment
Comment #34856835
This is an echo of Stroustrup argument that other nice languages have no user. Sure Java enterprise beans was whacky but saying it got no scrutiny is inaccurate. It got lot of scru…
-
comment
Comment #34855746
if this is simple, then what exactly is complicated? To a guy new to programming, ref(1), ref(false), mount(x), import { $1} , from {@x} are all hard concepts to grasp. I can give …
-
comment
Comment #34822009
is zeromq still relevant? https://github.com/nanomsg/nng
-
comment
Comment #34256111
* The increase in complexity is unavoidable as well as accidental (creep due to marketing). Some of it is necessary to address the increased sophistication of the web. Just compare…
-
comment
Comment #33891489
+1 for "The Goal" - This book is so timeless!
-
comment
Comment #33161691
LoL :) we should have a __how you boost your monitor to the right height thread __ I use Mckusik's freebsd book, Brooks computer architecture, Myth and meaning by Levi-Strauss. The…
-
comment
Comment #32315674
Hi Tim, can you provide some resources + links?
-
comment
Comment #29903944
I think the criticism hurled at PHP is misplaced. It serves the niche it was designed for very well. As long as you have namespaces, the include files should not be a problem for y…
-
comment
Comment #29367368
>incredible savings of not having to track and sign documents True that. The technical debates on HN on miss the point of why people feel the need to use DocuSign. If only two part…