@craigmaloney @andycuccaro @vinnl I agree with the problem, but at least in this example there is light at the end of the tunnel! Github has built-in functionality to generate RSS feeds, so you don't need to contact the author of that blog.
Subscribe to this url: `github.com/{user}/{repository}/commits/{branch}/{path-to-file-or-folder?}.atom`
It is not ideal, but I use it for a couple of repositories and it's better than nothing.
@tychi @dajbelshaw Awesome, thanks :)
I started to get into Solid almost at the same time that I started working in the open (very much inspired by Doug!) So my whole journey is documented starting here: https://noeldemartin.com/tasks/implementing-a-task-manager-using-solid
Let me know if you want me to fill in some gaps. And sorry for the rambling, these journals are not very structured :).
@vinnl π± What's interesting is how little that error told us about certificates :/ In any case, I have planned to improve error handling in the next iteration (which honestly, I hadn't paid much attention to π ).
I'm glad that it's fixed :D
@dajbelshaw I have no idea what they do, but I don't think any settings will change the initial size of the Javascript bundle :(. I was already saying "no" to notifications (so I assume they didn't do anything else in my session) and the initial payload was around 60kb. Unfortunately, that's the standard way how things are done, in the same way that it's standard to use tracking and analytics. So unless you find a minimalist solution like the theme, I doubt that it'll be optimal.
@dajbelshaw Yeah that's probably what the other plugin used under the hood. I don't know of any alternatives because I don't use WordPress a lot, but I'm sure there has to be some lightweight options, I wouldn't go so low level if you can help it.
@dajbelshaw It was showing up to me yes. I don't know of any alternatives :(
@dajbelshaw Hey since you're going hardcore on this, you could look into the plug-in you're using for push notifications :) I don't know how many people uses them, but last time I checked it was the heaviest asset on your blog. It's also inefficient because it could be loaded only after someone says "yes" to push notifications.
@vinnl That line finishes properly because the progress message was updated in your screenshot, so it's probably something happening inside resolveMediaContainers. That has a lot of Solid stuff going on, so it's also possible that the error is in some of the libraries I've used for the Solid interaction. I'll try to make a build without the worker thread and let you know, maybe that'll at least be more specific with the error.
Thanks for looking into this!
@vinnl Nice, I didn't know you could do that with Solid :D I've looked at your data and I didn't see anything out of the ordinary :/
I enabled source maps, but I haven't used any Generator so maybe it's something in a dependency. The entry point for the worker thread is here https://github.com/NoelDeMartin/media-kraken/blob/main/src/workers/LoadMediaWorker.ts#L31
@vinnl That's interesting, how can I read your data from my webId? My WebID is `https://data.noeldemartin.com/profile/card#me`.
Here's another idea, try logging in in this dev deployment. The JS is not minimized so maybe you can see a different error. https://media-kraken.netlify.app
@vinnl I got the error report but it doesn't tell me anything that I didn't see in that screenshot already :(. It is really strange because that looks like a syntax error and I should be getting the same since we have the same environment. I still have to try using the containers setup to see if I can reproduce it that way.
@vinnl Hey, I just released a new version with opt-in error reporting, if you want to try again in Firefox adding `?error_reporting=on` to the url maybe I can get more info about that problem. If you do it, make sure that trackers are not blocking requests to Sentry and also check that it's using v0.1.3 (I've added the version number to the loading screen as well).
Two of my favourite bloggers, @dajbelshaw and Abhishek Chakraborty, just wrote on the importance of writing. I should really get started writing those 62 blog ideas I have on my backlog... π
- https://dougbelshaw.com/blog/2020/07/21/just-write
- https://coffeeandjunk.com/writing-thinking
@nolan What's your opinion of Cypress? I think they address these two issues rather well. Maybe not so much the "slow" part given that they run on a real browser, but the speed is decent, I never feel the drag while developing.
After some months of side-project work, here's my new #Solid app. If you don't have a Solid POD, data will be stored locally and you can upgrade to Solid when you're ready! Media Kraken will help you keep track of your media, starting with movies in v0.1. https://noeldemartin.github.io/media-kraken/
@vinnl Yeah I meant some corrupted JS in the client. I also have those blockers but I don't use containers, although I was intending to start at some point! So I guess this is a good excuse :). Thanks for the feedback, I'll let you know if I can reproduce it.
@vinnl That's strange, because I use Firefox as my main browser :/. What version and what OS are you using? I have 78.0.2 on Ubuntu. It's working for me even in the DuckDuckGo browser on Android, so I don't think it has anything to do with the browser, maybe there's some caching shenanigans going on with a corrupted file or something.
@vinnl Hey thanks for checking it out, of course I don't mind :). Hmm can you check with a different browser or doing a hard refresh? I've tried with my own deployment of node-solid-server and solid.community, so maybe it's something I can't reproduce in my environment. You can also log in with "use browser storage" and you can export your data in JSON-LD, which can be imported later on to your POD using the same app. At least you could play around with it until that problem is fixed.
βπ§ π₯
Problem Solver. Software Architect. Entrepreneur.
Making Solid apps (solidproject.org), and pondering what to do next.