antonmedv/textarea: A minimalist text editor that lives in URL

"A minimalist text editor that lives in URL"

https://github.com/antonmedv/textarea?tab=readme-ov-file

#text #tools #utils #web #webdev
GitHub - antonmedv/textarea: A minimalist text editor that lives in URL

A minimalist text editor that lives in URL. Contribute to antonmedv/textarea development by creating an account on GitHub.

GitHub
Rust Core Utils Are Breaking Ubuntu

YouTube
Lea Verou, PhD: "The #JS utility you never knew…" - Front-End Social

"// util.js
export const createSymbols = new Proxy({}, {
get (target, prop) {
return Symbol(prop);
},
});

// Use like:
const {a, b, c} = createSymbols;
console.log(a, b, c)
// Symbol("a"), Symbol("b"), Symbol("c")"

https://front-end.social/@leaverou/115455940452841916

#js #utils #webdev
Lea Verou, PhD (@[email protected])

Attached: 1 image The #JS utility you never knew you needed 😂 Create multiple Symbols in one go with this Proxy-based one liner. “But aren’t proxies super slow?” Nah. Depending on the browser it ranges from 50% slower to exactly the same. Which unless you’re creating millions of symbols, is inconsequential. https://jsbenchmark.com/#eyJjYXNlcyI6W3siaWQiOiJjRFFDY3RhZ05mTmgwY1YtSTZzSnYiLCJjb2RlIjoibGV0IHthLCBiLCBjfSA9IERBVEEiLCJuYW1lIjoiVmlhIFByb3h5IiwiZGVwZW5kZW5jaWVzIjpbXX0seyJpZCI6ImYzTEhGLW04V05KS3BId1ZjaEpWcCIsImNvZGUiOiJsZXQgYSA9IFN5bWJvbChcImFcIik7XG5sZXQgYiA9IFN5bWJvbChcImJcIik7XG5sZXQgYyA9IFN5bWJvbChcImNcIik7IiwibmFtZSI6IlJlZ3VsYXIgU3ltYm9sIGNyZWF0aW9uIiwiZGVwZW5kZW5jaWVzIjpbXX1dLCJjb25maWciOnsibmFtZSI6IkJhc2ljIGV4YW1wbGUiLCJwYXJhbGxlbCI6dHJ1ZSwiZ2xvYmFsVGVzdENvbmZpZyI6eyJkZXBlbmRlbmNpZXMiOltdfSwiZGF0YUNvZGUiOiJjb25zdCBjcmVhdGVTeW1ib2xzID0gbmV3IFByb3h5KHt9LCB7XG5cdGdldCAodGFyZ2V0LCBwcm9wKSB7XG5cdFx0cmV0dXJuIFN5bWJvbChwcm9wKTtcblx0fSxcbn0pO1xucmV0dXJuIGNyZWF0ZVN5bWJvbHMifX0

Front-End Social
F-BOX (Filament Dry Box) – Printed Solid

"The F-BOX keeps the air and filament inside your F-BOX dry, dispenses, and stores your filament."

https://www.printedsolid.com/products/f-box-filament-dry-box?_pos=1&_psq=F-BOX&_ss=e&_v=1.0&__s=n610fpm5hu5n6s321wil&utm_source=FuckOff&utm_medium=FuckOff&utm_campaign=FuckOff

#3dprinting #tools #utils
F-BOX (Filament Dry Box)

WebFinger

"WebFinger is used to discover information about people or other entities on the Internet that are identified by a URI using standard Hypertext Transfer Protocol (HTTP) methods over a secure transport. A WebFinger resource returns a JavaScript Object Notation (JSON) object describing the entity that is queried. The JSON object is referred to as the JSON Resource Descriptor (JRD)."

https://webfinger.net/

#identity #utils #web #webdev #webfinger
WebFinger

Hans Meier 1312 (@[email protected])

@[email protected] @[email protected] - Any tool that can edit/extract/inject files from .trd images (ZX Spectrum BetaDisk) would be a decent start. - Software that can serve files to an Interface1 for ZX Spectrums. - Emulators for Pentagon/Scorpion/Evolution/Sprinter Clone variants (the later has a special MAME build that only exists for Windows).

Todon.eu

`uutils/coreutils` 0.1.0 has been released, https://github.com/uutils/coreutils/releases/tag/0.1.0.

It took me a moment to share the news but it’s a good news!

`uutils/coreutils` is a cross-platform reimplementation of the GNU `coreutils` in Rust.

> This release brings major performance gains, SELinux support, and expanded GNU compatibility.

#gnu #RustLang #utils

Release 0.1.0 · uutils/coreutils

📦 Rust Coreutils 0.1.0 Release: We are excited to announce the release of Rust Coreutils 0.1.0 — our first 0.1 milestone! This release brings major performance gains, SELinux support, and expanded ...

GitHub
Useful Pdf manipulating tool in Ubuntu - Poppler
https://www.glukhov.org/post/2025/04/ubuntu-poppler/
#pdf #ubuntu #utils #devops
Pdf manipulating tools in Ubuntu - Poppler - Rost Glukhov | Personal site and technical blog

Pdf manipulating tools in Ubuntu - Poppler

WAF in docker
Protezione avanzata con Nginx Proxy Manager, CrowdSec e AppSec

https://blog.marvinpascale.it/posts/2025/waf-docker/

#opensource #linux #utils #docker #pillole-informatiche #sicurezza #crowdsec #UnoOpen #UnoLinux

WAF in docker

Protezione avanzata con Nginx Proxy Manager, CrowdSec e AppSec.

Marvin Pascale