Viewing profile — har777
har777
HN member- Joined
- Thu, Aug 21, 2014, 3:29 PM UTC
- HN karma
- 57
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About har777
No profile information was provided.
Recent public activity
-
story
Show HN: Chainkit - low level block explorer built for developers
I started working on a block explorer for fun and thought this was a good v1 to release to the public. ChainKit is more low-level than other explorers like Etherscan and displays c…
-
comment
Comment #44691597
I like how tailwind provides scoping automatically. But in projects already having a build system I use css modules. Writing pure CSS is so much nicer but please don't make me mana…
-
comment
Comment #44661816
I moved to Zed last week and its been amazing so far! Something about using it feels a lot more crisp and fast compared to vscode. Their AI integration is pretty decent too. But I …
- story
-
comment
Comment #43750452
I've been using Joplin for years. It was always a bit slow but I recently updated it and now the app takes over 30 seconds to load :| It's sync feature is super seamless though!
-
comment
Comment #39590932
Did some quick tests and Claude 3 Sonnet responses have been mostly wrong compared to Gemini :/ (was asking it to describe certain GitHub projects and Claude was making stuff up)
-
comment
Comment #38522600
It only adds like ~5ms. Unless you have `query_level_metrics_enabled` as True which takes more time. I didn't find that particularly useful on prod and instead just used it locally…
-
comment
Comment #38521714
Yeah the query count monitoring is the main focus as N+1 queries are super common in Django. I don't really have a pitch but here is why this was made: 1. we had a production DRF a…
-
comment
Comment #38520046
Simple middleware can warn you about lazy loading/N+1 queries. Most of the time people just forget it happens. Try using: https://github.com/har777/pellet Disclaimer: I built it :p…
-
comment
Comment #35336318
Yay! And thanks for the screenshot :D
-
comment
Comment #35323214
Self plug: Checkout https://github.com/har777/pellet to easily find and fix django N+1 issues. I usually add it to existing integration tests so that they raise exceptions on N+1. …
- story
-
comment
Comment #21669700
I disagree. I thought it was hilarious :P
- story
-
comment
Comment #14048451
This is excellent. Having a lot of fun going through it. Always wanted to start writing some C.
-
comment
Comment #13623541
Thank you for this !!
-
comment
Comment #13532980
True. But how much is too much ? If someone is say racist do you still not kick him out for the sake of inclusiveness ?
-
comment
Comment #12907855
Was this a result of protest votes against Hillary or do people genuinely support a Trump presidency ? Would Bernie have fared better against Trump had he been the democratic nomin…
-
comment
Comment #12610664
How is Palantir hard tech ?
-
comment
Comment #12569719
Thanks a lot !
-
comment
Comment #11646312
+1. Would be an extremely useful addition !
-
comment
Comment #11268862
Dont do the coursera one. Try this one instead: https://www.youtube.com/watch?v=UzxYlbK2c7E&list=PLA89DCFA6A... Follow up with cs224/cs231 if interested.
-
comment
Comment #11251257
Niiiice. Very well done !! :)
-
comment
Comment #10834574
I agree. People are really excited but it takes some knowledge to make a intelligent comment to this. I for one read a lot of NIPS paper's but don't understand most of them enough.…
-
comment
Comment #10834248
Why wouldn't they be excited ? It's an exciting field. I'm sure plenty of people are learning about ml in their free time.