npm audit: Broken by Design
shorts |
npm has a false positive approach that creates a 'boy who cried wolf' problem. This great article from Dan Abramov is a deep dive into why that's a problem and potential fixes.
Gradient Designer
shorts |
This is quite possibly the best gradient editor I've ever seen. It lets you create multiple layered gradients using a GUI.
Explain Shell
shorts |
This cool site gives you an explanation of a series of shell commands. You can roll over the explanation to highlight and send the link of the explanation to someone else.
Emmet Live
shorts |
If you love Emmett, you'll love this VSCode Extension. It lets you type in an Emmet expression and shows you a live preview as you modify it.
QR Code Builder
shorts |
Nice little QR Code builder for giving people your WiFi Details. Would be great to print out for your Airbnb, your business or just on top of your router.
Flowchart Designer 3
shorts |
I'd been looking for a great way to create flowcharts, and I came across Flowchart Designer 3, which was just what I needed for some simple charts. There's a free version with a$7.99 upgrade for some more shapes. It works just as you'd expect. The arrows automatically connect the nodes, which then move with as you adjust other notes, items auto align to a grid and it's easy to enter some labels. Plus it lets you save as a transparent PNG or PDF. I do wish it would let you save SVGs directly from the app though.
Warp-The terminal of the Future
shorts |
Just saw the terminal app of the future called Warp. True innovation on the terminal. Real time collaboration, auto-complete, multi-cursor. Built with Rust. I can't wait to give it a go.
Choose a License
shorts |
Choosing a license for. your projects can seem daunting, especially if you're not a lawyer. This site gives you a good idea of which way you should go depending on your needs.
Command Line Tools
shorts |
If you love the command line, here’s a nice set of tools you might enjoy using, I gotta check some of these out, the fuzzy finder looks cool and I’ve already used broot.
Names Generator
shorts |
Nice little project to auto generate your names. Written in TypeScript with not that much code.
SVG Gobbler
shorts |
A set of SVG utilities available as a browser extension. Lets you quickly copy SVGs on a page with lots of options.
Slinkity
shorts |
Slinkity is like Astro and Eleventy put together. Gives you easy access to React, Vue or Svelte easily inside Eleventy. Hydrates progressively with Snowpack. https:/go.raybo.org/5JtE Dang it I'm sold already!!! Now I need several weeks to re-write raybo.org. There goes my social life.
Coding with Character
shorts |
A list of coding monospaced fonts that focuses on personality and readability. https://go.raybo.org/5Gct some pretty cool options there.
Sniptt OTS
shorts |
This API lets you create one time URLs to share end-to-end encrypted secrets. Good for API keys, passwords and other stuff. Whoah! Cool.
Layoutit Grid
shorts |
If the language of grid layouts feels a bit frustrating, check out this excellent grid layout app. Recommended by Addy Omani.
24 Hour Homepage
shorts |
From the why the heck didn’t I think of that. This guy is selling time on a website that repeats daily and lets you promote something by the second of the day. You can buy several seconds and your ad will play on the site at that time everyday.
MD Block
shorts |
MD Block is probably not for everyone. It's a small script that lets you create a new tag in your HTML that you can use to insert internal or external markdown. For Markdown nerds like me, it makes it easier to write markdown inside an HTML document.