Viewing profile — prav
prav
HN member- Joined
- Tue, Aug 13, 2013, 8:50 AM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About prav
Recent public activity
-
comment
Comment #18163959
Is this in same category as OptaPlanner? How do these two compare?
-
comment
Comment #13528663
I wish there was something similar on Backend development, or better, full-stack development.
- comment
-
comment
Comment #13253903
I started podcast listening from the Tim Ferris show. It was interesting in the beginning, but not so much recently. You may like my current favorite - James Altucher show. It feel…
-
comment
Comment #12880971
We used Enterprise Architect.
-
comment
Comment #12879725
Yes, used the UML class diagrams, sequence diagrams and Statechart diagrams for an embedded device software. It's just a tool for modelling. You can pick and choose the diagrams yo…
-
comment
Comment #9636922
Agree with above comment. Linux kernel code, especially device driver code use goto a lot.
-
comment
Comment #7557917
Try out the new versions of Jira and Confluence which seem much better. The user experience depends on how both these are managed. I do wish Jira had much more powerful query, and …
-
comment
Comment #7102923
I store the random passwords generated by tools like pwgen in a encrypted text file (Vim ":X" feature configured for blowfish) which is encrypted with a long complex password. The …
-
comment
Comment #7075543
There are some good books in there for embedded/firmware engineers. "Making Embedded Systems: Design Patterns for Great Software" and "Multi-Core Embedded Systems" look interesting…