

You know [Burger chain]? Self hosting is making your own burger. Kinda similar ingredients, kinda looking product overall, it’s still a burger.
But you’re in control.


You know [Burger chain]? Self hosting is making your own burger. Kinda similar ingredients, kinda looking product overall, it’s still a burger.
But you’re in control.
My problem wtih the existing linux phones is that they are usually clearly labled as “experimental beta device + OS, only recommended for experienced users” and for linux, that’s scary to me. I’ve been using it for over 10 years, but as a user, you know?
The big problem with this is that I don’t like android.
It works relatively well, it’s support is ok, it’s probably better than apple because their garden walls are higher. But it’s not at all the operating system I would like to have. It’s already too restrictive, I have not seen/found good app building docs that make it actually easy and convenient to create “apps” and that massively rubs me the wrong way.
With that move, google is enshittfying android, but that doesn’t mean we have to resist the enshittification and keep android, we can also let them do it and move to something else. In theory, anyway.
So I’d like to see more calls for different OS, forks or stuff like


a more boilerplate way to remove having to worry about designing the UI/UX so I could focus on [blank]
Yes.
In a way, it is super funny ironic / funny to me that we have basically no actual GUI standard. There is Qt, there is stuff with html/css/js, and the rest just lack tons of features.
No idea how it works on windows tbh.
Making a cli app? Sure, easy peasy, done in 5 mintues. Making a small GUI app? Strap in for 2 weeks of basics how this framework chose to solve certain issues. It’s funny from that point of view.
Having an easy on the eyes markdown that is also easy to parse would be cool.
But YAML does these things:
https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell
which are not excusable, for any reason.
I’m not sure now that I think about it, but I find this more explicit and somehow more free than json. Which can’t be true, since you can just
{"anything you want":{...}}
But still, this:
<my_custom_tag>
<this>
<that>
<roflmao>
...
is all valid.
You can more closely approximate the logical structure of whatever you’re doing without leaving the internal logic of the… syntax?
<car>
<tyre> air, <valve>closed</valve> </tyre>
<tyre> air, <valve>closed</valve> </tyre>
<tyre> <valve>open</valve> </tyre>
<tyre> air, <valve>closed</valve> </tyre>
</car>
Maybe I just like the idea of a closing tag being very specific about what it is that is being closed (?). I guess I’m really not sure, but it does feel nicer to my brain to have starting and closing tags and distinguishing between what is structure, what is data, what is inside where.
My peeve with json is that… it doesn’t properly distinguish between strings that happen to be a number and “numbers” resulting in:
myinput = {"1":"Hello",1:"Hello"}
tempjson = json.dumps(myinput)
output = json.loads(tempjson)
print(output)
>>>{'1': 'Hello'}
in python.
I actually don’t like the attributes in xml, I think it would be better if it was mandatory that they were also just more tagged elements inside the others, and that the “validity” of a piece of xml being a certain object would depend entirely on parsing correctly or not.
I particularly hate the idea of attributes in svg, and even more particularly the way they defined paths.
https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Paths#curve_commands
It works, but I consider that truly ugly. And also I don’t understand because it would have been trivial to do something like this:
<path><element>data</element><element>data</element></path>
It is very cool, specifically as a human readable mark down / data format.
The fact that you can make anything a tag and it’s going to be valid and you can nest stuff, is amazing.
But with a niche use case.
Clearly the tags waste space if you’re actually saving them all the time.
Good format to compress though…


No.
https://www.sovereigntechfund.de/programs/applications#requirements
Take a look.
Though, if you have not heard of the program before, you’re probably not involved with a project that qualifies.


No.
You know how boxers don’t beat up their trainers?
This is like that.
obsidian seems to have a maps plugin