When I click the link in the seedit repo, on the webpage it says “fetching ipns from ipfsgateway.xyz”
- 0 posts
- 8 comments
- 1 year
Found out a year ago OpenRCT adds multiplayer support. Started a campaign with my sister as we’ve played it a lot as kids. Great fun for a Sunday every once in a while.
- take6056@feddit.nltoProgramming@programming.dev•understanding many2one, one2many and many2many relationshit2 years
Another Many-to-many example within this usecase would be “subscriptions”. Users can subscribe to multiple channels and channels can have multiple users subscribed to them. You would use another relational table that stores the channel_id & user_id, with uniqueness for both together, since “being subscribed to one specific channel multiple times” doesn’t make sense and perhaps put a column to store “hitting the bell” in there too.
- take6056@feddit.nltoProgramming@programming.dev•how good is this short introduction about myself (No CSS applied yet)?2 years
At college some guys were self hosting a git server for a project but it went down. We resorted to a USB stick that acted as
remoteand was passed around. That was awesome to see, for about a day…
- take6056@feddit.nltoProgramming@programming.dev•how good is this short introduction about myself (No CSS applied yet)?2 years
Thought it was a good opportunity to potentionally learn something new. Seems to have worked out.
- take6056@feddit.nltoProgramming@programming.dev•how good is this short introduction about myself (No CSS applied yet)?2 years
I’d change
- Github, … To
- Git, for version control
- take6056@feddit.nltoProgramming@programming.dev•[help] Are there tools for documents manipulating that can provide an approximate size of components (text included)?2 years
I would look into a library that does manipulation of odt (or docx). Code whatever algorithm you need to do the restructuring. Now your left with an in memory representation of the document that you can hopefully figure out how many pages it spans, or save it to a temporary file.
All depends really on how feature rich the odt libraries are and/or how deep you want to dive into the spec.
I feel like this is an XY problem. Is there an underlying issue your trying to resolve?

I stIll use tHis methOd, it worKs flawleSsly!