Viewing profile — prakashk
prakashk
HN member- Joined
- Mon, Apr 05, 2010, 3:11 PM UTC
- HN karma
- 939
- Public activity
- 262 items
- HN profile
- View on Hacker News ↗
About prakashk
No profile information was provided.
Recent public activity
-
comment
Comment #46255736
The hypocrisy is not because they are limiting access to their kids. It is because they are limiting access to their kids, while actively creating and executing algorithms to incre…
- story
-
comment
Comment #40877822
Is there a path (short of going through a Physics undergrad curriculum itself) to enjoy and get more 'return' from Feynman for someone without formal Physics background? Any recomm…
-
comment
Comment #36143774
I hope you aren't using the "everybody does it" argument to normalize, or worse, justify this stupidity. That every country has its share of people who engage in such backward-look…
-
comment
Comment #34582265
Do you, by any chance, mean to say "gait" analysis, instead of "gate" analysis? If not, can you please explain what "gate analysis" is?
- story
-
comment
Comment #23173180
Normal error message in Perl: $ perl -Mstrict -e 'say $x' Global symbol "$x" requires explicit package name (did you forget to declare "my $x"?) at -e line 1. Execution of -e abort…
- story
-
comment
Comment #20587621
You forgot to add: ... in any language.
-
comment
Comment #20586954
Every (most?) special variable has a non-cryptic alias, if only one were disciplined enough to choose to use the alternative.
-
comment
Comment #20586769
Hopefully, the author discussed it in detail in her book.
- story
- story
- story
-
comment
Comment #20383638
Transcript: https://www.npr.org/templates/transcript/transcript.php?stor...
- story
- story
- story
- story
-
comment
Comment #18410384
> Is it not possible that the low-hanging fruit had been found earlier, in the 1970s-1990s, and the problem got harder? The problem of "problems getting harder" is a continuous phe…
- story
- story
-
comment
Comment #16548191
India, UTC+05:30, all through the year. Despite having widely different climate zones in various regions of the country, there is no "Daylight Saving Time".
- story
-
comment
Comment #15755828
No need for a separate preprocessor. org-mode offers org-babel which enables you to practice "literate programming" to create your init file, where you interleave text and code. He…