• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • bstix@feddit.dktoAI Generated Images@sh.itjust.worksRoller Cat
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    9 months ago

    So, AI has no idea of how jeans buttons work, what kind of path has curbs, where people like to sit under umbrellas at the (Venice) beach or what buttons are on a tape boombox. The eye glass bridge and headphone headband also can’t be in those positions unless they were run over by a car and magically kept together still.

    It’s a nice image an all, but a human artist wouldn’t have made those mistakes.



  • There was a project in my town where the city build a bunch of cabins on an otherwise unused lot of public land close to but separate from the city.

    It was mostly junkies who ended up there. Now, instead of sending cops, the city send social workers to check up on them. The point was to give them a safe place and get in contact with them so at least those who were willing could be sorted out.

    The homeless people who weren’t junkies didn’t go there, because they disliked that whole thing and mostly wanted to be left alone.

    So the city opened a hotel where anyone can check in for a night free of charge. There were two rules. No drugs and no questions asked. Again there are social workers available for anyone who do want to talk about why they checked in. It’s mostly homeless people and boozers who go there. They run a café too, so if the users wanted breakfast they could go there and that’s were the connection was really made. People talk over breakfast. The café is run mostly by ex-alcoholics, who themselves use it as a step out of the bad habits, but who can also get in touch with those who don’t want to talk to the social workers.

    Anyway, I’m not sure if the success is measurable in any way but at least all the homeless and junkies are offered a roof when it rains and someone to talk to if they want. Leaving the problem on street solves absolutely nothing.


  • I doubt that the hat is mandatory in Russia or Latvia, but it makes more sense there, because they run high temperatures.

    No, there’s no official dresscode on this in Denmark, however each place usually show their rules on signs. There’s no rule against a gimp mask, but it might conflict with other rules.

    The entire chart is actually a bit misleading, because the Finnish sauna is completely different from the German. The way they’re used aren’t comparable.

    In Denmark it was first imported from Finland in the 1970s where people built saunas at home. Most of these are gone by now, because it’s a waste of space in a family house if the family don’t use it. The public pools usually have Finnish saunas, but at too low temperature. Wellness places try to make it better with higher temperatures but at the same time they’ve introduced a lot of the German rituals instead of the Finnish. More recently it has become popular to have winter bathing clubs. They usually buy Canadian barrel saunas. So that’s why the danish sauna situation is a cultural clusterfuck.





  • Notepad is used by anyone who wants to see what is actually in a text file.

    It’s used a lot for stuff where data is transferred in a text format. Comma separated files etc. are still widely used for transferring data flawlessly without having to convert types or mapping a document standard or whatever method that could potentially fuck up or just take more time. It’s simple and it works.

    F.i if you open a file in excel or word, change one character and then save, you can bet that the entire file is fucked up afterwards, because those programs don’t show the data directly. The moment you open it, it might very well be fucked up just from that. If you transfer a file by some kind of JSON format, which is all the rage currently you’ll have to map it from both ends, and it also begs the question: Why are we doing running all this code just to transfer one byte?

    The beauty of text files is that it’s (almost) raw data. (Only “almost” because there are still different localization standards that can fuck up even a text file.)

    Notepad covers that. Of course we could use other apps for viewing data, but most of the time, it actually is text and not hexidemal codes or whatever you can save in bytes.

    Programming wise, the only thing I use notepad for is making DOS batch files. Again, because it’s raw text and should be created and read as such. No parsing, no compiling. Just text. I’ll also use it for storing data for programs, because it’s easy and raw.

    For actual programs, it’d be better to get Notepad++ or MS visual studio code, which at least will highlight commands and collapse functions etc. And still, these also aren’t actually IDEs, because they don’t compile the code (unless you get those add-ins).

    We could also use those for text files as well, but it’s overkill. I don’t really want to open an app to view data. Notepad is small and quick and not bloated with features, which is ideal for whenever I only want to see what’s in the file.

    The original MS Paint was similar for pictures. They fucked that up real good. Its been…14 years and I haven’t really gotten over how bad it is. It used to be pixel perfect and logical, but now you can’t even save a file with transparency, but hey here’s s brush with stroke width and blur that’ll make sure you can’t edit a single pixel. Way to go Microsoft.

    If they do the same to Notepad, I’ll have to resign my job, because it’s not going to work like that.


  • At first I thought it was just a general mammal thing, and it probably is, but the question really is why only some mammals have evolved to survive after the reproductional age.

    The article briefly mentions food availability as a key, and there are many other external causes, so it’s still not understood how or if longevity is inherited. In humans it’s generelly accepted that a long lifespan is partly inherited and partly due to society.

    The similarities to other species is interesting to confirm, because it shows that the construction of a society can maybe influence the genetic evolution. In short, it’s (maybe) a sort of indirect feedback loop, where if a society can afford to have old individuals, it will also evolve to more individuals getting old. I realise that evolution itself can not do this alone, but it can apparently take advantage of happening in a society that enables this.

    Anyway that’s just my take on it, I’m not a biologist.



  • Maybe the solution is more on the client side. An app should be able to let the user add communities from different instances and present them as one, maybe even merge comments from identical posts etc. Then if the user gets fed up with some instance not moderating or spamming, the user could then just remove that from his multi list.

    Technically there’s no way to please everyone on this, but there’s also no reason why the apps couldn’t present a meta-view of what is actually happening across instances, if that’s what the user prefers. Most users don’t want to see the gears turn.

    In addition to the user experience it would also minimize any “damages” from any instance going down, because the multi list would remain active as long as any of the instances are up.




  • It would be nice if governments could make a “software union”, pledging to use the same standards. It seems that everyone is inventing the wheel separately in every country or falling back on commercial industry standards.

    F.i. the exchange of financial documents. There’s a standard coming along called SAF-T, and even if it is a standard, every country using it are making their own definitions of what it is. There are also some countries that already have their own completely different standard. The crazy thing is that almost every country worldwide are asking for the exact same info on tax returns, but they’ve all individually come up with that. Only differences is the order of fields on the form.

    Same with user identification. Every country has their own almost identical solution for identification, which however does not work across borders, despite the similarities.