Viewing profile — devdiary
devdiary
HN member- Joined
- Sat, Jan 09, 2021, 2:40 AM UTC
- HN karma
- 61
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About devdiary
No profile information was provided.
Recent public activity
-
comment
Comment #40798567
No thanks The original Raspberry announcement about Raspberry Pi Connect > All devices get remote shell out-of-the-box, and if you use a Wayland compositor, such as Wayfire, you ca…
-
comment
Comment #40542889
And how do you measure the api latency? Any do's and dont's you have learned related to this metrics?
-
story
Ask HN: What metrics you track as an Engineering Manager
Seeking your opinion on what are top 5 metrics you measure already, what more you would if the data collection or calculation was easier for that metric
-
comment
Comment #40497535
Start with usual session based authentication. Keep it until you see the absolute need to move to JWT. And make sure you understand JWT and "invalidating JWT" before using it - htt…
-
comment
Comment #40032648
> at the end of the day prompts are just a API call and it's easier to write standard code that treats LLM calls as a flaky API call They are also dull (higher latency for same res…
-
comment
Comment #40032581
Do not understand your comment. What are you trying to say?
-
comment
Comment #40032177
thank you for sharing the archive link. Didn't know it is possible to archive a non-public/paywalled content.
-
comment
Comment #40031703
How come a paywalled content gets to the top of the HN front-page?
-
comment
Comment #39224878
Can you ELI5, how did you make this possible? I see the readme asking to download a binary and then also mentioning sqlite extension. I have never had exp with sqlite ext, so not q…
-
comment
Comment #39051758
And this understanding is extremely important when you are working on rate limiting. Instead of controlling the rate of requests, one must control the number of concurrent requests…
-
comment
Comment #39043889
Thank you for writing this
-
comment
Comment #38997115
I use the similar kind of structure in Developer Diary. I do it completely offline, no sync.
- story
-
comment
Comment #38789754
And yes, specifically talking about plugin based architecture. Not just a code refactor. Decoupling is the first step and the plugins will be created by internal team initially, th…
-
story
Ask HN: Good resources to plan the right plugin architecture
I am seeking solution to plan architecture to support new addon that can enhance the value of an existing web app. In current form, the solution is npm packages. We build npm packa…
-
comment
Comment #38785776
I also face the same and I have set policy to ban such traffic by IP. Qq: How do you know the IP is forged?
- story
-
comment
Comment #38375900
A default glitch effect in the video can make the distortions a "feature not a bug"
-
story
Ask HN: What would you ask an LLM powered code search engine?
I'm struggling to understand the value of LLM powered code search engine (there are quite a few that have come up in the last 1 yr). Help me with your answers if you see any value …
-
comment
Comment #38217202
The acquisition seems to be old, Y2019. I am not sure if you wrote this blog just now or had written earlier and published now. How have your perspective changed about the decision…
- comment
-
comment
Comment #38216555
I doubt it will be a huge success but this sparks interesting thoughts - how to put all these things on such a tiny board and power it up with a tiny Li battery. How to build it at…
-
comment
Comment #37974798
The plan to turn Pi into NAS moves to the top priority again!
-
comment
Comment #37889145
Thank you for sending me down the rabbithole of RISC :)
-
comment
Comment #36187505
how do you deal with token limitation? What is the maximus size of codebase it can work on?