Tootfinder

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

No exact results. Similar results found.
@kernellogger@fosstodon.org
2024-03-05 10:23:32

Weird or confusing #Git terms? I for one had no big problems with HEAD[1]. But for some strange reason another one caused me confusion for a long time:
"origin"
Sometimes I think Git should force users to name a remote when cloning a repo, as I guess it would make grasping the concept of Git remotes quite a bit easier for some people.
[1] @…

@toxi@mastodon.thi.ng
2024-03-02 14:26:05

Just finished manually updating in total ~780 code blocks & snippets in over 400 files (readme's & source code), adding import statements of all used functions & updating comments over the past week (in addition to the 1st round last weekend[1])... Would be super great to hear if people find this useful/helpful (other than the two who were proposing it in the survey feedback)... 😉
Over the next months I will do another pass over the readmes to make it easier to auto-ext…

@denmanrooke@mastodon.ie
2024-04-02 07:49:24

'A change is coming — young people now want to unionise'
#JoinAUnion #Ireland

@wikinaut@berlin.social
2024-02-27 18:00:18

Hallo @… und @… ,
nach Abstandsrechner mit #RIPNatenom s Überholerfoto habe ich jetzt den Ritzelrechner (Bicycle Gea…

@loleg@fosstodon.org
2024-04-26 07:40:11

Contender for the most minimal and potentially block rocking README ever #GeoffreyHinton
cs.toronto.edu/~hinton/README.

Screenshot of a text file with instructions on loading data into a neural network.
@hynek@mastodon.social
2024-03-31 09:59:15

lolwat

Copilot suggesting “Owner: Mithrandir” for an empty YAML block in a readme
@toxi@mastodon.thi.ng
2024-03-01 16:08:11

It's #ReleaseFriday 🚀 — This round has lots of progress and additions to the recently announced thi.ng/imago package for declarative image compositing and (nestable) transformations. It already s…

Heavily commented TypeScript source code of an example from the thi.ng/imago readme, showing a image transformation pipeline with a dozen or so operators
@toxi@mastodon.thi.ng
2024-04-28 12:36:59

Been busy adding more docs & examples/snippets for the revamped thi.ng/csp package, the readme and core operators. Still more to come, but the most important parts & operations are covered now. Please gimme a shout if anything is unclear... I'm aware

TypeScript source code of a simple CSP-based communication between 2 async concurrent processes. See package readme (link in toot) for the full source....
@toxi@mastodon.thi.ng
2024-02-19 17:16:02

#ThingUmbrella readme/example tip: If you've got a local clone of the Git repo[1] and have everything built (via `yarn build`), you can then run: `yarn doc:readme` to re-generate the readme files of all packages and extract various code examples[2] into runnable TypeScript source files.
In