20 random bookmarks
Storage for the links
Storage for the links
FG
sudoaptinstallgit jackd2 qjackctl zlib1g-dev gcc g++ ghc cabal-install
Owncast-tweaks - A (to-become) collection of usefule(?) tweaks/tricks for Owncast users
Simple Homemade Lighter: Make a simple lighter out of a few off the shelf parts. I’ve made a few lighters of late (see list below) and this would have to be the one of the simplest and easiest to make. All of the parts can be purchased easily and you could make this with ve…
Download 3D printable STL models
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].
✔ Kitbash heroes & monsters. ✔ Unlimited downloads for 3D printing at home.
A Simple Spool Filament Clip🔹Easy / Fast print (20 min for 6 clips)🔹4.4g of filament for 6 clips🔹No support🔹No Brim🔹Fits most spools🔹Perfect fit for Bambu Lab Spool🔹Easy to use / removeUse a 0.4 mm nozzle with a 0.2 mm standard print profile. Nothing special. No support / brim needed.Checkout my other 400+ design (any slicer or printer) here:https://makerworld.com/en/%40Derek3Rosen/upload?orderBy=downloadCount
This presentation gives clues and goals so that the player can have a structured gameplay. Although it is as spoiler-free as possible, it's obvious that it contains some spoilers. Do not watch if you want to discover everything by your own in the game. MUSIC: panspermia by airtone (c) copyright 2018
I want to be able to login to a remote via ssh without having to enter the password all the time.
How do I set it up?
Is a different command required to execute a password-less session?
Beautiful, modern publishing with email newsletters and paid subscriptions built-in. Used by Platformer, 404Media, Lever News, Tangle, The Browser, and thousands more.
xObsBrowserAutoRefresh
OBS plugin providing a filter for automatically refreshing a browser source in a configurable interval.Prerequisites
OBS 29+ 64 bit
Windowstested only on Windows 10, but Windows 11 should also work
Linux...
OBS Linux Vulkan/OpenGL game capture. Contribute to nowrep/obs-vkcapture development by creating an account on GitHub.
Inspired by https://www.jpl.nasa.gov/news/news.php?feature=6816 https:www.youtube.com/watch?v=W4bZIf3B3gc… | Download free 3D printable STL models
A holder for 12 Nintendo Switch cartridges that looks somewhat like a Mario brick block.Measures 656565mm.Sorry about the black lid in the photos, I ran out of white filament. The intention was to paint it, which will have to wait until more while arrives ;)Obviously, you only need to print the lid and the base, the other 2 STL files are included only for reference.I chose to print the lid the correct way up, so that the top surface was finished nicely. If you are better (more patient?) than me at calibrating your printer, you may be able to print it the other way up and avoid supports.Print SettingsPrinter brand:CrealityPrinter:Ender 3 ProRafts:NoSupports:YesResolution:.16Infill:10%
This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.
Perhaps you'd like to run a fileserver with Axum, or maybe just serve static content in a folder. It's a bit trickier in Axum than you might expect