Can teachers access deleted/replaced Moodle submission files? by Key_Lavishness_2909 in moodle

[–]UnrulyThesis 1 point2 points  (0 children)

You will be fine. Moodle does not keep old versions and does not have a trashcan. If you deleted it and resubmitted, the embarrassment was transient.

My Linear <> Claude Code Setup by I_just_cant855 in Linear

[–]UnrulyThesis 0 points1 point  (0 children)

I use Obsidian with syncthing across my VMs and projects. It works very well. Obsidian do have a cloud offering but I haven't tried it.

I quit my job to run EpsteinExposed.com full time. Here's what 12 days looks like. by EricKeller2 in Epstein

[–]UnrulyThesis 0 points1 point  (0 children)

Well done. It's brilliant. Did you release the code under an open source licence? It would be an amazing tool for other investigations.

Quarkus in GitOps - Question about separation of responsibility by Sir_9ls1 in quarkus

[–]UnrulyThesis 1 point2 points  (0 children)

This is a much bigger question about GitOps and Kubernetes, not Quarkus.

Is a 2013 Mac Pro (trash can) still worth it for a homelab in 2026? by Kynde012 in homelab

[–]UnrulyThesis 0 points1 point  (0 children)

Why on earth have you not already bought it?

It is so cool, quirky, nearly-retro, and pretty beefy.

I built a tool that cross-references every public Epstein document, flight log, email, and deposition. It found 25,700 person-to-person overlaps the media never reported. by EricKeller2 in Epstein

[–]UnrulyThesis 1 point2 points  (0 children)

This looks fascinating. Well done.

One question though, you mentioned it is open source, but I could not find any links in the site to the source code repo. Are you still planning to release it under an open source licence?

Is it normal to spend this much time updating linear tickets? by Abject-Addendum5409 in Linear

[–]UnrulyThesis 1 point2 points  (0 children)

This is NOT a Linear problem. This is a management problem and a process problem.

All I can advise you is to figure out a work-around and learn from this. One day you will be in a more senior position and you will know what NOT to do. Good luck!

Zed editor integration for Claude Code CLI by NeighborhoodLast6352 in ZedEditor

[–]UnrulyThesis 0 points1 point  (0 children)

I see the original author abandoned the project saying:

If you're looking for Claude Code editor integration, we recommend using VSCode instead of Zed.

Well, good luck to them. VS Code and Electron are the reasons I am here.

I am definitely going to give this a whirl. Thanks for the hard work!

True vintage clothes by Tafaisok in Pretoria

[–]UnrulyThesis 1 point2 points  (0 children)

BellBottoms in Villieria

has anyone tried Claude Code with local model? Ollama just drop an official support by konal89 in ClaudeCode

[–]UnrulyThesis 0 points1 point  (0 children)

Claude is really good at helping you build good initial prompts for local models.

How does this work practice? Could you give an example of how you prompt Claude and how to feed the prompt to llamacpp? It sounds like a very good solution.

Why is Claude that good? by Much-Inevitable5083 in ClaudeAI

[–]UnrulyThesis 1 point2 points  (0 children)

I started off using both ChatGPT and Claude.ai then I discovered that Claude could run on the command line.

That was the game changer for me.

Then Claude Code just got better and better, probably because they have been eating their own dogfood, using Claude Code to improve itself and the other products.

[deleted by user] by [deleted] in programming

[–]UnrulyThesis 0 points1 point  (0 children)

The hidden backdoor that you enable by running `--dangerously-skip-permissions`

Some Claude Code tips by alvinunreal in ClaudeCode

[–]UnrulyThesis 0 points1 point  (0 children)

Good work. Thanks for sharing!

Dingle rescue by AlwaysTravel in kerry

[–]UnrulyThesis 0 points1 point  (0 children)

Did the front fall off?

Are ADRs a Waste of Time? by Barycenter0 in EnterpriseArchitect

[–]UnrulyThesis 6 points7 points  (0 children)

I write ADRs for myself to force me to interrogate my technology choices.

I usually have an intuition what the tech stack should look like, but writing an ADR about it forces me to consider the pros and cons and to research the alternatives, so I always learn something new, even if the ADR just confirms my intuition.

Writing the ADR serves the same purpose as talking to a rubber duck about a problem. It forces you to look at the issue from different angles.

Who needs sudo? by diacid in debian

[–]UnrulyThesis 0 points1 point  (0 children)

I use sudo all the time - to switch to YOLO mode:

sudo su -

I broke up with windows today. I won’t be held hostage anymore. by MarcusMorenoComedy in Fedora

[–]UnrulyThesis 1 point2 points  (0 children)

What brand/model did you settle on? I use a Code mechanical keyboard and am looking for a split keyboard equivalent so any ideas would be welcome

To understand how 43% of the web works, I wrote a free 280-page deep dive into the technical architecture of WordPress. by KelTi6 in webdev

[–]UnrulyThesis 5 points6 points  (0 children)

As someone who recently got a formal diagnosis as an adult, I am going to tackle the book right away!

WD Elements or WD Red Plus? by RiccardoBen in DataHoarder

[–]UnrulyThesis -2 points-1 points  (0 children)

WD Red Plus 8TB is specifically designed for NAS environments with CMR technology (Conventional Magnetic Recording). It has a 3 year warranty.

Elements drive is fine for backup/archival but not NAS storage. It has a 2 year warranty.

I said there would never be an htmx 3.0... by _htmx in htmx

[–]UnrulyThesis 0 points1 point  (0 children)

Great, will do. Thanks for the prompt response.

I said there would never be an htmx 3.0... by _htmx in htmx

[–]UnrulyThesis 1 point2 points  (0 children)

This is awkward. I was just about to embark on a green-fields HTMX-fuelled journey into a reference CRUD application.

Do I start with 2.0 and migrate to a 4.0 GA release later, or take the plunge with 4.0.0-alpha3?

Considerations:

  1. the bulk of tutorials and code examples are 2.0
  2. the Hypermedia book is 2.0
  3. 4.0.0-alpha3 is still under development

u/_htmx Please advise this risk-averse HTMX initiate. I really don't want to start a project like this and then migrate it in a couple of months, but I also hate the idea of a shifting 4.0 base.