HN user

mavamaarten

990 karma
Posts0
Comments226
View on HN
No posts found.
Minikotlin 5 days ago

That's cool. I often write tiny blurbs of kotlin just to test out a simple algorithm. I often do this on kotlin playground because doing so inside a scratch file or test is somehow more cumbersome and slow. This ran and compiled something in 98ms on my smartphone, cool stuff.

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.

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.

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.

Googlebook 2 months ago

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.

Googlebook 2 months ago

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.

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"

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.

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.

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.

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.

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.

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.

In my limited experience, that's mostly since the 4.6 release. I noticed that with the same prompt, it answers much more briefly. A bit jarring indeed, but I prefer it. Less bs and filler, and less burning off electricity for nothing.

Even (uncommon) country TLD's too. I own a .vg domain which is a perfect match with the initials of my last name. My mails end up in spam quite often too, despite having set up SPF, DKIM, DMARC and all that stuff correctly. It's just not common so some security systems block it.

Keep Android Open 5 months ago

So, what you're saying is that Google should work on better privacy controls. Right? Right???

Gemini 3 Deep Think 5 months ago

I'm talking about Gemini in the app and on the web. As well as AI studio. At work we go through Copilot, but there the agentic mode with Gemini isn't the best either.

Gemini 3 Deep Think 5 months ago

I agree. On top of that, in true Google style, basic things just don't work.

Any time I upload an attachment, it just fails with something vague like "couldn't process file". Whether that's a simple .MD or .txt with less than 100 lines or a PDF. I tried making a gem today. It just wouldn't let me save it, with some vague error too.

I also tried having it read and write stuff to "my stuff" and Google drive. But it would consistently write but not be able to read from it again. Or would read one file from Google drive and ignore everything else.

Their models are seriously impressive. But as usual Google sucks at making them work well in real products.

For me it honestly matches pretty well. I give it an instruction and go reply to an email, and when I'm back in my IDE I have work (that was done while I was doing something else) to review.

Going back from writing an email to working, versus going back from email to reviewing someone else's work feels harder.

Nah that's not how it works. Streaming video is usually cut up into small segments. By having a couple of variants per segment, they can serve you a unique and identifiable sequence of segments without having to decompress (and encrypt) them for each user.