Skip to content

Commit

Permalink
Merge pull request #670 from ipfs/damedoteth-patch-1
Browse files Browse the repository at this point in the history
Create newsletter-201.md
  • Loading branch information
damedoteth authored Jan 24, 2024
2 parents 59aa59e + e7dce43 commit c4aa973
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions src/_blog/newsletter-201.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: IPFS News Issue 201
description: Featuring the announcement of a recent demonstration of the InterPlanetary File System (IPFS) in space!
date: 2024-01-23
permalink: "/newsletter-201"
header_image: "/ipfsnews.png"
tags:
- newsletter
---

## **Filecoin Foundation Successfully Demonstrates IPFS in Space 🔭**

The Filecoin Foundation (FF) successfully completed a first-of-its-kind mission demonstrating the InterPlanetary File System (IPFS) in space. The recent demonstration involved sending files from Earth to orbit and back using an implementation of the IPFS protocol designed for space communications.

<a href="https://fil.org/blog/filecoin-foundation-successfully-deploys-interplanetary-file-system-ipfs-in-space/" class="cta-button">Read the blog post</a>

## **Brand New on IPFS ✨**

[Decentralizing DeFi frontends: protecting users and protocol authors](https://www.liquity.org/blog/decentralizing-defi-frontends-protecting-users-and-protocol-authors)

- A blog post from Liquity that features IPFS and talks about the need for decentralized frontends that are trustless and verifiable. [Read the post here!](https://www.liquity.org/blog/decentralizing-defi-frontends-protecting-users-and-protocol-authors)

[New Release: Kubo v0.26.0](https://github.com/ipfs/kubo/releases/tag/v0.26.0)

- Several deprecated commands have been removed
- Support optional pin names
- jaeger trace exporter has been removed

[New Release: Boxo v0.17.0](https://github.com/ipfs/boxo/releases/tag/v0.17.0)

- pinning/pinner: you can now give a custom name when pinning a CID. To reflect this, the Pinner has been adjusted. Note that calling Pin for the same CID with a different name will replace its current name by the newly given name.

[New Release: Iroh v0.12.0](https://github.com/n0-computer/iroh/releases/tag/v0.12.0)

- (bytes) Switch to a single directory for the flat store
- (net) Add Magicsock::network_change
- Usage metrics reporting
- Remove derp regions in favor of direct urls
- Additional public get utils

[New Release: OrbitDB v2.0](https://www.npmjs.com/package/@orbitdb/core)

- This version of OrbitDB replaces js-ipfs with Helia, IPFS's implementation for Javascript.

[Popular on the Forums](https://discuss.ipfs.tech/top?period=monthly)

- Help: [Feasibility for Self-Hosting Scientific Datasets?](https://discuss.ipfs.tech/t/feasibility-for-self-hosting-scientific-datasets/17355)
- Ecosystem: [Cloudflare IPFS gateway goes premium, longetivity of free version?](https://discuss.ipfs.tech/t/cloudflare-ipfs-gateway-goes-premium-longetivity-of-free-version/17388)

[ProbeLab Network Weekly Reports](https://github.com/plprobelab/network-measurements/tree/master/reports/2023)

## **Around the Ecosystem 🌎**

[Sendme, built on iroh](https://iroh.computer/sendme)

- It's like scp without needing to know the IP address. Add some files to sendme, and it will give you a pastable ticket that you can give to anyone who needs your files. Sendme will connect your devices directly & transfer the data without any accounts or configuration. [Learn more here!](https://iroh.computer/sendme)

[All-in-one Docker image with IPFS node best practices](https://discuss.ipfs.tech/t/all-in-one-docker-image-with-ipfs-node-best-practices/17408)

- A post in the IPFS community forum about putting together an all-in-one docker image for self hosting an IPFS node / gateway. [Read the forum thread here!](https://discuss.ipfs.tech/t/all-in-one-docker-image-with-ipfs-node-best-practices/17408)

[What's IPFS and how it compares to BitTorrent](https://norman.life/posts/ipfs-bittorrent)

- A new blog post from Daniel Norman, Developer Advocate for IPFS, about the differences between IPFS and BitTorrent. [Read the entire post here!](https://norman.life/posts/ipfs-bittorrent)

[Encrypted Blockstore from Fireproof](https://www.npmjs.com/package/@fireproof/encrypted-blockstore)

- Multi-writer self-hosted local-first IPFS-compatible blockstore with end-to-end encryption. [Learn more here!](https://www.npmjs.com/package/@fireproof/encrypted-blockstore)

[Community contribution of nfs mounting as an alternative to fuse in kubo](https://www.youtube.com/watch?v=19FkIxTzavY)

## **Have something you want featured? 📥**

If you have something exciting or important that you think the IPFS community should know about, then you can [submit this form](https://airtable.com/appjqlMYucNiOYHl7/shrfPrKe112FW3ucv) to have it be considered for inclusion in the IPFS newsletter.

<a href="https://airtable.com/appjqlMYucNiOYHl7/shrfPrKe112FW3ucv" class="cta-button">Submit form</a>

0 comments on commit c4aa973

Please sign in to comment.