How to Use Defaults in Destructuring
const { a = 0 } = obj. Fallback when missing.

How to Use Defaults in Destructuring
const { a = 0 } = obj. Fallback when missing.

It has been a while since I made any new work. But my recent visit to STOOR at Paradiso, Amsterdam, inspired me to get going again. [ SOUND ON ]
P.S. Check out my updated website: vagtary.com
#creativecoding #javascript #aftereffects #contemporaryart #abstractart
NodeJS/Bun/Deno all kind of suck with parallel workloads. I tried to write a simple http stress tester. They all start to fail in weird ways. And the code is hard to read (because of workers, message passing etc).
Of course right answer was Rust, it basically is single 90 line main.rs file, that is readable as well.
It's 2005 again. #Security bugs everywhere. Supply chain security erosion: many developers are apathetic or passive about security.
Here are some good ways for your dev team.
1. Dependency quarantaine
Switch to uv
uv lock --exclude-newer $(date -d "7 days ago" +%Y-%m-%dT%H:%M:%SZ)
Switch to pnpm
npm-workspace.yaml:
minimum-release-age=1440
#Gradle for JVM:
Consider Renovate or Dependabot:
{
"packageRules": [
{
"matchManagers": ["gradle"],
"minimumReleaseAge": "7 days"
}
]
}
You don't need the newest features. AI models from Anthropic aren't trained that frequently anyway.
Cool down. Conservative = key.
«Фронтенд умер»? Жаль, что я узнала об этом только после четырех лет учебы
Предлагаю открыть портал в ад и задать вопрос, который сейчас, кажется, витает в воздухе у всех, кто связан с разработкой: фронтенд вообще еще жив? Или логичнее уже сейчас срочно переучиваться, пока через пару лет не пришлось делать это в панике? Я задаю этот вопрос не как человек с десятилетним опытом, стабильной работой и философским спокойствием. Я задаю его как человек, который четыре года учился, чтобы войти в профессию, а вышел на рынок в момент, когда отовсюду слышно одно и то же: IT умерло, джуны никому не нужны, нейросети уже пишут код, а дальше будет только хуже.
https://habr.com/ru/articles/1019196/
#фронтенд #рынок_труда_в_IT #карьера_разработчика #React #JavaScript #нейросети #поиск_работы_в_IT #junior_разработчик #frontend_developer
A260682: Löschian numbers (A003136) of the form 6*k+1
A260682 ➡️ https://oeis.org/A260682
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A260682.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A260682.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A260682.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
A260255: Numbers that can be written as the sum of two nonnegative palindromes in base 10
A260255 ➡️ https://oeis.org/A260255
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A260255.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A260255.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A260255.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

