Hacker Newsnew | past | comments | ask | show | jobs | submit | jweir's commentslogin

generate a story where there is not much of a story. What is unfortunate is this has gotten upvoted and is now part of the noise.


Ah memory lane. I created the "speaker head" characters and lead the redesign of the WinAmp web site back in 2004. Good times. Through Odopod in San Francisco

https://x.com/WebDesignMuseum/status/1700520818478854523


As a teenager I spent a ton of time on this website, specifically the skins directory


winamp 2.77 for lyfe


This but attached targeting a 3D printer.


If you see a fraud and do nothing you are part of the fraud.


True, but with visual art there is what is correct and what looks correct. When things are moving and the area small no one is going to notice.

But now that is problem is solved a director will come along and say... I want a scene with a big glass of water and the camera will zoom in on it and will see the monster refracted through the glass.


At that point it's better to do the glass entirely in post.


Something, well may things, kill about Microsoft. The Office suite have a wonderful API and loading a JS app with an an interface in the apps works great.

We took an Elm app from our web app and put into Excel to control downloading reports. Works great.

Except you have to side load this and that is a pain - or you have to go through the MS App Store, which is a whole other headache.

If anyone has any advice on making it easy for customers to install Office apps please let me know.


If your customers are in the same Microsoft tenant as you (i.e., company employees), you can use Integrated Apps to deploy the add-ins to them.

1. Host the add-in static assets at some endpoint

2. Ask your IT admin to upload your add-in manifest file to Integrated Apps

https://learn.microsoft.com/en-us/microsoft-365/admin/manage...


You can write add-ins for Excel. I’ve used this .NET component library to build Winform apps that use the add-in interface to 13 years. Super simple and it uses the COM interface and supports all Windows Office versions.

https://www.add-in-express.com/add-in-net/index.php


Lewes Delaware has the Cannonball house which was struck in the 1812 bombardment. Delightful town and beach, worth a visit.


I switched back to 4.5 Sonnet or Opus yesterday since 4.6 was so slow and often “over thinking” or “over analyzing” the problem space. Tasks which accurately took under an minute in Sonnet 4.5 were still running after 5 minutes in 4.6 (yeah I had them race for a few tasks)

Someone of this could be system overload I suppose.


Edit ~/.claude/settings.json and add "effortLevel": "medium". Alternatively, you can put it in .claude/settings.json in a project if you want to try it out first.

They recommend this in the announcement[1], but the way they suggest doing it is via a bogus /effort command that doesn't exist. See [2] for full details about thinking effort. It also recommends a bogus way to change effort by using the arrow keys when selecting a model, so don't use that either.

[1]: https://www.anthropic.com/news/claude-opus-4-6

[2]: https://code.claude.com/docs/en/model-config#adjust-effort-l...


Pathetic how they have no support for modifying sampling settings, or even a "logit_bias" so I can ban my claude from using the EM dash (and regular dash), semicolons, or "not". Also will upweight things like exclamation points

Clearly those whose job it is to "monitor" folks use this as their "tell" if someone AI generated something. That's why every major LLM has this particular slop profile. It's infuriating.

I wrote a long winded rant about this bullshit

https://gist.github.com/Hellisotherpeople/71ba712f9f899adcb0...


You can do it via /model and pressing left and right though


That's not a thing, at least not in my installation of Claude Code.


It works for me! (Edited link since original had laptops serial number in it: https://screen.studio/share/3CEvdyji)

Claude Code v2.1.37

EU region, Claude Max 20x plan

Mac -- Tahoe 26.2


Good to know it works for some people! I think it's another issue where they focus too much on MacOS and neglect Windows and Linux releases. I use WSL for Claude Code since the Windows release is far worse and currently unusable do to several neglected issues.

Hoping to see several missing features land in the Linux release soon.

I'm also feeling weak and the pull of getting a Mac is stronger. But I also really don't like the neglect around being cross-platform. It's "cross-platform" except a bunch of crap doesn't work outside MacOS. This applies to Claude Code, Claude Desktop (MacOS and Windows only - no Linux or WSL support), Claude Cowork (MacOS only). OpenAI does the same crap - the new Codex desktop app is MacOS only. And now I'm ranting.


What version are you on? Did you run a Claude update?


I'm on v2.1.37 and I have it set to auto-update, which it does. I also tend to run `claude update` when I see a new release thread on Twitter, and usually it has already updated itself.


Claude Code CLI 2.1.39 released a few hours ago fixes the problem. They didn't note it in the changelog though. Seems like a significant bug fix. ¯\_(ツ)_/¯


what? Their documentation is hallucinated?


Yep, and their documentation AI assistant will egregiously hallucinate whatever it thinks you want to hear, then repeat itself in a loop when you tell it that it's wrong.


Yesterday I asked a question about a Claude Code setting inside Claude Code, don't recall which, and their builtin documentation skill—something like that—ended up doing a web search and found a wrong answer on a third party site. Later I went to their documentation site and it was right there in the docs. Wonder why they can't bundle an AI-friendly version of their own docs (can't be more than a few hundred KBs compressed?) inside their 174MB executable.


It's insane that they concluded the builtin introspection skill for claude documentation should do a web search instead of simply packing the correct documentation in local files. I had the same experience like you, wasting tokens and my time because their architecture decision doesn't work in practice.

I have to google the correct Anthropic documentation and pass that link to claude code because claude isn't able to do the same reliably in order to know how to use its own features.


Also if they bundled the documentation for the version you're running it would have fewer problems due to version differences (like stable vs latest).


They used to? I have a distinct memory of it doing exactly that a few months ago. Maybe it got dropped in the mad dash that passes for CC sprint cycles


They mentioned in the release notes if it's over-thinking you should decrease the reasoning effort.


Yeah, nothing is sped up, their initial deployment of 4.6 is so unbearably slow they are just now offering you the opportunity to pay more for the same experience of 4.5. What's the word for that?


Enslopification.


Remember having to write detailed specs before coding? Then folks realized it was faster and easier to skip the specs and write the code? So now are we back to where we were?

One of the problems with writing detailed specs is it means you understand the problem, but often the problem is not understand - but you learn to understand it through coding and testing.

So where are we now?


Skip specs, and you often ended up writing the wrong program - at substantial cost.

The main difference now is the parrots have reduced the cost of the wrong program to near zero, thereby eliminating much of the perceived value if a spec.


Astronaut 1, AI-assisted developers: You mean, it's critical to plan and spec out what you want to write before you start in on code?

Astronaut 2, Tim Bryce: Always has been...


We’re not „thinking with portals” about these things enough yet. Typically we’d want a detailed spec beforehand, as coding is expensive and time consuming, thus we want to make sure we’re coding the right thing. With AI though, coding is cheap. So let AI skip the spec and write the code badly. Then have it review the solution, build understanding, design a spec for better solution and have it write it again. Rinse and repeat as many times you need.

It’s also nothing new, as it’s basically Joe Armstrong's programming method. It’s just not prohibitively expensive for the first time in history.


Joe should sue.


That’d be challenging for him right now.


Look up Sean Bell - not a stop a frisk, just an open fire.

Once, my wife and I were stopped, but not frisked, and cited for riding bikes, on a sidewalk at 2AM on a stretch of Atlantic Ave that would kill you to ride on. It made no sense, until I found out that my neighbor and his friend had been murdered at a street party. There was a drag net out trying to find the killer and they stopped anyone for anything.

A tough city.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: