Oracle is patently evil. Here's how you can FIGHT BACK!
https://subscribeto.me/videos/watch/d9ca7496-2b6a-4442-821d-b6926ede8a0b
Oracle is patently evil. Here's how you can FIGHT BACK!
https://subscribeto.me/videos/watch/d9ca7496-2b6a-4442-821d-b6926ede8a0b
Learn the differences between rate limiting and throttling in Node.js, why they matter for performance and security, and how to implement them using Express. https://hackernoon.com/nodejs-made-easy-rate-limiting-and-throttling-for-smooth-traffic-flow #node
Long live <?php
#node has come quite a long way! Informative read:
> Modern Node.js Patterns for 2025
GoodTime is hiring Full Stack Engineer - Mexico
#javascript #typescript #react #node #redux #rest #aws #css #postgresql #redis
Remote; Mexico
Full-time
GoodTime
Job details https://jobsfordevelopers.com/jobs/full-stack-engineer-mexico-at-goodtime-io-feb-17-2025-45bab0?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
A few big ones on Libera Chat IRC:
#cip
#curl
#ircv3
#jekyll
#jquery
#keepassxc
#macgarden
#mediawiki
#mediawiki-core
#node.js
#phorge
#voxpupuli
#wikimedia-sre
#wikimedia-tech
#wordpress
I've written another blog post about my shell!
I can hit 'r' in my terminal, and it will run my current project – whether it's #python, #rust, #node, or if has a Justfile or Makefile. (I also have 'b' for build, and 't' for running tests.)
Learn how to customise #fish shell's `abbr` feature: https://www.judy.co.uk/blog/run-any-project-with-fish/
Qualquer sistema assíncrono limitado a um núcleo da CPU exige monitoramento, testes, e otimizações constantes para não se tornar cada vez mais lento à medida que novas funcionalidades são implementadas, aumentando o trabalho do laço de eventos.
I scored 10/28 on https://jsdate.wtf and all I got was this lousy text to share on social media.
"Cybersecurity researchers have alerted to a supply chain attack that has targeted popular npm packages via a phishing campaign designed to steal the project maintainers' npm tokens.
The captured tokens were then used to publish malicious versions of the packages directly to the registry without any source code commits or pull requests on their respective GitHub repositories.
The list of affected packages and their rogue versions, according to Socket, is listed below -
- eslint-config-prettier (versions 8.10.1, 9.1.1, 10.1.6, and 10.1.7)
- eslint-plugin-prettier (versions 4.2.2 and 4.2.3)
- synckit (version 0.11.9)
- @pkgr/core (version 0.2.8)
- napi-postinstall (version 0.3.1)
"The injected code attempted to execute a DLL on Windows machines, potentially allowing remote code execution," the software supply chain security firm said."
https://thehackernews.com/2025/07/malware-injected-into-6-npm-packages.html
Updates are here!
https://nodejs.org/en/blog/vulnerability/july-2025-security-releases
Don't forget to update Node tomorrow!
https://nodejs.org/en/blog/vulnerability/july-2025-security-releases
Ich frage mich beim Lesen gerade, ob nicht #Meshtastic eine wichtige und sinnvolle Ergänzung zum #Stützpunktsystem des #DRK oder zu den #KatastrophenschutzLeuchttürme|n sein könnte: wenn auf jeder dieser Einrichtungen ein Meshtastic-#Node installiert würde (am besten sogar mit Solarpanel und kleinem Akku als Stromversorgung), gäbe es binnen kurzem zu minimalen Kosten ein umfassendes Netz für die Notfallkommunikation im #Blackout-Fall. Gerade in Anbetracht des heutigen 4. Jahrestags der Flutkatastrophe an Ahr, Erft und Lenne stelle ich mir lebhaft vor, welche Vorteile es gehabt hätte, in dieser Lage eine solche Notfall-Kommunikationsinfrastruktur zur Verfügung zu haben.
Wäre es nicht mal ein interessantes Projekt für die #IuK-ler im DRK und den anderen Playern im Bevölkerungsschutz, ein solches Konzept zu entwickeln?
@drk @bevoelkerungsschutz @thw @leitstelle #Notfunk
https://www.heise.de/hintergrund/Meshtastic-Blackout-Kommunikation-leicht-gemacht-10450579.html
Introducing #Upyo!
A simple, cross-runtime email library that works seamlessly on #Deno, #Node.js, #Bun, and edge functions. Zero dependencies, unified API, and excellent testability with built-in mock transport.
Switch between #SMTP, #Mailgun, #SendGrid without changing your code. Available on #JSR & #npm!
is Jest still the best thing for unit tests in JavaScript? I'm getting warnings installing it that have been an open issue for about a year now. Is it worth using Node's built in test runner instead?
#javascript #node
Wer hat Zeit und Lust, per Werkvertrag für ein Projekt, das Obst von Stadtbäumen retten möchte, eine Anpassung von https://github.com/technologiestiftung/giessdenkiez-de zu programmieren? Gerne per DM und gerne auch Vorschläge, wen man fragen könnte ... #nachhaltigkeit #opensource #typescript #node #vite
Also, if you know of a good #TextToSQL package in #Node (#Javascript/#Typescript), can you let me know? :)
I'm on the hunt for a #TextToSql package for #Node. That is, an #npm package that takes an #SQL database, analyzes its structure, and can then transform natural language input into a query, run it, and bring me back the results.
Although it's #Python and so not relevant for me, I've found a very impressive solution in the form of VannaAI (https://github.com/vanna-ai/vanna).
Their core is available in PyPI under MIT and the code looks clean and shin!