[-] Vittelius@feddit.de 17 points 3 months ago

here is the entire exit poll for everyone interested btw:

107
submitted 3 months ago by Vittelius@feddit.de to c/fuckcars@lemmy.world

People are lonely. Is it because we are addicted to our phones, or is that a symptom of larger design choices we made when building our places? We cover some of the general concepts related to social infrastructure an try to evaluate what to do next.

21
submitted 4 months ago by Vittelius@feddit.de to c/linuxphones@lemmy.ml

cross-posted from: https://feddit.de/post/12767626

A way to long introduction

I've been toying with the idea of getting a second phone to put postmarket OS on. So out of curiosity I've been going through the available software checking if I could maybe even use such a device as a daily diver. The result: Not yet, but it is very close (purely from an app availability standpoint). Most use cases have functioning apps or apps that are actively worked on. I did however notice some gaps. Now, my programming knowledge is very small and I don't really have the time to learn and then develop/maintain the apps. At least not at the moment. I have been checking out penpot however. Penpot is a browser-based graphic design tool with a focus on UI/UX design tool, similar to figma, but open source. And there is a mostly complete asset pack for gnome/adwaita applications available. (Side note to everyone trying it out: If you are getting weird flickering then it might be a Nvidia/Wayland issue. Switching to X should resolve it)

Long story short: I have cheated some mock-ups for some apps that I am hereby sharing with the world. Some of them are a bit rough around in some places but maybe someone finds themself inspired by it. All of them are mobile first designs but since its Adwaitas design language it shouldn't be too hard to imagine how they would look on a desktop. If you decide to use one of my designs then you don't need to credit me (though it certainly would be appreciated)

I suspect that most people won't be familiar with (2/3 of) the underlying services that my ideas are build upon. Feel free to check them out; I recommend them wholeheartedly.

App 1: Cookbook

An image of a gtk app in a mobile style form factor (portrait orientation) The home page.  The app lists some recipes An image of a gtk app in a mobile style form factor (portrait orientation) The category view. Some different categories are displayed in their own cards An image of a gtk app in a mobile style form factor (portrait orientation) but it is too long to show content, that would normally require scrolling. The ingreients and instructions for preparing a meal are given. An image of a gtk app. The same content as before but in a more desktop friendly configuration

There used to be a piece of software called gnome recipes. But development on that app has since been abandoned and I think they had the wrong approach to it anyway. The old project aimed to not only supply the software but also the content, shipping a curated list of community supplied recipes. I am looking for a solution to save recipes from the numerous food blogs and recipe websites, that syncs using a (self hostable) online service. And wouldn't you know it such a service already exists in the form of "Cookbook" a nextcloud add-on. This app would simply act as an additional frontend. Import happens via a schema.org json template that a lot of websites use to store and display their content. That format does also allow to store nutritional information, meaning that nextcloud is also capable of saving that. I did not make place for that because it seemed to clutter the UI and I personally don't care too much about having that information easily accessible, especially since most sources don't include it in my experience. My mockup does include a floating button that allows to quickly jump between the ingredients and your last scroll position.

I was inspired by a Android/iOS app called [körbchen](koerbchen.app], which offers the same service but isn't open source or self hostable. An already hosted instance of nextcloud cookbook is operated for example by murena, the folks behind the /e android rom btw.

Squeeze Remote

The Lyrion Music Server (previously known as Logitech Music Server) allows you to create your own wifi enabled speaker system (for example using a raspberry pi). Accessing music from your NAS, a webradio or steaming service is possible, complete with multiroom support (allowing you to chain multiple speakers together so that they play the same thing at the same time). But to operate such a system one needs a remote. The server offers a web app but that one isn't particularly nice.

Lemmy

Last but not least of course here is my idea how a gtk client could look like. I know there are already two projects which tried to build such an app, but development seems to have stalled or been outright abandoned. I tried to build !thunder_app@lemmy.world for Linux a couple of weeks ago. That worked reasonably well, but at the end it still feels alien because at the end of the day it is an android and ios app. Using it with a mouse felt even weirder because it is not designed that way. Anyway: Maybe third time is the charm for gtk apps.

If anyone else has similar mock-ups flying around on their hard drive, feel free to post them in the comments.

63
submitted 4 months ago* (last edited 4 months ago) by Vittelius@feddit.de to c/linux@lemmy.ml

A way to long introduction

I've been toying with the idea of getting a second phone to put postmarket OS on. So out of curiosity I've been going through the available software checking if I could maybe even use such a device as a daily diver. The result: Not yet, but it is very close (purely from an app availability standpoint). Most use cases have functioning apps or apps that are actively worked on. I did however notice some gaps. Now, my programming knowledge is very small and I don't really have the time to learn and then develop/maintain the apps. At least not at the moment. I have been checking out penpot however. Penpot is a browser-based graphic design tool with a focus on UI/UX design tool, similar to figma, but open source. And there is a mostly complete asset pack for gnome/adwaita applications available. (Side note to everyone trying it out: If you are getting weird flickering then it might be a Nvidia/Wayland issue. Switching to X should resolve it)

