HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ImaCake

no profile record

comments

ImaCake
·il y a 16 jours·discuss
Sure, but something that is “sonnet tier” is going to get there faster and with less pain. Well worth the 13 cents!
ImaCake
·il y a 17 jours·discuss
Significantly cheaper than comparable models if you are using openrouter [0]. Just yesterday I spent roughly 13 cents centering some divs using Deepseek in a personal project. It would have been north of $1 to do that with a US frontier model.

0. https://openrouter.ai/compare/z-ai/glm-5.2/anthropic/claude-...
ImaCake
·il y a 17 jours·discuss
You should try out the cheaper models first. I find Deepseek v4 models pretty comparable to sonnet 4.6 but at a fraction of the cost. You might find you just don't need to use the American models at all.
ImaCake
·il y a 21 jours·discuss
That first map seems to map quite closely to koppen climate zones across the continent. Its hard to say whether the climate is decisive here because climate is a big influencer of urban design. However, its interesting that in Australia its the two Mediterranean climate cities (Perth and Adelaide) which frequently get labelled as worse for tree cover compared to the sub tropical east coast cities.
ImaCake
·il y a 30 jours·discuss
If you go to the original link [0] you will see that things are actually pretty stable and okay?

0. https://www.nationsreportcard.gov/ltt/2025/
ImaCake
·le mois dernier·discuss
It's fun and it looks good regardless of whether its 100% correct (It would certainly take me more than 9 hours of work to do better than this). Making these bespoke tools possible for most people is a big deal.
ImaCake
·le mois dernier·discuss
People are not (yet) aware what has been making everyone fat, but ozempic is making it harder to ignore that ultraprocessed foods are the culprit. So hopefully this will change.
ImaCake
·il y a 2 mois·discuss
You can do it with a phone camera, ffmpeg, colmap, and opensplat on an m4 macbook air easy enough. I got a nice render of my logitech mouse from it.
ImaCake
·il y a 2 mois·discuss
In my experience, LLM usage follows an exponential distribution i.e. most people using LLMs are not using many resources, but a very small few are using a massive amount of resources. Most LLM usage is trivial and tiny, most of what I use LLMs for could be done by a local model with a decent web retrieval tool. What some people I know use LLMs for requires massive volumes of tokens. Its that small power user base which I would bet they are targetting.
ImaCake
·il y a 2 mois·discuss
I think this falls flat for a technical audience because we already know how to do this stuff. But there are a lot of people who don't know how to copy paste, or use reverse image search, or apply a filter to a table. Being able to use plain language to do these things is a game changer for them. Sure, it's inefficient and inelegant but it's an interface that will do for basic technical stuff what the ipad touch screen did for the mouse and keyboard.
ImaCake
·il y a 4 mois·discuss
Or what if local models get good enough to threaten the server based product?
ImaCake
·il y a 7 mois·discuss
I read/listened/sampled a lot this year but a few have reached out into my life and changed me at least a little bit.

- In Defense of Food - Michael Pollan. A brilliant "not diet" book about not eating crap and enjoying chocolate cake with your friends. I followed this up with Ultra Processed People to arm myself with the facts to defend not eating the junk people call food.

- The Dispossesed - Ursula Le Guin: recommended in previous year's HN what did you reads. An absolutely triumph for how it manages to portray a believable anarchist society.

- Adult Children of Alcoholics: useful to the multitude of us who grew up with an alcoholic parent(s). I used this to identify the common patterns I share with others who grew up like me. You are not alone!

- The Invention of Clouds (not finished): I really like the context of "dissenting science" which the author conveys brilliantly. Turns out Dark Academia and Bro Science are not new.

- The Art of Frugal Hedonism: Irreverant although it comes off a little pious. This book has helped me accept that I have enough stuff already.
ImaCake
·il y a 8 mois·discuss
Can't speak for OP but I largely spend it reading (and web). I bought a kindle recently because I found the ipad/iphone were too distracting to reliably avoid web surfing instead of a book. I view the switch to long form content as a form of information dieting in the same way as a switch to whole foods.
ImaCake
·il y a 9 mois·discuss
> LLMs struggle with simplicity in my experience

I think a lot of this is because people (and thus LLMs) use verbosity as a signal for effort. It's a very bad signal, especially for software, but its a very popular signal. Most writing is much longer than it needs to be, everything from SEO website recipes, consulting reports, and non-fiction books. Both the author and the readers are often fooled into thinking lots of words are good.

It's probably hard to train that out of an LLM, especially if they see how that verbosity impressess the people making the purchasing decisions.
ImaCake
·il y a 9 mois·discuss
HN is too boring though. Often I come here and there is nothing clickbait enough to get me to read it and I go elsewhere. It's great.
ImaCake
·il y a 9 mois·discuss
No smartphone can match the bottom tier super-zoom camera I have for bird photography. Even with the frankly microscopic sensor on the super-zoom the power of depth-of-field on an adjustable zoom lens is amazing.
ImaCake
·il y a 3 ans·discuss
Are you in the USA? Apparently the american media is particularly pro-israel. I am in Australia and find the media is very pro-israel but is happy to also say that israel’s actions are unsavory. I understand that Europe is much more balanced than Australia on this one.
ImaCake
·il y a 3 ans·discuss
Lots of states are ethnostates to varying degrees. Japan and South Korea are arguably much more restrictive about who is considered a member than Israel. But there are many more; Finland, Iran, and Hungary come to mind. The New World has few ethnostates, but in Eurasia they are more the norm than the exception.
ImaCake
·il y a 5 ans·discuss
There is of course a classic xkcd about this [0]. I think these help a little with perspective. But my favourite is the rise in syphilis cases leading early psychologists/psychiatrists to think we were in civilizational decline because so many people would go insane from stage 4. You can read a nuanced and thoughfull take on this idea on page 6 of "The Mind Fixers" which is a pretty academic book about the history of psychiatry.

0. https://xkcd.com/1227/
ImaCake
·il y a 7 ans·discuss
> I guess website will start findings ways to prevent copy pasting

This is already a thing in some places. I wanted to use a table of data I found on a website but found I couldn't copy and paste it into excel. Instead I downloaded the webpage and parsed it to extract the table and rebuild it manually.