this post was submitted on 12 Dec 2024
81 points (92.6% liked)

Fediverse

28688 readers
658 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy

founded 2 years ago
MODERATORS
 

Personally, it would be my favourite even if it were just a RSS feeder app where colours would only pour from media or link embeds but I can’t stop the idea of even having the messenger conform to this style where we replace emojis with Kaomojis even.

If it were me, I would also go as far as hiding a mini snake game as an easter egg ✌︎

top 20 comments
sorted by: hot top controversial new old
[–] DosDude@retrolemmy.com 28 points 5 days ago (1 children)

I would instantly put it as the default for my server

[–] GBU_28@lemm.ee 2 points 4 days ago

Beautiful demonstration. I want my whole phone to be like that

[–] hono4kami@pawb.social 6 points 5 days ago

How about hackernews-inspired Lemmy client?

[–] arrakark@10291998.xyz 7 points 5 days ago (1 children)

Eh, I think there's a need for appropriate technology here. Lemmy is inherently a multi-modal platform, with images, links, and text. I like the browser skins and apps that browse Lemmy.

As an educational project or simply for fun I say go for it.

[–] Venicon@lemmy.world 2 points 5 days ago (1 children)

Yeah cool idea but for the less tech adept like myself I’d be scared off. Voyager is perfect for me.

[–] avieshek@lemmy.world 2 points 5 days ago* (last edited 5 days ago) (1 children)
[–] ByteMe@lemmy.world 2 points 4 days ago

I love that app

[–] Blaze@feddit.org 5 points 5 days ago (1 children)

How does Lemmy render in w3m, lynx or links?

[–] cabbage@piefed.social 4 points 5 days ago* (last edited 5 days ago) (1 children)

Not well - at least in Lynx, content doesn't load at all. You basically get the sidebar.

Piefed looks great though. Obviously not the feel of a native terminal app, but seemingly fully functional and everything makes sense.

[–] Blaze@feddit.org 1 points 5 days ago* (last edited 5 days ago) (1 children)

Interesting. I remember seeing a screenshot of someone browsing Lemmy on a terminal, not sure what they were using

[–] andrew_s@piefed.social 2 points 5 days ago (1 children)

Maybe it was Neon Modem Overdrive, or this TUI app.

But, yeah - shell browsers like the ones you mentioned don't support JavaScript, so won't work with Lemmy (as it currently is - it might be different when they start using the leptos-based UI). There's places where they're not great with PieFed either (e.g. link2 -g can't deal with WEBP images), but it's completely theme-able, so a theme could easily be added by someone suitably invested to overwrite the existing HTML and provide a better experience.

[–] Blaze@feddit.org 3 points 5 days ago

Ah, that was it!

@avieshek@lemmy.world, check the second link in the comment above!

[–] TimeSquirrel@kbin.melroy.org 4 points 5 days ago

I would also go as far as hiding a mini snake game as an easter egg

If you want some code for that I have my own C++ version I made for an ESP32 with OLED screen, it can easily be adapted to most other languages. I did it to get some programming practice. I have Tetris too. All you gotta do is replace the GPIO button inputs with keyboard inputs (or some other boolean on/off user input element) and replace the graphics framework and routines as well (it's only simple stuff like lines, boxes, and setting individual pixels). The whole thing runs in a "neverending" while loop, first checking inputs, then checking collisions, then redrawing any objects that need to move to another position.

I can upload to my GitHub and link them later after work. They do use OOP though, treating each sprite on the board as its own object, and feeding pointers to them into a collision detection routine every game tick. I dunno, some people have a visceral hate for OOP.

[–] lost_faith@lemmy.ca 3 points 5 days ago

I would feel like I was 8 again hehe. I'd check it out if made

[–] intensely_human@lemm.ee 2 points 5 days ago

If it’s on a computer with a keyboard it would be fine. Not interested in a CLI where the keyboard is a touch screen UI element.

[–] grrgyle@slrpnk.net 2 points 5 days ago

It's beautiful

[–] DrDystopia@lemy.lol 0 points 4 days ago
[–] cabron_offsets@lemmy.world 1 points 5 days ago

Would be fun.