HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mavamaarten

989 karmajoined 11 лет назад

comments

mavamaarten
·4 дня назад·discuss
I had the same sentiment. In my limited testing, it didn't perform any better than Opus at all. It wasn't a particularly challenging taskset either, mostly just "add this simple feature" with plenty of context and very clearly defined scope. It worked functionally but there were much better and simpler approaches available. For the cost, I don't see how Fable can ever be worth it.
mavamaarten
·13 дней назад·discuss
That's what stood out to me as well, and it struck me as odd that nobody seemed to think it's odd? Almost half of the points to be made is related to contributions to open source projects. Guess my 10+ years of experience in a niche topic is worthless.
mavamaarten
·28 дней назад·discuss
That's what I mean with the promise. Nobody knows what they're doing on their end. The data goes over the wire, and then you need to assume they are true to their word and the data is not intercepted by anyone.
mavamaarten
·29 дней назад·discuss
It is. Not per sé because the code might be of poor quality, but because someone sent that source code to a public API under the promise that oh noooo we won't use your code for training. Probably.
mavamaarten
·2 месяца назад·discuss
Yeah the slowness is what always gets me. Like in essence a ticketing system isn't more than just a database of tickets and relations between tickets and states. And okay you can kinda make it explode by having tons of interconnected tickets and custom fields and plugins. But I will never understand how something that just works with simple textual data and attachments can be so unbearably slow.
mavamaarten
·2 месяца назад·discuss
I'm honestly not really that surprised by that. All (except clothes) are prime examples of products where you don't really care who sells it to you and how it looks in the packaging. People want a certain product and want it the cheapest. Why would you go to a real store to look at that product inside of packaging you can't open, with the added cost of the person behind the counter?

I mean a Lego set is a Lego set, whether you see the pictures on the box or online.
mavamaarten
·2 месяца назад·discuss
Yeah especially the AI stuff is so... not a driving force for anyone to buy this?

For me, unless you can run LLM's and whatnot locally (which is not the case on this undisclosed low-end hardware), "AI" just means doing some API call to a web service and have it serve me some freshly made up tokens. You can do that on a potato. The fact that they happily announce something that can be done on any other cheap-ass laptop as the main selling point, means this product is nothing special at all.
mavamaarten
·2 месяца назад·discuss
I'm super techy but I admit that I just use Signal to send me a "Note to self" whenever I need a file from my phone on my computer quickly. For images I just use immich, but texting myself is honestly the quickest way for files because the experience is indeed terrible.
mavamaarten
·2 месяца назад·discuss
Yup! All good ideas and solutions to hard problems, after becoming stuck, have come to me after a good night's sleep or after removing myself from the "thinking place" and taking a break. Yes I mean the toilet. Many fantastic ideas come to me on the toilet.
mavamaarten
·3 месяца назад·discuss
Haha I got "for you, turquoise is green" and I was like... Yeah, is it not?
mavamaarten
·3 месяца назад·discuss
Has it, though? There's still features that bring large user value and require 10 lines of code, and features that bring a small user value and require AI to burn tokens on huge refactors and babying to make sure it doesn't break anything.
mavamaarten
·3 месяца назад·discuss
Well good for you, but that doesn't change the fact that I can't use it. Everything is a mishmash of the old Assistant and Gemini. Sometimes even my Google Home answers in the old Assistant voice (you know... "Sorry, I don't understand"
mavamaarten
·3 месяца назад·discuss
Well. Running your machine to do inference will utilize more than 50W sustained load, I'd say more than double that. Plus electricity is more expensive here (but granted, I do have solar panels). Plus don't forget to factor in that your hardware will age faster.

I'd say it's not worth it. But the idea is cool.
mavamaarten
·3 месяца назад·discuss
Haha yeah. I once asked it to make a field in an API response nullable, and to gracefully handle cases where that might be an issue (it was really easy, I was just lazy and could have done it myself, but I thought it was the perfect task for my AI idiot intern to handle). Sure, it said. Then it was bored of the task and just deleted the field altogether.
mavamaarten
·3 месяца назад·discuss
I was thinking the same. Plagiarism as a service, lol
mavamaarten
·3 месяца назад·discuss
I'm growing allergic to the hype train and the slop. I've watched real-life talks about people that sent some prompt to Claude Code and then proudly present something mediocre that they didn't make themselves to a whole audience as if they'd invented the warm water, and that just makes me weary.

But at the same time, it has transformed my work from writing everything bit of code myself, to me writing the cool and complex things while giving directions to a helper to sort out the boring grunt work, and it's amazingly capable at that. It _is_ a hugely powerful tool.

But haters only see red, and lovers see everything through pink glasses.
mavamaarten
·3 месяца назад·discuss
I doubt it. I noticed a few of these comments too on our PR's. We did ask copilot for a review ton GitHub (we just add copilot as a reviewer) but not through Raycast.
mavamaarten
·4 месяца назад·discuss
On top of that, that page took 10 seconds to load. On a Gbit network connection, lol
mavamaarten
·4 месяца назад·discuss
Maybe n=1, but I disagree? I notice that Sonnet 4.6 follows instructions much better than 4.5 and it generates code much closer to our already in-place production code.

It's just a point release and it isn't a significant upgrade in terms of features or capabilities, but it works... better for me.
mavamaarten
·4 месяца назад·discuss
Haha yeah I've had this happen to me too (inside copilot on GitHub). I ask it to make a field nullable, and give it some pointers on how to implement that change.

It just decided halfway that, nah, removing the field altogether means you don't have to fix the fallout from making that thing nullable.

Lmao.