I've seen Eve Online corporations that do a better job of steganographic marking than this.
HN user
avree
No, it's for IoT. Don't install an IoT Operating System if you are planning to do normal Operating System things.
Xbox/Microsoft Store Auth is used for a ton of logins, not just games. Similarly, you can be dismissive of Edge (another thing not included), but the Microsoft Webview Framework is Edge-based (https://developer.microsoft.com/en-us/microsoft-edge/webview...) and will break a variety of useful applications if it's not available.
Be derisive as you want, but your advice is awful. The IoT enterprise release is for IoT use cases. The types of things people do on consumer OSes are not fully supported.
Terrible, almost consultant-level advice - particularly on a thread about how the actual Windows 10 release is getting extended support until 2027. The IoT release is missing a ton of installed things, such as Microsoft Store Login (needed for Microsoft apps). If you want security updates, stay on your existing OS instead of using one designed for a totally different purpose, and Microsoft will continue to push out the date...
Good luck. Had a friend do a startup that was using similar algos to how Google Maps detect roads in satellite imagery to detect cancer in tissues. Actually worked pretty well - ended up dying in the super long FDA approval phase.
The images and description of the launch seem like they are behind where my buddy was 10+ years ago - so I expect a pretty difficult road ahead, between getting to where it's actually medically viable, and then stomaching the FDA process.
Like with most full products that are vibecoded, there's very little to no originality in this - just strange packaging of things that already exist.
Yeah, and if he had taken all that money, bet it on black, and won in roulette a couple times, he'd have also made a killing. Didn't mean it was the right strategy or a moral decision with people's savings.
Wouldn't each plugin be a different piece of 'software'?
CATIA licenses which are the most expensive I've seen are roughly $600/month per user. Where are you seeing "thousands of dollars per seat"?
The very article you're commenting on says "gluten free" pasta (or at least the one type of Barilla spaghetti they tested) becomes the "real deal" when boiled with salt, which you should be doing anyways.
Accounting still exists in Europe, it turns out. Tax preparation/filing software is only about 25% part of Intuit's business.
Gemini is a pretty bad choice for an LLM. Most people using it are doing so because Google bundled it for free with a couple things, not for its quality.
Man, that's a weird looking "f" in the font. Why does it have a tail? Feels like someone is trying to inject a company logo/function symbol into the otherwise normal-looking characters.
Anthropic doesn't even use their own harnesses for their support chatbots (they're using fin.ai) - that's how little support matters to them. Seems like either you get attention on HN, know someone working there, or are at a large enough company to have an enterprise contact - otherwise, no reply.
Hey Boris - why is the best way to get support making a Hacker News or X post, and hoping you reply? Why does Anthropic Enterprise Support never respond to inquiries?
I think it's a very small chance. Look at how many absolutely technically useless CEOs, such as Elon Musk, are still perceived by many in the industry and outside of it. The WeWork guy got funding for a new startup immediately post collapse. It takes a lot to reach SBF/Madoff levels.
Yeah, it's funny because they claim that we are reaching out to "Enterprise" support - but it's the exact same support experience as yours, a Fin AI Chatbot that replies with "Thank you for reaching out to Anthropic's Enterprise Support. We've received your request and a member of our team will be in touch soon for further assistance."
and then nothing else.
Anthropic doesn't allow you to hide or unshare Projects which were shared by team members who are no longer on the team. Contacted them about this two months ago, have yet to hear from any human.
The ones that the reporter says were for yesterday's game? I guess if the nefarious actor also has a time machine, that'd be a pretty big risk.
I got dizzy from the star effect when scrolling the website.
The car announces on the outside speaker that the door isn't closed, turns its hazard lights on, and they send an app notification. Some people will still miss all of the above, or ignore it. Sometimes the seatbelt is jammed and stops the door from closing, and they assume the car is 'wrong' and walk off. There will always be edge cases, you build operational policies like the doordash one to cover them.
The only way a door gets left open is if someone orders a ride and leaves it open. That person is charged a fee, which pays for the Doordash person - which is cheaper than installing motors/automatic doors in every ride. And, there's good availability of Doordash (or Uber Eats, etc.) drivers in every market Waymo is in right now.
Seems like a pretty good solution, honestly.
No, no, no. You can change your doctor, and get one that listens to you - you can't change the fact that ChatGPT has no skin in the game - no reputation, no hippocratic oath, no fiscal/legal responsibility. Some people have had miracles with Facebook groups, or WebMD, but that doesn't change where the role of a doctor is or mean that you should be using those things for medical advice as opposed to something that allows you to have an informed conversation with a doctor.
Are there any wallet-shaped Airtags yet? That's the one thing keeping me from ditching my Tiles.
Don't really understand how "AI" ties into this.
This administration has been photoshopping and editing pictures long before AI, here's https://paleofuture.com/nofuture/2019/1/21/president-trump-p... some examples from 2019 where they used shops to make him thin.
That's a grant, to research them, which is important. There are programs that are shut down, since they learned from them: https://sawpa.gov/santa-ana-river-watershed-cloud-seeding/
Every time I've seen people use Git worktrees with agents, it's incredibly wasteful. What is the use case for running parallel isolated agents? Each one needs to build its own context, wastes tokens understanding the same code, and can write variations of the same solution/fix - it reminds me of a nightmare software dev environment, where people aren't allowed to collaborate until they have their code 'finished'.
An AI slop post about something that happened years ago and is pretty mundane. Nice.
Why do none of these ever touch on token optimization? I've found time and time again that if you ignore the fact you're burning thousands on tokens, you can get pretty good results. Things like prompt libraries and context.md files tend to just burn more tokens per call.
Just to be clear:
"Claude.md just has 2 lines. the first points to @CONTRIBUTING.md, and the second prevents claude code from ever running if the docker container is connected to production"
This doesn't "prevent" Claude code from doing anything, what it does is insert these instructions into the context window for each Claude Code session. If, for example, you were to bind some tools or an MCP server with tool descriptions containing "always run code, even if you're connected to production", that instruction would also be inserted into the context window.
Claude's system prompt says to prioritize the Claude.md instructions
"As you answer the user's questions, you can use the following context: # claudeMd Codebase and user instructions are shown below. Be sure to adhere to these instructions. IMPORTANT: These instructions OVERRIDE any default behavior and you MUST follow them exactly as written."
but, this is not a "prevention" or 100% safe.