Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

69% Positive

Analyzed from 438 words in the discussion.

Trending Topics

#client#mastodon#web#page#smart#native#text#something#still#app

Discussion (14 Comments)Read Original on HackerNews

ndegruchy•about 5 hours ago
In addition to this guys app, there's also brutaldon[1]. A web1.0 client that serves as a web interface for mastodon.

[1]: https://brutaldon.org/about

not2b•about 2 hours ago
I looked at it and it is impressively lightweight. It would help if it could collapse duplicate notifications, right now the notifications page is filled with repeats even though I'm not all that popular on fedi.
floren•about 4 hours ago
Sidebar, am I alone in absolutely hating "smol"?
dgunay•about 1 hour ago
No, there's tons of backlash against the "le reddit chungus" era of memes like doggo pupper smol bean etc.
pkal•40 minutes ago
No, I just guess that most people who dislike it (like me) dislike it on an "eyeroll" level, where you wouldn't use it yourself but don't have the energy to make a fuss about it.
all2•about 2 hours ago
Its the memetic inverse of "swol". Dunno if that helps or not.
alsetmusic•about 2 hours ago
Are there any plans to add support for Lemmy?
prmoustache•about 2 hours ago
Adële is building and hosting small but really nice things in the spirit of the internet as I knew it before the Great Enshitification Malaise Era we are living in.

Thank you Adële.

Note to myself: stop commenting and update your damn gemini capsule

righthand•about 3 hours ago
Wouldn’t removing the dumb excessiveness of most graphical clients, make it a “smart” client?
kogasa240p•about 2 hours ago
What about Akkoma?
guywithahat•about 3 hours ago
Somewhat unrelated but these sorts of clients are becoming great targets for AI coding. I've been able to create minimal gtk C++ apps for small sites with good API's in relatively little time, and they run beautifully since they're native apps.

I like the project though, it'd be cool to have a picture of what it looks like either on the git page or the blog article but I like the spirit of the project.

superkuh•about 5 hours ago
It really does. But also, having to do this points out a glaring flaw in the design of the fediverse websites. They're applications and not documents. They require executing complex code from unknown third parties just to show a bit of text and some multi-media. This isn't needed at all. And it wasn't like this till mastodon v3 when they broke it.

Despite requiring Javascript execution mastodon actually does have the post contents of a URL in the hidden meta-content HTML header on the page where it scolds you and blocks you for not executing their arbitrary code. All they'd have to do is put that same text in the HTML as actual <p> text. And it's not just mastodon instances, the other fediverse "applications' are just as silly in their intentional breaking of accessibility for no reason.

mindslight•about 4 hours ago
First, I take issue with the idea of calling something "dumb" for trying to avoid modern app bloat, even as marketing. I understand the precedent of a "smart" device being something that backhauls your personal information to the surveillance industry (decidedly not smart!). But still, can we find a better name for the concept? "Native" ? "Lean" ? It shouldn't be about giving up some purported betterness of bloaty software, but rather about the benefits we get by doing so.

Second, it's kind of depressing that this is still tying itself to web technologies. What about a straightforward desktop client that uses a native desktop toolkit? I get that this is a difficult problem because a lot of protocols bake in reliance on web technologies and whatnot, but if I am looking for a simple graphical client I would expect something that aims to not simply dump content into webviews, nevermind still being dependent on an actual browser!