HN user

Nevin1901

196 karma

https://nevin.cc

email: me@nevin.cc

Posts29
Comments58
View on HN
twitter.com 3mo ago

Anthropic Redesigns Claude Code Desktop

Nevin1901
6pts1
claude.ai 1y ago

Try to Jailbreak Claude's Constitutional Classifiers

Nevin1901
6pts1
www.engineersedge.com 1y ago

Entropy Explained, with Sheep (2016)

Nevin1901
90pts28
news.ycombinator.com 1y ago

Ask HN: How do you monitor your side projects?

Nevin1901
2pts2
www.pewresearch.org 1y ago

How the origins of America's immigrants have changed since 1850

Nevin1901
16pts4
behavioralscientist.org 2y ago

Americans are fake and the Dutch are rude (2022)

Nevin1901
57pts128
news.ycombinator.com 2y ago

Ask HN: Has anyone used llama.cpp in production?

Nevin1901
3pts2
useftn.com 2y ago

Show HN: Fine Tune LLM's Without Code

Nevin1901
1pts0
news.ycombinator.com 2y ago

Show HN: Lightweight log collector with no lock-in

Nevin1901
2pts0
news.ycombinator.com 2y ago

Ask HN: What's Your Opinion on Opentelemetry?

Nevin1901
36pts14
news.ycombinator.com 2y ago

Show HN: Host Fine Tuned NLP Models for the Same Price as GPT-3.5

Nevin1901
2pts0
news.ycombinator.com 2y ago

Ask HN: How do you track NLP models in prod?

Nevin1901
1pts5
news.ycombinator.com 2y ago

Ask HN: What's an annoyance you have with current logging tools?

Nevin1901
1pts1
news.ycombinator.com 2y ago

Ask HN: What's your most annoying issue with using cloud dev environments?

Nevin1901
2pts4
news.ycombinator.com 3y ago

Ask HN: What do you find most difficult about fine tuning AI models?

Nevin1901
1pts1
news.ycombinator.com 3y ago

Ask HN: How do you monitor NLP models in production?

Nevin1901
1pts1
news.ycombinator.com 3y ago

Ask HN: What problems do you face while using NLP models in production?

Nevin1901
8pts1
github.com 3y ago

Show HN: Log collector that runs on a $4 VPS

Nevin1901
118pts62
news.ycombinator.com 3y ago

Ask HN: What's the most annoying part about application monitoring?

Nevin1901
2pts1
news.ycombinator.com 3y ago

Ask HN: Good opportunities in the music industry for a software developer?

Nevin1901
8pts8
news.ycombinator.com 3y ago

What's the most annoying part about logging?

Nevin1901
3pts4
github.com 3y ago

Atem: Compress your videos under 8M to send in discord

Nevin1901
3pts1
news.ycombinator.com 4y ago

Ask HN: What are some of the biggest problems in continuous machine learning?

Nevin1901
2pts1
github.com 4y ago

Show HN: A CLI for finding out of sync comments

Nevin1901
27pts10
wordsandbuttons.online 4y ago

An interactive guide to homogeneous coordinates

Nevin1901
1pts0
news.ycombinator.com 4y ago

Ask HN: What's the most annoying part about talking to users?

Nevin1901
2pts0
news.ycombinator.com 4y ago

Ask HN: How do you deal with out of sync comments?

Nevin1901
1pts2
news.ycombinator.com 4y ago

Ask HN: What's the most annoying part about writing code comments?

Nevin1901
3pts3
news.ycombinator.com 4y ago

Ask HN: What's most annoying about using AI assisted completions?

Nevin1901
4pts2

Funny how none of their testimonials/case studies state any ROI. I'd guess it's because it isn't too strong at this point.

But it's always been the case that initial bidders overpay for ads.

Zed 1.0 3 months ago

These are all fairly standard terms.... nothing crazy

I wonder if using a model with a higher TOK/s would yield improvements, as the model will have faster feedback loops

This is actually the first use case where I agree with the poster. really interesting, especially for technical people using ai. why would you spend time setting up and installing an mcp server when u can give it one man page

For me it was the developer experience and credibility. I run a small project (~4k arr) and I don't mind paying fees since it was so easy to set up. Also, the investment required to learn these things. I don't want to spend a lot of time configuring everything, I just want a simple page and that's it.

Work in a job where you talk to people (eg: supermarket) and you'll pick up listening skills. Also listen to family, friends, etc. I mean half of the battle is literally being open minded and just genuinely be interested in someone. If not, then why else are you listening to them?

Not a lot. I do exactly this and I'm only left with a few hours per day to do whatever I want. I could obviously sleep less/eat out but that's not worth it imo.

How fast are coldstarts, and how do you compare against other gpu providers (runpod modal etc)

I thought I always felt tired. Until I got a sleep mask, ear plugs, stopped eating 4 hours before bed, slept in a cold room, and went to bed at the same time every night. I found my body just adjusted itself back to its natural rhythm. Curious how many of the contestants surveyed did exactly this and still had trouble with their sleep.

Edit: diet and general lifestyle changes (such as going to the gym and being outside) also helped.

As someone who recently moved from The Netherlands to USA, I found this article to be really great at explaining the reason why many Europeans find Americans to be fake. I myself had experienced all of the social experiences the author talked about, and found myself confused as to what a "friend" was in The USA. I also find it very interesting how the author described emotions as cultured - not just something which was the same to everyone.

I'm curious to hear your thoughts and experiences with different cultures.

I'm currently taking a break from working on anything. Just doing the bare minimum to get A's in college, and relaxing the rest of the time. Don't regret it after working so much before.

SQL as API 3 years ago

I implemented something like this for a log platform I was working on. The user would write queries in Apache lucene, and they would be converted into json, and then a specific sql query.

It worked nice, but apart from querying logs, I don’t see a use case where one would do this rather than just creating api endpoints.