Otaku, gamer, self-taught programming student and professional procrastinator from Brazil. In fact, I am procrastinating at this very moment. I love boomer shooters too.

  • 12 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: September 6th, 2021

help-circle











  • Torch Browser is not open source, and it still is based on chromium. It’s the worst browser combination possible.

    Falkon is pretty cool! I prefer using qutebrowser if it’s gonna use QtWebEngine anyway. It is slower and less featureful than the main browsers, though. If you don’t mind it, I’d say go for it!

    I didn’t know about Dot Browser, but it looks… unfinished? It’s based on Firefox, so that’s cool. But it seems someone would be better off just using something like LibreWolf (or Tor if you actually want some privacy).


  • well, I just came across the article on Mastodon and wanted to share it. I mean jeez, imagine sharing and wanting to discuss interesting topics just for fun?

    and I posted the article on [email protected] and then cross-posted it here, because I thought it was also an interesting community to discuss it. I saw a bunch of people cross-posting it elsewhere, so if you’re seeing it a bunch of times then it’s probably because those communities probably also have something in common with the article. I personally think every community have different people and different discussions to have, so I don’t see it as particularly bad.











  • I meant kinda like what GitHub and GitLab have in its UI, showing the job status from the most recent commit:

    Though it doesn’t even have to be a part of the git repo UI. You can link an image badge in the projects README markdown that fetches the status of the most recent job.

    Almost every Big™ Modern™ project on GitHub/GitLab has something like this. For example, bubbletea has a “build passing” badge that is linked with its most recent job from GitHub CI. shields.io has them too.



  • wow, those are awesome projects! and really usable too!

    I actually really liked bacillus. The minimalism is perfect, and seems like a great option to projects that would benefit with its own hosted CI server.

    Oh, and while messing with it I accidentally triggered four jobs, oops sorry :P

    If I had a server and domain just laying around I certainly would setup one for personal projects. I wonder as well if it would be possible to display the most recent job status in the project’s repo interface (maybe with an external image card in the markdown).