Earlier quoted context omitted.
How do you feel about the fact that all your institutional knowledge is now not visible outside of Discord, not indexed and barely searchable? How do you feel about the fact that the long-term survival of this knowledge is at the whim of a company that is mostly focused on the gaming community and has no vested interest in preservation over longer time periods? When was the last time you found an answer to a question…
> How do you feel about the fact that all your institutional knowledge is now not visible outside of Discord, not indexed and barely searchable? No different than an office workspace no?
I have received a $100k sponsorship for Ladybird browser
71–80 of 172 posts
Re: I have received a $100k sponsorship for Ladybird browser
#72Earlier quoted context omitted.
Have you considered logging what's said in each channel and publishing it to your project's web site?
That makes me think, has anyone created a Discord bot that automatically archives chats? Preferably as HTML files similar to Pidgin? That would be great.
Discord also encourages certain usage patterns that are unhealthy. Threads are rarely used and have poor discoverability, search is incredibly limited etc.
Re: I have received a $100k sponsorship for Ladybird browser
#73Does this change anything about the feel of working on it, I wonder? Until now, it has been a real passion project. I wonder if this will make working on it more of a chore, or if it will affect the "roadmap".
I hope someone donates $100k to the programming language project of theirs next.
And lastly, the most important thing is for him to stay sober. My understanding of the whole "serenity" project was as an alternative to drinking that was fun and fulfilling. I hope the money doesn't cause stress, or otherwise change what the project is or how it works, such that it no longer works for its original and primary function.
Re: I have received a $100k sponsorship for Ladybird browser
#74Earlier quoted context omitted.
Have you considered logging what's said in each channel and publishing it to your project's web site?
That makes me think, has anyone created a Discord bot that automatically archives chats? Preferably as HTML files similar to Pidgin? That would be great.
Edit: My sibling mentions the appropriateness of such a thing, and I do think letting users know that their messages will be posted on the web is important, but either way, if it's a public channel of a FOSS project's Discord server, surely people understand that those messages aren't private to begin with, right?
Re: I have received a $100k sponsorship for Ladybird browser
#75Earlier quoted context omitted.
I resisted starting a Discord for my open source projects for years. With hindsight that was a mistake. I finally created one a year ago and it had a huge impact on the velocity of the project - I now have active engagement with users and a growing pool of contributors and collaborators, all thanks to that group. I think often it's important to prioritize reducing friction to getting involved over (very rational) res…
How do you feel about the fact that all your institutional knowledge is now not visible outside of Discord, not indexed and barely searchable? How do you feel about the fact that the long-term survival of this knowledge is at the whim of a company that is mostly focused on the gaming community and has no vested interest in preservation over longer time periods? When was the last time you found an answer to a question…
Re: I have received a $100k sponsorship for Ladybird browser
#76Re: I have received a $100k sponsorship for Ladybird browser
#77Congrats for such a nice acknowledgement of your work. While looking at their other project I am curious that the author has decided to invent their own memory safe language currently implemented as transpiler to C++ written in Rust. Why not to just use Rust as their system language. I can imagine potential nightmares when debugging such concoction.
What? From my knowledge Jakt is written in C++ and Jakt itself, not Rust.
Sure the first implementation was written in Rust but it was quickly replaced when Adreas took over the project.
Re: I have received a $100k sponsorship for Ladybird browser
#78Great to see this! However, I see Windows is supported only via WSL. If this is to be adopted by the mainstream then perhaps native Windows support becomes paramount at some point.
Re: I have received a $100k sponsorship for Ladybird browser
#79Earlier quoted context omitted.
As a multi-decade long Firefox user, I am going to say no. Firefox is produced by a single company and its users are completely beholden to the choices that the company makes. In some ways, Chromium is closer to being the Linux of browsers. There are multiple “distributions” or instances of the technology ( Chrome, Edge, Brave, and others ). There is at least some collaboration on the core. Chromium is not developed…
Agreed. There are far more differences/changes between Chromium-based browsers than Firefox ones (which just remove Mozilla telemetry or provide a way to use old-style extensions). It really was a huge shame that they chose to base Edge on Chromium instead and I feel it points to clear issues in Firefox that prevent it from being the Linux of browsers. I do wonder what's so wrong with FF that nobody wants to base the…
It's compatibility. I use Firefox now it less exclusively, and sometimes I'll need to go on some "normie" website to book a flight or something and the Continue button will be broken or some shit. Seems like lots of web devs will just make the sure works in Chrome and call it a day.
Re: I have received a $100k sponsorship for Ladybird browser
#80Congrats for such a nice acknowledgement of your work. While looking at their other project I am curious that the author has decided to invent their own memory safe language currently implemented as transpiler to C++ written in Rust. Why not to just use Rust as their system language. I can imagine potential nightmares when debugging such concoction.