#loaders — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #loaders, aggregated by home.social.
-
Stop Using Boring Loaders, Get Free Open Source Spinners for Your Next Project! https://www.youtube.com/watch?v=HWJNr6801zw 🎬🧑💻💡 #Design #Tools #Loaders #Spinners #Free #OpenSource
-
Stop Using Boring Loaders, Get Free Open Source Spinners for Your Next Project! https://www.youtube.com/watch?v=HWJNr6801zw 🎬🧑💻💡 #Design #Tools #Loaders #Spinners #Free #OpenSource
-
Observable Notebooks Data Loaders
https://observablehq.com/notebook-kit/data-loaders
#HackerNews #Observable #Notebooks #Data #Loaders #DataVisualization #DataScience #JavaScript #Notebooks #Programming
-
Observable Notebooks Data Loaders
https://observablehq.com/notebook-kit/data-loaders
#HackerNews #Observable #Notebooks #Data #Loaders #DataVisualization #DataScience #JavaScript #Notebooks #Programming
-
(Feels good to close two-year-old feature requests.) :)
https://codeberg.org/kitten/app/issues/25
https://codeberg.org/kitten/app/issues/26:kitten: 💕
#Kitten #SmallWeb #web #dev #html #css #JavaScript #ESM #loaders #NodeJS
-
(Feels good to close two-year-old feature requests.) :)
https://codeberg.org/kitten/app/issues/25
https://codeberg.org/kitten/app/issues/26:kitten: 💕
#Kitten #SmallWeb #web #dev #html #css #JavaScript #ESM #loaders #NodeJS
-
CW: arXiv review
Y. Zhu et al., "Devils in the Clouds: An Evolutionary Study of Telnet Bot Loaders"¹
One of the innovations brought by Mirai and its derived malware is the adoption of self-contained loaders for infecting IoT devices and recruiting them in botnets. Functionally decoupled from other botnet components and not embedded in the payload, loaders cannot be analysed using conventional approaches that rely on honeypots for capturing samples. Different approaches are necessary for studying the loaders evolution and defining a genealogy. To address the insufficient knowledge about loaders' lineage in existing studies, in this paper, we propose a semantic-aware method to measure, categorize, and compare different loader servers, with the goal of highlighting their evolution, independent from the payload evolution. Leveraging behavior-based metrics, we cluster the discovered loaders and define eight families to determine the genealogy and draw a homology map. Our study shows that the source code of Mirai is evolving and spawning new botnets with new capabilities, both on the client side and the server side. In turn, shedding light on the infection loaders can help the cybersecurity community to improve detection and prevention tools.
#arXiv #ResearchPapers #Mirai #Botnets #Loaders
__
¹ https://arxiv.org/abs/2211.14790 -
Make anything a JavaScript module using Node.js ESM Module Loaders
I have a message in a text file called bottle.txt. Here’s how I load it into Node.js and output it to the console:
import message from 'bottle.txt'
message()Wait, what? How?
I’m glad you asked.
https://ar.al/2021/05/27/make-anything-a-javascript-module-using-node.js-esm-module-loaders/