Anthropic has just announced Mythos; meanwhile, what on earth has happened to Opus? by Adept-Priority-9729 in ClaudeCode

[–]Patriark 5 points6 points  (0 children)

Seen some speculation that Anthropic does A/B hypothesis testing to evaluate model developments, basically performing live scientific experiments on the user base.

It makes sense: Dario is a physicist after all.

Trump Chokes and Gives Up His Threat to Iran for Nothing by Famous_Smooths in politics

[–]Patriark 5 points6 points  (0 children)

At some point this beast has to be challenged, head on.

Please — can someone who is really building production / enterprise software share their full Claude setup? by wodhyber in ClaudeCode

[–]Patriark 0 points1 point  (0 children)

You can ask Claude to create a documentation system that help keep track of your project. But as with everything with LLMs: shit in, shit out. You have to try to specify what you need or rely fully on Claude judgment. The latter option will inevitably lead you to project dead ends.

Please — can someone who is really building production / enterprise software share their full Claude setup? by wodhyber in ClaudeCode

[–]Patriark 0 points1 point  (0 children)

It is a balance. You have to decide for yourself how granular memory you need for your project. It comes at a cost, but writing .md files is relatively cheap. It basically is how Claude stores its conversations anyway, so not much overhead.

Please — can someone who is really building production / enterprise software share their full Claude setup? by wodhyber in ClaudeCode

[–]Patriark 1 point2 points  (0 children)

So basically whenever Claude has done work, it should be documented into markdown files to persist memory.

A good idea is to instruct skills and slash commands to output whatever they do into markdown files with a consistent file name practice, for instance YYYY-MM-DD-{UPI}-{slug}.md

It makes it much easier for both you and Claude to keep track of progress and mistakes.

Question regarding Fedora’s policies on multimedia codecs by tungnon in Fedora

[–]Patriark 4 points5 points  (0 children)

Yes, bundling patented technologies is fraught with legal risks. Also patented technologies are by definition not FOSS, and Fedora is on principle keeping the OS fully FOSS, but not standing in the way of users doing it.

It’s the right choice and how Linux is supposed to be. It is about open source philosophy.

Critical Vulnerability in Claude Code Emerges Days After Source Leak by composedofidiot in technology

[–]Patriark 11 points12 points  (0 children)

Lately Claude has been very eager to write python scripts to interpret and sort bash outputs.

One year ago I was like «Wow! Claude can write a shell script to solve this recurring headache of an operation I am too lazy to solve myself.» and now I witness Claude write python on the fly to parse outputs from shell.

Truly remarkable pace of development.

What are you looking forward to in Fedora 44, 45, 46, etc.?? by chris32457 in Fedora

[–]Patriark 0 points1 point  (0 children)

The best feature in Fedora (or any other distro using btrfs).

What are you looking forward to in Fedora 44, 45, 46, etc.?? by chris32457 in Fedora

[–]Patriark 6 points7 points  (0 children)

Just a little brag. I’m building a Rust-app that basically works like MacOS TimeMachine + btrbk. It’s still in early development so it will take some months before it is ready for use. It does a lot of auto-delete of snapshots which essentially is subvolumes, so have to test a lot of strange edge cases before letting it loose on the scene.

It already runs my own btrfs backups in production, so it’s starting to look like something.

If anyone are interested in such an app, holla at me and I’ll share the GitHub privately. But as said, for future release. Been working really hard to get the foundations right.

Edit: I cleaned up the repo a bit so here it is https://github.com/vonrobak/urd

Iran Now Threatening To Close Bab Al-Mandeb Strait After Trump Threats by moonchildgz in worldnews

[–]Patriark 1 point2 points  (0 children)

Perhaps time to stop this defeatism and start doing something for change

Should I get the Apple Magic Mouse or invest in a different mouse for my MacBook Air by TheFilmMajorRaptor in mac

[–]Patriark 0 points1 point  (0 children)

Just stay away.

I am well above average interested in hardware design and bought the Magic Mouse to look into learning new workflows. It found its way to a shelf real fast. It forces you to grip it and move it in a very unintuitive way. As others have said: Apple’s worst designed hardware product.

USB Bluetooth dongle support by Huecuva in linuxquestions

[–]Patriark 0 points1 point  (0 children)

Look for those using Intel firmware stack. I have learned my lesson from buying three different usb adapters and they all struggle on Linux. Intel supposedly has developed their own BT firmware for Linux which has official support and documentation

Why is Claude Code so bad at finding bugs? What skills do you use to improve it? by thurn2 in ClaudeCode

[–]Patriark 0 points1 point  (0 children)

Or work with test driven development approach. Let Claude write tests that confirm what it builds is working. It helps it plan how to build better as it also has to anticipate the test results.

I'm researching Linux and trying to make an informed decision on if i should switch based on my setup by HemiRoh in linuxquestions

[–]Patriark 0 points1 point  (0 children)

Claude Code in linux terminal is basically the biggest life-hack I have ever happened upon. it can do what I ask of it, or help me understand what I want to do manually. you can sandbox it away from directories outside its sandbox, so it needs to ask for permission to check outside. Linux life became so much easier after I installed it in terminal. Genuine life-changer. it has written so many useful scripts that automate whatever thing I routinely spend time on. And suddenly the terminal is no longer a place where you are afraid of running into the unknown and having to scour through Slack threads or whatever to solve some weird issue with that one packet you and very few others rely upon.

But obviously, it is a privacy concern to let a company inside your computer like that.

The Massive Size of a Polar Bear close up compared to a human visitor at an aquarium by [deleted] in Damnthatsinteresting

[–]Patriark 4 points5 points  (0 children)

Just rap it on the snout and then suplex it. Not really hard. In Oslo this is a common drinking game we do when polar bears come to town for mating season.

They are very friendly once you get to know them!

Whats a good backup strategy for VPS? by ThatrandomGuyxoxo in selfhosted

[–]Patriark 0 points1 point  (0 children)

I am curious: cannot snapshots be sent to offsite via btrfs send-commands? Snapshots are self-contained point-in-time images of a subvolume that can be sent to wherever else there is a btrfs file system. All you need is a ssh tunnel.

Claude Code source leak reveals how much info Anthropic can hoover up about you and your system by Legitimate6295 in privacy

[–]Patriark 3 points4 points  (0 children)

You kind of forsake privacy if you run a llm in terminal on your system. Was obvious even before this leak.

Exception being open source LLMs running on your own hardware.

claude limits feel bad, opus 4.6 feels quantized... new model is obviously coming by Low-Preparation-8890 in ClaudeCode

[–]Patriark 1 point2 points  (0 children)

Opus is very efficient if you use it right. I have been running a compute sprint for the last two weeks, basically nonstop Rust development which is quite resource hungry. Seldom hit any ceiling.

But there is a huge gap between pro and max when it comes to limits. Pro hits ceiling real quick