2017-JS-Party-Transcripts / 2017 Node.js User Survey and Beaker Browser_summary.txt
willtheorangeguy's picture
add all 2017 summaries
27ccaf1 verified
Raw
History Blame Contribute Delete
3.58 kB
• Discussion of Node.js user survey results
• Breakdown of Node.js users' focus (back-end, front-end, full stack, etc.)
• Use of containers among Node.js users
• Comparison between front-end and back-end usage in Node.js
• Analysis of npm downloads and dependencies
• Mention of China as a significant growth market for Node.js
• Concerns about relying on download metrics as a measure of usage and adoption
• Discussion of the limitations of download metrics in quantifying people's engagement with packages
• Introduction of npm's user metric, which is based on website impressions over a three-month period
• Use of NodeJS.org website metrics to understand geographic distribution of Node users
• Identification of a gap in data for independent users in China and how it was addressed using cnodejs.org forum metrics
• Skepticism about the impact of build tool usage on metrics and the need for further analysis
• Analysis of GitHub data to split front-end and back-end package engagement
• Discussion of challenges in determining whether users are engaged with Node.js as a build tool or for server-side use
• Node.js adoption in enterprises
• Shift to front-end development with Node.js
• Benefits of Node.js for cross-platform development
• Comparison of Node.js with other languages (e.g. Python, Ruby)
• MongoDB usage and its performance issues
• Stripe's experience with MongoDB and its limitations
• Development of Secure Scuttlebutt as a peer-to-peer social network
• Need to create a platform that allows other developers to build on top of Secure Scuttlebutt's technology
• Idea to use Electron and Chromium to build an entirely new browser with decentralized protocols
• Research into various decentralized protocols, including IPFS and Dat
• Focus on integrating Dat due to its ability to handle data that changes over time
• Decision to focus on one protocol (Dat) instead of trying to support multiple protocols simultaneously
• Current state of Beaker browser and its integration with Dat protocol
• Dat peer-to-peer techs allow creating websites directly from a computer using a browser
• Key features: better personal privacy, open source architecture, no reliance on centralized services or databases
• Security concerns: malicious individuals could potentially control content by pretending to be multiple users, but the system is designed to prevent this through use of public-private key pairs and signature verification
• Public keys are 64-character hex strings, making them difficult to recognize and spoofing more challenging
• Dat addresses piggyback on HTTPS servers using a well-known folder for verification, providing a compromise solution until further security measures can be implemented
• The Code For Science team is grant-funded by organizations such as the Knight Foundation and Sloan Foundation to develop the Dat protocol
• Hashbase is a public super-peer network allowing users to upload files without relying on others to seed them
• Centralization vs decentralization: Paul Frazee argues that centralization can be a necessary step towards decentralized systems, citing Hashbase as an example
• Future plans include allowing users to run their own decentralized servers at home for improved privacy and control
• Picks:
• Alex Sexton recommends GlobalizeJS for internationalization
• Mikeal Rogers recommends Semantic Release for automating module releases
• Paul Frazee recommends the TV show Game of Thrones