Viewing profile — travv0
travv0
HN member- Joined
- Wed, Sep 17, 2014, 4:30 AM UTC
- HN karma
- 125
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About travv0
No profile information was provided.
Recent public activity
-
comment
Comment #31416537
See https://news.ycombinator.com/item?id=31416448
-
comment
Comment #31416163
I assumed those were aliases for `git a` and `git cp` which are in the config file.
-
comment
Comment #31416034
What tools? That's a git config file.
-
comment
Comment #31349521
> The fact most kids dont have a relationship with their parents or guardians where they can talk to them about anything is highlighted with metadata like you have highlighted. You…
-
comment
Comment #31315756
I also haven't seen an ad on the Gmail web client in years. Maybe because I pay for extra storage through Google One? Edit: It looks like it doesn't happen in the primary tab and I…
-
comment
Comment #31273867
Reading through the GitHub issue, it seems like the one place it makes sense in my eyes is that you can refer to stuff in external libraries with your convention even if the librar…
-
comment
Comment #30791788
Thanks, but an answer from someone that knows the language that they're talking about would be much more productive.
-
comment
Comment #30789925
> Lately when I search for something like "recipe for borgelnuski" I get a page of links to sites with names like "Molly and Audrey" that first tell you a long story about their gr…
-
comment
Comment #30789271
> FP is terrible at logging Um, what? You can't just drop this without elaborating. I've never seen anybody have problems logging in a functional language.
-
comment
Comment #30234120
You still haven't shown me any data to back up your assertion, but you're welcome I guess.
-
comment
Comment #30230718
Here's one more file than you listed without BangPatterns enabled: https://github.com/rainbyte/frag/blob/master/src/BitSet.hs https://github.com/rainbyte/frag/blob/master/src/Comma…
-
comment
Comment #30230458
> The vast majority of the code in that repository is in the IO monad and uses carefully placed “!” eager evaluation annotations. This is the claim we're talking about. Since you'r…
-
comment
Comment #30229854
Yes, rendering is by definition I/O. That's also one file. You stated: > The vast majority of the code in that repository is in the IO monad and uses carefully placed “!” eager eva…
-
comment
Comment #30224387
> The vast majority of the code in that repository is in the IO monad and uses carefully placed “!” eager evaluation annotations. Looking through that repository, I believe we have…
-
comment
Comment #30163839
I find VS Code with the Haskell extension to be very good for displaying type signatures, code completion and navigation, etc. Holes (which are covered by the article) are the go-t…
-
comment
Comment #30129826
It's absolutely not peculiar to Python, it's something that every single language implementation has to make a decision on one way or the other. Here's an SO answer from 2008 about…
-
comment
Comment #30118551
I'm not sure, so here are a couple examples. def f() = g() In a language implementation that doesn't optimize tail calls, the stack would look like the following after the call to …
-
comment
Comment #30115163
Tail call optimization has nothing to do with optimizing for different CPUs, it's about dropping a function's stack frame when it's evaluating its return expression and its stack f…
-
comment
Comment #30074318
What problem? I'm looking for an example of where poor scalability has been a problem in a Haskell codebase.
-
comment
Comment #30072482
I'd also be interested in a Haskell example.
-
comment
Comment #29927154
You almost never use List ? Dictionary ? IEnumerable ?
-
comment
Comment #29921880
> - oh, it's not "just a bind operator" It is though, it's a function/operator that is defined in userland. > - oh, you need special syntax > - oh, you need a third party library t…
-
comment
Comment #29880853
> Even Haskell has dot notation to chain functions since it's just so much easier to read and write... Are you referring to function composition?
-
comment
Comment #29552140
The people that would want to know about a new version of some software are surely already familiar with that software, no?
-
comment
Comment #28380134
> Everyone who could possibly care about Lisp already knows everything they care to know about it. I think you're in a bit of an HN bubble if you honestly believe this to be true.