Skip Navigation
Alcohol is my way to turn myself on and off again
  • 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

  • Alcohol is my way to turn myself on and off again
  • 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"

  • for police encounters

    cross-posted from: https://lemmy.ca/post/24023332

    > a cool guide for police encounters > > - > - Author: /u/Wifey-pale245 > - Link Shared on Reddit > - Original Reddit Comments >

    0
    Alcohol is my way to turn myself on and off again
  • The number of times I got asked if import/export can be used instead of sync

  • Things you can ruin to realize it didn't make sense to DIY

    jerk-sock

    !jerk-sock on a vacuum

    --- old car

    !old car

    --- perfectly good tennis balls

    !perfectly good tennis balls

    --- dry wall

    !dry wall

    --- sharp blades

    !who needs sharp blades anyways

    --- art degree

    !art degree

    --- Any more suggestions?

    18
    Is she flirting with me or just being polite
  • Oh snap you're right, thanks

  • Is she flirting with me or just being polite
  • Don't you know this rock band: the father, the son and the holy spirit who made mother Theresa pendant

  • HORI announced a special gamepad for Steam / Steam Deck [classic "Xbox layout"]
  • I'd love to support SD tuning but there's no hall sensor sticks and it's more expensive than Vader 3 pro... I don't get where's the value here

  • LattePanda LED Matrix Enclosure
  • I mean it's great but wouldn't it be awesomer if it was a screen? 😅

  • Instructions were unclear:gotta be precise with that anotating tool
  • And when it doesn't work, they ram it HARDER

    and then people wonder how porn stereotypes can be harmful

  • Shrinkflation @lemmy.ca graphito @beehaw.org
    Catering to US&UK customers bc ofc

    1 pound is ~450g

    0
    Instructions were unclear:gotta be precise with that anotating tool
  • 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

  • Instructions were unclear:gotta be precise with that anotating tool
  • I enjoyed this vid and as a contribution I'll spare y'all loading 20 MB of youtube JS

    imgur embed

  • KleverNotes Version 1.0 official release
  • In the future, if you plan to add sync, consider reimplementing Joplin sync algorithm

    That would give you tens of thousands of passionate users, dedicated FOSS server as well as webdav/s3/dropbox/onedrive client sync ability, webclipper and a lot of support to navigate future issues/roadmap

    If you ever decide to do that, there's even a plan to repackage the algorithm as a standalone library

  • Phanpy: probably the best mastodon minimal webclient
    phanpy.social Phanpy

    Minimalistic opinionated Mastodon web client

    Phanpy

    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](https://raw.githubusercontent.com/cheeaun/phanpy/main/readme-assets/user-name-display.jpg)

    • 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](https://raw.githubusercontent.com/cheeaun/phanpy/main/readme-assets/boosts-carousel.jpg)

    • 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](https://raw.githubusercontent.com/cheeaun/phanpy/main/readme-assets/thread-number-badge.jpg)

    • 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](https://raw.githubusercontent.com/cheeaun/phanpy/main/readme-assets/hashtag-stuffing-collapsing.jpg)

    • 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.
    4
    Is Microsoft a Cult? 10 mins
    1
    I don't get why big companys are afraid of open source software
  • I'll just leave here the response from obsidian. If you can extract truthful reason from this corp double speak, please share

    https://tenebrousdragon.com/Essays/FOSS+and+Obsidian

  • job creator
  • In real scenario there's no need to protect the tree. the tie guy can simply enslave the other one. If he's got the lethal force, the tie guy can beat the shirt guy into any level of subjugation ie get virtually any slave service with no exchange whatsoever

    Subsequently, there's no need for a stick, simply convincingly manifesting the control of situation could be function as an equivalent of lethal force. In short, conning people that you have power or having real power looks identical to subjects

    In that case, mentality that you have no power over the situation, makes it real

  • Noone will ever know what i did
  • Replied above in the root of post replies

  • Noone will ever know what i did
  • Replied above in the root of post replies

  • Noone will ever know what i did
  • Okay, sorry folks that it looks like a bait to beg the question "what you've done?". But the personal subject is private here.

    the cat's expression meant to show gleeful private happiness over some naughty stuff one might have done and got away with