Viewing profile — monkey
monkey
HN member- Joined
- Fri, Jul 23, 2010, 7:21 PM UTC
- HN karma
- 18
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About monkey
No profile information was provided.
Recent public activity
-
comment
Comment #21708612
Frink is a full-fledged programming language, so you can read data from files, write functions, access web-based data, repeat calculations, process text, create data structures, et…
-
comment
Comment #10978990
Hehe. This is probably why the author of the document summarized the discussion of the Hz to say: 'Use of "Hz" will cause communication problems, errors, and make one party or anot…
-
comment
Comment #10978821
Other EE annoyances: capacitors are often marked with their capacitance as, say, "100 MFD". No, it's not megafarad, it's not millifarad; it actually means microfarad! That's annoyi…
-
comment
Comment #1613488
Thanks for the report, but this shouldn't be considered a bug. That unit is defined so that you can write "1 gram energy" or the like to find the energy content in that particular …
-
comment
Comment #1545140
The author's talk on Finch was indeed awesome. He was very funny and modest and self-deprecating, but it was obvious to everyone that he was really smart. And his talk had some of …
-
comment
Comment #1542266
If a glaven is a new type of unit not related to any of the ordinary metric units, you can add it thusly: glaven =!= awesomeness Which makes it the fundamental unit of awesomeness.…
- comment
-
comment
Comment #1542189
You can look up units or functions in Frink by just typing part of the name preceded by a question mark, or 2 question marks for more verbose output. For example, ?saturn or ??satu…
-
comment
Comment #1542174
Yeah, Frink is a Turing-complete programming language. That's a provably huge difference. You can have loops, maintain state, store results in variables and use them later, and def…