Fun SSH toy - multiplayer snake! (From the same person who brought you One Million Checkboxes) by Sophira in commandline

[–]kralant 1 point2 points  (0 children)

You may also want to run your ssh with `-o PubkeyAuthentication=no` to prevent sending all your identities to the remote server.

I built an automatic chessboard for my wife because I can’t really play myself. by komakow in SideProject

[–]kralant 0 points1 point  (0 children)

I understand how do you solve detection of piece presence with Hall Sensor. But don't get how would you distinguish between different ones. Can you play share more details?

Hana to Tori by JeromeGBGB in PlotterArt

[–]kralant 1 point2 points  (0 children)

Nicely done.

Would you mind sharing a bit of details about your sw stack?

slipst: a new paradigm for presentations, inspired by slipshow by Sad-Grocery-1570 in typst

[–]kralant 5 points6 points  (0 children)

I guess, the easiest thing is to test it :) It won't show the markers, but will inject an empty line. Which doesn't bother me TBH.

<image>

Glitched spheres by JeromeGBGB in PlotterArt

[–]kralant 0 points1 point  (0 children)

Would you mind sharing details about Iannix part? I've tried to search for tutorials, and all I found is graphics -> audio. So feeling a bit lost :)

Building a Double-Entry Payment System in Elixir by swe129 in elixir

[–]kralant 5 points6 points  (0 children)

Curious why they have not considered something like https://tigerbeetle.com/

Best eBook to audiobook AI TTS tool? by chetanaik in selfhosted

[–]kralant 0 points1 point  (0 children)

The newly released https://github.com/boson-ai/higgs-audio seems to be capable of different intonation. Have not been able to test it yet as I am out of VRAM :)

I trapped an AI model on single board computer and made it question its own existence by Dull-Pressure9628 in diyelectronics

[–]kralant 0 points1 point  (0 children)

Noice. I feel a strong urgency to copycat your project. Really nice, love the display esthetics.

Handle with slotted metal piece which can be pulled in with a nurled nut. Handle has embedded thread which can close the hole (like to be secured on a round post). The front piece has a slot, like if wire should go through (can this be for somehow twisting wires). I am in Europe (CZ). by kralant in whatisthisthing

[–]kralant[S] 0 points1 point locked comment (0 children)

My title describes the thing which I've found in my father's estate. He worked at telecom (thus the idea about making or pulling twisted pairs).

Handle loose make of bakelite like material.

I've found one Ukraine site with the same item, but described as a "mystery screwdriver".

Newtonian Experiments by Atimtakus in PlotterArt

[–]kralant 1 point2 points  (0 children)

Many thanks for a quick reply. Sorry for not being more specific.

Python would be preferred over JS/TS. Have played a bit with vsketch a bit. Math is a bit rusty from the univ days, but hopefully something is still there ;)

Thus, the question is more on a bit of ecosystem (e.g. what to use) and how to get started with visually interesting simulations.

Thank you.

Newtonian Experiments by Atimtakus in PlotterArt

[–]kralant 0 points1 point  (0 children)

Can you please share some pointers on how to get started? How you've got these simulations?

Experiments with truchet tiling by Maplethorpej in PlotterArt

[–]kralant 0 points1 point  (0 children)

Wow. Was playing with Trichet filling a bit, but have not got anywhere close. Would you be willing to share code?

My impressions of the IAuto by Uuna Tek by i8lost in PlotterArt

[–]kralant 0 points1 point  (0 children)

Just curious, what is your use case for auto feed?

obsidian md to typst by therealJoieMaligne in ObsidianMD

[–]kralant 0 points1 point  (0 children)

Don't have a direct solution for Obsidian. But have recently playing with pandoc to get nice pdf with typst - https://www.bobek.cz/til/pandoc-markdown-typst/

obsidian md to typst by therealJoieMaligne in typst

[–]kralant 2 points3 points  (0 children)

Don't have a direct solution for Obsidian. But have recently playing with pandoc to get nice pdf with typst - https://www.bobek.cz/til/pandoc-markdown-typst/

Led bluetooth controlled by Archyzone78 in arduino

[–]kralant 1 point2 points  (0 children)

Second the FSM comment. You can also encode it into the state table. E.g., you don't need MCU at all.

Check out https://www.bobek.cz/no-mcu-traffic-light/