Tootfinder

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

No exact results. Similar results found.
@rasterweb@mastodon.social
2026-02-17 03:23:55

How many times will I screw up the size of a hexagon in @… I'm pretty sure it's every time... I probably need to add a calculator to my code.
For now this one seemed to work:
omni…

@kubikpixel@chaos.social
2026-02-19 11:10:15

«dCode - Online Ciphers, Solvers, Decoders, Calculators:
dCode is the universal site for decipher coded messages, cheating on letter games, solving puzzles, geocaches and treasure hunts, etc.»
This data-collecting website is often suggested to me when I am looking for something for data security and encryption. Are there any data-saving online alternatives in this regard?
🔑

@toxi@mastodon.thi.ng
2026-03-31 09:18:31

Started creating browser-based calculators for quickly computing a bunch of recurring things in darkroom processing, so far:
Scale amount by area:
Given reference dimensions and amount, compute scaled amount needed for new target dimensions.
Example: Compute drops of emulsion needed for a new print size
Two-part solution ratio:
For a total volume of a two-part solution with a A:B target mix ratio, compute how many units are needed of both A and B.
Example: For…

Cropped screenshot of the linked tool, showing the 1st of the three calculators.
Cropped screenshot of the linked tool, showing the 2nd of the three calculators.
Cropped screenshot of the linked tool, showing the 3rd of the three calculators.
@manawyrm@chaos.social
2026-04-05 17:03:06

Just released my first ever demoscene demo at Revision 2026 in the Wild-Compo:
A tech demo for Casio fx-9860G graphical calculators!
Sourcecode: github.com/Manawyrm/Casiomania
Details:

@seav@en.osm.town
2026-04-16 01:15:14

Fascinating: Andrzej Odrzywołek claims in a recent preprint that all constants, operators, and functions typically found in a scientific calculator can be decomposed into nested invocations of the eml function and the constant 1, where
eml(𝑥,𝑦) = exp(𝑥) − ln(𝑦).
arxiv.org/abs/2603.21852

@jerome@jasette.facil.services
2026-02-19 14:34:57

My favorite tool to calculate the ideal RRSP contribution
#rrsp #reer

@detondev@social.linux.pizza
2026-04-09 06:02:13

It's Time To Calculate My Load
truckload3d.com/
globy.com/load-calculator

truck science
all types of things to drag
load ratings
visual demo
@scott@carfree.city
2026-03-16 15:35:52

“Asking an AI chatbot a question consumes a great deal more energy than finding the answer via simple web search or calculator. It adds extra demand for no good reason... a bit like driving to the shops in an SUV instead of riding your bike.”
Or driving any kind of car. AI, like cars, aims to reconfigure everyday life in a way that’s vastly more energy-hungry and polluting… and profitable for a few.

@toxi@mastodon.thi.ng
2026-04-13 09:41:51

Added, updated & simplified the growing collection of darkroom-related calculators and super happy how elegant and concise the code has turned out, making it super easy to add more of them in the future.
I think it's also another great, if minimal, example to illustrate how otherwise completely separate thi.ng/umbrella

Commented TypeScript source code of the linked example project's main UI component
TypeScript source code of the entire reactive "dilution volume" calculator module of the linked example project