Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Michaelâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290587 |
Post edited: |
— | about 1 year ago |
Edit | Post #290587 |
Post edited: Mention patch creation reqs. |
— | about 1 year ago |
Edit | Post #290587 | Initial revision | — | about 1 year ago |
Answer | — |
A: Git apply vs git am Each of them has an analog to another Git command. But instead of objects in the repository, these take text file(s) created either by you or someone else. `git apply` Think of this as Applying a `git stash` from a text file. Applies a delta to your worktree. It's nominally a Git-flavored ve... (more) |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: Invert the chart, so "Anything Else" makes more sense |
— | about 1 year ago |
Comment | Post #290511 |
That's crazy. I had one where the password entry screen had a _shorter_ length limit than the creation screen, so it didn't fit the password I had set. (more) |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: Chart! |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: NIST history: NISTory? |
— | about 1 year ago |
Comment | Post #290511 |
From 2003 to 2017, NIST's 800-63 pushed the bad advice they later repudiated. See [this WSJ article](https://archive.is/4xffa) (no paywall) on the history. That's why organizations that are slow to change and old systems without active development might still have the crummy old guidelines. (more) |
— | about 1 year ago |
Comment | Post #289252 |
Do you want to add an explainer for `$'{status=}'`? It's nice for logging or verbose output. (more) |
— | about 1 year ago |
Edit | Post #290489 |
Post edited: Text didn't match the image. (It was bugging me, sorry.) |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: Have I Been Pwned? |
— | about 1 year ago |
Suggested Edit | Post #290489 |
Suggested edit: Text didn't match the image. (It was bugging me, sorry.) (more) |
helpful | about 1 year ago |
Edit | Post #290490 |
Post edited: Obsessive wordsmithing. |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: |
— | about 1 year ago |
Edit | Post #290490 |
Post edited: Password expiration |
— | about 1 year ago |
Edit | Post #290490 | Initial revision | — | about 1 year ago |
Answer | — |
A: Are "strong passwords" at all meaningful? Passwords are annoying. Nobody really enjoys passwords, which is why "The End of Passwords" articles keep circulating. I'm looking forward to the day the prediction comes true, but in the meantime passwords are the most common way to do authentication anywhere with a computer. I made a chart to cl... (more) |
— | about 1 year ago |
Edit | Post #290397 | Initial revision | — | over 1 year ago |
Answer | — |
A: How to display overlapped content in an e-mail I don't understand your "Venn Diagram" explanation. Are you wanting the image behind the text? If you mean wrapping around the image, you can do this: Instead of cells of a big table, put the image into its own table and `align="right"` the table. Then text will reflow around the table (even in yu... (more) |
— | over 1 year ago |
Edit | Post #290317 |
Post edited: oops |
— | over 1 year ago |
Edit | Post #290323 |
Post edited: Mention workaround. |
— | over 1 year ago |
Edit | Post #290323 | Initial revision | — | over 1 year ago |
Answer | — |
A: Can GitHub rewrite authorship of commits? It doesn't change commit data when you push. You have to set your local email address to the `noreply` one. > ## About commit email addresses > […] > > If you'd like to keep your personal email address private, you can use a `noreply` email address from GitHub as your commit email addres... (more) |
— | over 1 year ago |
Edit | Post #290317 | Initial revision | — | over 1 year ago |
Question | — |
Can GitHub rewrite authorship of commits? GitHub has a setting wherein they offer to "anonymize" your user email from, say, somebody@example.com to somebody@users.noreply.github.com. I presume this is to prevent you from getting spam from a scraper that reads the metadata on commits to public repositories. How do they do this without inva... (more) |
— | over 1 year ago |
Edit | Post #290188 |
Post edited: Put screenshots into the markdown list items they're related to. |
— | over 1 year ago |
Suggested Edit | Post #290188 |
Suggested edit: Put screenshots into the markdown list items they're related to. (more) |
helpful | over 1 year ago |
Edit | Post #290185 |
Post edited: Add release year for the relevant Git version. |
— | over 1 year ago |
Suggested Edit | Post #290185 |
Suggested edit: Add release year for the relevant Git version. (more) |
helpful | over 1 year ago |
Edit | Post #290184 |
Post edited: No floating "they" |
— | over 1 year ago |
Edit | Post #290184 | Initial revision | — | over 1 year ago |
Answer | — |
A: What are the benefits of starting a Git repo with an empty commit? This sounds to me like someone had a problem once and they've decided upon a somewhat silly way to keep that from ever happening again. The big repository hosts have a different way of addressing it. They (offer to) make you a README.md and a .gitignore for the first commit and you can stem everyt... (more) |
— | over 1 year ago |
Comment | Post #278523 |
I haven't done this in LibreOffice, but I once [asked a Google Sheets question](https://stackoverflow.com/q/39044409/241211) somewhere else that resulted in a great answer. The formula there might work for Calc, too. (more) |
— | over 1 year ago |
Edit | Post #290097 | Initial revision | — | over 1 year ago |
Answer | — |
A: Command to format code from repo into single markdown file Sylvester's answer is great, but I wanted to point out that interpolation only happens in double-quoted strings (`"`), not in single-quoted ones (`'`). If you have lines that don't need any variable or command interpolation, you can single-quote and skip escapes: ```bash find . -name ".py" -pr... (more) |
— | over 1 year ago |
Comment | Post #289261 |
I had [a self-answer on GIS.se](https://gis.stackexchange.com/a/66676/20145) where I wanted to immediately tag as "Outdated." Thankfully, I haven't wanted to flag any of my answers as "Dangerous." (more) |
— | over 1 year ago |
- ← Previous
- 1
- 2
- 3
- 4
- Next →