graphito

joined 2 years ago
[–] [email protected] 7 points 3 weeks ago* (last edited 3 weeks ago)

Smart conservatives don't try to convince left leaning electorate to vote republican. They just want them not to vote at all

They tell leftists to refuse to vote if current administration doesn't change their stance on problematic issues: such as position on israel, taiwan, carbon tax, housing, etc

 

I just learned about DOSP and wondering what lemmings think about it?

HN already discussed it here

3
submitted 3 weeks ago* (last edited 3 weeks ago) by [email protected] to c/[email protected]
[–] [email protected] 5 points 1 month ago

TiddlyWiki was infact an inspiration for Obsidian when it just started

 

Looking for preferrably RSS-compatible news desensationalizer similar to https://www.boringreport.org/app

any tips?

[–] [email protected] 2 points 2 months ago

if your coworker shared smt or you see smt online that made you chuckle, it's good enough to repost it on lemmy. Dont' overthink it

[–] [email protected] 7 points 2 months ago* (last edited 2 months ago) (4 children)

Touche, I get your point, indeed there's a lot of tech supporty posts however narrowing the community is only good when it has enough content

How about we wait out on fragmentation for flagship community of the instance until it starts to get at least 5 posts/day (30 posts/week)?


For lurkers hoarding high quality content for this community, this is your sign to press the button "New post"

[–] [email protected] 27 points 2 months ago

The number of times I got asked if import/export can be used instead of sync

522
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 
[–] [email protected] 15 points 2 months ago

Forbidden loofah

 
[–] [email protected] 7 points 3 months ago

Love the label SMART SOLUTION

[–] [email protected] 32 points 3 months ago (1 children)

And when it doesn't work, they ram it HARDER

and then people wonder how porn stereotypes can be harmful

[–] [email protected] 35 points 3 months ago

alt text is added, cheers

[–] [email protected] 80 points 3 months ago* (last edited 3 months ago) (7 children)

a tech illiterate old friend of mine in his 60s got tasked with changing his simcard for new one. But the network just didn't appear. Long story short after 3 hrs of headbashing I asked him to send me the photo of simcard itself

that was a valuable afternoon for my humility

nano-simcard rotated 90 degrees forcefully inserted into standard size simcard frame which is missing micro size simcard frame

alt text: nano-simcard rotated 90 degrees forcefully inserted into standard size simcard frame which is missing micro size simcard frame

note the right side of simcard frame bulging out

for confused in terminology

[–] [email protected] 27 points 3 months ago* (last edited 3 months ago) (6 children)

I enjoyed this vid and as a contribution I'll spare y'all loading 20 MB of youtube JS

imgur embed

 
[–] [email protected] 14 points 3 months ago

contraception

66
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Readme of the project:


Minimalistic opinionated Mastodon web client.

🗣️ Pronunciation: /fænpi/ (FAN-pee) 🔊 Listen

This is an alternative web client for Mastodon.

  • 🏢 Production: https://phanpy.social
    • production branch
    • break less often
    • slower fixes unless critical
  • 🏗️ Development: https://dev.phanpy.social
    • main branch
    • may see new cool stuff sooner
    • may break more often
    • may be fixed much faster too

🐘 Follow @phanpy on Mastodon for updates ✨

Everything is designed and engineered following my taste and vision. This is a personal side project for me to learn about Mastodon and experiment with new UI/UX ideas.

Features

  • 👪 Multiple accounts
  • 🪟 Compose window pop-out/in
  • 🌗 Light/dark/auto theme
  • 🔔 Grouped notifications
  • 🪺 Nested comments thread
  • 📬 Unsent draft recovery
  • 🎠 Boosts Carousel™️
  • ⚡ Shortcuts™️ with view modes like multi-column or tab bar
  • #️⃣ Multi-hashtag timeline

