@tomoko_channel · Post #747 · 10/16/2024, 02:34 AM
🔖 Node.js Tutorial - 42 - Event Loop - YouTube #pinboard#nodejs free wrt node js event loop https://www.youtube.com/watch?v=L18RHG2DwwA&list=PLC3y8-rFHvwh8shCMHFA5kWxD9PaPwxaY&index=42
TGINSIGHT SIMILAR POSTS
Source channel @libreware · Post #968 · Jul 5
SplinterNet Android app designed to create an unblockable Twitter like network that uses no cellular or Internet communications. All messages are transmitted over Bluetooth between users, creating a true peer-to-peer messaging system. All messages are anonymous to prevent retaliation by government authorities. SplinterNet is a true peer-to-peer network in that it requires physical proximity to other people to transmit messages. In the current version this happens over a close range Bluetooth connection. To illustrate how SplinterNet works, here is an example scenario: You take a picture of a protest happening near your home. Fearing a spread of the protest the government shuts down cellular and Internet access to most citizens. You write a short message about the protest in SplinterNet and attach the picture. When you next meet with your friends, you sync SplinterNet with them. They now have your photo and will spread it to their friends. You also now have all their messages, which includes photos taken of protests happening in other parts of the country. Any person who can reach a working Internet connection can post all of these photos to any sharing service or send directly to journalists to publicize. If you fear capture, you can press a single button and all the messages in your copy of SplinterNet are deleted. Features Create a post with text and an optional single image. Mark posts as important to increase their spread within the network. These posts will be sent first during syncing and will be highlighted for the people you sync with. Delete posts to stop their spread. The contents of the network reflect what users of the network think is important and appropriate. You don't have to spread anything you don't want to. Project Status This is an experimental project still in development. All of the features listed here should work, they just haven't been tested in large networks. Please let us know how it works! https://raw.githubusercontent.com/megamattron/SplinterNet/master/other/splinterNet-infosheet.png https://github.com/megamattron/SplinterNet 📡@nogoolag📡@libreware #SplinterNet#im#messaging#p2p#bt#bluetooth
Search: #nodejs
@tomoko_channel · Post #747 · 10/16/2024, 02:34 AM
🔖 Node.js Tutorial - 42 - Event Loop - YouTube #pinboard#nodejs free wrt node js event loop https://www.youtube.com/watch?v=L18RHG2DwwA&list=PLC3y8-rFHvwh8shCMHFA5kWxD9PaPwxaY&index=42
@awesomeopensource · Post #118 · 04/24/2018, 09:41 AM
chalk-animation 多种彩色终端动画。 语言:#JavaScript 分类:#NodeJS 转发自 @rsshub
Hashtags
@tomoko_channel · Post #705 · 10/10/2024, 12:24 PM
Node.js 纪录片感想(小抄) 1. Ryan Dahl 创建 Node.js 当时流行的 Web 框架(如 Ruby on Rails)在处理高并发时效率不够高,特别是在处理 I/O 密集型任务时性能显得不足。虽然这些框架也支持异步 I/O,但用起来很别扭。 他也尝试过其他语言(如 Python、Lua、Haskell),但发现这些语言的运行时已经沉淀了多年,深受传统同步编程模型的限制,很难进行根本性的变革。 于是 Boy Meet Girl,算是终于让他看见了 Javascript 这个本身就在浏览器中天天需要处理异步场景的语言。(JavaScript 本身就依赖事件循环和异步操作来处理用户交互与网络请求。) 关键点是 easily build optimal server 以及 forcing them to only use async IO。也是 Node.js 的核心优势。 2. Isaac Schlueter 加入 & npm 的诞生 这点倒是没什么好说的,pip 比它要早一点,08年 vs 10年。 想起我大二那年,被 pacman 什么都能下载给震撼住了。真的是,生在这种什么都有的年代真是被惯坏了。不过即使我在那个年代,也不会造出这样的轮子吧 3. Joyent 买下 Node.js 这一阶段就是真的让 Node.js 成为一个企业级产品了,毕竟有公司去资助一批工程师去全职开发。 也是在这个阶段支持了 Windows,让用户量大大增加了。(通过实现 LibUV 库来处理 Windows 特有的 I/O 操作和事件循环,兼容了 linux 和 win 的操作) 4. Ryan 退出 & 社区分裂 Ryan 在 Windows 版本出来之后就腻了,看来是那种喜欢写新功能而不想全天在修 BUG 的人?于是负责人从 Ryan -> Issac -> TJ Fontaine。 至于创始人离开之后,社区的贡献者自然就觉得给 Joyent 打白工非常无趣,于是就去 fork 了 io.js(确实,虽然 MySQL 是开源的,但谁会乐意无偿贡献代码给 Oracle 呢?) 5. 基金会成立 最后是双方妥协,Joyent 将 Node.js 的管理权交给了基金会, io.js 和 Node.js 最终合并。可喜可贺,可喜可贺。 不过这也是社区力量占主导才能强迫公司妥协,不然就变成现在的 MariaDB 了? --- (仅仅是笔记,不一定对,需要勘误) https://www.youtube.com/watch?v=LB8KwiiUGy0 #TIL#nodejs
@Only4Share · Post #498 · 05/18/2023, 01:14 PM
https://moonapi.com/news/detail/id/8416.html #前端#NodeJS
@thedevs · Post #1929 · 07/18/2021, 02:04 PM
npm audit: Broken by design. #article#js#nodejs @thedevs https://kutt.it/sfCoaF
@thedevs · Post #1442 · 03/26/2019, 05:21 PM
A complete guide to threads in Node.js. #article#js#nodejs @thedevs https://kutt.it/oISgAb
@thedevs · Post #1339 · 12/18/2018, 04:38 PM
19 ways to become a better Node.js developer in 2019. #article#js#nodejs @thedevs https://kutt.it/JDnenj
@thedevs · Post #1099 · 05/03/2018, 05:54 PM
What exactly is Node.js? #article#js#nodejs @thedevs https://kutt.it/7Ya1Gf
@AprilNEALab · Post #75 · 08/31/2024, 02:44 PM
#NodeJS#ORM 这么严重的问题花了一年才被修复。 https://github.com/drizzle-team/drizzle-orm/issues/724 https://github.com/drizzle-team/drizzle-orm/releases/tag/0.33.0 TL;DR Drizzle ORM 导致 JSONB 在 Postgres 数据库中错误的以 JSON String 表示
@plltxe · Post #4719 · 03/25/2022, 09:57 PM
Sometimes dependencies can just get as messy as it could. #NodeJS#npm 🐦
@tomoko_channel · Post #771 · 10/24/2024, 11:41 AM
🔖 javascript - Difference of using async / await vs promises? - Stack Overflow #pinboard#nodejs#job_search https://stackoverflow.com/questions/53057110/difference-of-using-async-await-vs-promises
Hashtags
@thedevs · Post #1740 · 05/07/2020, 04:53 PM
Rust and Node.js, a match made in heaven. #article#nodejs#rust @thedevs https://kutt.it/W3c4ps