El domingo por la mañana salí en bici e hice unos 45km.
- No abrí el portátil
- No toqué #JavaScript
Desconectar también es parte del proceso.
Volver al código con la mente despejada y las piernas temblando = resolver más bugs
El domingo por la mañana salí en bici e hice unos 45km.
- No abrí el portátil
- No toqué #JavaScript
Desconectar también es parte del proceso.
Volver al código con la mente despejada y las piernas temblando = resolver más bugs
Oh, nice -- a reasonably Joda-like time-management library finally showing up in OOTB #DOM…
#JavaScript
https://mastodon.social/@SpiderMonkey/114335057824521914
Introducing the New Angular SpeechToText Component by Syncfusion.
buff.ly/rSR7Mjr
#angular #webdev #javascript
Introducing the New Angular Sp...
Introducing the New Angular SpeechToText Component by Syncfusion.
@richaesthetic @toolboxpro Once you have all the eye positions, you can place each photo on a large canvas, scale/reposition as needed, then crop based on eye distance to the four edges. That way, all images end up aligned at the eyes.
Although this is doable with native #shortcut actions, it would be tedious.
I'd probably go with running #JavaScript or #Python to handle the image processing or, at least, generate the needed resize/crop steps (those are easy to do in the #ShortcutsApp).
Masquerading payment npm package installs backdoor https://www.developer-tech.com/news/masquerading-payment-npm-package-installs-backdoor/ #npm #javascript #developers #coding #programming #hacking #security #infosec #tech #news #technology
Cloudflare Workers、フルスタックアプリの構築とホスティングが可能に。新たにNext.jsやAngularなどに対応、MySQLへの接続も
https://www.publickey1.jp/blog/25/cloudflare_workersnextjsangularpostgresqlmysql.html
Some Features That Every JavaScript Developer Should Know in 2025, by (not found on Mastodon or Bluesky):
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
#JavaScript: You can use many writing systems for variable names—e.g.:
const 难 = NaN;
console.log(难); // NaN
dailycoding - 20250415 / graphic
#p5js #javascript #Processing #generativeart #creativecoding #dailycoding
code : https://openprocessing.org/sketch/2615265
New Kitten release
• Fix: messages that are promises are properly awaited before being sent.
Kitten automatically and transparently handles asynchronous content in your templates for you so you don’t have to worry about it. One place where this wasn’t working properly is if you addressed `this.component` to stream a custom update of your component manually instead of calling the `this.update()` method of Kitten component instances.
e.g.,
```js
export default class AdminPage extends kitten.Page {
// …
onSelectedPost (data) {
this.send(kitten.html`<${this.component} postId='${data.selectedPost.postId}' />`)
}
}
```
Some features that every JavaScript developer should know in 2025
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
#ycombinator #web #JavaScript #ecmascript
Some features that every JavaScript developer should know in 2025
https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
Unlocking JavaScript 2025: Essential Features Every Developer Should Master
As JavaScript evolves, new features emerge that can significantly enhance performance and developer efficiency. In this article, we dive deep into the latest JavaScript features that every developer s...
One day, one decomposition
A230854: Numbers n such that m + (sum of digits in base-3 representation of m) = n has exactly two solutions
3D graph, threejs - webGL https://decompwlj.com/3Dgraph/A230854.html
2D graph, first 500 terms https://decompwlj.com/2Dgraph500terms/A230854.html
Deploying TypeScript: recent advances and possible future directions https://lobste.rs/s/s05ols #javascript
https://2ality.com/2025/04/deploying-typescript-present-future.html
New from the Socket Research Team: A malicious npm package disguised as an #Advcash integration triggers a reverse shell during payment success. Unlike many malicious packages that execute code during installation, this payload is delayed until runtime.
https://socket.dev/blog/npm-package-advcash-integration-triggers-reverse-shell #JavaScript
LegoJs v1.9.0 is out with more simplicity and more modern #JS to write #native #webcomponents
https://github.com/Polight/lego/pull/37#issuecomment-2803062579
Documentation will follow.