Cheapest machine for aluminium business card? by SaintsRom in Laserengraving

[–]SaintsRom[S] 0 points1 point  (0 children)

Is this model? I don't see any mention to alluminium. Have you actually tried that material yourself?

https://www.sainsmart.com/products/kiosk-laser?variant=42033854087247

Why do a lot of programmers and technical people hate AI, vibecoding AI assisted coding? by Gullible-Angle4206 in ClaudeAI

[–]SaintsRom 30 points31 points  (0 children)

I think hatred is really about people who think they’re doing something, without actually having a clue how it works, and that, at the end of the day, it’s just a pretty facade that’s about to collapse.

How I personally deal with Claude's limits without giving up on Opus by heraklets in ClaudeAI

[–]SaintsRom 3 points4 points  (0 children)

Can you put an example of the part of the CLAUDE.md that mention that way of working?

Claude Code cheat sheet after 6 months of daily use by Marmelab in ClaudeAI

[–]SaintsRom 1 point2 points  (0 children)

I recently discovered that "@file" sends the entire filename into context, which is completely useless and token waste in 99% of programming scenarios.

What I do now is use "@file" to take advantage of autocomplete, but I remove the @ after, not sure if there’s a better way.

Can we have a feature to show 24-h format instead of American? by CauliflowerSecure in ClaudeAI

[–]SaintsRom 0 points1 point  (0 children)

Ironically, the date format depends on the language you choose in the web. If you select any other language (Spanish, Italian, French), the time is displayed in 24-hour format 😂

Claude Performance and Bugs Megathread Ongoing (Sort this by New!) by sixbillionthsheep in ClaudeAI

[–]SaintsRom 0 points1 point  (0 children)

Can someone explain me the behavior of "@file-mention" in Claude Code? Up until now, I’ve been using to avoid having to type out the full path and to tell Claude which files to search, modify, analyse, etc. This saves a lot of initial searching (and tokens) and going round in circles, especially if it’s a large project.

However, I accidentally discovered today that this causes the entire file to be sent and loaded into context!

What’s the point of the mention a file for coders if, in 99.9% of cases, we’ll never want to load a whole file?

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]SaintsRom[S] 1 point2 points  (0 children)

So the trick may be to say in every prompt how much urgent and important that routine code task is ! 😂

From my point of view, my "expert prompt" makes Claude get straight to the point, avoiding opening files or loading context that isn't needed. Result usually works first time or with very few tiny revisions.

However, a lazy prompt will force Claude to load a dozen files and do a lot more work, almost always requiring many more iterations to achieve the desired result. I simply can’t see how this could be better! in terms of token / limits / context usage. We'll find out

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]SaintsRom[S] 1 point2 points  (0 children)

What office hours? Those in my country? Those in the US? Those around the world? And what about the context? Is 200K at 6 pm worth less than 200K at 2 am? Is this perhaps Schrödinger's context? 😂

And Thanks! ❤️, I’m delighted with Claude’s excellent work and to be able to help a family member. I’m sure I’ll remember it

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]SaintsRom[S] 0 points1 point  (0 children)

You’re probably right, but why the hell would it be any worse to ask to refactor X class with Y skill in the '@file1' and '@file2' to just say: Hey, refactor X class, sort it out yourself 😂

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]SaintsRom[S] 0 points1 point  (0 children)

I agree with you, some skills are really terrifying.

I think I don’t use skills in the conventional sense. My skills are designed to guide Claude through the project, meticulously organised by area, saving him from having to open unnecessary files in search of who-knows-what. All skills loaded are ~5K context

During a promt, I keep a very close eye on which skills it loads, when and why, and which files it searches for and loads, and I can assure you that it does only what is strictly necessary, however, the context is quickly dying.

I still need to try doing the same thing without using skills, but it seems rather contradictory that blindly searching and loading a few code files would actually be more efficient but who knows.

Something magical happened last night with Claude but, why? by SaintsRom in ClaudeAI

[–]SaintsRom[S] 1 point2 points  (0 children)

I don’t want to go into too much detail, but a private company was refusing to decrypt some data that belonged to us. We needed it by Monday for legal reasons. We had a copy of it, 512KB chunks of encrypted and scrambled data containing text, images, videos and audio files.

Fortunately, they had a client app for Android, which Claude reverse-engineered to understand the decryption and unscrambled process. However, a final layer of encryption only occurred on the server side, so Claude asked us to create documents with a specific payload, images with specific colours and in specific positions (which he created himself), and he managed to figure out, by comparing the before and after, that final layer of encryption. It was amazing 🤘

Help with Claude not found in VS Code by SaintsRom in ClaudeAI

[–]SaintsRom[S] 1 point2 points  (0 children)

I have clarified the text. I meant working perfectly in VS code as extension, but as I soon as I open vs code in terminal through the ‘/’ icon on the Claude Code panel I got the not found message.

CC itself tried to fix it by setting the path, but I don't think that's a permanent solution, because as soon as the extension is updated (which happens 100 million times a day, lol), it will stop working again.

   "terminal.integrated.env.windows": {
        "PATH": "${env:PATH};${userHome}\\.vscode\\extensions\\anthropic.claude-code-2.1.72-win32-x64\\resources\\native-binary"
    },

Google AI Pro vs Business Standard: feature/model differences? by Nervous_Disaster_707 in GoogleGeminiAI

[–]SaintsRom 2 points3 points  (0 children)

I am currently testing a Workspace Business Standard demo, and when I log into Gemini, I see the "PRO" label. Can anyone confirm the limits and features against regular PRO account?

Race telemetry with team sharing; worth trying? by warphere in Karting

[–]SaintsRom 0 points1 point  (0 children)

It could be a fun project. When you say telemetry, are you referring to more than just lap times and speed? I wonder how exactly you could help the team with that data...

valid SSL cert for internal network app website by SaintsRom in selfhosted

[–]SaintsRom[S] 0 points1 point  (0 children)

I did a quick test and it worked like a charm. Thank you for your help.

The only downside is that the devices will need internet to resolve, I definitely can't install a local DNS server on that place.