• 564 Posts
  • 1.58K Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle










  • I kinda want to write my own client

    Fair enough, every developer goes through that.

    At the same time… If this is your primary motivation I would feel like there is no point in you asking for “feedback” because you are essentially looking for validation.

    I don’t mean to pick on you, I just wish we collectively learned to stop this. So much effort is wasted by individuals who want to prove something to themselves and want to go out on their own, it feels like FOSS alternatives would be 20 years in the future if put worked together on 2-3 alternatives instead of 20-30 disparate projects.

    If you are okay with reconsidering your position… go to Voyager’s discussion pages on GitHub, there a few issues I opened there and would like to tackle:

    • make it offline-first (probably using something RxJS to store and sync application data and state through different apps)
    • add support to browse subreddits (won’t require the API, and to ease the issue of network effects)
    • make it less dependent on the Lemmy API and substitute for straight ActivityPub whenever possible
    • use content-addressable storage for media (IPFS likely, but maybe also webtorrent)

    If any of these things interest you, I’d love to have a longer chat and see if we can work together.










  • rglullis@communick.newsOPtoProgramming@programming.devBaby unit tests
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    edit-2
    22 days ago

    How many billion dollar companies were built on dynamically typed languages? Do you think that companies/bosses/investors care about the compiler warnings or whether you can deliver/iterate faster than the competition?

    nobody likes plumbing, but we all know it’s necessary.

    Is it, really? Are we all working on mission critical software? We are living in a world where people are launching usable applications with nothing but the prompt to an LLM, ffs, and you are there trying to convince yourself that pleasing the Hindley-Milner gods is fundamental requirement in order to deliver anything?

    Good engineering is about understanding design constraints and knowing where to choose in a myriad of trade-offs. It’s frankly weird to think that such an absolute, reductionist view like yours got so much support here.



















  • requiring a proof of identity or tracking users is a privacy disaster and I’m sure many people (especially here) would outright refuse to give IDs to companies.

    The Blockchain/web3/Cypherpunk crowd already developed solutions for that. ZK-proofs allow you to confirm one’s identity without having to reveal it to public and make it impossible to correlate with other proofs.

    Add other things like reputation-based systems based on Web-Of-Trust, and we can go a long way to get rid of bots, or at least make them as harmless as email spam is nowadays.


  • Not even the biggest tech companies have an answer sadly…

    They do have an answer: add friction. Add paywalls, require proof of identity, start using client-signed certificates which needs to be validated by a trusted party, etc.

    Their problem is that these answers affect their bottom line.

    I think (hope?) we actually get to the point where bots become so ubiquitous that the whole internet will become some type of Dark Forest and people will be forced to learn how to deal with technology properly.