Tootfinder

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

No exact results. Similar results found.
@emilis@social.linux.pizza
2026-01-01 17:34:21

Ukrainian intelligence fakes commander's death, takes 0.5M bounty from russians.
kyivindependent.com/ukraines-h

@benb@osintua.eu
2025-12-20 13:54:53

Putin envoy heads to Miami for talks on Ukraine peace plan, Reuters reports: benborges.xyz/2025/12/20/putin

Russian generals say all goals of the war will be achieved.
Russian economists say despite the pressure the economy will outlast Ukraine’s.
Even Russian fan-boy Donald Trump says that Russia is much stronger and Kyiv has no cards left to play in the war.

Hearing only reassurance,
it is little wonder that President Vladimir Putin sees no reason for real concessions on Ukraine.
From the vantage point of the Kremlin, the war is going according to plan.

@holger_moller@bildung.social
2026-02-12 09:48:23

Männer wie #Trump und #Putin "findet man heute in vielen Regionen der Welt, nicht nur in Regierungen, sondern auch an der Spitze von Terrororganisationen, Tech-Unternehmen, in Form von Warlords oder als Oligarchen. Anders als die klassischen Patriarchen folgen sie keiner konsistenten weltanschauliche…

@jamesthebard@social.linux.pizza
2025-12-09 00:06:34
Content warning: Advent of Code Solution - Day 8 (Python)

This took just a smidge longer than the Rust solve, but still not too horrible coming in at around 1.5 to 2 seconds. Getting all of the potential coordinate combinations along with their distances sorted made everything so much easier.
Solution: git.jamesthebard.net/jwe…

@dawid@social.craftknight.com
2026-02-07 21:05:32

W elektryce kampera miałem jeszcze jedną rzecz, której nie byłem pewien i której nie udało mi się "poprawić" - zasilanie do "webasto".

Od samego początku, od odbioru auta, widziałem na panelu od nagrzewnicy, że przy starcie napięcie spadało z 12 V do ~9V - oznaczało to duże obciążenie, mimo że sama bierze jakieś 10-15A tylko przy rozruchu i potem spada do 1,5A.

Oznaczało to tyle, że założyli mi za cienkie przewody. Wszystko szło w ścianach z przodu do tyłu i pr…

@jamesthebard@social.linux.pizza
2025-12-06 06:02:16
Content warning: Advent of Code Solution - Day 6 (Python)

This one was disturbingly easy for Part 1, then got more fun on Part 2. The name of the game is rotations, and rotating the input was the key to getting it done without too much bother.
Solution: git.jamesthebard.net/jweatherl

@jamesthebard@social.linux.pizza
2025-12-04 18:45:52
Content warning: Advent of Code Solution - Day 4 (Nim)

Changed the code structure slightly from the Python solve, added the `itertools` package because I wanted `product`. Works perfectly and I'd argue slightly more readable than the Python version. Overall pretty satisfied with the solution.
Solution: git.jamesthebard…

@jamesthebard@social.linux.pizza
2025-12-04 16:56:30
Content warning: Advent of Code Solution - Day 4 (Python)

I was worried that this would be pathfinding. Thankfully it was not pathfinding. Was definitely a fun problem, and I used more than a couple of comprehensions to get this done.
Solution: git.jamesthebard.net/jweatherl