29 Jan 2023 |
@harvey2:matrix.org | Redacted or Malformed Event | 14:07:50 |
| Faiq Khan joined the room. | 14:15:53 |
| Ervin joined the room. | 14:27:09 |
mark5891 | > The challenge with IPFS and related technologies is that they are not accessible for people without technical skills. When a non-developer is able to collate, manage data through simple to use point and click tools then it would become more sustainable.
The challenge for us, within the browsers & platforms team specifically, is to make that transition as easy as possible!
That being said, here's a shameless plug to the IPFS integrations repo (vscode issue in particular) that should hopefully make the devs life easier in a distributed world. How that will work: bring on the ideas and feedback, now is the best time for that! | 14:39:23 |
| jeanhyperng joined the room. | 15:36:56 |
| - devabrain changed their profile picture. | 17:45:27 |
| - devabrain removed their profile picture. | 17:55:40 |
| Jonathan O'W joined the room. | 17:57:26 |
| KenMarinaris joined the room. | 20:40:03 |
| @bibkacz:matrix.org joined the room. | 21:20:29 |
| @bibkacz:matrix.org left the room. | 21:22:43 |
| Judd joined the room. | 22:21:09 |
30 Jan 2023 |
mark5891 | Hmm, this puzzles me a bit. My IPFS config in the datastore section has:
{
"child": {
"compression": "none",
"path": "datastore",
"type": "levelds"
},
"mountpoint": "/",
"prefix": "leveldb.datastore",
"type": "measure"
}
Important part there is the "compression": "none"
Yet profiling kubo shows that the datastore is using compression. Am i missing something here? | 00:42:15 |
| auslandei joined the room. | 02:03:30 |
| altair_cepheus joined the room. | 05:39:47 |
| AperionDoods joined the room. | 07:08:16 |
| dietrich banned @harvey2:matrix.org (spam). | 10:21:47 |
| marek.kowalski joined the room. | 11:51:57 |
| Michał Grzegorczyk joined the room. | 11:58:27 |
| Iswar joined the room. | 13:23:16 |
| user001 joined the room. | 14:01:55 |
| user001 changed their display name from Youssef Zair to user001. | 14:03:27 |
robin | Right — this is one of the reasons why I think that the IPFS/ActivityPub connection ought to go beyond just making things efficient for media. Adding a thing to a collection/feed/stream should be trivial, curating should really just be as simple as a CID that’s copied into a stream you own. | 15:11:38 |
robin | this also relates to dark forest web vs cozy web (https://maggieappleton.com/cozy-web) and how generative AI makes that even more desirable (https://maggieappleton.com/ai-dark-forest) | 15:13:16 |
Dietrich Ayala | Chromium verified multi-gateway implementation notes from John at LBL. https://github.com/little-bear-labs/ipfs-chromium/blob/main/README.md | 17:17:50 |
lidel | leveldb compaction is not compression, afaik it is re-ordering data to avoid some I/O in the future. | 17:49:00 |
mark5891 | Ahh right! That makes sense. Still though, compaction is heavy. Then again, i think i need to dive in deep of the leveldb usage in ipfs. Something there along with my local datastore size (2.1GB) smells weird. Need to understand how that is all working | 17:58:20 |
fabrice | In reply to @_slack_filecoinproject_UEP092KTQ:ipfs.io leveldb compaction is not compression, afaik it is re-ordering data to avoid some I/O in the future. windows 3.1 defrag joins the chat | 17:59:00 |
| vermouth joined the room. | 20:15:20 |
| Prerak joined the room. | 20:17:58 |