20 random bookmarks

Storage for the links

2025-09-03

303.

Eshun служба доставки — что это, отслеживание, отзывы

alihot.ru/dostavka-eshun

Служба доставки Eshun товаров из Китая в Россию. Что за служба доставки Eshun, отзывы и отслеживание посылки.

2025-08-29

295.

Owncast-tweaks

codeberg.org/hatniX/Owncast-tweaks/src/branch/main

A (to-become) collection of usefule(?) tweaks/tricks for Owncast users

2025-08-25

290.

Зувемби — Википедия

ru.wikipedia.org/wiki/Зувемби

2025-08-16

284.

Ender 3 and Ender3 Pro - X & Y Belt Tensioners by Crosslink | Download free STL model | Printables.com

www.printables.com/model/152451-ender-3-and-ender3-pro-x-y-belt-tensioners/files

Download 3D printable STL models

2025-08-07

272.

Create your own gaming miniatures!

titancraft.com

✔ Kitbash heroes & monsters. ✔ Unlimited downloads for 3D printing at home.

2025-06-16

254.

Focalboard Server

htmlpreview.github.io?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html

2025-06-12

248.

BeamNG on Archlinux guide with Logitech G wheels Force Feedback

www.beamng.com/threads/beamng-on-archlinux-guide-with-logitech-g-wheels-force-feedback.94833

Hey everyone,
I just wanted to share my experience with BeamNG and Archlinux and I'll teach you how you can make it work on your Archlinux / Manjaro...

2025-06-02

244.

style iced - Поиск в Google

www.google.com/search?client=firefox-b-d&q=style iced

2025-05-07

228.

Deserializing XML - help - The Rust Programming Language Forum

users.rust-lang.org/t/deserializing-xml/84137

2025-05-02

222.

water pulverizer nozzle

cults3d.com/en/3d-model/tool/water-pulverizer-nozzle-kinhannibal91

replacement nozzle for pressure sprayer

2025-04-25

205.

Монада

wiki.surdeus.su/hypha/монада

2025-04-23

199.

Castopod | Your Free & Open-source Podcast Host

castopod.org

Castopod is a free and open-source hosting platform made for podcasters. Engage and interact with your audience whilst keeping control over your content.

2025-04-10

179.

OpenSCAD CheatSheet

openscad.org/cheatsheet
178.

spiral_extrude() by AKADAP

www.thingiverse.com/thing:1958354

This is a library function that fits between linear_extrude() and rotate_extrude(). It takes a 2D object and extrudes it in a spiral. Unlike linear_extrude, the 2D object is perpendicular to the path of the extrusion.This would have been much easier if OpenSCAD would allow me to access the points that make up the 2D objects the function is operating on.Comment out the example before using this as a library. I left it uncommented so that Thingiverse would show a picture of the example.Update: I found a bug where when the radius was less than 20, it would fail to generate anything. I found that the calculation inside the asin() function was resulting in 1+1e-14 which is not allowed for the asin() function, so it was returning nan. I have limited the result to a range of -1 to 1 to fix the problem.Update 2: Adjusted the size of the spiral segments so the segments slightly overlap (eliminates gaps in spiral). Added render() to segment because OpenSCAD was complaining of too many objects, and getting slow. Changed atan() to atan2() to avoid potential divide by zero. Added version number to file. (this version is 1.2).Update 3: I added the capability of doing flat spirals. I also found that the Starts variable was not working. I got that fixed. This is version 2.0The tapered spirals are not as smooth as I'd like.I'm also thinking of re-implementing this in a more generic way.I recorded a screen capture as I updated the file: videoThe image and STL file are the test objects in the library. If you import the library with the "use" function, these test objects will not be included.Update 4: I can't seem to leave this one alone. I re-implemented the spiral extrusion as extrude_spiral() and made a wrapper function named spiral_extrude() that calls extrude_spiral() for backswords compatibility. I did this because the previous design did not handle the equivalent of rotate_extrude() (the way it is documented with the Angle parameter instead of the existing function that only does complete circles). I also fixed a bug where the spiral was always an integer number of segments and ended up taller than requested.Update 5: Updated to version 3.1. I found and fixed a bug where the extruded object would extrude one more step than requested. From this point forward, extrude_spiral() is the preferred format, and spiral_extrude() remains as a wrapper of extrude_spiral for backwards compatibility. I hope I am done with this, and that this becomes obsolete when the next version of OpenSCAD is finally released.

2025-04-09

172.

Safety Ratched Gear @ Pinshape

pinshape.com/items/37022-3d-printed-safety-ratched-gear

Download and 3D print this file (and many more) from Pinshape today!

2025-03-28

158.

Default Key Assignments - Wez's Terminal Emulator

wezterm.org/config/default-keys.html

Wez's Terminal Emulator

2025-03-27

153.

GitHub - screego/server: screen sharing for developers https://screego.net/

github.com/screego/server

2025-03-23

144.

Ringmail System ⚯ Linkmail Armor/Cloth by Triple G Workshop | Download free STL model | Printables.com

www.printables.com/model/353507-ringmail-system-linkmail-armorcloth/comments

Specialized ring/linkmail armor pieces. Solid rings linked by long links with snap-on locks. Super strong & flexible. | Download free 3D printable STL models

2025-01-16

27.

Chatwoot: Customer engagement platform. An open-source, self-hosted alternative to Intercom, Zendesk

www.chatwoot.com

Chatwoot is an open-source as well as cloud-based customer engagement platform. Manage all of your customer conversation channels from one place.

2025-01-13

16.

Playing m3u playlist with html5

stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5

I've created a very simple and basic html5 audio player, actually not more than:

<audio src="[url-to-m3u]" controls>

but I am facing two problems, this simple audio tag is working on Chrome...