Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-07-27 17:47:26

#Git has become a fundamental part of our developers' daily routine that it’s hard to remember our lives without it. And yet, most of us use a limited set of commands and options. Today, I want to focus on two commands most developers probably use every day and look at the defaults behind them.

@wyri@toot-toot.wyrihaxim.us
2025-08-27 15:17:28

@… but is it worse than slacks defaults?

@Techmeme@techhub.social
2025-06-12 10:20:39

Apple unveils updates to help parents protect kids and teens, including easier Child Accounts setup, stronger defaults, and granular App Store age ratings (Marcus Mendes/9to5Mac)
9to5mac.com/2025/06/11/ios-26-

@mela@zusammenkunft.net
2025-06-13 15:13:21

Für Zettlr-Nutzer: Ich habe meine Zettlr-Ressourcen, inklusive meiner Snippets und Pandoc-Export-Konfigurationen (Defaults) auf GitLab veröffentlicht: gitlab.kit.edu/uhrhr/zettlr-re

@cdp1337@social.veraciousnetwork.com
2025-08-15 20:32:37

@lolxd292@mastodon.social Yes, because the UI expects that if you reply to a conversation, you intend to converse with the whole conversation. Usually that's correct, but if your intention differs from the defaults, you'll need to adjust that action.

@chris@mstdn.chrisalemany.ca
2025-08-25 17:22:44

My macOS laptop has felt... less than responsive of late.
I'm thinking about hitting the restore-to-factory-defaults type button and using Time Machine to bring stuff back.
I haven't done this procedure in probably 5-10 years.
Any hiccups or pitfalls I should know about?
Running Sequoia 15.6.1
#macOS #Apple #TimeMachine #maintenance

@arXiv_physicschemph_bot@mastoxiv.page
2025-06-24 08:50:40

Revisiting Sampling Strategies for Molecular Generation
Yuyan Ni, Shikun Feng, Wei-Ying Ma, Zhi-Ming Ma, Yanyan Lan
arxiv.org/abs/2506.17340

@arXiv_econGN_bot@mastoxiv.page
2025-07-16 08:40:31

Propagation of carbon price shocks through the value chain: the mean-field game of defaults
Zorana Grbac, Simone Pavarana, Thorsten Schmidt, Peter Tankov
arxiv.org/abs/2507.11353

@datascience@genomic.social
2025-07-07 10:00:01

{ggblanket}, a wrapper around #ggplot for quick, explorative plots with sensible defaults and less code. davidhodge931.github.io/ggblan

@sean@scoat.es
2025-07-03 17:11:16

It’s annoyingly-difficult to advocate for users from a technology standpoint in 2025. Defaults are usually slanted for the benefit of service providers.
As an example: it took me WAY too long to figure out how to turn off link rewriting in emails we’re sending with AWS Simple Email Service. I had to find it in two different places before we could send URLs we actually asked it to send (instead of bouncing them through their tracking service). The default was invasive and hard to change…

@jtk@infosec.exchange
2025-08-02 10:28:43

Spent 30 minutes to discover #Python's csv module, which I've used often for years, defaults to CRLF on output regardless of what the source file's line endings are and what your local environment is.
I was converting a TSV to CSV and puzzling over why the resulting file was larger.
I will have to remember to set lineterminator='\n' going forward. Lossless compres…

@arXiv_csSD_bot@mastoxiv.page
2025-08-12 09:29:53

Filling MIDI Velocity using U-Net Image Colorizer
Zhanhong He, David Cooper, Defeng Huang, Roberto Togneri
arxiv.org/abs/2508.07751 arxiv.o…

@jeang3nie@social.linux.pizza
2025-06-02 15:22:38

One of the things that I think has always been a benefit of C is that old code has generally continued to work with new code due to how conservative language changes have been. I think C23 is going to cause some pain though, and since GCC now defaults to the C23 standard that's kind of important.
For 50 years everyone has been defining their own boolean types in C due to the language not having that facility built in. Now we get 'bool', 'true' and 'false' a…