Viewing profile — dtjohnnyb
dtjohnnyb
HN member- Joined
- Fri, Sep 01, 2017, 4:03 PM UTC
- HN karma
- 173
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About dtjohnnyb
No profile information was provided.
Recent public activity
-
comment
Comment #46299560
David Epstein calls this "desirable difficulty" in the book Range. Interestingly he recently discussed how using LLMs tends to remove this desirable difficulty: https://davidepstei…
-
comment
Comment #46180375
Exactly what I thought of reading this, that chapter is genuinely one of the most affecting things I've ever read. The horror of it keeps growing as he continues to describe awful …
-
comment
Comment #42227411
I've found good results from summarizing my documents using a large context model then embedding those summaries using a standard embedding model (e.g. e5) This way I can tune what…
-
comment
Comment #42094283
I was trying to do this recently for Web page summarization. As said below the token sizes would end up over the context length, so I trimmed the html to fit just to see what would…
-
comment
Comment #37855404
A couple of more introductory books that come at it from the point of view of "someone who can code" are: - https://greenteapress.com/wp/think-stats-2e/ (and the similar Think Baye…
-
comment
Comment #36136409
The book Lynchpin talks about this and calls it "the resistance", the feeling of avoidance you get when nearing shipping something or even to sitting down and starting an ambitious…
-
comment
Comment #33342347
Right I was confused when the article mentions the other parameters other than the moon and sun ones track other astronomical variables, surely they are modeling geological and hyd…
-
comment
Comment #32690311
"The Captain Class" is a great book that glorifies the "water carriers" of a bunch of successful sporting dynasties. It certainly gave me a lot of encouragement to try to develop m…
- story
-
story
What are some good unit, integration, performance tests for human beings?
I've recently become interested in small tests we can perform to evaluate if aspects of our lives are performing below the recommended levels for a long and happy existence. What p…
-
comment
Comment #31481937
Slack groups have filled in the meetup space in my life, mlops.community and locally optimistic are two of the best for what it sounds like you're looking for
-
comment
Comment #30444654
One downside for milvus is that version 1 doesn't do filtering (necessary for most search applications) and version 2 is significantly slower. Google's vector nearest neighbors off…
-
comment
Comment #30206214
From an accessibility perspective it's a disaster too. My granny is visually impaired, but loves watching tv. She's been able to get by for decades by memorizing the commands neede…
-
comment
Comment #30039633
Interestingly Leitrim and other counties in the north west he mentions have been high on the list of places people have escaped to from Dublin during the pandemic. Many people are …
-
comment
Comment #27465031
Sorry to hear that. This was a real jolt to read though. I've been really bullish about WFH or hybrid work for the future, since as an IC I've seen nothing but the benefits as you …
-
comment
Comment #27365970
Could you elaborate on why you think low energy deep learning was a misguided promise for SNNs? Just came across them for the first time last week and the low energy promise seemed…
-
comment
Comment #26768180
I was in the same boat until I had a baby who was a _terrible_ sleeper during the night. Once I was down to 4-5 hours sleep a night, napping during the day was heaven! Sometimes I'…
-
comment
Comment #26669655
They're on a roll for April fool's, this other one is the geekiest one I've seen in a while! https://multithreaded.stitchfix.com/blog/2021/04/01/fault-in...
- story
-
comment
Comment #26190595
Have we any idea when that video will be released (roughly).
-
comment
Comment #26183996
I had done that, but my ssh completions weren't working great at all. I've installed ohmyzsh as recommended below and it's great, definitely a step up from bash.
-
comment
Comment #26183980
Awesome, that's pretty amazing, thanks a mill!
-
comment
Comment #26177174
What was the reason for them doing this do you know? From my experience with it over the last year, zsh is slightly worse at autocomplete than bash, with no advantages. Is there so…
-
comment
Comment #25907675
I think of this book as the type of book to give a beginner enough info to know what you don't know, or for a professional to read before a job interview to refresh your memory on …
-
comment
Comment #25509021
Any good tutorials or toy projects to help in learning plantUML. I'm in software engineering from a science background and I really feel the lack of being able to think about my co…