IPFS

724 readers
2 users here now

Community for the InterPlanetary File System.

Website: https://www.ipfs.tech/ Github: https://github.com/ipfs/ipfs/

IRC: #ipfs on libera.chat
Matrix Space: #ipfs-space:ipfs.io
Discord: https://discord.gg/DrPFqa2

Forums: https://discuss.ipfs.tech/

Other IPFS communities on Lemmy

founded 5 years ago
MODERATORS
1
 
 

TL;DR Is there anywhere you can pin content, that is actually affordable for hobbyists? I only need 1-2 GB. I'll likely cycle out old pins as I post new blog posts and the site gets updated. I'm looking for sites that cost the same as cloud provider storage. Not the much higher fees all the pinning services seem to be charging for basic pinning.

Longer: I have a small blog that I am hosting on IPFS, it is about 1GB of static content. I am trying to find some pinning services that are actually affordable. But everything is $20/month and up

One of the advantages of IPFS and IPNS was meant to be that we would be able to get cheap distributed storage. To store a static website on Amazon S3 is only a couple cents per month. But all of the pinning services are wanting orders of magnitude above that.

I have a VPC set up that is just pinning my own content. But it would be good to use a more reliable service than my own. But right now all the services price out hobbyists playing with IPFS hosting

2
3
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 
 

So I was reading though this post on the F-droid community when I came up with an idea

https://lemmy.world/post/23416167

What if libp2p was used to make multiplayer mobile games? Think about it, wouldn't it be cool to have a clash or clans alternative that was decentralized and open? There might be some security issues with this idea but I think it would be pretty cool.

I for one remember playing Age of Empires and I would love to see a game with that same style. It would be hard since your phone would need to act as a server sometimes so that other players could attack you. It would also need to account for modified versions of the game.

Currently libp2p for JVM isn't completed yet but it is still fairly powerful.

3
 
 

I have done a bunch of reading and watched a bunch of talks and yet it still blows my mind. You can just pull data from somewhere and it works. Libp2p is even crazier as it allows a bunch of computers to take to one another without any hassle or dedicated provider.

What's your thoughts on the future of p2p? I think a lot of companies are pushing the cloud and SaaS but really I think building an app on a more decentralized model will provide much more cost savings and reliably. I personally don't think the idealized "dapps" or crypto will ever take off with general society but I can imagine a game or a collaboration platform that uses libp2p.

4
 
 

It seems like IPFS would be a decent choice for video content

5
11
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 
 

Just as the title ask. I just want a file hosting site for images and videos but that uses ipfs

Edit: I found https://www.dreamlink.cloud/ pretty neat but doesn't host the file for you and let's you upload anything.

6
 
 

Maybe I'm too dumb and don't understand but it seems to me it's just like that but with end to end encryption and hashing.

I'm all for it but I've just been curious as to what all the hype was about

7
8
 
 

Many years ago I posted a few pictures to Reddit using IPFS. It didn't go over very well, the pictures were basically not viewable unless I was online with my node running.

How far has IPFS come in the last eight/nine years or so..?

Is it a fairly decent alternative to something like IMGUR, yet?

I've been out of the loop for nearly as many years, too. But, I'm glad to see the project still here and I'm interested in where it's at these days.

9
10
11
 
 

(From the IPFS Discord) Hello @everyone! 🥁 drum roll... 🥁

We're excited to be announcing the formation of the **Ecosystem Working Group! **

We believe this working group and its autonomy will be critical in helping propel IPFS toward a better and even brighter future.

Read all about it on the IPFS blog

12
 
 

I like the IPFS technology as an idea, I can pin my files I guess, but I don't know any communities or services that I wanna use that leverage IPFS.

I was wondering what y'all are using.

13
 
 

I want to use a cms and though it would be cool if it integrated with ipfs.

14
 
 

We have over thousand instances and a bunch of them are caching the same images as other instances. Wouldn't it be nice for users to get image from the closest instance? We already have a lot of data overlap and we would need to „just” implement protocol to find the same data and retrieve it to the user.

