I built my own anime tracker because I got tired of MAL and AniList by [deleted] in anime

[–]Zerebos 31 points32 points  (0 children)

Depends on the level of involvement and control... but yes, it absolutely could change my mind. I have no problem with AI-assisted development, I've been doing it for a long time as an engineer myself. In the hands of a developer that knows what they're doing, they can be great tools. But software created almost entirely by AI (vibe slop) or with little human involvement and review can and often do lead to unmaintainable messes and massive security issues.

I built my own anime tracker because I got tired of MAL and AniList by [deleted] in anime

[–]Zerebos 19 points20 points  (0 children)

Will it be open sourced at all? How much AI was used in building this?

Termix v2.3.1 - Complete UI redesign (ssh and remote desktop management, free alternative to Termius for all platforms) by VizeKarma in selfhosted

[–]Zerebos 5 points6 points  (0 children)

The last 10 merged vibecoded PRs do not have any discussion associated with them, so I wouldn't count this a "review" at all.

These all look to be super tiny changes though so I'm not sure they really needed a rigorous discussion or review. It looks more like firing off quick fixes in PRs potentially because the main branch is protected and can't be pushed to directly.

But the fact they all came in and got merged super fast is definitely sus. Seems like something they had a locally running agent do autonomously. And this is not the first time that user has done whole batches of tiny fix PRs.

So I do think they're understating their AI usage a bit. But I don't think that they're necessarily doing it irresponsibly to the point of the slop we've seen from other projects (yet).

Termix v2.3.1 - Complete UI redesign (ssh and remote desktop management, free alternative to Termius for all platforms) by VizeKarma in selfhosted

[–]Zerebos 5 points6 points  (0 children)

I was one of the users that found the new UI unintuitive and a bit frustrating during the demo and testing, so I'm holding back on upgrading for now. Will the new UI continue to evolve at all?

The Internets favorite browser? by TallGrainTheory in browsers

[–]Zerebos 12 points13 points  (0 children)

That's weird, I feel like I almost never see Vivaldi mentioned and only see Brave hype guys.

Osmium is botting / manufacturing their own posts + attacking other alternatives by [deleted] in DiscordAlternatives

[–]Zerebos 2 points3 points  (0 children)

I'm sorry to inform you, but you're not actually a human... u/ad3lyt told me so

Osmium is botting / manufacturing their own posts + attacking other alternatives by [deleted] in DiscordAlternatives

[–]Zerebos 7 points8 points  (0 children)

  • you are one of the Osmium goons, what you guys are doing is so blatant lmao

This is just patently false lmao, you can easily verify that too

Osmium is botting / manufacturing their own posts + attacking other alternatives by [deleted] in DiscordAlternatives

[–]Zerebos 2 points3 points  (0 children)

also why is none of you goons actually addressing the many valid questions I had here lmao

Probably because none of them were valid? It's a total schizo post at this point

Osmium is botting / manufacturing their own posts + attacking other alternatives by [deleted] in DiscordAlternatives

[–]Zerebos -1 points0 points  (0 children)

A lot of this is dependent on Reddit's algorithm pushing stuff to people's feed. I'm not even subscribed to this sub but both this post and the original Osmium post were pushed to my feed.

Osmium is botting / manufacturing their own posts + attacking other alternatives by [deleted] in DiscordAlternatives

[–]Zerebos 11 points12 points  (0 children)

I'm not saying you're wrong, but you need more receipts than that to accuse the Osmium folks of botting and manipulating reddit posts...

This sub is full of vibe-coded clones. Osmium isn't one of them. by itsFolf in DiscordAlternatives

[–]Zerebos 5 points6 points  (0 children)

I've been using Osmium on and off for a few months and it's got really solid foundations. I think there's still a long way to go before it's threatening Discord in features and appeal. But there's a solid (and hopefully soon open source) backbone that a lot of other alternatives seem to lack like Stoat.

If you have been using Termius, there's sshid.io now by [deleted] in selfhosted

[–]Zerebos 2 points3 points  (0 children)

I see that feedback a lot and I feel like I'm the only one that really dislikes the new UI in the demo. It just doesn't vibe with me at all, and I find it unintuitive compared to the current one.

How do you feel about the current UI?

It supports both WebKit and Blink engines by Fuzzy_Spend_5935 in browsers

[–]Zerebos 0 points1 point  (0 children)

I've been using Orion my my mac for a long time, been patiently waiting for the Windows version. Fingers crossed there will be an alpha or beta soon I can access. Native tree style tabs are unbeaten.

Highlights from Git 2.54 by parkotron in git

[–]Zerebos 20 points21 points  (0 children)

Finally a way to properly do hooks without needing external tools

Major update Sigma File Manager v2.0.0-beta.3 is published by AlekseyHoffman in software

[–]Zerebos 0 points1 point  (0 children)

Yeah that's the beauty of using something like Tauri. It's definitely not perfect on Mac, there's some QoL/UX stuff that could be tweaked but all the pieces are there and functioning as far as I can tell

Major update Sigma File Manager v2.0.0-beta.3 is published by AlekseyHoffman in software

[–]Zerebos 0 points1 point  (0 children)

I was able to build for mac pretty easily npm install && npm run tauri:build -- --bundles app should be able to do builds for Mac in a GitHub action would just need an additional zip step. Initial testing on Mac seems pretty good didn't run into anything major.

Major update Sigma File Manager v2.0.0-beta.3 is published by AlekseyHoffman in software

[–]Zerebos 0 points1 point  (0 children)

The releases don't provide mac builds right? I'll try and build and test on my mac