Remove bundles comments
article thumbnail

Mozilla Drops Onerep After CEO Admits to Running People-Search Networks

Hacker News

The nonprofit organization that supports the Firefox web browser said today it is winding down its new partnership with Onerep , an identity protection service recently bundled with Firefox that offers to remove users from hundreds of people-search sites. Onerep and Shelest did not respond to requests for comment on that story.

181
181
article thumbnail

Emacs 29.1

Hacker News

eglot has existed for a while, but it’s nice to see it bundled with Emacs going forward. P.S. Feel free to share in the comments what are you most excited about. Which in tern means that it’s easier than ever to run Emacs in Windows’s WSL. This is huge! Reason #3 - built-in support for TreeSitter. In Emacs We Trust! M-x Forever!

94
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to Build a Multiplayer (.io) Web Game, Part 1

Victor Zhou

I’ll refer to this file as our JS bundle. We’re using a plugin to extract all CSS referenced by our JS files and bundle it together. I’ll refer to this as our CSS bundle. ext' bundle filenames. to optimize bundle sizes when deploying to production. A < link > include for our CSS bundle. contenthash].ext'

59
article thumbnail

Announcing the Winners of Invite Only Data Challenge: OCEAN Twitter Sentiment pt. 2

Ocean Protocol

One suggestion that stood out through Mohammed’s report was stated that in order to achieve a minimum 10 percent impact on the OCEAN price through social media content, creators should focus on generating content that attracts a larger number of comments.

article thumbnail

The tech behind Artifact, the newly launched news aggregator from Instagram’s co-founders

Flipboard

His comment is a timely one, given how tensions in the U.S. And here, Artifact will have to fight against the default ways people access news, including through the news apps that come bundled with their smartphones, as well as the large internet portals like Google and Facebook, and some extent, YouTube and TikTok too.

article thumbnail

How Vericast optimized feature engineering using Amazon SageMaker Processing

AWS Machine Learning Blog

This platform aims at capturing the repeatability of the steps that go into building various ML workflows and bundling them into standard generalizable workflow modules within the platform. Please share your comments and feedback. In this post, we share how Vericast optimized feature engineering using SageMaker Processing.

AWS 70
article thumbnail

How to Build a Multiplayer (.io) Web Game, Part 2

Victor Zhou

We either Use webpack-dev-middleware to automatically rebuild our development bundles, or Static serve the dist/ folder, which is where Webpack will write our files after a production build. Leave a comment below or tweet at me. PORT || 3000 ; const server = app. listen ( port ) ; console. The other primary job server.js

52