Viewing profile — grndn
grndn
HN member- Joined
- Fri, Jun 13, 2014, 7:04 PM UTC
- HN karma
- 123
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About grndn
No profile information was provided.
Recent public activity
-
comment
Comment #49198532
Or in one of my favorite coinages: "Moral Crumple Zones". "Just as the crumple zone in a car is designed to absorb the force of impact in a crash, the human in a highly complex and…
-
comment
Comment #49153141
Matthew Crews has a done a number of videos on high-performance F# and there are some things you can do that give a big boost over the default coding approach. Why F# for Performan…
-
comment
Comment #48335587
"Understandably, there has been much speculation as to [leader]’s mental fitness. It has been marked that [leader] possessed a perpetual immaturity. He had great difficulty in taki…
-
comment
Comment #45239434
Two separate Sherlock Holmes stories have a "stranger at a public wedding ceremony" as a plot point!
-
comment
Comment #44540366
Personal anecdote: I had a subscription to the Philly Inquirer. They made it very easy to sign up online, but there was no way to cancel online. The website only said "call the sal…
-
comment
Comment #44311875
Fellow Branestawm enthusiast here. That is the first time anyone has ever mentioned Professor Branestawm on HN, as far as I can tell! It's triggering deep memories.
-
comment
Comment #43209069
As another comment said, you can write client side code in F# which gets transpiled to JS, just like Typescript or CoffeeScript. This approach allows you to use JSX components dire…
-
comment
Comment #43038333
Elixir took the pipe symbol from F# (See Jose's comment at [1]). For more details see my other comment below. [1] https://elixirforum.com/t/which-language-first-introduced-th...
-
comment
Comment #43038302
OCaml took the '|>' pipe symbol from F#. And F# was the language that made the '|>' pipe symbol popular in mainstream programming (as opposed to the unix '|' pipe symbol), afaik. A…
-
comment
Comment #42368215
Peter Norvig does his own research: "When faced with a controversy like this, the great thing is that you can do your own research. If you suspect Oreskes or Peiser (or both) might…
- story
-
comment
Comment #39603627
As one of the comments pointed out, it's even funnier if you turn on the automatic captions :)
- story
-
comment
Comment #23488046
Agreed about the TLA docs, but it is worth persisting, as TLA is very useful in some situations. These slides cover the basic syntax enough to get started. https://www.slideshare.n…
-
comment
Comment #20792214
The original title is "Write your own Excel in 100 lines of F#." I don't know why the F# part was removed either. HN guidelines say "please use the original title, unless it is mis…
-
comment
Comment #19104915
C# Light (from 2014) - https://www.slideshare.net/ScottWlaschin/c-light
-
comment
Comment #16707692
+100 "The Logic Of Failure" is a great starting point, and everything by Gerald Weinberg is worth reading.
-
comment
Comment #16346772
I came here to say the same thing. :) The fundamental problem is that you want one piece of (semantic) content to be presented on many different platforms with very different desig…
-
comment
Comment #16194921
Here is the history of the |> symbol as best as I can tell: 1994: Isabelle/ML (part of Isabelle proof assistant tooling) ( https://blogs.msdn.microsoft.com/dsyme/2011/05/17/archeol…
-
comment
Comment #14280453
For a counterpoint, see the "Victorian Bakers" doc from the BBC: http://www.dailymotion.com/video/x4h8mty . See 11 min mark for bakery conditions and 23:30 for flour adulteration. …
-
comment
Comment #11962492
You are on the right track (no pun intended). Your second and third function signatures are actually the same thing in F# (and any other language with curried functions by default)…
-
comment
Comment #10687146
And for those interested in a FP-oriented (rather than OO) approach to cap-based security, here's a post on using it as a tool to enforce good design: http://fsharpforfunandprofit.…
-
comment
Comment #10663219
How about F#? It feels like Python and has a Pandas equivalent in Deedle ( https://bluemountaincapital.github.io/Deedle/ ), but fits well in the .NET ecosystem, including using Sql…
-
comment
Comment #10450548
Thanks for these -- the aether one is hilarious.
- story