Design decisions

  • Status actions (reply, boost, favourite, bookmark, etc) are hidden by default.
    They only appear in individual status page. This is to reduce clutter and distraction. It may result in lower engagement, but we're not chasing numbers here.
  • Boost is represented with the rocket icon.
    The green double arrow icon (retweet for Twitter) doesn't look right for the term "boost". Green rocket looks weird, so I use purple.
  • Short usernames (@username) are displayed in timelines, instead of the full account username (@username@instance).
    Despite the guideline mentioned that "Decentralization must be transparent to the user", I don't think we should shove it to the face every single time. There are also some screen-reader-related accessibility concerns with the full username, though this web app is unfortunately not accessible yet.
  • No autoplay for video/GIF/whatever in timeline.
    The timeline is already a huge mess with lots of people, brands, news and media trying to grab your attention. Let's not make it worse. (Current exception now would be animated emojis.)
  • Hash-based URLs.
    This web app is not meant to be a full-fledged replacement to Mastodon's existing front-end. There's no SEO, database, serverless or any long-running servers. I could be wrong one day.

Subtle UI implementations

User name display

User name display

  • On the timeline, the user name is displayed as [NAME] @[username].
  • For the @[username], always exclude the instance domain name.
  • If the [NAME] looks the same as the @[username], then the @[username] is excluded as well.

Boosts Carousel

Boosts Carousel

  • From the fetched posts (e.g. 20 posts per fetch), if number of boosts are more than quarter of total posts or more than 3 consecutive boosts, boosts carousel UI will be triggered.
  • If number of boosts are more than 3 quarters of total posts, boosts carousel UI will be slotted at the end of total posts fetched (per "page").
  • Else, boosts carousel UI will be slotted in between the posts.

Thread number badge (e.g. Thread 1/X)

Thread number badge

  • Check every post for inReplyToId from cache or additional API requests, until the root post is found.
  • If root post is found, badge will show the index number of the post in the thread.
  • Limit up to 3 API requests as the root post may be very old or the thread is super long.
  • If index number couldn't be found, badge will fallback to showing Thread without the number.

Hashtag stuffing collapsing

Hashtag stuffing collapsing

  • First paragraph of post content with more than 3 hashtags will be collapsed to max 3 lines.
  • Subsequent paragraphs after first paragraph with more than 3 hashtags will be collapsed to 1 line.
  • Adjacent paragraphs with more than 1 hashtag after collapsed paragraphs will be collapsed to 1 line.
  • If there are text around or between the hashtags, they will not be collapsed.
  • Collapsed hashtags will be appended with ... at the end.
  • They are also slightly faded out to reduce visual noise.
  • Opening the post view will reveal the hashtags uncollapsed.

Filtered posts

  • "Hide completely"-filtered posts will be hidden, with no UI to reveal it.
  • "Hide with a warning"-filtered posts will be partially hidden, showing the filter name and author name.
    • Content can be partially revealed by hovering over the post, with tooltip showing the post text.
    • Clicking it will open the Post page.
    • Long-pressing or right-clicking it will "peek" the post with a bottom sheet UI.
    • On boosts carousel, they are sorted to the end of the carousel.
 

until I'm late IRL

 

AI summary

The article discusses the importance of sponsoring open-source dependencies to ensure the sustainability of the projects. It highlights the challenges faced by open-source maintainers and the benefits of financial support from individuals and organizations. The author emphasizes the need for a sustainable funding model to support the ongoing development and maintenance of open-source software. Additionally, the article provides practical tips for individuals and companies to contribute to the sustainability of open-source projects through sponsorship and financial support.

 

I want to talk about our gateway products to open source. You know, that one product or software that made us go, "Whoa, this is amazing!" and got us hooked on the world of open source.

What made you to jump ships? Was it the "free" side of things like qBittorrent? Did you even know that some of your programs are open source before you got into the topic?

For me those products were:

  • Android
  • Firefox
  • VLC
  • Calibre

Am thinking to order some merch and I wanna make it more accessible to people unfamilliar with open source culture. Now, am looking for fairly normalized but still underrepresented product -- maybe it could serve as a conversation starter and push some people to open source

view more: next ›