Long story short: I have cheated some mock-ups for some apps that I am hereby sharing with the world. Some of them are a bit rough around in some places but maybe someone finds themself inspired by it. All of them are mobile first designs but since its Adwaitas design language it shouldn't be too hard to imagine how they would look on a desktop. If you decide to use one of my designs then you don't need to credit me (though it certainly would be appreciated)

I suspect that most people won't be familiar with (2/3 of) the underlying services that my ideas are build upon. Feel free to check them out; I recommend them wholeheartedly.

App 1: Cookbook

An image of a gtk app in a mobile style form factor (portrait orientation) The home page.  The app lists some recipes An image of a gtk app in a mobile style form factor (portrait orientation) The category view. Some different categories are displayed in their own cards An image of a gtk app in a mobile style form factor (portrait orientation) but it is too long to show content, that would normally require scrolling. The ingreients and instructions for preparing a meal are given. An image of a gtk app. The same content as before but in a more desktop friendly configuration

There used to be a piece of software called gnome recipes. But development on that app has since been abandoned and I think they had the wrong approach to it anyway. The old project aimed to not only supply the software but also the content, shipping a curated list of community supplied recipes. I am looking for a solution to save recipes from the numerous food blogs and recipe websites, that syncs using a (self hostable) online service. And wouldn't you know it such a service already exists in the form of "Cookbook" a nextcloud add-on. This app would simply act as an additional frontend. Import happens via a schema.org json template that a lot of websites use to store and display their content. That format does also allow to store nutritional information, meaning that nextcloud is also capable of saving that. I did not make place for that because it seemed to clutter the UI and I personally don't care too much about having that information easily accessible, especially since most sources don't include it in my experience. My mockup does include a floating button that allows to quickly jump between the ingredients and your last scroll position.

I was inspired by a Android/iOS app called [körbchen](koerbchen.app], which offers the same service but isn't open source or self hostable. An already hosted instance of nextcloud cookbook is operated for example by murena, the folks behind the /e android rom btw.

Squeeze Remote

The Lyrion Music Server (previously known as Logitech Music Server) allows you to create your own wifi enabled speaker system (for example using a raspberry pi). Accessing music from your NAS, a webradio or steaming service is possible, complete with multiroom support (allowing you to chain multiple speakers together so that they play the same thing at the same time). But to operate such a system one needs a remote. The server offers a web app but that one isn't particularly nice.

Lemmy

Last but not least of course here is my idea how a gtk client could look like. I know there are already two projects which tried to build such an app, but development seems to have stalled or been outright abandoned. I tried to build !thunder_app@lemmy.world for Linux a couple of weeks ago. That worked reasonably well, but at the end it still feels alien because at the end of the day it is an android and ios app. Using it with a mouse felt even weirder because it is not designed that way. Anyway: Maybe third time is the charm for gtk apps.

If anyone else has similar mock-ups flying around on their hard drive, feel free to post them in the comments.

398
submitted 4 months ago by Vittelius@feddit.de to c/technology@lemmy.world
[-] Vittelius@feddit.de 19 points 4 months ago* (last edited 4 months ago)

Because the Eurovision Song Contest is organised by the European Broadcasting Union (EBU). The EBUs primary purpose is to develop and manage technical standards for European TV and Radio. The FLAC audio file format for example was developed in part by the EBU. They are here to make sure a TV or Radio bought in Portugal will also work in Finland and every country in between.

As such they don't really care all that much whether a country is technically located in Europe or not. As long as it makes sense for a country to be part in the European Broadcasting Area it is allowed to join the organisation. That's why North African countries such as Egypt are part of the EBU and that's why Israel is a full member.

Australias case is a bit different. They are here despite not being full members. The participating broadcaster SBS is merely an associate member giving them the same status as American networks CBS or NBC. The inclusion of the singers from down under started as a joke to celebrate the shows anniversary and then they stuck around because SBS payed enough money and general audiences liked the idea.

23
submitted 4 months ago by Vittelius@feddit.de to c/eurovision@lemmy.world

cross-posted from: https://lemmy.world/post/15157225

The musician was seen wearing a keffiyeh on his arm, a symbol commonly used to show support for Palestine.

In reponse, a representative of the European Broadcasting Union (EBU) said in a statement: “All performers are made aware of the rules of the contest, and we regret that Eric Saade chose to compromise the non-political nature of the event.”

Despite facing criticism for its decision not to exclude Israel and worldwide protests condemning the organizers' choice, the competition maintained its stance.

“Politics does influence the event from time to time,” said Paul Jordan, a contest enthusiast and researcher who was part of its communications team from 2015 to 2018, in an interview with CNN.

