Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A
Posts
2
Comments
94
Joined
3 yr. ago

  • There's definitely a good chance people would consider me on the spectrum. I learned how to be sociable though and I feel pretty normal for the most part.

    I dont agree with analysing human behavior under such a lens though and I think psychology will completely reconsider its approach in the next 50-100 years as it has in the past.

  • What was difficult about ansible? The 4 step instructions worked perfectly for me.

  • I mean that describes me but I don't try to manipulate people.

  • Late projects is just a theme used to convey the core ideas, as it is a common thinking/pitfall, but the reasoning of why late projects because later equally apply to initial software estimates.

    The core idea is that software cannot be simple divided into "man months". That is, saying this software will take 80 manhours, and therefore 10 engineers can do it in 10 days, and a 80 engineers could do it in a day. The reasoning being 1. Software tasks are complex and not easily partitioned, and 2. Software projects require a lot of communication and the more people you have the communication channels needed greatly increase. Essentially what happens is when you have too many people, more time is spent communicating what needs to be done and whose going to do it than doing the actual work.

    In any case, efficiency is not really relevant because what happens in layoffs typically, is that entire teams/projects/or initiatives are dismantled. So its not about serving the same projects with less people, but reprioritizing whats essential.

  • Do you have any proof of that or are you just making shit up cause thats the first time I even heard anyone say that.

  • The amount of work getting done is directly proportional to the amount of people at a company

    This is absolutely not true.

    This is one of the most well known writings on software. https://en.wikipedia.org/wiki/The_Mythical_Man-Month

    Besides, its not just about efficiency, but about scope and use of resources. In economic boom cycles there is more capital to play around with non-essential ideas. When that access to capital dries up, so does viability of keeping extra resources for things that are not essential.

  • It depends on what happens next. Short term there definitely isn't any harm. Longer term if the content stays as is it gets stale and dies. On the other hand if the people keep finding creative ways of posting content in this "new" format it seems like it breathes life into the site*___*

  • My coding style has always been to get out the core functionality then fix everything up, definitely not for everyone. Might be something I need to reconsider when working with others.

    I love carbon, but I chose Ionic is because its very suited for mobile development. On the other hand it seems to have very severe limitations for mobile so it seems I have to pull in something else in as well.

    The page load takes way too long (you should be using #await whenever possible)

    I will, though part of the reason its slow is because its hitting lemmys backend over the network, as opposed to just a local network in a normal setup.

  • Right now its just fetching from lemmy.world. But I have my own instance on the same server as the front end client I can point it to.

  • Can they? It doesnt seem so simple because they have no way of knowing which posts are edited in good faith vs not.

    They can try to undo comments which sre repeated 10x+ times or something I guess, but editing users comments seems like a really bad move

  • I mean you can still create the old style forums. If you want a single log in, just add Oauth, not sure why you need the whole activitypub protocol. But presumable if you want to stay in a little community, creating a few logins is barely a problem.

    I like the old style mentality of small communities. I hate reddit. But sites like reddit/twitter are fundamentally different. You NEED a sizeable amount of content/users. I am not saying this needs to grow into reddits scale, in fact Im happy at the scale lemmy.world is at, but I would like to see a decentralized alternative to a corporate monolith. To me that looks like several hundred or thousands of instances of anywhere between 20-100k users each. To achieve that, we have to balance the influx of new users into different instances, which is why I am talking about inter-discoverability within instances. Otherwise you have a couple instances which get all the traffic and that turns right back into reddit. But maybe there is a different way to achieve that.

    Does that make sense?

  • What I hate about those award crap is they basically gave you a paid way to highlight the fuck out of posts with changing the background, making it shoot rockets, or whatever else.

  • That's because I am confused on what I am asking for myself, but I can't figure it out until I have discussions about it.

    I will say the search page feels incredibly disjointed though; I think it should group all the same content (communities, posts, comments) instead of whatever it does right now.

    This is one thing. Another is a being able to possibly toggle views of different instances within one UI. Another is something like multireddits, where you can view multiple communities contents together (/r/funny from one instance, and another).

    It sounds to me like you’re asking for some sort of discoverability/content recommendations, perhaps? If this is the case, the general Fediverse culture tends to be against this sort of stuff as they see them as systems that promote more screen time and unhealthy habits, instead of actually engaging with what you know you want to engage with.

    Thats a reasonable concern. The problem however I see is that if you don't have way to easily discover communities, or have a way in which communities link to each other, then you end up with a single or perhaps couple massive instances and were essentially back to where we started.

    Back in the day, the single entry point of discoverability used to be Google. You'd search for some topic and come onto some forum of that topic. That's no longer really an option. If every instance is isolated on its own domain with no gateway between them, I don't see much point to the fediverse.

    The biggest problem to starting a new social media alternative has been the critical mass needed. I see the fediverse as a way of solving this problem, as you already have a bunch of users/content which can be shared with new instances.

  • Edit your content, dont just delete

  • That makes sense, but I am failing to see the issue. As long as one instance, or any single user from one instance makes that instance aware of the existence of another instance (currently by pasting the url of that instance in the community search), that is now visible and discoverable to all users.

    Or worst case, your instance calls some aggregator, like browse.feddit.de to fetch all known instances.

    All I am asking for a better UI for viewing content across these instances. What that looks like I am not totally sure. > Communities

    I mean if you look at https://lemmy.world/communities/listing_type/All/page/1, you can already see a bunch of communities from other instances

  • I need to do some reading on how the fediverse works under the hood but if browse,feddit.de has visbility of all instances then certaintly there is a way for any instance that chooses to federate to have visibility into the fediverse

  • It seems like Jerboa uses GPLv3 as well, as does Bitwarden and some other open source apps. Its probably ok though it seems like it can run into trouble way down the line. Im going to keep the GPLv3 for now.

  • Just did some reading and it indeed does seem like GPL is not allowed in app stores as it does not allow any further restrictions (such as Apples store's requirements).

    I have to do some research.