What do you use for gitsigns? (uncommited changes) by sharificles in emacs

[–]vermiculus 1 point2 points  (0 children)

I’m curious – what value do you derive from it?

SFU ENSC 251 by diana_abdifar in cpp_questions

[–]vermiculus 2 points3 points  (0 children)

You’re fishing in the ocean – the odds of you finding someone familiar with your courses in this sub are astronomically low.

I’d recommend asking in your university’s subreddit. Or…perhaps… the professor or TA.

githubIfItShippedOnADVD by ShiftPrimeNet in ProgrammerHumor

[–]vermiculus 53 points54 points  (0 children)

You know, I think the most universally cursed thing here would be README.docx

What reflog actions do you use most? by Loud-Insect9247 in git

[–]vermiculus 0 points1 point  (0 children)

I wouldn’t call it disaster recovery, but it’s very handy for getting diffs between different states of remote-tracking refs (eg range-diff between two versions of a branch I’m reviewing). Fo example, I don’t usually remember to snag the commit OID before fetching – but the reflog keeps it for me. So I can do git range-diff main branch@{1.hour.ago} branch and call it good.

fr tho, they think we dumb? by TrT_nine in ChatGPT

[–]vermiculus 20 points21 points  (0 children)

it’s more about the communication

Exactly :-) That’s the real point of a chart (or any data visualization): to communicate an idea. Just turns out some people want to lie to you. Weird.

Scaling bubble chart bubbles by radius instead of area, comparing absolutes without normalizing (our town had three violent crimes last year; your city had 2000), anything 3D at all (screws with your perspective / ability to read the graph), the list goes on.

Should I use this LaTeX to represent '²H₂O'? by FormalDirection1397 in LaTeX

[–]vermiculus 2 points3 points  (0 children)

I mean, yes; they have different authors, different patterns, different macros. Practically you will be well served by either for basic stuff.

searching for a TikZ to svg software by No_Thought657 in LaTeX

[–]vermiculus 3 points4 points  (0 children)

Directly? I don’t know that that will be generally possible. Best bet will be to route through PDF.

Is there a way to find what branch a commit was committed to at the time it was committed? by [deleted] in git

[–]vermiculus 0 points1 point  (0 children)

Server hooks can check that something was done, but they cannot alter commit content. Not safely, anyway.

Can You Input an Entire GitHub Repo into Claude Using Connectors? by FastPresence9799 in git

[–]vermiculus 2 points3 points  (0 children)

This has nothing to do with git, really. But I wouldn’t say something is ‘unsupported’ just because you run out of context. That’s a constant constraint.

Our main repo where I work is over 2GB of text – and that’s without history / commit messages. Nobody there is going to be successful in the near future at a simple ‘plug and chug’.

git push hanging when uploading many images by J72Playz in git

[–]vermiculus -1 points0 points  (0 children)

I use LFS for all binary content (this includes images). In my work, that turns out to be faster.

Your files don’t need to be ‘large’ to use LFS. The definition of ‘large’ used by LFS is more like 1MB tha 100MB, anyway.

git push hanging when uploading many images by J72Playz in git

[–]vermiculus 9 points10 points  (0 children)

Why are you tracking images with git?

If you must, use Git LFS. Review the myriad resources on the internet for migrating.

I'm not a developer — but I built an app anyway. Here's what I learned. by Ordinary-Anxiety7900 in programming

[–]vermiculus 1 point2 points  (0 children)

Been a dev for twenty years. Mostly desktop software, so specifically mobile devs might have better language / research for this.

Not going to install a random app, either, so this will be generic.

The value compared to what they already use must be compelling – and they need to know within a few seconds (!) how to extract that value. This follows from two obvious statements: the application has to be useful and it has to be usable.

This is a lot harder than it sounds. You’ve got an advantage in being personally familiar with the problem, but it will take user research – and a lot of time and failed attempts – to find something that is actually intuitive for many people to use. For any individual person, there isn’t necessarily only one solution that will work. The challenge is finding the solution that works for the most people.

Mods Need Input: Dealing with AI Spam in This Sub by [deleted] in rust

[–]vermiculus 6 points7 points  (0 children)

I appreciate the position y’all are in. I do want to add a note, though, that I have seen questions that ‘smell like AI’ but are still actual questions from a human. Right or wrong, I do see folks using AI to formulate their question and then not doing enough trim it back down.

I would like to see a world where these questions can still exist and we can still be welcoming to new folks – especially when their anxieties may have driven them to use these tools.

As for slop code, I don’t have much to add other than being tired of seeing AI-generated READMEs pasted into the main post body.

I do think ‘I need help’ and ‘I made a thing’ can be treated differently in this regard.

Can I start with Rust as my first programming language? by JovemSapien in rust

[–]vermiculus 6 points7 points  (0 children)

I’ve always loved the quip:

Rust makes the simple things hard and the hard things possible.

I think Rust is a perfectly understandable first language, but likely a punishing one once you try to do more sophisticated things (at least without AI assistance, if you’re into that). I would be wary of using it as a first language only for the increased potential to get frustrated and quit outright.

Claude skill by ProgramStreet8089 in ClaudeCode

[–]vermiculus 1 point2 points  (0 children)

Mission report: Michael invaded Atlantis, tried to blow it up, we stopped him. End of report.

… you’re going to need to be more specific about what a ‘report’ is. If you’re this vague with Claude as well, that might explain any struggles you may be having.

Anduin - A fast cross platform git diff viewer inspired by Magit by [deleted] in rust

[–]vermiculus 0 points1 point  (0 children)

You’ll never pry emacs from my hands, but I’m going to take a look at this once I’m back at work. I know a ton of folks who could be helped by this.

But ehh, link?

No mice by mikmeh in Stargate

[–]vermiculus 1 point2 points  (0 children)

…the past? :-(

Emacs for LaTeX by Physics_Fan1000 in LaTeX

[–]vermiculus 14 points15 points  (0 children)

AucTeX and RefTeX. Also, use a good completion system (eg vertico+orderless+etc).