20 random bookmarks
Storage for the links
Storage for the links
Zellij, Yazi with Nushell and Lua scripting add a File Tree to Helix (or your prefered editor). An IDE-like experience, in the terminal. With nix as the only dependency. - luccahuguet/yazelix
In this post I will be talking about the nightmare of all Ops people that have to deal with Docker.
Outline Server, developed by Jigsaw. The Outline Server is a proxy server that runs a Shadowsocks instance and provides a REST API for access key management. - Jigsaw-Code/outline-server
17TRACK is the most powerful and inclusive package tracking platform. It enables to track over 170+ postal carriers for registered mail, parcel, EMS and multiple express couriers such as DHL, Fedex, UPS, TNT. As well as many more international carriers such as GLS, ARAMEX, DPD, TOLL, etc.
deps
4.Insert data # You can insert objects to database via Insert method.
Insert one object user := new(User) user.Name = "myname" affected, err := engine.Insert(user) After inserted, user.ID will be filled if ID is an autoincremented column.
fmt.Println(user.Id) Insert multiple objects by Slice on one table users := make([]User, 1) users[0].Name = "name0" ... affected, err := engine.Insert(&users) Insert multiple records by Slice of pointer on one table users := make([]*User, 1) users[0] = new(User) users[0].
Your looking glass into a strange chaotic world
I'm trying to deserialize the following xml data: <?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection timeStamp="2022-11-11T14:52:17Z" numberReturned="100" numberMatched="100" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:BsWfs="http://xml.fmi.fi/schema/wfs/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http:schemas.opengis.net/wfs/2.0/wfs.xsd ...
Another super satisfying spiral passthrough fidget toy - this is The Pawn Spiral Passthrough Fidget Toy
If you like this fidget, you'll love the rest of my spiral passthrough fidget collection! (https://cults3d.com/en/design-collections/neilhaileydesign/spiral-passthrough-fidget-toys).
A Quick Note:
These fidgets take hours to design. Please consider subscribing to my Patreon to support my work and get access to my full library of designs (https://patreon.com/3DPrintyBoy?), with over 20 of my most popular fidgets (including my Easter Spiral Passthrough Fidget collection), home decor items, and useful things to 3D print.
A commercial license to sell prints is included when you support me on Patreon as well :). Thanks so much to everyone who has supported and helped make it possible for me to keep making free designs for you here!
https://c10.patreonusercontent.com/4/patreon-media/p/post/123481468/3630d1521e7645fc8936b43f5823413d/eyJ3Ijo2MjB9/1.gif?token-time=1742342400&token-hash=gxqzLyV_uhkOY7JeH50gCGCmiAeymukq5-14lmXy-pY%3D (https://patreon.com/3DPrintyBoy?utm_source=thingiverse&utm_medium=dodecagonal)
This model is available for free for a limited time only! Get it now while it is available! After one month, it will be moved to my Patreon exclusive models (https://patreon.com/3DPrintyBoy?).
Not into recurring payments or just want to support me one time? Leave me a tip on Ko-fi (https://ko-fi.com/neilhailey).
Printing It
No supports are required!
Tag me on Social Media!
If you print my model and share it on social media, tag me! I'd love to see it!
You can find me at the following:
Youtube (https://www.youtube.com/@Neilhaileydesign)
Instagram (https://www.instagram.com/3DPRINTYBOY/?locale=en&hl=en)
Tik Tok (https://www.tiktok.com/@neilhaileydesign)
A fully printable third hand to hold those small parts or wires while soldering | Download free 3D printable STL models
OBS Linux Vulkan/OpenGL game capture. Contribute to nowrep/obs-vkcapture development by creating an account on GitHub.
Filament Guide using PTFE Tube | Download free 3D printable STL models
SteamOS session compositing window manager. Contribute to ValveSoftware/gamescope development by creating an account on GitHub.
PDF.Dance
Sample commands to stream Pi webcam video to RTMP sink - ffmpeg-rtmp-streaming