Skip Navigation
Posts
8
Comments
4
Joined
2 yr. ago
Fediverse @kbin.social
asteroidrainfall @kbin.social

As co-admin of one of the largest tech instances on the Fediverse, it's ironic that I struggle with social platforms so much.

Programming @kbin.social
asteroidrainfall @kbin.social

Fixit is dead! Long live Fixit 2 – the latest version of our open-source auto-fixing linter. Fixit 2 allows developers to efficiently build custom lint rules and perform auto-fixes for their codeba…

Fediverse @kbin.social
asteroidrainfall @kbin.social

As the social media landscape ebbs and flows, the team at BBC Research & Development are researching social technologies and exploring possibilities for the BBC. One part of our work is to establish a BBC presence in the distributed collection of social networks known as the Fediverse, a collection of social media applications all linked together by common protocols...

Internet @kbin.social
asteroidrainfall @kbin.social
ploum.net Splitting the Web

Splitting the Web écrit par Ploum, Lionel Dricot, ingénieur, écrivain de science-fiction, développeur de logiciels libres.

Splitting the Web

There’s an increasing chasm dividing the modern web. On one side, the commercial, monopolies-riddled, media-adored web. A web which has only one objective: making us click. It measures clicks optimise clicks, generates clicks. It gathers as much information as it could about us and spams every second of our life with ads, beep, notifications, vibrations, blinking LEDs, background music and fluorescent titles.

Fediverse @kbin.social
asteroidrainfall @kbin.social

The BBC has launched its own “experimental” Mastodon server, marking one of the first major news outlets to establish an instance on the Twitter alternative. You can access the server at social.bbc, which encompasses posts from a handful of BBC accounts, including BBC Radio 4, BBC Taster, BBC Research & Development, and a few more

Cooking @lemmy.world
asteroidrainfall @kbin.social

This London Bookstore Lets You Try the Recipes Before You Buy

Finding a good recipe isn’t as simple as it should be. Photos can’t always be trusted and estimated cooking times can be a bit too optimistic for the everyda...

  • Yeah this seems false. SD cards are unreliable, hard to keep track of, and don’t actually store that much data for the price. I do think they use tapes though to store long term, low traffic data.

  • Reddit also had an aggressive recommendation system, where posts from your most recently interacted subs would show up more often. I would literally only open one sub via a post on the front page and the next time my /all would be filled with trash for that sub.

  • That’s one trend I hope doesn’t spring up over here. I hated the fact that 95% of the subs on /r/all were literally the same thing. Like, what was the difference between MadeMeSmile, DamnThatsInteresting, NextFuckingLevel? Just all the same clickbait trash, and then, as you say, some “organic” marketing campaign for the latest Marvel movie.

    Edit:
    Mastodon handles this by not having an algorithm. In order for a toot to gain traction, it actually needs to be boosted around so that people can see it. A great example of how this prevented “organic” marketing was with @RaspberryPi.

    When they first joined, their SNS team tried the same easy brand tactics that they used on Twitter, trying to force engagement. It had the opposite effect, and the community backlash was fierce. They have since changed their messaging and become more genuine.

    Since link aggregators usually need some kind of algorithm for a “front page,” I think the most important thing is to have it be transparent and static. No changing it every 4 months to increase engagement.

    Most importantly, the community should also have a shared opinion on what kind of stuff they are okay with, and this can be more localized per instance.

  • Programmer Humor @lemmy.ml
    asteroidrainfall @kbin.social

    Browsing the Web in 2023

    Browsing the Web in 2023Interview with a Web User in 2023 with Pete Liebering - aired on © The Web.State of the Web 2023Linux BrowserLinux Internet BrowsingR...

    Linux @kbin.social
    asteroidrainfall @kbin.social

    NIX OS: the BEST package manager on the MOST SOLID Linux distribution

    NixOS is a Linux distribution that is completely and entirely reproducible. Everything you use is defined in a configuration file that is used to build your system. All the services, packages, options, partition layout, hardware, everything, is in this config file.

    If you're a developer, your eyes might be sparkling right now: that's right, one config file to exactly replicate your entire development environment.

    You also can never get into dependency hell. Packages all declare exactly which versions of each library they need, and these versions are all installed side by side and kept, not erased by newer versions.

    NixOS sounds super cool. Has anyone tried it out on a RaspberryPi for a home server? I might try replacing Ubuntu as my home server.

  • I only use it for my #Nextcloud instance. #Snap does make it easy to upgrade or rollback and configure. That said I wouldn’t use it for anything else and would probably use the #docker image next time.