Viewing profile — orange_puff
orange_puff
HN member- Joined
- Tue, Aug 25, 2020, 6:04 PM UTC
- HN karma
- 38
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About orange_puff
No profile information was provided.
Recent public activity
-
comment
Comment #47133753
I basically fully agree with this. I am not sure how to handle the ramifications of this in my day to day work yet. But at least one habit I have been forming is sometimes I find t…
-
comment
Comment #47070145
This is also my feeling. When people keep referring to big jumps or inflection points, I am left confused, because the models have felt good for a long time and feel like they are …
-
story
Ask HN: What explains the recent surge in LLM coding capabilities?
It seems like we are in the midst of another AI hype cycle. Many people are calling the current coding models an "inflection point", where now the capabilities are so high that fut…
-
comment
Comment #46306584
Do you mind elaborating? By API design, do you mean how they structured their classes, methods, etc. or something else?
-
comment
Comment #46298504
This seems really impressive. I am too lazy to replicate this, but I do wonder how important the test suite is for a a port that likely uses straight forward, dependency free pytho…
-
comment
Comment #44010090
I used to think this way too. Here are a few ways I've tried to re frame things that has helped. 1. When I work on side projects and use AI, sometimes I wonder "what's the point if…
-
comment
Comment #44002234
I have been trying to find such an article for so long, thank you! I think a common reaction to Agents is “well, it probably cannot solve a really complex problem very well”. But t…
-
comment
Comment #43937839
As others have mentioned please add more docs / details to the README I want to mention my current frustration with cursor recently and why I would love an OSS alternative that giv…
-
comment
Comment #43537948
When you say "vibe code" do you mean the true definition of that term, which is to blindly accept any code generated by the AI, see if it works (maybe agent mode does this) and mov…
-
comment
Comment #43321739
https://open.substack.com/pub/orangepuff/p/first-impressions... I used Claude code to get started on a pdf reader I wanted to build. This pdf reader has a built in LLM chat and whe…
-
comment
Comment #43186477
May I ask how you got the opportunity to invest in this company? If you are a VC, makes sense, just wondering how normies can get access to invest in companies they believe in. Tha…
-
comment
Comment #43185606
I have started using AI for all of my side projects, and am now building stuff almost everyday. I did this as a way to ease some of my anxiety related to AI progress and how fast i…
-
comment
Comment #42905896
When making requests, does your tool use the normal chrome user agent header or does it specify the request is coming from meha?
-
comment
Comment #42816885
I am enjoying Trae so far, but was wondering if it is possible to point it at a local model. https://docs.trae.ai/docs/open-source-software-notice?_lang=... I am not seeing any men…
-
comment
Comment #42568680
This is very interesting, but a couple of things to note; 1. o1 still achieves > 40% on the varied Putnam problems, which is still a feat most math students would not achieve. 2. o…
-
comment
Comment #41960314
I really enjoyed the article, as I am also a nerd who has played runescape for what seems like forever now, and now most of my interaction with the game is via programming. I have …
-
comment
Comment #31273847
As everyone else has already pointed out, better testing would have been very useful here. For instance, print(len(our_ids)) would have been a dead giveaway that that something was…
-
comment
Comment #30294402
I don't like ads either, but I also couldn't possibly expect content on the internet to be free, so am happy with the exchange we have currently.
-
comment
Comment #29781627
Hello. I just recently built a website blocker Firefox extension so I wanted to check your productivity tool out. The UI is really good and I left it a 5 star. If interesting in fe…
-
comment
Comment #29407102
This is my first year participating. I've solved about 20-30 questions from previous years and really loved them. I tried to compete last night for top 100 and was 7 seconds off (r…
-
comment
Comment #29223109
I've had a karat interview before on behalf of Palantir and by the end of the interview I was less interested in Palantir (although thankfully I did move forward) than I was in Kar…
-
comment
Comment #28403772
I wonder if a social media site marketed as a "free speech" platform will become something center left and right people actually use rather than a haven for psychotic racists. I do…
-
comment
Comment #28306635
Maybe all good things simply need to come to an end. I feel like he basically has boomer politics now and the same predictable opinion over and over can get old. My brother said so…
-
comment
Comment #28240421
What we know from this well written and helpful article; The false positive rate Apple told us their algorithm had seems to be accurate. If a machine learning model is extracted fr…
-
comment
Comment #28220550
Today HackerNews learns about adversarial machine learning, which every ML model is susceptible to.