gigachad

joined 2 years ago
MODERATOR OF
[–] gigachad@feddit.de 4 points 1 year ago (1 children)

Ich wäre so angepisst wenn ich da jeden Sonntag morgen stehen müsste. Gute dass ich kein Cop bin.

[–] gigachad@feddit.de 43 points 1 year ago* (last edited 1 year ago) (2 children)

Ziel sei, herauszufinden, wie sich das Konsumverhalten nach der Legalisierung verändere.

Ich habe zwei Fragen:

  1. Wie kann man eine Veränderung feststellen, wenn man mit der Datenerhebung erst nach der Legalisierung aufnimmt? Da kommt dann wahrscheinlich bei raus dass der Konsum steigt weil Sommer ist.

  2. Bedeutet das, die CSU gibt ihren Widerstand auf und ist jetzt pro Legalisierung?

[–] gigachad@feddit.de 7 points 1 year ago

Let's be honest, sadly there is none.

[–] gigachad@feddit.de 23 points 1 year ago* (last edited 1 year ago) (6 children)

I'm not sure if that is a sustainable model for the whole society. Pirating as a solution for everything feels like giving up to me. Also I can't pirate my vacuum cleaner.

[–] gigachad@feddit.de 11 points 1 year ago

Schon klar, dass die Überschneidung zwischen Lemmy und TikTok eher gering ausfallen wird. Ich werde auch den Teufel tun und diese Plattform gutheißen. Dass wie der Artikel beschreibt, die AfD als Partei auf TikTok quasi konkurrenzlos ist und die politischen Ansichten von jungen Menschen daher maßgeblich beeinflussen kann (siehe Verweis auf die Studie der Friedrich-Ebert-Stiftung), ist bekannt und braucht Gegenwehr.
TikTok ist nunmal die neue Plattform der Gen Z, da können wir nix dran machen.

[–] gigachad@feddit.de 34 points 1 year ago* (last edited 1 year ago) (8 children)

What you say is true and I can understand it is frustrating. But I really don't know how to convince people. Convenience is king and you need to have strong political opinions to abstain. I am a nerd, but still I often need double the time to find the "alternative" way of owning things.

I recently wanted to get the Harry Potter audio books for listening on my phone. I basically had two "official" options:

  1. Buying all E-books as mp3 download for 235€
  2. Amazon Audible for 10€ per Month

You can clearly see that in reality, the industry gives you only one option - audible. For 235€ you can have 2 years of e-book subscriptions.

Maybe you would say "hey, 235€ may seem expensive but in exchange you will get to own the stuff you pay for!". The thing is: you can get the whole audiobook collection on mp3-CD for just 70€ on Amazon?

In the end I bough an external CD-ROM drive and bought the mp3-CD box used for 40€.

It's not about that stupid Audiobook or whether the price is justified. The point I want to make is that the industry makes is so hard for individuals to own things, that I almost see this as a lost battle. The way I chose, took almost 2 weeks, days of research, a frustrated lemmy post, two online orders and 2 hours time to copy the mp3s.

And the thing is, it's the same for everything else - you want to buy a vacuum cleaner? Oh better look if it comes with special cleaner bags for 30€ per bag. Let's not talk about printers.

Every little item needs so much research, only for the aspects of planned obsolescence and true ownership. We do not even talk about social or environmental aspects...

How the fuck should I expect others to spend so much time on energy on consumption things? Honestly, sometimes I am a bit envious of the people that just do not care. But only sometimes.

Sorry, that somehow developed into a rant

[–] gigachad@feddit.de 10 points 1 year ago* (last edited 1 year ago) (1 children)

gigachad@feddit.de legt Papst Mut zum "weißen Rauch" nahe

Dieser Witz ist in Kooperation mit lurch@sh.it.just.works enstanden.

[–] gigachad@feddit.de 2 points 1 year ago

If I remember correctly, you have to command instead of requesting.

So I would reccommend to look into your mirror and say "I command you to release Android 14 for Mi 11X(alioth)" three times.

If you boot up your PC the next time, the ROM should start building by itself.

[–] gigachad@feddit.de 14 points 1 year ago

Das ist ein interessantes Thema, für mich fehlt dem Artikel ein wenig Analyse.

Ich habe keinen Zweifel daran, dass solche Portale in Zukunft zunehmen werden. Warum sollten Menschen noch klassische Pornographie konsumieren, wenn sie hier alles auf sich zugeschnitten bekommen und noch dazu Bedürfnisse nach Intimität, Macht, Wertschätzung etc. gestillt werden?

Die Auswirkungen auf menschliche Psyche sind wohl noch schwer abzuschätzen, da muss noch viel geforscht und politisch ggf. reguliert werden. Man stelle sich nur mal eine Generation von Jugendlichen vor, die mit solchen Tools aufwächst. Pornographie ist schon jetzt ein massives Problem für diese vulnerable Gruppe, die vollkommen verzerrte Vorstellungen von Sexualität provozieren kann. Aber das erste Mal verliebt sein in eine KI, die sich dann auch noch auf eine Beziehung einlässt?

Ein wichtiges Problem mit KI, welches nicht nur hier Einfluss hat, ist der Bias in den Trainingsdaten. Man kann davon ausgehen, dass die hier im Artikel genannten Modelle die misogyne und durch Männer geprägte digitale Welt lernt und in diesen Mensch-Maschine-Interaktionen wunderbar reproduziert. Eine ziemliche Gefahr für die Nutzer und damit die Gesellschaft...

[–] gigachad@feddit.de 10 points 1 year ago* (last edited 1 year ago)

I think it's a good thing polars developers are heading toward interoperability. The Dataframe Interchange Protocol the article mentions sounds interesting.

For example, if you read the documentation for Plotly Express

I know this seems to be an important topic in the community. But honestly, I rarely use all the plotting backends at all. They are nice for quick visualizations, but most of the time I prefer to throw my data into matplotlib on my own, just for the sake of customization.

polars.DataFrame.to_pandas() by default uses NumPy arrays, so it will have to convert all your data from Arrow to Numpy; this will double your memory usage at least, and take some computation too. If you use Arrow, however, the conversion will take essentially no time and no extra memory is needed (“zero copy”)

I don't want to complain, it is definitely a good thing polars developers address this. pandas is the standard and as long as full interoperability between polars and the pandas ecosystem is lacking, this "hack" is needed. However, data transformation can be an incredibly sensitive topic. I do not even trust pandas or tensorflow in always doing the right thing when converting data - processing data in polars, converting it to pandas and then process it further - I am sceptical. And I am not even talking about performance here.

If you’re doing heavy geographical work, there will likely someday be a replacement for GeoPandas, but for now you probably going to spend a lot of time using Pandas

This is important. Geopandas is one of the most import libraries derived from pandas and widely used in the geoscience community. The idea of an equivalent like "geopolars" is insane in my eyes. I am biased as a data scientist mostly working on spatial data, but this is the main reason that I watch the development of polars only from the sidelines. Even if I wouldn't work with geographic data, GeoAI is such an important topic you can't just ignore it. And that's only the perspective from my field, who knows what other important communities are out there that rely on pandas.

[–] gigachad@feddit.de 7 points 1 year ago (1 children)

Username checks out. But yeah, ofc it is tobacco.

[–] gigachad@feddit.de 4 points 1 year ago* (last edited 1 year ago) (1 children)

I use Track & Graph from F-Droid for tracking the amount of workouts and my weight. It's not really specific to fitness or health, but I use for its support for exporting to CSV.

view more: ‹ prev next ›