However, he noted, “the presence of Israel has become such a big issue (that) I think it’s going to overshadow the event.”

The news comes during Israel’s seizure and closure of the Rafah crossing in Gaza, which has raised concerns that already-scarce food and medical supplies will be further depleted and lead to a “catastrophic” humanitarian disaster.

565

A float at today's Rose Monday parade in Düsseldorf. Float by Jacques Tilly and his team, photo by Christoph Schroeter

It's part of a set of satirical floats, all made by Tilly. Here is the rest.

17
58
26
submitted 11 months ago by Vittelius@feddit.de to c/jellyfin@lemmy.ml

Development on the plugin seems to have stopped two months ago and the repo has been archived. Unfortunately that means that downloading from GH-actions (as advised in the documentation) is impossible, because the download has expired.

Any workarounds (short of using docker)?

[-] Vittelius@feddit.de 17 points 1 year ago

"Left wing extremist; right wing extremist - I see no difference.", "For sure there is one", says the kangaroo, "left extremists burn cars, right extremists burn foreigners. And this makes the left extremists worse, because the car could belong to me. Foreigners, on the other hand, I don't own any"

German comedian Marc Uwe Kling in "the Kangaroo Chronicles"

[-] Vittelius@feddit.de 16 points 1 year ago

And that's totally fine. You do you. But

  1. Why do those who like cities have to live in a car-centric hellscape
  2. More people on bikes makes cities more bareble even for people who for some reason like driving because more bikes = less traffic jams and less noise
  3. Why does biking automatically mean big city. Small cities are in theory even better for that since they tend to be more compact. Stuff is less spread out even if the relative density is lower.
1
submitted 1 year ago by Vittelius@feddit.de to c/autobloed@feddit.de
[-] Vittelius@feddit.de 18 points 1 year ago

What do you mean? The UK is right there, land bridge to France and everything.

1
submitted 1 year ago by Vittelius@feddit.de to c/hakendran@feddit.de

Auch mit dabei: Katharina Nocun (@kattascha@chaos.social) und Johannes Meyer. Die Veranstaltung wird vom Deutschen Journalisten Verband im Rahmen der "Besser Online" Konferenz organisiert.

Tickets gibt es hier

1
submitted 1 year ago by Vittelius@feddit.de to c/hakendran@feddit.de

Elon Musk baut sich ein Glashaus, Instagram die Verbindungen zum Messenger ab und Apple zieht sich ganz zurück.

[-] Vittelius@feddit.de 16 points 1 year ago

Sure, but people were really mad earlier this year because Wizards of the Coast, the company that owns D&D tried to pull some licencing related shenanigans that would have massively fucked over the community. People were boycotting the movie a couple of months ago over that. It's interesting, that Baldurs Gate seems to not be affected by this at all.

[-] Vittelius@feddit.de 14 points 1 year ago

Oh, according to the entertainment weekly article Tawny absolutely demanded a scene with Uhura (or at least pitched it to the writers)

[-] Vittelius@feddit.de 21 points 1 year ago

Was in dem Artikel leider nicht drin steht: Hat die Zahl der Autoreisen im selben Zeitraum abgenommen? Ansonsten haben wir keinen "Umstieg". Mehr Zugfahrten sind natürlich immer ein Gewinn; wenn es Menschen, die sich vorher die Tankfüllung nicht leisten konnten, mehr Mobilität ermöglicht ist das Sozialpolitisch gesehen etwas gutes. Umweltpolitisch haben wir davon aber reichlich wenig.

[-] Vittelius@feddit.de 18 points 1 year ago

I think the primary fear seems to be giving Meta access to our user data. The concerns seem to be not completely founded but even then there is still the uneasy feeling with helping facebook of all companies with their next project

[-] Vittelius@feddit.de 13 points 1 year ago* (last edited 1 year ago)

Here is an example of how to use this:

The code ![Picture of a dune I embedded from Unsplas](https://images.unsplash.com/photo-1688164987143-3938a38cf69c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80) produces: Picture of a dune I embedded from Unsplas

(I've taken a random picture from Unsplash for this. It doesn't mean anything more

[-] Vittelius@feddit.de 15 points 1 year ago

One way to lighten the load on servers is to host your images externally. You can still embed the images into your post and nobody will be able to see the difference on first glance. The markdown to embed is: ![Alttext](Linktopicture.tld/picturename.filetype

Alttext is optional but encouraged. If you don't want to use it keep the first set of brackets [] empty

[-] Vittelius@feddit.de 17 points 1 year ago

Yes, Milka chocolate always contains "Alpen Milch". Not that this term actually matters. The cows are seeing as much of the Alps as their relatives up north: Pretty much nothing. It doesn't matter after all if the stable is in Bavaria, Austria or Schleswig-Holstein but the label makes for some nice marketing

view more: ‹ prev next ›

Vittelius

joined 1 year ago
MODERATOR OF