15
16
 
 

Not sure whether this fits in here, but maybe it does and someone wants to read it.

If not, I apologize.

17
18
19
 
 

[0.6.5] - 2023-03-25

Added

  • Web Passwords vault implementation: save passwords from HTML forms and autofill passwords
  • ChatGPT integration with the openai python module
    • Implement basics: text completion, image generation
    • Implement translation to languages supported by ChatGPT
    • Implement QML code generation with live preview in a QtQuickWidget
20
21
22
1
galacteek: v0.5.8 (galacteek.gitlab.io)
submitted 2 years ago by [email protected] to c/[email protected]
 
 

cross-posted from: https://lemmy.ml/post/545323

[0.5.8] - 2022-09-24

Added

  • browser: Monkeypatch fetch() to support loading IPFS objects natively without any JS requirements
  • Interceptor: add http://domain.eth/ to ens://domain.eth redirection
  • Add a resource blocking system (with python-adblock; block lists are pulled from IPFS)
  • Add the ips:// URL scheme (renders IPS JSON-LD schemas)
  • Add a UI action to view IPS schemas- Implement intelligent RDF tags (inspired from "Meaning of a tag")
  • pronto: support for subconjunctive graphs (parent store)
  • pubsub sniffer: nicer UI (add topic filter and max messages widgets)
  • Add UI elements in the settings to configure the various webprofiles
  • Add support for Greasemonkey scripts
  • Use a popup (vs a tab previously) for the pinning status widget
  • Add support for configurable dark theme inside QtWebEngine widgets
  • browser: Detect page's language from lang tag and pass it to addHashmark

Changed

  • Hashmarks: use RDF storage (old hashmarks db is deprecated, possible to migrate from the UI)
  • js-ipfs-http-client: upgrade to v49.0.2
  • IPFS search UI
    • Add an IPFS gateway UI selector
    • Add an exact MIME type filter
    • Add a filter for "last seen period" (helps to filter out dead content)
    • Search results are buffered in a RDF graph and periodically flushed
    • Embed audio and video content in the search results

Fixed

  • Pubsub sniffer UI (bugfix): unhook PS listeners when the widget is destroyed
  • Fix "Repeated subscription to key" aiopubsub message warnings
23
24
 
 

cross-posted from: https://lemmy.ml/post/220863

[0.5.4] - 2022-04-04

Added

  • RDF hashmarks store
  • Qt SparQL models API: add async support
  • Add MIME type recognition for turtle (ttl), YAML
  • Add UI to browse pronto graphs from a browser tab

Changed

  • Improve the Curve25519 pubsub API
  • SmartQL P2P service
    • Implement a peer-dependent authentication middleware for the http service
  • Pronto
    • galacteek.ld.pronto: pubsub service is now encrypted with curve25519
    • Use time-rotating peer-dependent credentials for the smartql p2p service
  • Mediaplayer:
    • Deprecate old MFS+JSON playlists storage
    • Store playlists as RDF (schema is: ips://galacteek.ld/MultimediaPlaylist)
    • Playlists by default are stored in a private RDF store
    • Playlists can be published to a public RDF store
    • Public playlists are synchronized between peers via a SparQL script
  • Content providers peering: separate Pinata nodes config by region
  • Update Pillow to v9.0.1
  • IPS contexts loader: add TTLCache for small schemas

Fixed

  • AppImage: fix xkb issue when running in Wayland (set XKB_CONFIG_ROOT)

https://gitlab.com/galacteek/galacteek/-/blob/pimp-my-dweb/CHANGELOG.md

25
 
 

cross-posted from: https://lemmy.ml/post/195920

galacteek is a multi-platform Qt5-based browser and a P2P dapps (aka distributed apps) platform for the distributed web.

galacteek makes extensive use of linked data and supports expansion of IPFS objects to RDF. The nodes on the network communicate with IPFS pubsub messages, and use the P2P-SparQL protocol (SparQL over IPFS tunnels/streams) to exchange and synchronize linked data.

https://galacteek.gitlab.io/

view more: next ›