Viewing profile — tymonPartyLate
tymonPartyLate
HN member- Joined
- Sun, Feb 26, 2023, 9:14 PM UTC
- HN karma
- 88
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About tymonPartyLate
Recent public activity
-
comment
Comment #48487415
This post is clearly an ad disguised as a technical article, but Conductor is a fantastic tool, so I'd like to post some questions regardless. How can they have product-market fit …
-
comment
Comment #46910727
I try to see this like F1 racing. Building a browser or a C compiler with agent swarms is disconnected from the reality of normal software projects. In normal projects the requirem…
-
comment
Comment #46763849
The worst crime for me is liquid glass on the apple watch. All the menus are now lagging on the watch ultra gen2. Where previously it was smooth to interact with, the random lags n…
-
comment
Comment #46362998
The biggest threats to innovation are the giants with the deepest pockets. Only 5% of chatgpt traffic is paid, 95% is given for free. Gemini cli for developers has a generous free …
-
comment
Comment #45679489
If you want reliable Wifi at home, get yourself Ubiquity access points and throw away TP-Link. The issue is not the protocol. After many years of unplugging and plugging back in my…
-
comment
Comment #45502557
Interesting tech choices. I am also always on the hunt for React alternatives. But the lack of type safety and static analysis usually leads to brittle templates. Stuff that could …
-
comment
Comment #45448533
I did just that and I ended up horribly regretting it. The project had to be coded in Rust, which I kind of understand but never worked with. Drunk on AI hype, I gave it step by st…
-
comment
Comment #44972302
We used to have private bridges and private roads, and that was an expensive travel situation for everyone. Now, internet search is kind of like a bridge that leads clients to busi…
-
comment
Comment #44198385
Thanks for sharing, I'll copy your rules :)
-
comment
Comment #44194966
I just realized that Opus 4 is the first model that produced "beautiful" code for me. Code that is simple, easy to read, not polluted with comments, no unnecessary crap, just prett…
-
story
Show HN: I made a tool to make fun of your software stack
This was supposed to be a fun side project, didn't expect much from it. But it turned out much funnier and much more useful than expected. So here it goes. I just listed all the so…
-
comment
Comment #43432583
This is actually not true. I'm getting traffic from ChatGpt and Perplexity to my website which is fairly new, just launched a few months ago. Our pages rarely rank in the top 4, bu…
-
comment
Comment #43351533
I asked it once to simplify code it had written and it refused. The code it wrote was ok but unnecessary in my view. Claude 3.7: > I understand the desire to simplify, but using a …
-
comment
Comment #42479669
Haha. Hopefully you’re right and solving the ARC puzzle translates to solving all of physics. I just remain skeptical about the OpenAI hype. They have a track record of exaggeratin…
-
comment
Comment #42479422
Isn’t this like a brute force approach? Given it costs $ 3000 per task, thats like 600 GPU hours (h100 at Azure) In that amount of time the model can generate millions of chains of…
-
comment
Comment #42367488
We rely on a multi-layered validation approach, where multiple independent sources must confirm any given data point before it’s presented. Aravind described this well on the Lex F…
-
comment
Comment #42367217
Sure, Perplexity can present a simple table, just like it can list hotels, but you’d still visit Expedia to finalize your booking. There’s more to making informed decisions than ju…
-
comment
Comment #42367089
Hi HN, In my previous role as a CTO at an Uber-like scaleup, I had to manage and evaluate around 60 different SaaS subscriptions. It was painful. As software engineers, we’re often…
- story
-
comment
Comment #41356043
Cody plugin is a great alternative if you prefer Jetbrains IDEs. I've tried cursor several times and the AI integration is fantastic, but the plugin quality is low, navigation and …
-
comment
Comment #35821198
Clicking sends a websocket message to the backend. Which then responds with a state update message which updates the frontend react components. rhe round trip would probably take t…
-
comment
Comment #35821118
It's a beautiful project and close to the Holy grail of fullstack software development (a single framework for building modern Web apps). But, be advised that it's not production r…
-
comment
Comment #35545791
This is fantastic, congratulations! I tried it on some AWS related issues I was googling at work and it gave me the correct answers right away. I hope you can find a reasonable way…
-
comment
Comment #34949527
I'm currently tinkering on a customer support bot with langchain and gpt3. The bot can answer questions about services and their terms, it can use tools to make bookings and perfor…