create an account on another lemmy instance, if you can see images there it's probably a federation issues the admins of your instance have to look into, if you still can't see images check if other communities on lemmy.world have issues for you to, if yes it's something on your end, could be an issue with the client you are using, a dns problem or the domain is blocked on your network.
- Posts
- 2
- Comments
- 91
- Joined
- 2 yr. ago
- Posts
- 2
- Comments
- 91
- Joined
- 2 yr. ago
stuff like this tends to happen, if people look only at the operations the code does, but not what it's doing it with, those abstractions are often not clean because we lost the sight on what things represent.
e.g. calculating prices for selling stuff to a business might have enough differences to calculating prices for selling stuff to a private person, that having two different mehtods for that is easier to understand than having a single one with a genreous amount of ifelse thrown in there for cases that only matter for one type of transaction.