• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Daily driving linux (Fedora KDE) - My experiences after a week

      I thought I would share my thoughts and experiences daily driving Linux (Fedora KDE Plasma) for the past week. Why did I switch from Windows to Linux? My plan was to switch to Linux once Windows...

      I thought I would share my thoughts and experiences daily driving Linux (Fedora KDE Plasma) for the past week.

      Why did I switch from Windows to Linux?

      My plan was to switch to Linux once Windows 10 hit EoL in Fall 2025. This was due to my computer not supporting Windows 11. This past September, my computer broke (probably MoBo), and so I swapped out my CPU and MoBo, which probably can support Windows 11. However, this hardware swap unactivated my Windows, Microsoft support was not helpful, and I am not a fan of the direction Windows is heading in (removing local accounts, Recall, and a general vibe I get from Microsoft of removing control from end users). So, I decided to make the jump to Linux a year sooner than expected.

      My Previous Experience with Linux

      So I would say I am moderately experienced with Linux before this. Personally, I have setup a Proxmox server, in which I setup an openmediavault NAS, and played around with various desktop distros for personal curiosity. I also switched my old laptop over to Linux a few years back, but had very low requirements of the tasks that laptop had to perform. I also took a post secondary class on Linux, primarily covering system administration tasks like BASH/PERL scripting, Apache server admin, LDAP, and file sharing all using Ubuntu. So going into this I had a moderate amount of experience, all within Debian based distros. The bigger change with switching my desktop is that it is my primary computer, so the expectations of what it needed to run was higher.

      Why I chose Fedora KDE Plasma

      I did a post about a month ago asking for recommendations to look into: https://tildes.net/~tech/1ji6/switching_to_linux_looking_for_distro_recommendations
      I settled on Fedora KDE Plasma for a few reasons:

      • I appreciate the philosophy of not being rolling release like Arch, but also a quicker release cycle than Ubuntu and its forks. I felt this was a good middle ground where I get newer advances without dealing with stuff breaking frequently when there was a new update.
      • It can handle most tasks graphically, without having to dig into the console often (more on this later).
      • I appreciate the Windows-esque styling of KDE Plasma. I got used to Windows so didn't want a radical shake up. However, it feels to me like a better version of Windows (or maybe just not touch screen oriented and ad bloated).

      Headaches/glitches

      Some of these are ongoing, while others were issues that I have worked through

      • FIXED: Installing nvidia drivers via RPM Fusion. Before installing drivers, the computer was unstable and frequently froze. I ended up just loading a command line only interface and manually typing in the commands to install RPM Fusion and the nvidia drivers. I was planning on installing it via command line anyway, so the main headache here was typing it out instead of copy and pasting the commands in. I also had an issue where I initially installed the wrong drivers.
      • ONGOING/INFREQUENT: Occasionally when I wake the computer from sleep, at the lock screen, my mouse is responsive, but my keyboard is not. Also, selecting the virtual keyboard does not work, as the virtual keyboard does not load. I tried waiting for the computer to go back to sleep, and then wake it from sleep to see if it reloads things properly. The computer does not go to sleep normally, so the solution right now is to just shut down the computer and then it is solved.
      • FIXED: Steam launched games not closing properly. Specifically Far Cry 5, which runs properly, when I exit the game, the process does not fully close down. From my perspective, it seems like it has, but Steam indicates that it is still running. The solution is to go into System Monitor and close down the Steam application with high resource usage, as that is actually the game still running in the background.
      • ONGOING/INFREQUENT/PARTIALLY FIXED: When I wake the computer from sleep, and login, there is a large amount of visual glitches and artifacts on my desktop environment. It is both in applications and especially on the Panel. The current solution is to run the command systemctl restart --user plasma-plasmashell which drastically improves the situation, but the glitches are still partially there. This has just started last night, so probably a computer restart may solve the problem, but I am trying to avoid having to constantly restart the computer.
      • FIXED: As Far Cry 5 was a brand new game, when launching it from Steam for the first time, Ubisoft's software wanted me to enter a CD Key, but Steam was not giving me one. Thinking this was a Linux related issue, I switched to my Windows install, and had the same issue. Turns out it is a Ubisoft bug in their software that also impacted Windows. I found a solution online on how to solve it for Windows, did that and authenticated the game. Then I switched over to Linux and the game ran well.
      • FIXED: KDE Wallet Service was doing an excessive amount of prompts. I uninstalled the software, but the prompts continued. Turns out it needs to be disabled before being uninstalled, or the prompts continue. So I had to reinstall it, disable it, then uninstall it. Annoying but minor and it is fixed now.
      • ONGOING/INFREQUENT/PARTIALLY SOLVED: When waking from sleep, sometimes my background image on my primary display does not fully cover the desktop. This is most likely due to my primary display being 1920x1080, and my secondary display being 1600x900, so the image is not being scaled independently for both displays. The solution right now is to open the settings to change background, and load any image, but not save changes, as this causes my original image to be reloaded properly

      Installing/Running Applications

      I have been primarily using Flatpaks to install applications. Overall it has been a smooth process. One pain point I have is it seems that the Minecraft Official Launcher for non-Debian systems is kind of clunky requiring me to login to my Microsoft account every time I open the game. This will probably be solved by switching to a third party launcher in the near future. The one software that I haven't gotten around to installing yet is DaVinci Resolve.

      What Surprised Me so Far?

      There are a few things that have been a pleasant surprise:

      • I use the console more than I expected going into it. For flatpaks, I tend to just copy and paste the commands into console. RPM Fusion also had a GUI based install option but I preferred the console option instead. I also have VIM installed, and use that as my digital notepad, just doing simple console commands of vi fileName in my home directory. I was not expecting to use the console as much as I have been, and I think that is partially due to now being more experienced with it, I gravitate towards using the console which I know how to use instead of learning how to do some tasks via a GUI..
      • Most things are running better than expected. I haven't touched many games yet, but I haven't had an issue with it yet. It is worth noting that I do not play competitive shooters, so anti-cheat is not something I will have to fight with.
      • Libre Office can open my .docx files. I was concerned I may have to convert my existing files to .odt before I can use them, but that does not appear to be the case. I will probably use .odt for new files going forward. It is also worth noting that I haven't worked extensively with my .docx files yet, so there may be some incompatibilities I have yet to encounter.

      Overall Thoughts:

      Overall I have quite enjoyed running Linux. It does require some tinkering as glitches appear, which currently I am fine with. If I had less free time to tinker and solve the issues, I would probably find Linux to be less viable and more frustrating. Also, most of my glitches can be solved by restarting the computer, although I am trying to find solutions that do not require that. I find it allows me to use the computer and change it to how I want it to be, which I have felt like Windows has gotten increasingly hostile towards the user. A good comparison on this is how the default applications that KDE has included are easy to remove, whereas Windows used to (not sure if it still does) reinstall Microsoft Teams when you uninstalled it.

      Edits:

      • Added the glitch with background image
      • Added more information on my background with Linux, including using it on my laptop
      47 votes
    2. If you had to start a blog and post even though very few may read it, what would get you blogging weekly?

      I was thinking about one of the threads here about missing the specific subcultures on Reddit. Maybe we just aren't in the habit of sharing our interests or want to know who else is interested in...

      I was thinking about one of the threads here about missing the specific subcultures on Reddit. Maybe we just aren't in the habit of sharing our interests or want to know who else is interested in the subculture.

      If absolutely forced to, I could probably blog about:

      • Occasional game learnings - either new games or specific mechanics in games
      • things in relation to the city I live in (I still check this on Reddit)
      • Recipes or foods I've tried to make or bought and liked with a bent towards fermentation, coffee, plant-based stuff
      • smart articles I thought were worth recommending to others, or fun facts.
      • software - nothing super technical, but either small projects, language learnings, thoughts around companies. Maybe occasional "software used to make art" stuff I stumbled upon
      • Episode reviews of detective shows, kdramas, and anime
      • Deleting Instagram and trying to export my saved posts without using a script (my advice... code review something online and use that script) and other things in relation to introversion
      19 votes
    3. I've added ~society for topics related to politics, law, policies, and similar societal-level subjects

      The quick summary and important info first: I've just added a new group to the site named ~society, which will encompass politics as well as some other similar subjects. Over the next few hours,...

      The quick summary and important info first:

      I've just added a new group to the site named ~society, which will encompass politics as well as some other similar subjects. Over the next few hours, I'll be moving many existing topics into it, and then based on those topics I'll be automatically subscribing users who have a history of regularly participating in them (based on commenting, voting, labeling, etc.). Feel free to subscribe manually now if you already know you'll be interested, and if you'd like to ensure that you're not automatically subscribed to it by me, go to your topic tag filters page, add politics on a line by itself, and click the save button (I'll be excluding anyone that has politics ignored). I'll edit a note into the bottom of this post later today when I've finished doing the automatic subscriptions.


      Adding a group like this is something that I've been thinking about doing for a long time, but I didn't want to make any major changes as it got closer to the US election, and then I've considered the last week to be a bit of a "blowing off steam" period, where I've been more lenient on the number and quality of political topics than I normally would have. However, I think now will be a good time to add it, since we're probably going to have a lull in significant political news for a short while until it kicks up again, and this will allow the group to get established.

      I've never wanted to have a group devoted to politics on Tildes, and I'm sure that a lot of the older users will be able to remember my explanations about why and find our old discussions about it. I don't think a lot of those reasons have actually borne out over the years. ~misc has effectively ended up as ~politics-in-all-but-name, and political topics are also spread over a lot of other groups (politics-but-with-a-financial-angle ends up in ~finance, politics-but-with-a-healthcare-angle in ~health, politics-but-based-on-a-study in ~science or ~humanities, and so on).

      The default topic sorting on Tildes being activity-based has also ended up making these types of topics feel too prominent. In terms of number, they're a small portion of the total topics posted to the site, but there's a set of highly-active users (who are also a very small portion of the active commenters on the site overall) that comment heavily and quickly in them, which keeps them being constantly bumped back up in the activity listings.

      And on the opposite side, many users clearly want to avoid these topics. "politics" is by far the most common tag that people filter out, with about four times as many users putting it in their filter list as the second most common one (to nobody's surprise, "elon musk"). In theory, tag filtering is a good solution for this, but it's not a visible enough feature and the large majority of users don't use it (or even seem to know it exists). The group system is far more intuitive for this purpose.

      I could continue with other reasons for a while, but the upshot is that I believe it's time to accept that the existing approach hasn't worked out and it's worth trying something different. There are also a few other similar subjects/tags that are generally spread across other groups for lack of an obvious relevant place, so I think going with ~society as a little broader of an umbrella will be able to give those ones more of a home as well. I'd appreciate input about which other subjects you think might fit (but to be clear, I don't intend for this to subsume or replace any of the other existing groups, and especially not ones like ~lgbt, ~life.men, and ~life.women).

      I expect to be busy for quite a while today figuring out which topics to move into the group and experimenting with some different possibilities for choosing which users to auto-subscribe to it, so I probably won't be replying much, but I'll definitely read through the discussion here later. I'd also like to take the opportunity to thank @mycketforvirrad again for their tireless devotion to keeping topics well-tagged across the site—it's a mostly-invisible and mostly-thankless task, but it makes doing a major reorganization like this so much more feasible than it otherwise would have been.

      Edit: Auto-subscriptions should be mostly done now, hopefully I managed to select a decent set of users (and didn't subscribe many people that don't actually want to be—please unsubscribe if you'd like)

      241 votes
    4. Understanding the leftist that didn't vote: "Everybody else gets one, but not me"

      I will preface this by stating I'm not an American, and I certainly don't claim to speak for everyone. I'm also not against voting in principle, and in my own country I prefer to vote when I can,...

      I will preface this by stating I'm not an American, and I certainly don't claim to speak for everyone. I'm also not against voting in principle, and in my own country I prefer to vote when I can, and have done so most of the time. But there were times when I chose not to, and there was a time when I regretted voting. I've also been browsing the English internet for a long time, which is dominated by Americans, and I've been part of English-speaking leftie spaces for a while too, which are also dominated by Americans. I base my post on these experiences.

      There's a lot to be said on this topic, but I will try to briefly explain a key point I've been able to put into words only recently. Being a leftist, not a left-leaning person or a "leftist" that just means left-leaning liberal, but a genuine leftist, is a weird experience. You have a lot of issues close to your heart. You spend a great deal of time and energy learning to criticize the systems you live under, whether they be capitalism, nation-state, or some cultural hierarchy. You already feel alienated from most people on political issues, because you hold wildly unpopular opinions, and people treat you like a weird person for it. You get into a lot of arguments and conflicts as a result, which often result in further alienation. After all, refusing the status quo is not an easy thing to do, and it often leads to social isolation at some level. It's not predestined, and it's not all-encompassing, but you can't help but feel alienated from most. Their ideas, their ideologies, the things they endorse—it all seems, to put it mildly, a little bit insane.

      Then comes the election season, and you realize the politicians of the supposed major """left""" option, which is actually just relatively left compared to the insanely right alternative(s), never take you seriously. They never voice policies that speak to your sensibilities, wishes, beliefs, morality, and principles. They always voice par for the course arguments, and obviously don't care for what you want.

      Then, people that are part of the "normal" politics start making the same arguments. In my experience, this happens regardless of the country we're talking about.

      • You should still vote for us. The other side is worse.
      • If you don't vote for us, you're a traitor.
      • A vote not cast for us is a vote cast for them (interestingly, the opposite of this is never voiced: "a vote not cast for them is a vote for us.")
      • I don't approve of them in every way either, but this is the lesser of two evils.
      • This is not the time to be having these arguments. It's a time for unity.
      • This is the only option possible.
      • You're not voting out of privilege. (extremely untrue, can even be called an outright lie)
      • You should be logical and not emotional. Vote with your brain, not your heart. Be an adult.

      The last item on thist list, I think, strikes at the heart of this post. People expect you to be this ultra-rational decision-making machine, "pragmatic" to the core, always willing to shut up and toe the line when it matters, without a care for what you want. But they don't expect this from anyone else (barring minorities). The far-right, right-wingers, centrists, liberals, people satistified with par for the course politics—they all get to voice their wishes, wants, opinions. They all get to act according to their own emotions, without critically examining their own beliefs, ideology, behavior. They all get concessions made to them by politicans. They all get to have a say. But not you. You should shut the fuck up and vote for them. You don't get a say.

      They take it for granted that you would vote for them, that's why they never take what you want seriously. They give tons of shits about every other group, which are all part of the status quo politics, but they never give a shit about you. That's why they never make concessions to you.

      At some point, naturally, you realize how hypocritical, unfair, and insidious this is. You may not consciously know it, or even be able to put it into words, but deep down you feel it: everybody else gets one, but not you. Then they seriously expect you to support them. And when you don't, they go on a witch hunt, labeling you a traitor.

      For example, they expect you to be fine with "your" candidate supporting a genocide, even though this is the worst possible thing a country can do, and then be baffled when you don't take this well. And god forbid, if you "act emotionally" and have your own worldview and sensibilities, like every other group does, and not vote for them, you get labeled a traitor. These people don't realize that their own eagerness to so readily uphold the status quo politics, resulting in your own wishes and values getting eternally ignored, brings about your response.

      So, I think this is why a lot of leftists don't vote when they prefer not to. I suspect this also applies to other demographics, such as minorities that get overlooked. And as long as the status quo politics ignores this problem, it won't be solved.

      I think, for other people like me, something we can do is to voice why we don't vote when we choose not to. Because the status quo politicians and their supporters seem very eager to get the wrong message, which is "we need to move further right". This, of course, doesn't work, because right-wingers choose the original instead of the imitation anyway.

      What I'm saying, I guess, is a very simple democratic process. If you want people to vote for you, you have to take them and what they want seriously, and at the very least make concessions to them. If you do not, they probably won't, and you can't blame them for it. This is how it works for every demographic. So, instead of blaming potential and future voters and supporters, you should criticize the party that failed to get their support.

      53 votes
    5. I am missing a neutral way to flag low-effort or potentially spammy posts

      Lately I have seen a few posts here and there from accounts that have been silent for a while, where I can't help but feel that these new posts are made by different people or that the initial...

      Lately I have seen a few posts here and there from accounts that have been silent for a while, where I can't help but feel that these new posts are made by different people or that the initial posts they made were intended to "pad" the account. In other words, they feel a bit like spam and because of that I would like to "flag" them somehow.

      The obvious question people will have is likely "Why not just comment about it under the post?"

      I have done that various times, and it has the opposite effect of what I'd like:

      1. Commenting boosts the post for people who sort based on comments or activity.
      2. From what I have observed, when a post has one comment, it is more likely to receive more votes as well. If it has more than one comment, it will receive more votes. This, to me, bizarre voting behavior is something worthy of a meta discussion in itself. But from what I gather, people seem to think that it indicates discussion. Making them think that there must be something worthwhile about the post. This obviously doesn't apply when it's just the OP sharing a quote and me raising a concern.
      3. Sometimes I am not entirely sure and would like to have someone with more insights behind the screens take a look at it. If I commented my suspicions while being wrong, that would suck for everyone involved.

      Basically for the first two points I am not sure what a good solution would be. I am not advocating for a downvote ability, though something would be nice.
      For the third point, I guess I am saying that I am missing the ability to report a post. With comments, I can use the malice label and write out a report, for posts there is no such thing.

      29 votes
    6. Are Feeds - like RSS or Atom feeds - Really Worth It For A Personal Blog?

      I stopped blogging several years ago. Over the last few years, I've been writing plenty of private essays. However, very recently I have been considering starting to publish my writing and, well,...

      I stopped blogging several years ago. Over the last few years, I've been writing plenty of private essays. However, very recently I have been considering starting to publish my writing and, well, start blogging again publicly. I have no desire to waste time on templates, look-and-feel, visual stuff, etc. I just want to write a bog-standard html file, and then publish it...I do value leveraging html elements that help with meta data (e.g. microformats, etc.), but don't care about how things look - and these elements that i value are all invisible to most users anyway. I would be fine with just crafting html by hand, deploying it via sftp or some boring deployment pipleine, and that's it. But, then, I started thinking: what about having an RSS/Atom feed? I used to consume content via an rss reader, but have not done so in years. But, I don't want to manually craft that feed file; nope, sorry. But, I've heard a comment or two from acquaintances that rss/atom feeds and syndication are really something that people - like my potential audience - might really desire. So, I should really consider having one. This means that either I have to craft several things manually (from the blog post itself, the list of archived posts, the feed file, etc.), or use a static site generator that will handle all this for me, etc. I don't want to get trapped down a rabbit hole where I am spending so much on the tooling, the scaffolding, twiddling with templates, or the publish process itself. I just want the minimal for writing and publishing, I want it to live on my domain name, and that's it. Am I crazy or extremely lazy for not wanting to generate an RSS/Atom feed file?

      So, here's my ask of you all nice people: are feeds like RSS/Atom feeds even worth it? If so, does anyone have recommendations for a manual process where i can craft the blog post's html by hand, but somehow leverage a portion of a static site generator (or some minimal tool) to only automate the creation of the RSS/Atom feed file? Thanks in advfance for any constructive feedback!

      P.S. - One thing that re-ignited my desire both to write more in public, and keep it alive with minimal fuss was my re-reading of Jeff Huang's excellent "This Page is Designed to Last" post: https://jeffhuang.com/designed_to_last/

      19 votes
    7. Has there been a discussion about labels on posts themselves?

      I love the labels feature of Tildes and use it fairly regularly where I feel appropriate. But recently I wanted to label a post (rather than a comment) and realized that there is no option for...

      I love the labels feature of Tildes and use it fairly regularly where I feel appropriate. But recently I wanted to label a post (rather than a comment) and realized that there is no option for that.

      Is this something that has been discussed before? I did a cursory search but was not able to find anything specific to labels on posts. I'm not even saying that I'd be 100% for the feature, just wondering if it's been discussed before. Questions like 'would it provide a benefit?' or 'if so, should those labels be the same as the ones for comments?' were along the lines of what I was thinking.

      Might be a terrible idea, or difficult to implement for some reason or another, but sometimes I feel like a post could use a label (like 'exemplary' for a well-thought-out post, or 'malice' for one where the article posted feels deceptive and/or misleading) and right now there does not appear to be a way of doing that. Wondering what others think.

      18 votes
    8. Did you live in a city then move out? How was it? Did it change your energy towards the day-to-day?

      This is such a vague thing to post, but in the past few years I've been wrestling with my increasing introversion. I'm always tired. I was talking about my feelings towards friendships to a friend...

      This is such a vague thing to post, but in the past few years I've been wrestling with my increasing introversion. I'm always tired. I was talking about my feelings towards friendships to a friend (without an intent to say anything negative) and found myself surprised at how little I mentioned any benefits from companionships. What weighed on me was the time spent, the work spent, the money spent on trying to "keep people happy." (I have a few other closer friends, so it's not the way I feel about everyone). It's a weird position to be in as someone who had once tried hard to make new friends. I find myself struggling with the guilt for how I feel and the desire to just recess, to focus on myself, and to attend to my desire for stability (especially financial stability-- I feel like things have gotten more expensive). I have deeper and more commitments than I used to, which should make me feel so fortunate. However, as a result, they are also in competition for my time / energy.

      I've been feeling really weighted down by this lately, so I'm curious to hear from people who may have gone through something similar. A part of me feels that perhaps if I made my life more stable (a cheaper mortgage instead of renting in a major / global city, a higher paying job, lower-key friendships etc.) then I would feel happier on a day-to-day level.

      edit: clarified some things

      29 votes
    9. Advice for dealing with racist/pro-Donald Trump family?

      *TRIGGER WARNING: Racist and Anti-LGBTQ topics contained below with hurtful language * Hello all, TL;DR: I am wondering if there's any generally recommended resources, books, or general advice...

      *TRIGGER WARNING: Racist and Anti-LGBTQ topics contained below with hurtful language *

      Hello all,

      TL;DR: I am wondering if there's any generally recommended resources, books, or general advice (peer-reviewed research would be ideal) on dealing with racist, close-minded family after you have made the transition to more progressive worldviews? I don't really like my family these days because of their Trump support as well as their generally close-minded, reality-denying views. It's weighing on me, because I miss having some sort of good connection with them like I used to. Their health is starting to decline, but I've gotten to the point that I don't really like them that much, and I haven't been going to see them. These two parts of me are kind of at odds with each other, and I'm struggling to find a balance.

      Background & Context: I (33M) and I grew up in a rather conservative family (2 older brothers), to the point that a "light" level of racism was generally accepted and talked about in the family, and as an example, jokes using the N-word with the hard R were told by my dad and grandparents semi-regularly. I say "light" racism because we don't have a family history of racial violence or owning slaves (we're descendants of 1900's European immigrants, mostly.) I also think my family generally supported the Civil Rights Act back in the day. As a result, I grew up finding racist and gay jokes funny and frequently repeated them, and generally had a close-minded approach to the world before I went to college - but I never truly wished anyone any ill will. I got along well with my family, and while we were never super close, I at least talked to my family about stuff but we never really shared emotions or talked about depression with each other. None of us ever really learned how to deal with their emotions and talk about them. My family never traveled, either, so I never got out of my home state till I was in high school, and it was of my own volition. My parents are also conservative Christians, so they have generally anti-LGBTQ views. My mom calls LGBTQ people "abominations" per the bible, for example. It's disgusting.

      Once I got out into the real world working with people of other cultures and befriending them, my worldviews began to change. Especially once I went to college and started working in scientific research, wherein your critical thinking and objectivity are especially stressed, I started to pivot more and more to progressive views. Beyond that, the more I saw that data generally supported progressive views and policies, I started to disagree harder and harder with my parents on political topics. Additionally, I slowly lost my faith, and started to become more and more annoyed by my mother citing the bible as a reference for topics such as LGBTQ marriage rights. I now commonly refer to myself a recovering Catholic.

      And then Trump happened. Honestly, in his first run, I could understand why people voted for Trump. They were tired of traditional politics and feeling like it wasn't working for them, especially in midwest and blue collar areas, so they figured "fuck it, throw some chaos into the system." But after COVID and January 6th? I just can't fathom still having a SHRED of support for that disgusting shell of a man. And yet my parents do. My mom watches Newsmax, thinks COVID vaccines are deadly, and thinks the 2020 election was stolen. She thinks Biden was kidnapped and was being impersonated by the Deep State. I can't. I just can't with her. It's all she wants to talk about, and my dad won't say anything to her about how fucking crazy the shit she spouts is.

      I was also close to one of my brothers for many years, as we went to concerts and played games together mostly. We just "click" when it comes to gaming together, and it feels seamless and fun to play with him in a way that it doesn't with anyone else I've ever played with. But then, politics comes up. My brother would probably be aptly described as an incel, in that he reads 4chan still, and also has some batshit crazy views. One, for example, is that he doesn't think the races should mix, because something along the lines of black and white genes don't work as well together. He has straight up said that to me, and I regularly wonder if I should cut off contact with him for that alone. He often blames women in sexual assault cases or characterizes them as gold diggers. A part of me wonders if I am doing a disservice to the aforementioned groups by even still associating with him after saying things like that. If I am also doing a disservice to myself by even sometimes associating with someone who has such an awful worldview?

      And herein lies my dilemma: I haven't gone to see my family in over 6 months, now (I live <30 mins away). My parents' health is declining - it is likely that one of them is going to die in the next 5-10 years, and yet I don't even want to go be around them, especially my mom. I still game online with my brother, but this dilemma is slowly eating away at me.

      But also? I feel a deep empathy and sorrow for them, to the point that I'm choked up as I'm writing this post because they are lonely people who, in my opinion, have been grossly manipulated and mislead throughout their lives. I wouldn't want someone to give up on me, as I feel I am doing to them by avoiding them. I also used to be deeply entrenched in close-mindedness, and I wouldn't be where I'm at without people who kept trying to convince me of a better path. But the other part of me thinks: Is there a line somewhere? At some point, do you become too deeply entrenched that I can't convince you out of it? What do I do at that point? How do I even define that point?

      Are there any resources or books on this topic? Are there any objective things I can do to try and improve this situation and feel better about it? I have spoken with a therapist about this in the past, but I wouldn't describe the feedback I got as very helpful. I would like to go see a therapist again, partially about this, but it's so damn expensive thanks to the American healthcare system. Any input anyone has is appreciated, even if it's anecdotal. This post is also partially just cathartic to write out as it is also to ask for feedback. Thank you.

      64 votes
    10. Ladybird chooses Swift as its successor language to C++

      I've copied the full tweet below (it's from August, I missed this news somehow): We've been evaluating a number of C++ successor languages for @ladybirdbrowser , and the one best suited to our...

      I've copied the full tweet below (it's from August, I missed this news somehow):

      We've been evaluating a number of C++ successor languages for @ladybirdbrowser , and the one best suited to our needs appears to be @SwiftLang 🪶

      Over the last few months, I've asked a bunch of folks to pick some little part of our project and try rewriting it in the different languages we were evaluating. The feedback was very clear: everyone preferred Swift!

      Why do we like Swift?

      First off, Swift has both memory & data race safety (as of v6). It's also a modern language with solid ergonomics.

      Something that matters to us a lot is OO. Web specs & browser internals tend to be highly object-oriented, and life is easier when you can model specs closely in your code. Swift has first-class OO support, in many ways even nicer than C++.

      The Swift team is also investing heavily in C++ interop, which means there's a real path to incremental adoption, not just gigantic rewrites.

      Strong ties to Apple?

      Swift has historically been strongly tied to Apple and their platforms, but in the last year, there's been a push for "swiftlang" to become more independent. (It's now in a separate GitHub org, no longer in "apple", for example).

      Support for non-Apple platforms is also improving, as is the support for other, LSP-based development environments.

      What happens next?

      We aren't able to start using it just yet, as the current release of Swift ships with a version of Clang that's too old to grok our existing C++ codebase. But when Swift 6 comes out of beta this fall, we will begin using it!

      No language is perfect, and there are a lot of things here that we don't know yet. I'm not aware of anyone doing browser engine stuff in Swift before, so we'll probably end up with feedback for the Swift team as well.

      I'm super excited about this! We must steer Ladybird towards memory safety, and the first step is selecting a successor language that we can begin adopting very soon. 🤓🐞


      Nitter link:

      https://nitter.poast.org/awesomekling/status/1822236888188498031

      Original post:

      https://x.com/awesomekling/status/1822236888188498031


      Some of Kling's replies in that thread are also pretty interesting:

      My general thoughts on Rust:
      - Excellent for short-lived programs that transform input A to output B
      - Clunky for long-lived programs that maintain large complex object graphs
      - Really impressive ecosystem
      - Toxic community

      In the end it came down to Swift vs Rust, and Swift is strictly better in OO support and C++ interop.


      The September monthly report for Ladybird released the day after I posted this. It provides basically the same information:

      This Month in Ladybird September 2024

      The section about Swift:

      Successor language search progress

      Over the past year, our core contributors have been exploring potential safe languages to complement or succeed C++. We evaluated several options, including Rust, Swift, Fil-C, and others. While some languages offered compelling features, many fell short in either C++ interoperability or providing the level of memory safety we needed.

      After extensive testing and discussion, Swift emerged as the top choice among our core developers, thanks to the new Swift 6 interoperability features and its growing cross-platform support. As a result, we’ve decided to adopt Swift as our C++ successor language.

      That said, this will be an incremental shift. The existing C++ codebase is deeply embedded in the project, and a complete rewrite would be impractical. Instead, we’ll be gradually introducing new components in Swift, carefully integrating them with our existing C++ code over time. Look forward to a dedicated blog post on the topic soon.

      32 votes
    11. Announcing Tildes' Make Something Month (Timasomo) for 2024!

      Timasomo is "Tildes' Make Something Month": a creative community challenge that takes place in the month of October. The best way to get a feel for Timasomo is to check out our previous Showcase...

      Timasomo is "Tildes' Make Something Month": a creative community challenge that takes place in the month of October.

      The best way to get a feel for Timasomo is to check out our previous Showcase topics, where creators share their creations with the community at the end of the event:

      There are no hard and fast rules on what you can create. You can make anything!

      All of the Timasomo topics will be over in ~creative.timasomo, so if you're interested in participating or following along, make sure you're subscribed there.

      All people who respond to this topic will be added to a notification list that I will ping each time I put up a new Timasomo topic. If you do not wish to be added to the list, or you wish to only be notified for the final Timasomo showcase, please let me know.

      The Roll Call thread will be posted in ~creative.timasomo on October 1st. That is the official beginning to the event and is where people will formally commit to their projects for Timasomo.


      FAQs

      What is Timasomo really though?

      Timasomo is a chance to create something/anything!

      There are no restrictions on what you can choose to make.

      Can I participate?

      Yes! Timasomo is open to anyone on Tildes! Please make sure you are subscribed to ~creative.timasomo.

      The greater Tildes community is also encouraged to participate in discussion threads even if you are not actively working towards a creative goal. This is meant to be an inclusive community event -- all are welcome!

      If you are interested in participating but do not have a Tildes login, please e-mail the invite request address here for an invite to the community.

      If you do not want to create something but still want to check out the showcase, let me know in a comment here and I will add your name to a separate notification list that I will ping for the showcase topic only.

      How do I sign up?

      Make sure you are subscribed to ~creative.timasomo and/or are included in my notification list (simply comment on this topic to be added).

      On October 1st, there will be a Roll Call thread. By posting your plans to participate in that thread, you have formally signed up for Timasomo!

      Didn't it used to be in November?

      Yes. Timasomo was originally inspired by NaNoWriMo, the National Novel Writing Month, which takes place in November.

      Initially, I wanted people participating in NaNoWriMo to be able to share their work with Timasomo as well. In the entire time it has run, however, no participant has publicly submitted any work from NaNoWriMo to Timasomo. Instead, Timasomo has gained its own identity independent of NaNoWriMo (which, after recent events, is probably for the best).

      Many participants from previous years have shared that October would be a better month for them personally, so we moved the event to October.

      Also, the event was so fantastically popular that it regularly upstaged American Thanksgiving, thus we only felt it fair that Canadian Thanksgiving be targeted as well.

      What are the rules?

      Timasomo is self-driven and its goals are self-selected.

      On October 1st, participants will commit to a creative project (or projects) that they plan to complete within the month of October.

      There is no restriction on the methods/products of creativity: writing, painting, code, food, photos, crafts, songs -- if it's creative expression for you, it works for Timasomo!

      Though most will be participating individually, collaborations are welcome too!

      What is the schedule?

      Timasomo begins October 1st and ends October 31st.

      All creative output towards your goal(s) should be confined to this time.

      This week prior to the start of October is for planning. There will be a few days at the beginning of November given to "finishing touches" before we have our final thread, which will be a showcase of all the completed works.

      Below are the dates that I will be posting weekly threads:

      Tuesday, October 1, 2024: Roll Call Thread
      Tuesday, October 8, 2024: Update Thread #1
      Tuesday, October 15, 2024: Update Thread #2
      Tuesday, October 22, 2024: Update Thread #3
      Tuesday, October 29, 2024: Final Update Thread
      Tuesday, November 5, 2024: Timasomo Showcase Thread

      Do I have to share my creation(s) publicly?

      Tildes is a privacy-respecting site, and you are not obligated to share your creation here if you do not want to. We'd still love to hear about it though, if you're willing to share process and details!

      Is it Timasomo or TiMaSoMo?

      Either.

      I personally use "Timasomo" because I think it looks cleaner and because too much time on the internet has made my brain incapable of reading "TiMaSoMo" as anything other than sarcasm, but go with whichever you prefer.

      The best option, however, is “𝑻𝑰𝑴𝑨𝑺𝑶𝑴𝑶” for reasons that are self-evident.


      This Thread: Planning!

      Post your ideas.

      Give feedback to others.

      Set up collaborations.

      Ask questions.

      Everything in this thread is non-commital! Bounce around ideas and figure out what you'd like to do in our communal brainstorming session.

      Also, please do NOT start work on your project yet! Stage setting, planning, and other preparations are allowed (e.g. getting supplies/materials, setting up workspaces, etc.), but save the creation initiation for the 1st.

      Get excited for another GREAT Timasomo!

      50 votes
    12. Parent on deathbed? Go or not?

      My only living parent has between one and five days left to live. The parent is unable to speak now and has had dementia for the last 5 years and will not recognize who I am if I go visit now in...

      My only living parent has between one and five days left to live. The parent is unable to speak now and has had dementia for the last 5 years and will not recognize who I am if I go visit now in these final hours.

      They live a few thousand miles away from me; it would be expensive to go and money is painfully tight right now with my partner unexpectedly unemployed and struggling to get a job comparable to the job just lost.

      I’m somewhat estranged from this parent. The short version is this parent is a narcissist and really didn’t show up when I was growing up, or at any point in my adult life, or really at any point when it mattered. Despite this person being a really crappy parent, they exerted a massive gravitational pull in my life through many decades—basically, this parent loomed very large for far too long given the extreme narcissism, albeit much less so in the last decade or two. (Dementia and my coming to terms with it all and caring less and time and my having my own kids and my starting my own family all being some sort of salve.)

      I have one very close friend who is telling me that it is critical to go before this parent dies because being present while they are still living will give me a kind of closure and unexpected resolutions that I cannot even anticipate now. This friend is quite adamant that going is critical for personal growth.

      A different close friend says that going while the person is still alive is a complete waste and that I should go for the funeral instead where I can see other relatives and connect with my sibling and other relatives and deepen those relationships which (the friend says) will be a momentous transition point for us all, creating a better sense of family than any of us could have ever had while this person was alive. This friend insists that the healing and closure is identical pre-death and post-death, but that the extra emotional burden of seeing someone dying will derail me and never be able to be “unseen.” This person thinks spending money on two trips is foolish, so the one trip to go on is for the memorial. FWIW, My sibling is only going for the memorial.

      Even if money were no object, I’m not sure I could emotionally handle going twice. I suppose I can, but that’s very time intensive and I have young kids myself who need me and for whom it would be a strain if I were gone for too long. I’ve already said it, but I have to say it again: money is really tight Going twice feels possible, but extremely difficult

      I guess what I’m really trying to understand, if my feelings for this parent are presently ambivalence that grew over a decade or two from what was formerly extreme anger and hurt, is there something meaningful about going while the parent is still alive? Is there something important that happens before the person dies that is in someway healing or transformative or valuable? Is it more important to instead go when my sibling is going? Should I max the credit card and go twice? Should I risk infuriating and deeply damaging my relationships with my extended family and not go at all to save money? (This last option seems wrong, but it is a possibility, so I feel like it at least deserves considering.)

      Friends of Tildes, what did you gain or lose from seeing a relative in hospice? What thoughts and wisdom do you have to share around moments like these?

      Thank you in advance for sharing your stories. I’m sure your collective wisdom will help me make a better choice.

      28 votes
    13. Monocausality bias, essentialism, modernist grand narratives, and the awesomeness of statistical uncertainty

      #This is a "shower thought" more than a properly empirically researched idea, so it is presented without any citations. This lack of resources is also a reference to many modernist philosophers,...

      #This is a "shower thought" more than a properly empirically researched idea, so it is presented without any citations. This lack of resources is also a reference to many modernist philosophers, whom I dearly appreciate.

      Modernist theories famously tried to get at "the truth behind eveything". For example, majority of both pro- and anti-capitalists thought that history was progressing in a linear tract, and that there was such a thing as end of history. So, they tried to find the drive of history. Famously, Marx claimed to have found it in historical materialism. Similarly, many pro-capitalists have declared The End of History when USSR fell.

      Both of these claims were made on the idea that a single mechanism was behind the progress of history, therefore almost everything.

      It is my thesis that this was and is an extension of essentialist thinking. Such a way of thinking looked for "the essence" of the object of study, because it assumed an (singular) essence drove the object to behave the way it did. There were no multiple causes, only a single cause—if you could find it, you could explain the object in its entirety.

      Modernist philosophers updated this idea a bit. They didn't look for a Platonic idea, for example, but they looked for "the drive behind the object". While they were more materialist, it was also a quasi-metaphysical endeavor.

      I'm going to quote Marx's historical materialism again, because it's one modernist narrative I'm familiar with—simply put, it was such an attempt. While the historical materialist narrative touched on many great things about humanity (e.g. the plasticity of "human nature", the dependence of culture on material conditions), it overreached and overreduced history to a single mechanism. It seemingly recognized the role of other mechanisms, but decidedly explained away their importance in contrast to what Marx saw as "productive forces".

      This was an extension of Hegelian dialectics, but reversed. Hegel assumed thought drove materialist changes. Marx flipped this over. However, both of these were still highly metaphysical, highly essentialist.

      Essentialism's mistake, in this context, is not only that it is metaphysical, it's also that it reduces the object of study to a monocausal explanation. It looks for only one cause. However, as the advance of scientific and most specifically statistical knowledge shows, there are always multiple causes to complex phenomena.

      This revolution in thinking was a great attack on modernist and all the preceding grand narratives. Statistics especially was important in this. The more an explanation -any explanation- was tested in scientific contexts the more it was apparent that no single cause was able to explain everything. Nevermind that, as both natural and social scientists became aware, most of the time a single cause wasn't able to explain most (>50%) of the variation seen in a study.

      Another result of statistical thinking, if one is willing to consider all its implications, is that uncertainty is an inherent part of everything we do and explain. There is no epistemic certainty, nothing we can know for certain. So, everything is always, at some level, a working hypothesis. This doesn't mean that everything is equally plausible, but that we can never be 100% certain about our explanations, neither in science nor in anything.

      Why is this so? Because inferential statistics is structured to give an idea about the uncertainty of the inference we are doing, based on our observations. In short, it always assumes there are "error bars" or something of equivalent function.

      This is the second implication of this revolution—we should be aware of uncertainty and embrace it.

      In summary, there were two important results of this revolution in thinking.

      1. Monocausality bias hinders thinking. In complex phenomena, natural or social, there are most likely multiple important drives (causes).
      2. Rejecting the inherent epistemic uncertainty of our explanations and embracing the psychological certainty of monocausal explanations would be a folly.

      Again, and I cannot stress this enough, this doesn't mean everything is equally plausible (doing so is also counter to statistical thinking!). But realizing the value in this approach provides a great deal of flexibility of the mind, and it makes it much less likely that a person would seek comfort in psychologically certain, essentialist or quasi-essentialist narratives. It makes it less likely so that you fall victim to overly reductive but confident-sounding explanations.

      It also allows one to critically examine modernist and previous explanations, both in positive and negative ways. Grand narratives, I think, touch on many great topics and have insight, but they fall victim to overreductive monocausality bias. If you can separate them from that, then you find a source of rich thinking styles. It seems that sociology does this with thinkers such as Marx, Weber, and more.

      This, I think, is one of the greater revolutions in the "post-modern" era. Post-modern thinking is often associated with extreme skepticism, to the point of declaring everything unknowable, however, this would be reductive. In the way I described, being skeptical of such grand explanations and embracing multicausality and uncertainty is an extremely productive approach.

      This, however, does not mean essentialist, monocausal, modernist, etc. thinking is defeated and gone. "Lightning and thunder require time; the light of the stars requires time; deeds, though done, still require time to be seen and heard."

      Of course, despite the quote, there is nothing sure about the eventual victory of this better way of thinking. However, even in the case that it could become the dominant mode of thought, it will take a great deal of time and active struggle against the old ideas and powers-that-be.

      17 votes
    14. Crossposting on Tildes, general thoughts?

      It seems like the last real discussion about the subject was about 6 years ago I am mostly wondering what the thoughts now are on crossposting something in different tildes groups. This was...

      It seems like the last real discussion about the subject was about 6 years ago

      I am mostly wondering what the thoughts now are on crossposting something in different tildes groups. This was inspired by a few things. Last week I was unsure where to post something and ended up posting it in the most topical tildes group even though previous posts that took off were posted in a different group. Meaning that people that are subscribed to ~comp but not ~life might have missed the post even though they might be interested.

      Then there is this post. I was about to post the same link before realizing it was already posted. The post in question is posted in ~games, I would have posted it in ~tech. I feel like the overlap between ~games and ~tech subscribers likely is a bit bigger, but also here I feel like people might potentially be missing out.

      I realize this might not be the biggest issue, the majority of people on tildes seem to be subscribed to all groups. But it still, it tickled something in my brain and this is the second time in a short period that I find myself thinking about this.

      Ideally, in my mind, this would be solved on a technical level where you can post something in two groups with a consolidated comment section. However, I don't see this happening in the sort term.

      Tags sort of cover this, but given they can be anything and quite numerous, browsing through them is not something I personally would ever use or actually address this.

      The second-best solution, and the one I'd like to discuss, is to simply cross post and in one of the posts leave a comment linking to the other post to consolidate discussion a bit.

      Am I overthinking the issue? Probably. :) But overall, what are peoples thoughts on allowing cross posts between groups? Any real downsides besides double entries in the listing?

      22 votes
    15. Has anyone worked at <20 person startup before? How was it?

      I've been looking at job postings at tech companies. Many of them have pretty bad Glassdoor reviews (and I tried pretty hard to play Devil's Advocate while reading!). I think there's no perfect...

      I've been looking at job postings at tech companies. Many of them have pretty bad Glassdoor reviews
      (and I tried pretty hard to play Devil's Advocate while reading!). I think there's no perfect company out there. Still, I notice a lot of mentions of overvaluation, layoffs / diminishing culture, stressed employees / long hours, insurmountable tech debt, junior / inexperienced leadership, "toxic" culture, Hire-to-Fire 15% PIP cultures, etc. I feel differently about a lot of companies I used to aspire to join.

      In the midst of all that, I also then see small startups. 10, 20 people. It sounded like way too much work at first, but I know some people who seem pretty fulfilled by such a setup and not (visibly) half as stressed as I was at a ~70 person mismanaged startup (although engineering headcount was pretty small). Some part of me wonders if a small company, even of strangers, would actually be less stress because we wouldn't yet have made the mistakes on culture mismatch, growing headcount, adding features to get growth that may never come, etc.

      edit: adding clarification

      Oh yes, to be totally clear-- a lot of the Glassdoors / Blinds were actually for large tech companies, including but not limited to "startups" originating from 10 years ago. Some were also smedium sized (~6 years old, ~50 people, typically Series A or earlier) so had been doing the startup thing long enough where you can see the team is starting to fray.

      In my post, it's basically a slightly unhealthy comparison between older companies that have had lots of time to screw up, and companies that have not yet publicly or irrevocably screwed up (the small, new startups). Of course, I'm then kind of assuming I won't be the reason something fails when I totally could be lol.

      34 votes
    16. Struggling with nihilism and the inability to enjoy things

      Preface #1: I know the first response with something like this will be "go see a therapist" - I have been in therapy for over a decade now. There are a lot of things it has helped with...

      Preface #1: I know the first response with something like this will be "go see a therapist" - I have been in therapy for over a decade now. There are a lot of things it has helped with (specifically trauma-focused), but nihilism is not something I've been able to get help with. The help has ranged from things like "focus on the micro over the macro" (which I think is probably the best advice, but also can be boiled down to "don't think" and I can't not think), to "find religion" (for me at least: religion doesn't breed hope, hope breeds religion), to "I don't know how to help, I can't relate to that" (...not all therapist are good).

      Preface #2: I know the quick response to "life is meaningless" is "so make your own!" but I absolutely despise that logic. If everything is meaningless, than that means making your own meaning is meaningless. It's self-defeating in and of itself. That said, I don't really care about "meaning" anyway. I personally view things as "irrelevant", as if you dig deep enough you get to a point where everything is relevant to nothing. And the conclusion to draw from that is: "it's irrelevant that everything is irrelevant" - similar meaning, but checks out logically significantly better to me. But this has it's own problems that I will go in below.

      Preface #3: I know the quick response to the inability to enjoy things is "you don't enjoy things because you are depressed." What I'm positing is the inverse, "I no longer enjoy things, and it's causing me to be depressed." I'm very much not saying the former doesn't happen and I've gone through time periods like that. What I am saying is that the latter is also true, and I'm sure that other people who have dealt with depression for decades understands both "My depression is causing this to happen" and "This is causing my depression to flare" happen.


      To give quick context for myself: I had become a nihilistic atheist by the time I graduated elementary school; I had a rather traumatic childhood and my official diagnosis is (C-)PTSD and all the offshoots that come from it like depression and anxiety (Bringing up as I recognize myself these are thoughts that, according to the DSM/ICD, would be from someone with mental disorders). This led to things like dropping out of high school and becoming a mute hikikomori. To make a long story short, in my late teens I got to a point of either suicide or completely revamping my life with the belief that enjoyment could be found via actually being social (friends and dating) and proper self-sufficiency/money. I chose the latter for one simple reason: there was nothing to lose, so just trust the process. It took over a decade of constant self improvement, but I became a sociable person part of different clubs and hosting my own parties/gatherings with a very active dating life. I also got my degree in comp sci and have done quite well for myself with that. And a lot on top of that just in terms of trying to make the most out of life.

      Unfortunately, none of that actually helped. Having to mask to be able to be social/date is exhausting and frankly people suck, and wasting life working 9-5 one of the most depressing things to me. The reason I bring this up is because I did really fucking try, I tried the stuff that everyone says brings happiness - but it don't. And it's all just so irrelevant.

      Over the last half decade or so, I just can't bring myself to care about anything. And I mean anything, even super simple things. I'll talk to people or listening to a song and think "why do I care what you have to say?". I'll watch a movie or read a book and can't keep focus because seriously who cares about these imaginary things some person thought up? People I know die and I'll just think "yeah that happens." And the absolute worst for me was when it came for knowledge. Because knowledge was the thing I always cared above all else. But what does "knowing things" matter if "things" don't matter to me?

      Which brings me back to preface #2. Everything is irrelevant, but it's irrelevant that it's irrelevant. Except that society demands relevancy to justify ones own existence within it. It's not possible to live an irrelevant life and be part of society. I personally really only see two options: reject society or embrace absurdism.

      Speaking strictly personally, I do not see rejecting society as a means of living an enjoyable life. Mostly because I know it will lead to me living out of my car again, spending my time embracing hedonism via drugs and alcohol to fuel escapism until the end comes. And if in the end I'm just going to fuel escapism, why not just escape to begin with?

      Absurdism is mostly what I fed into while "turning my life around". But I do have issues with it. One is how much it feels like the "this is fine" fire meme; it recognizes the problem but then rejects that it's a problem. This is fine if "life" itself is not a problem and you are able to enjoy your time regardless (after all, the problem itself is irrelevant so yeah just reject it as a problem), but then that gets to my second and main issue: if you don't enjoy life, what defense against suicide does absurdism have? Yes there is the whole thing of "suicide just adds to the absurdity by claiming meaning is needed" but that's only if you are committing suicide because life has no meaning. I don't care that life is irrelevant, I care that life fucking sucks. Suicide then is not rejecting the lack of meaning, it's rejecting time spent unenjoyably.

      I've been able to get through things being both meaningless and unenjoyable with the belief that things would become enjoyable. Now I'm nearly 40 years old, things have played out, and I do not buy into it anymore. Either life needs to be enjoyable, or there needs to be some relevancy to it. Which, I reject the later as even being knowable as a human. Which leaves the former.

      Which then comes to the silly question, how do you just enjoy things?

      I am able to recognize one of my issues with enjoying things: In order to raise my emotional floor, I have embraced being stoic. Things happen that are out of our control. Things are lost, hardships are had, people die. They are simply facts of life. The problem is that it also prevents enjoying things - enjoyable things are also out of your control, so do not embrace them for they will be gone. Which, moments in time then neither "good" or "bad", they simple are just moments in time. Every moment is simply some indefinite, irrelevant moment in time.

      Which, kind of tied to that as well, but another issue I recognize: as I have understood my own trauma and how it's affected me, I've really understood just how much is deterministic in life. Which is especially sad in the case of trauma responses, and how much society basically double downs on the trauma (just easy eg of how "hysterical women" have been treated throughout history, but look at the overlap of BPD and traumatic childhoods).

      But now these are not just moments in time, but determined yet irrelevant moments in time.

      But that still doesn't preclude enjoying things. And I guess that's mostly what I'm for the search for in life, to figure out what things I actually enjoy/how to actually enjoy things I want to enjoy. Because enjoying life is certainly enough, but that requires life to be enjoyable.

      And it's actually part of why I'm even posting this. With all the different ways I've changed my life and such, I've tried to look back at what was actually enjoyable. And long-form text communication is definitely the way I prefer to communicate (oh do I miss when 'social media' was forums). I also recognize the importance of being part of more smaller, tighter-knit communities compared to being a blob in a mass. So it's part looking for help, and part just trying to get back into posting on smaller communities.

      But I also feel like I'm all over the place and I do apologize for that. I think to try to summarize to bring the points clearer...like I said before, life either needs to be enjoyable or there needs to be some kind of relevancy to it. So either how do you find relevancy/where am I wrong on that, or how do you find enjoyment (and I don't mean "try new hobbies until you find what you enjoy!" kind of stuff - I've already ran that gauntlet. I'm not asking where to find enjoyment, I'm asking how to feel enjoyment; how are you able to care about things might be a better war to phrase it)?

      34 votes
    17. Poverty Point: the incredible archaeological find you probably never heard about, because of ideology

      What is Poverty Point in short? Emphasis in the text below is mine. In modern-day Louisiana there is a place with the dispiriting name of Poverty Point. Here you can still see the remains of...

      What is Poverty Point in short?

      Emphasis in the text below is mine.

      In modern-day Louisiana there is a place with the dispiriting name of Poverty Point. Here you can still see the remains of massive earthworks erected by Native Americans around 1600 BC. With its plush green lawns and well-trained coppices, today the site looks like something halfway between a wildlife management area and a golf club. Grass-covered mounds and ridges rise neatly from carefully tended meadows, forming concentric rings which suddenly vanish where the Bayou Macon has eroded them away (bayou being derived, via Louisiana French, from the Choctaw word bayuk: marshy rivulets spreading out from the main channel of the Mississippi). Despite nature’s best efforts to obliterate these earthworks, and early European settlers’ best efforts to deny their obvious significance (perhaps these were the dwellings of an ancient race of giants, they conjectured, or one of the lost tribes of Israel?), they endure: evidence for an ancient civilization of the Lower Mississippi and testimony to the scale of its accomplishments.

      Archaeologists believe these structures at Poverty Point formed a monumental precinct that once extended over 200 hectares, flanked by two enormous earthen mounds (the so-called Motley and Lower Jackson Mounds) which lie respectively north and south. To clarify what this means, it’s worth noting that the first Eurasian cities – early centres of civic life like Uruk in southern Iraq, or Harappa in the Punjab – began as settlements of roughly 200 hectares in total. Which is to say that their entire layout could fit quite comfortably within the ceremonial precinct of Poverty Point. (...) People and resources came to Poverty Point from hundreds of miles away, as far north as the Great Lakes and from the Gulf of Mexico to the south.

      (...)

      Today, Poverty Point is a National Park and Monument and UNESCO World Heritage Site. Despite these designations of international importance, its implications for world history have hardly begun to be explored. A hunter-gatherer metropolis the size of a Mesopotamian city-state, Poverty Point makes the Anatolian complex of Göbekli Tepe look like little more than a ‘potbelly hill’ (which is, in fact, what ‘Göbekli Tepe’ means in Turkish). Yet outside a small community of academic specialists, and of course local residents and visitors, very few people have heard of it.

      (...)

      Published in 2004, this remarkable discovery by John E. Clark, an archaeologist and authority on the pre-Columbian societies of Mesoamerica, has been greeted by the scholarly community with responses ranging from lukewarm acceptance to plain disbelief, although nobody appears to have actually refuted it. Many prefer simply to ignore it. Clark himself seems surprised by his results.

      Graeber, D., & Wengrow, D. (2021). The dawn of everything: A new history of humanity. Penguin UK.

      A more detailed explanation is given at the end of this post.

      Why is it important?

      The traditional historical or archaeological understanding of political organization of society separates societies into four categories: bands, tribes, chiefdoms, states (1, 2, 3, 4). It proposes that as human society became more complex, its hierarchies became more pronounced, that this is inevitable. As an extension of this, it treats the least hierarchical, or in other words "most egalitarian" form of society, hunter-gatherers (foragers), as lacking any complex form of societal organization or achivement.

      This narrative also ties the rise of the state to invention of agriculture, thus treats pre-agriculture societies as lacking complex structures and organizations.

      Numerous examples contradict this quasi-social Darwinist hypothesis, such as Göbekli Tepe, which was -for its time- a gigantic settlement created by hunter-gatherers, and they are almost never heard of. In this way, Poverty Point, despite being an even more important finding that defy the traditional narratives about human history, is heard of even less.

      Maybe even more importantly, this hypothesis is used to justify the existence of existing hierarchies, such as capitalism or stratified societies. The Better Angels of Our Nature by the famous pro-capitalist ideologue Steven Pinker, for example, uses this argument. This book had a very wide reach, and was presented by Bill Gates as "one of the most important books I’ve read—not just this year, but ever."

      Why is it ignored?

      Let’s first ask why even some experts apparently find it so difficult to shake off the idea of the carefree, idle forager band; and the twin assumption that ‘civilization’ properly so called – towns, specialized craftspeople, specialists in esoteric knowledge – would be impossible without agriculture. Why would anyone continue to write history as if places like Poverty Point could never have existed? (...) The real answer, we suggest, has more to do with the legacy of European colonial expansion; and in particular its impact on both indigenous and European systems of thought, especially with regard to the expression of rights of property in land.

      Here it’s important to understand a little of the legal basis for dispossessing people who had the misfortune already to be living in territories coveted by European settlers. This was, almost invariably, what nineteenth-century jurists came to call the ‘Agricultural Argument’, a principle which has played a major role in the displacement of untold thousands of indigenous peoples from ancestral lands in Australia, New Zealand, sub-Saharan Africa and the Americas: processes typically accompanied by the rape, torture and mass murder of human beings, and often the destruction of entire civilizations.

      Colonial appropriation of indigenous lands often began with some blanket assertion that foraging peoples really were living in a State of Nature – which meant that they were deemed to be part of the land but had no legal claims to own it. The entire basis for dispossession, in turn, was premised on the idea that the current inhabitants of those lands weren’t really working. The argument goes back to John Locke’s Second Treatise of Government (1690), in which he argued that property rights are necessarily derived from labour. In working the land, one ‘mixes one’s labour’ with it; in this way it becomes, in a sense, an extension of oneself. Lazy natives, according to Locke’s disciples, didn’t do that. They were not, Lockeans claimed, ‘improving landlords’ but simply made use of the land to satisfy their basic needs with the minimum of effort. James Tully, an authority on indigenous rights, spells out the historical implications: land used for hunting and gathering was considered vacant, and ‘if the Aboriginal peoples attempt to subject the Europeans to their laws and customs or to defend the territories that they have mistakenly believed to be their property for thousands of years, then it is they who violate natural law and may be punished or “destroyed” like savage beasts.’ In a similar way, the stereotype of the carefree, lazy native, coasting through a life free from material ambition, was deployed by thousands of European conquerors, plantation overseers and colonial officials in Asia, Africa, Latin America and Oceania as a pretext for the use of bureaucratic terror to force local people into work: everything from outright enslavement to punitive tax regimes, corvée labour and debt peonage.

      Graeber, D., & Wengrow, D. (2021). The dawn of everything: A new history of humanity. Penguin UK.

      There is one more reason I can think of. For clarification, I haven't progressed into the cited book much further than this point, so I don't know if they mention this later, however, justifying hierarchies based on a narrative of "historical progress" has a more general reason than the "agricultural argument" made by colonialists: it works to justify pretty much any existing hierarchy. Capitalism, nation-states, authoritarianism, you name it—all of it can be justified by saying this is the price we pay for complex societies (and progress), that there is no other way unless we want to give up most of what we have. In fact, Pinker does exactly this for capitalism (and neoliberalism). So I very much suspect this ideological approach plays a role in even experts overlooking such an obviously important finding.

      What is Poverty Point in more detail?

      In modern-day Louisiana there is a place with the dispiriting name of Poverty Point. Here you can still see the remains of massive earthworks erected by Native Americans around 1600 BC. With its plush green lawns and well-trained coppices, today the site looks like something halfway between a wildlife management area and a golf club. Grass-covered mounds and ridges rise neatly from carefully tended meadows, forming concentric rings which suddenly vanish where the Bayou Macon has eroded them away (bayou being derived, via Louisiana French, from the Choctaw word bayuk: marshy rivulets spreading out from the main channel of the Mississippi). Despite nature’s best efforts to obliterate these earthworks, and early European settlers’ best efforts to deny their obvious significance (perhaps these were the dwellings of an ancient race of giants, they conjectured, or one of the lost tribes of Israel?), they endure: evidence for an ancient civilization of the Lower Mississippi and testimony to the scale of its accomplishments.

      Archaeologists believe these structures at Poverty Point formed a monumental precinct that once extended over 200 hectares, flanked by two enormous earthen mounds (the so-called Motley and Lower Jackson Mounds) which lie respectively north and south. To clarify what this means, it’s worth noting that the first Eurasian cities – early centres of civic life like Uruk in southern Iraq, or Harappa in the Punjab – began as settlements of roughly 200 hectares in total. Which is to say that their entire layout could fit quite comfortably within the ceremonial precinct of Poverty Point. Like those early Eurasian cities, Poverty Point sprang from a great river, since transport by water, particularly of bulk goods, was in early times infinitely easier than transport by land. Like them, it formed the core of a much larger sphere of cultural interaction. People and resources came to Poverty Point from hundreds of miles away, as far north as the Great Lakes and from the Gulf of Mexico to the south.

      Seen from the air – a ‘god’s-eye’ view – Poverty Point’s standing remains look like some sunken, gargantuan amphitheatre; a place of crowds and power, worthy of any great agrarian civilization. Something approaching a million cubic metres of soil was moved to create its ceremonial infrastructure, which was most likely oriented to the skies, since some of its mounds form enormous figures of birds, inviting the heavens to bear witness to their presence. But the people of Poverty Point weren’t farmers. Nor did they use writing. They were hunters, fishers and foragers, exploiting a superabundance of wild resources (fish, deer, nuts, waterfowl) in the lower reaches of the Mississippi. And they were not the first hunter-gatherers in this region to establish traditions of public architecture. These traditions can be traced back far beyond Poverty Point itself, to around 3500 BC – which is also roughly the time that cities first emerged in Eurasia.

      As archaeologists often point out, Poverty Point is ‘a Stone Age site in an area where there is no stone’, so the staggering quantities of lithic tools, weapons, vessels and lapidary ornaments found there must all have been originally carried from somewhere else. The scale of its earthworks implies thousands of people gathering at the site at particular times of year, in numbers outstripping any historically known hunter-gatherer population. Much less clear is what attracted them there with their native copper, flint, quartz crystal, soapstone and other minerals; or how often they came, and how long they stayed. We simply don’t know.

      What we do know is that Poverty Point arrows and spearheads come in rich hues of red, black, yellow and even blue stone, and these are only the colours we discern. Ancient classifications were no doubt more refined. If stones were being selected with such care, we can only begin to imagine what was going on with cords, fibres, medicines and any living thing in the landscape treated as potential food or poison. Another thing we can be quite sure of is that ‘trade’ is not a useful way to describe whatever was going on here. For one thing, trade goes two ways, and Poverty Point presents no clear evidence for exports, or indeed commodities of any sort. The absence is strikingly obvious to anyone who’s studied the remains of early Eurasian cities like Uruk and Harappa, which do seem to have been engaged in lively trade relations: these sites are awash with industrial quantities of ceramic packaging, and the products of their urban crafts are found far and wide.

      Despite its great cultural reach, there is nothing at all of this commodity culture at Poverty Point. In fact, it’s not clear if anything much was going out from the site, at least in material terms, other than certain enigmatic clay items known as ‘cooking balls’, which can hardly be considered trade goods. Textiles and fabrics may have been important, but we also have to allow for the possibility that Poverty Point’s greatest assets were intangible. Most experts today view its monuments as expressions of sacred geometry, linked to calendar counts and the movement of celestial bodies. If anything was being stockpiled at Poverty Point, it may well have been knowledge: the intellectual property of rituals, vision quests, songs, dances and images.

      We can’t possibly know the details. But it’s more than just speculation to say that ancient foragers were exchanging complex information across this entire region, and in a highly controlled fashion. Material proof comes from close examination of the earthen monuments themselves. Through the great valley of the Mississippi, and some considerable way beyond, there exist other smaller sites of the same period. The various configurations of their mounds and ridges adhere to strikingly uniform geometrical principles, based on standard units of measurement and proportion apparently shared by early peoples throughout a significant portion of the Americas. The underlying system of calculus appears to have been based on the transformational properties of equilateral triangles, figured out with the aid of cords and strings, and then extended to the laying-out of massive earthworks.

      Published in 2004, this remarkable discovery by John E. Clark, an archaeologist and authority on the pre-Columbian societies of Mesoamerica, has been greeted by the scholarly community with responses ranging from lukewarm acceptance to plain disbelief, although nobody appears to have actually refuted it. Many prefer simply to ignore it. Clark himself seems surprised by his results.

      Graeber, D., & Wengrow, D. (2021). The dawn of everything: A new history of humanity. Penguin UK.

      The book I'm using as the source for this post, The Dawn of Everything, is written by two archaeologists. It's a great book I recommend to anyone. It turns the traditional understanding of history and pre-history, especially about "equality", upside down. It shows enough evidence to poke so many and giant holes in the frameworks that approach history as if it's linear or is one of "progress", and I've only read 1/3 of it yet. Poverty Point is just one of many examples.

      28 votes
    18. Pride Month at Tildes: #9 - What are you hopeful about?

      What are you hopeful about? The flipside to last week: Looking forward, what are you hopeful about? What good do you see on the horizon? You can share hopes that are social, political, personal,...

      What are you hopeful about?

      The flipside to last week:

      Looking forward, what are you hopeful about? What good do you see on the horizon?

      You can share hopes that are social, political, personal, or something else entirely.

      Addenda:

      • These don’t have to be big picture things — they can be tiny or insubstantial hopes as well.

      • Sharing hope can be hard because it can feel like you’re being dismissive of struggle, but remember that struggle is often possible to endure only because of hope. Posting hope is a way of helping others, not disregarding them.


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: Ask almost anything
      June 16th: What media representation resonated with you personally?
      June 19th: How are things with your family?
      June 22nd: What are you worried about?
      June 25th: What are you hopeful about?
      June 28th: (teaser: ending on a good note)


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      22 votes
    19. Pride Month at Tildes: #8 - What are you worried about?

      What are you worried about? We started Pride month looking back, then we learned a bit more about others, then we reflected more on ourselves. I want to finish the month off by looking forward....

      What are you worried about?

      We started Pride month looking back, then we learned a bit more about others, then we reflected more on ourselves. I want to finish the month off by looking forward. The next two topics will ask about the future. This one asks about worries; the next one asks about hope.

      Looking forward, what are you worried about? What concerns you most?

      You can share worries that are social, political, personal, or something else entirely.

      Addenda:

      • Similar to last week: this is a safe space to talk about difficulties if you need to.

      • Remember that unsolicited advice can come across as dismissive. It’s better to affirm and commiserate than trying to solve the problem (unless they specifically ask for help).


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: Ask almost anything
      June 16th: What media representation resonated with you personally?
      June 19th: How are things with your family?
      June 22nd: What are you worried about?
      June 25th: (teaser: looking ahead, with optimism)
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      24 votes
    20. Pride Month at Tildes: #7 - How are things with your family?

      How are things with your family? Share your current situation with your family, biological or chosen. I debated whether or not to put this in the Pride Month topic rotation, because I know it can...

      How are things with your family?

      Share your current situation with your family, biological or chosen.

      I debated whether or not to put this in the Pride Month topic rotation, because I know it can be a difficult topic for some and isn’t necessarily something with a celebratory/advocacy spirit.

      I ended up deciding to include it though because I think space to process is also important. Hopefully people find value in it.

      Addenda:

      • This is a safe space to talk about difficulties if you need to.

      • Sharing successes/positives is absolutely valuable too and can give hope to others.

      • If someone shares hardship or sorrow, remember that unsolicited advice can come across as dismissive. It’s better to affirm and commiserate rather than trying to solve the problem (unless they specifically ask for help).


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: Ask almost anything
      June 16th: What media representation resonated with you personally?
      June 19th: How are things with your family?
      June 22nd: (teaser: looking ahead, with concern)
      June 25th:
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      23 votes
    21. Adobe TOS: I'm an artist. I have never used Adobe Cloud software. What happens if someone else uploads my content?

      Second edit: It has been pointed out that my collaborators don't necessarily need to upload my files in order to work on them, and that the bigger the project/organisation, the more likely they...

      Second edit: It has been pointed out that my collaborators don't necessarily need to upload my files in order to work on them, and that the bigger the project/organisation, the more likely they are using their own system for managing content rather than the Adobe Creative Cloud. I didn't realise that not using the CC is an option. In conclusion, I can still collaborate with Adobe's customers as long as I ask them to never upload my work to the Adobe CC.


      Edit: After sleeping on this, here's my biggest gripe with terms like these.

      Regardless of the contents of Adobe's TOS, I cannot be forced to accept them as long as I'm not their customer. Similarly, people who don't use an imaginary social media app called "Twitter" can't be subjected to Twitter's terms of service even if for some reason Twitter had access to these people's data. If Twitter wants to make an agreement with non-customers, they must get these people's explicit consent. Writing stuff in their TOS doesn't cut it because those are directed at customers. Corporations absolutely can't have the right to make me a customer without my informed consent.

      As it stands, given Adobe's market share, I would either have to accept their terms when it comes to my work that gets uploaded by third parties, or I can never get my work published again. This is completely unacceptable. Even if the terms were the most gracious and reasonable terms anyone has ever seen (which they aren't), I would still have the right to refuse them. This right cannot be taken away from me. Adobe has done nothing to show how they intend to separate non-customer content from customer content, which most likely means they have no plans to do so and certainly aren't doing it at the moment.

      Organisations that are Adobe customers and want to publish/edit content produced by non-customers will have an insurmountably tough task trying to draft a solid contract with these people. In order to protect themselves from future disputes, they will have to get explicit consent for everything that I quoted in this post, for all imaginable and unimaginable purposes. The rest of the TOS (the parts that I didn't quote) is legally too fuzzy to be put in a contract, and as far as I know, the term "generative AI" doesn't even have a legal definition yet. Essentially, Adobe is making their own customers do their dirty work for them. Good luck with that.


      Original post:
      Adobe receives an unrestricted license to use all uploaded content however they please, according to their TOS.

      Let's say I am a professional photographer, but I don't use Adobe software to edit my work because I don't want to grant Adobe a license to do whatever they want with it. Now, let's say that High End Art Magazine wants to publish some of my photos in their Hot New Photo Artists section. Most likely they are using Adobe software. To create the magazine layout, they are going to have to upload my photos. I haven't used Adobe since they put everything in the cloud, so I wouldn't know how the process actually works, but I doubt that Adobe asks about the ownership of each uploaded file. Do they? The magazine editor does not have the right to grant Adobe any sort of license to my work. It's not their content, they are merely presenting it. The end result: Adobe has content on their servers that they do not have a license to use however they wish, no matter what they put in their TOS, and they most likely have no way to tell this content apart from the rest.

      The above example is simplified. I am actually not a photographer, but an artist in another field. Publishing my work involves images that are put together by a team of people, each of whom must be able to deny using the resulting photo without their explicit consent. How can cases like these be handled? If I care about how and where my and my team's work is used, will I have to stop collaborating with anyone who uses Adobe products? Even that won't necessarily protect us. Uninformed people can still grab an image form somewhere and use it for a school project or something. This used to be okay as long as you didn't publish the result, let alone try to profit from it financially. But now, if you use Adobe software to edit your project, ethically you can only use unlicensed content as your source material and everything else is off limits.

      From the Adobe TOS:

      ...you grant us a non-exclusive, worldwide, royalty-free license to do the following with your Cloud Content:

      reproduce
      distribute 

      create derivative works 

      publicly display 

      publicly perform and
      sublicense the foregoing rights to third parties acting on our behalf

      And:

      “Content” means any text, information, communication, or material, such as audio files, video files, electronic documents, or images, that you upload, import into, embed for use by, or create using the Services and Software.

      To be clear, I get that the TOS is meant to enable Adobe to run their services in the cloud. At least for now. But there are no guarantees that this will remain the sole purpose of that license. I prefer to simply not grant them any sort of license to use my work. Obviously, I must have a right to deny corporations such a license for whatever reason, at all times.

      For comparison, when I started using Reddit, I read through their TOS and decided that it looked predatory. I have always refrained from posting things that I wouldn't want them to use for extracting financial gain. I was happy about that decision last year.

      Does anyone know if the Adobe TOS are different for organisations that routinely handle large amounts of content that they do not own the rights to?

      42 votes
    22. “It can’t be that easy, right?” (a Linux desktop environment appreciation post)

      I daily drive Pop!_OS, which uses the GNOME desktop environment. I know that DEs are a hotly contested space among Linux users, and my use of GNOME wasn’t so much a choice as it was a default:...

      I daily drive Pop!_OS, which uses the GNOME desktop environment. I know that DEs are a hotly contested space among Linux users, and my use of GNOME wasn’t so much a choice as it was a default: it’s what came with my distro.

      I like GNOME. I don’t really understand the hate it often gets, but I also don’t really have the legacy understanding of Linux that a lot of people do, and it seems like a lot of distaste lies there. I’m as casual a user as they come — Linux for me is like a Chromebook: it “just works” in that I pretty much need it to get me online and manage some documents. (I do also play games on it, for which Steam and Proton have been a huge boon.)

      I also have a Steam Deck, and it uses KDE’s Plasma on the desktop side, so I got to see what that was like. I also like KDE. It’s very different from GNOME, but I can see the appeal. It feels more like Windows but also has a lot of little nice touches and additions. Also, no ads.

      This got me thinking: what if I tried using KDE instead of GNOME on my laptop?

      I assumed that this would be a big deal. Like, I would have to completely gut my distribution, or reinstall it fresh. Multiple hours of work. Lots of preparation. Looking up myriad terminal commands I don’t understand and hoping they do what they’re supposed to, because if they don’t I’m really screwed — as soon as something goes wrong “under the hood” I’m dead in the water when it comes to fixing it.

      But I was looking on System76’s support site and they made it seem super simple. A single terminal command to install the whole DE?

      It can’t be that easy, right?

      I am astonished to say that it WAS.

      I ran the command, had to select between gdm3 and sddm (a choice which I didn’t understand at all so I searched around a bit before just going with the default: gdm3), and then rebooted.

      I can now select between GNOME and KDE on the login screen, and both work flawlessly. It was so easy.

      I don’t know who to credit for this. Did System76 do a great job of making this easy on their distro? Did the KDE team work hard to make their DE effortlessly plug-and-play? Is this just a general product of the way Linux handles its different components?

      I don’t know but I’m willing to spread the love around to anyone and everyone who contributes to Linux and all of its facets. It’s wild to me that I can so easily reskin my entire operating system in the same way that I used to do with Winamp back in the day. I keep waiting for something to go wrong, but after a few days of this, I’ve realized that everything still “just works,” automagically.

      A big thanks here to anyone who has a hand in open-source software and making computing better for people like me, who have (mostly) no idea what they’re doing.

      56 votes
    23. Pride Month at Tildes: #6 - What media representation resonated with you personally?

      What media representation resonated with you personally? In teaching, we talk about kids’ need to access diverse literature in the framing of “mirrors” and “windows”. A mirror is a character that...

      What media representation resonated with you personally?

      In teaching, we talk about kids’ need to access diverse literature in the framing of “mirrors” and “windows”. A mirror is a character that the child can see themselves in; a window is a character that is different and requires perspective-taking.

      A gay child seeing a gay character in a story might see that character as a mirror of themselves, while straight readers might see the character as a window instead, offering some perspective into what it’s like to be gay.

      No mirror or window is a perfect match, of course, and people can still identify with characters who don’t exactly align with their identities (which is what makes fiction such a powerful tool for empathy!).

      Share some of the characters and people that have resonated with you (whether as windows or mirrors) across any media types (books, movies, television, music, comics, anime, podcasts, etc.).

      They can be people who helped you understand yourself better, or people who gave you insight into others' experiences (or both!).

      Addenda:

      • They do not need to be fictional characters. Real-world people can be windows and mirrors too!

      • You don’t have to specify whether someone’s a "window" or a "mirror" for you unless you want to. It’s a simple shorthand way of helping kids understand the concept, but it can feel a little limiting and boxy for adults to use it, since people and characters are complex individuals.


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: Ask almost anything
      June 16th: What media representation resonated with you personally?
      June 19th: (teaser: a check-in on those close, or maybe not so close, to us)
      June 22nd:
      June 25th:
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      25 votes
    24. Pride Month at Tildes: #5 - Ask almost anything

      Ask almost anything Last week had a focus on understanding. This week has the same focus but with a different angle. Use this topic to ask almost any question you want to ask, including those...

      Ask almost anything

      Last week had a focus on understanding. This week has the same focus but with a different angle.

      Use this topic to ask almost any question you want to ask, including those you’re worried might come across poorly if brought up elsewhere.

      If you feel equipped to answer a question, answer it!

      Importantly: this is a safe space in which you can ask questions free from judgment. The vibe we're going for is a classroom, not a battleground.

      Discussions like this can often cause intense emotions, but I want us to be especially vigilant in keeping this topic conflict- and aggression-free (see: Thermostat Rule below). If a fight breaks out in a classroom, learning stops, so conflict is counterproductive to our goals here. Disagreements are fine; disses are not. In all of these threads I have said that we should "be kind; be gracious; listen to others; love lots." Let's put that into practice here.

      If you feel that a user is deliberately breaking any of the norms for this topic, do not engage them. It is more productive to simply mark their comment as noise and not respond. In the extremely rare case that you believe someone is actively intending to do harm, please mark their comment as malice.

      Ground Rules

      • Curiosity Rule: The reason that this is "ask almost anything" instead of "ask literally anything" is that your question has to come from a place of genuine curiosity -- you must honestly want to learn more. This is not a place to ask rhetorical questions to make a point or provocative questions to stir the pot.

      • Good Faith Rule: assume all users here are acting in good faith and read their words in the best possible light. This goes for both those asking the questions and those answering as well.

      • Thermostat Rule: the thermostat is set for this topic, meaning the heat should not rise. If you find that you might say something that would raise the temperature in the topic, please reword it, step away to cool down for a bit, or ignore the topic entirely.

      Guidelines

      • Experience Guideline: if a question is directed at people with specific identities/experiences, the bulk of their answers should come with people aligned with those identities/experiences. For example, a question directed at trans people should be primarily (but not necessarily exclusively) answered by trans people. The reason this is a guideline and not a rule is that there are many ways a rule would cut out valuable discourse -- e.g. people who are still questioning their identities; a cis person who wants to talk about the experiences of their trans partner, etc.

      • Multiple Answers Guideline: even if a question has already been answered by someone else, it is okay to give another answer if you have more to add or a different perspective to share.

      • Volunteer Guideline: if you are open to answering questions about specific topics, instead of making a top-level comment with a question, make a top level comment stating what you're willing to share about (e.g. "I'm happy to answer questions about ace spectrum terminology"). People can then respond to you directly with their questions.


      Full Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics (especially this one!).

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: Ask almost anything
      June 16th: (teaser: windows and mirrors)
      June 19th:
      June 22nd:
      June 25th:
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      25 votes
    25. Update #2 - "Reopening", Advertising, and so on

      I picked ~misc and don't really have an idea of what tags would be appropriate. If there's stuff I can include in future posts like this I'll be glad to make sure they're there, just let me know....

      I picked ~misc and don't really have an idea of what tags would be appropriate. If there's stuff I can include in future posts like this I'll be glad to make sure they're there, just let me know. There probably won't be one for a long while but I'll remember. Technically I am advertising myself a bit, but I think I've framed it well enough that ya'll will see it's not really the point of the post. I'll never be bothering ya'll with offers and ads and shit.

      This is a continuation from a post I made a while back about how it's going with the endeavor I've set in front of myself. In some ways, things proceed as I'd hoped, while in others there's been need for flexibility/adjustment. I wanted to give an update because a few big steps happened this past week which hopefully mean moving into a busier phase of the whole thing, and to add to the corpus, create the proof of what this all was as it begins if that makes sense.

      The biggest thing has been an article published in our local paper. Two, actually, which were combined together into a front page spread I did not expect. Yes, there's a photo of us and our contact info in there, and yes, you're welcome to reach us if you've an idea for something you'd like to do. You'll be talking to me, and I'll be happy to go over details and land on pricing that actually does work for both of us. Primarily we are offering the space, with some ability to accommodate large groups and connections with folks who can provide stuff. It depends on what you want, how things will be priced. The less you need us to do, the less we need to charge. We don't want to regularly be a place where folks stay overnight, but I can probably swing that from time to time for someone coming from far away. If you aim to do something in the near term, do be aware it is hot as shit down here and very humid. The house is a-ok staying cool, but you'll want to be prepared for Mississippi in the summer. I have a dog too, so if you've got allergies you'll need to prep accordingly. She's gonna be 16 this year, she's nothing but friendly to people and sleeps a lot. Pets are welcome, provided they are house-trained and well behaved.

      I am intentionally avoiding the internet on the whole for reasons I'll get into, but I do want to extend an offer to this forum in particular, as thanks for allowing me the space for expressing my thoughts as they took shape. I'm aware the site is public facing - what I'm going to share here is public already. I have to bite the bullet on sacrificing some anonymity and just try to control how that anonymity goes away, is how I've come to see it. You won't find me on social media, and what exists for the house/my grandmother is wildly out of date/largely inaccessible - it's gonna stay that way if all remains up to me, so this is just about the only way for someone outside of Brookhaven to know of us at this time. I'd like for at least a few people to know what we were up to, in a form that serves as proof of my intent from its actual beginnings. While the plan took shape before I ever wrote about it, it was in writing about it that I was able to make it clear to myself, what I aim to be doing, so I feel like it's part of completing things to share this stuff here.

      The paper is very much a local thing, they got a few details wrong and you'll probably pick out how the quotes don't quite sound like me if you've read a lot of what I've posted. It's fine, the details in need of correction aren't critical. There isn't a lot in there about the more high-minded stuff I like to write about, because I'm not there yet. For now, it's simply building a business out of something, I have to make the something from which that business will spring. I'll think more about where it goes when I've got it moving. The article was free, which was pretty awesome. The paper is in a slow time, and it's mostly one guy doing a lot of the writing, they were just happy to have something to include. I think he did great.

      The articles worked, too. I got calls the day the print version went out, and am expecting some followups soon to set dates and square away payment. I go walking downtown every day in the afternoon, and got some extra attention. While it's possible, while the pressure is light, I've been taking advantage by trying to advertise almost solely through word of mouth and face-to-face interactions, fully aware it will take a while for that to have an effect and that I may need to branch out fast if pressures change. Thus far, it's been the local paper, a print ad in a different paper that goes out primarily to local businesses, and a radio ad. There's a couple of reasons I've stuck to stuff like that.

      The first is that I think it will provide a good foundation for sustaining the enterprise. If it's possible to have enough business to stay around purely from what exists around me, that means I can capitalize maximally if/when we do extend advertising outside our area, and it means security if for whatever reason those means can't be utilized. I don't want to be dependent on the internet for a livelihood if I can possibly manage it. It's not so principled a position that I'd refuse to do it at any point, rather it's like a back-pocket option, something to be engaged with strategically at what I determine to be either the proper time or because the needs have grown past what I can sustain without it, if that makes sense. My aim is to be a part of this town, to be of it, so I want to keep what we're doing as local and simple as possible. I have to be ready to constrain everything and take care of my grandmother too. I won't let that priority slip and will endure whatever hardship is necessary to fulfill it. It's easier to do that the smaller things are, a bit of a balancing act.

      The second reason is much more practical and kind of silly. My grandmother's computer is the biggest security risk I think I've ever encountered in person. I refuse to introduce new online components when such a risk exists, if that makes sense, and I will endure whatever hit to efficiency/development it means until I can get it corrected. Her usage habits are minimal which is a lucky thing - she sticks to old fashioned stuff for almost everything. But, a priority of mine is that she can see and understand everything I'm doing, so I need this machine to be in a better state before I can take some of the steps with that. The challenge of it isn't technical at all, I could get the thing in good working order in a day, probably.

      To give you an idea of what's difficult here, imagine for a moment you just ignored the internet as a whole since it began. You used it, you know how to do some stuff on it, but only by way of memorizing actions, the steps necessary to do a thing you wanted, a setup someone made for you. You never really engaged with what the stuff you use is designed for, you didn't follow how any of it developed, you're (blissfully, I'd say) unaware of pretty much that whole end of things. It's very difficult to explain the danger of something like an AI phishing scam, to someone who for all intents and purposes, never learned what phishing is, and further doesn't tend to believe in the shittiness of other people. That last part is one of the reasons I love my grandmother as much as I do, but it does make this task harder, and delays further action on my part.

      I've gotten the machine to as secure a state as I can, and have gotten the data backed up, so hopefully movement really gets going on this and I can feel better about spreading out our net, so to speak. I think what frustrates me about it is having been there across years of time - a lot of why this machine is the way it is, is because other people took it upon themselves to "fix it" and almost none of them knew what the hell they were doing. They didn't explain anything to my grandmother either. Their interactions mean misunderstandings on my grandmother's part, and the lack of a foundation of knowledge means it's starting from zero in a way I have never actually encountered before doing this kind of work. I've gotten close, seen some pretty absurd things, but the lack here is just of a different kind, more complex than it seems. I've been writing about it separately/on my own because I think the experience stands as a sort of ultimate test of a lot of the stuff I did before I got here.

      There is also health to think about. The priority, for now, is to set things up in a way which is compatible with what my grandmother can do. I'm trying to set up situations that let her do the things that make her happiest, and do all of the nitty-gritty shitty stuff myself. That means house maintenance, yard work, grocery shopping, cooking, arranging for stuff like an electrician when something breaks, learning how to do some of the fixing myself. I've only ever rented. I've never been in a position to maintain a house before, and as I'm sure plenty of you know far better than me, that's a good bit to learn all on its own. Especially with a home as old and complicated as this one with an owner who hasn't done a lot of that herself. Can't exactly tell me what needs doing when someone else was being paid to come do it for years. I feel good about it though, I like to learn and I like to fix things, and there's lots of opportunity. I've been able to eliminate a lot of costs and reduce regular expenses by taking on a lot of what others were doing and applying effective fixes to longstanding issues. It's very fulfilling, like getting to do the type of work I always hit a wall with in all my other workplaces, improve and optimize. That it's for my family brings together a lot of what matters the most to me, keeps me constantly motivated.

      The town is nice too. It's been a few months so I've gotten more acclimated, the slower pace of things and friendlier atmosphere really does a lot for me. Here are a bunch of images of downtown I took on some of my walks. Because of the slower pace, I can be measured, precise, take the proper time to consider things and work out problems without feeling like I'm in some inner state of siege/under the gun all the time. At first I missed a lot of what was available to me elsewhere, but as time went on I came to realize a lot of that just didn't matter as much as I thought it did. As much as I love a good Indian restaurant and a computer store, not having them is not the detriment my mind used to pretend it was. Along with that has come an explosion of creativity, I've done a ridiculous amount of writing and reading, and am slowly getting myself up to snuff drawing things. The house exists on an art school campus, and from what I've gathered reading local magazines the presence of that school has done a ton to really give this place character and variety. My hope is to really lean into that, support it and see if we can have our space be a place for folks to work their creativity. Connections are taking shape and that's made me real happy to see. I cannot tell you how heartwarming it is, for example, to talk about this stuff with the guy who does a radio show and then hear him on the radio a day later saying "this place is really good you should go see it!" Folks are really beginning to grasp my aims when it comes to the scale and type of stuff we want to do, and I haven't really encountered much suspicion/doubt/etc. Folks tend to just trust the simple motives. I can't ask for more than that, the sense of gratitude I wake up with every day is beyond my ability to capture here.

      So, there you go. Another step taken, one more further toward whatever comes, as precisely as I can manage to get to the goals. I wanted to post the followup because I said I'd do that and as part of the effort itself, share the vision and the way it plays out in the hope others spot what my eyes miss, and/or that they might take something useful for themselves from it. I'd love to read it if you have thoughts, opinions, advice, experience. Or if you just want to talk about the high minded stuff, I do like doing that. Helps me stay consistent. Anyway, i've said plenty, so off I go to walk around downtown again. I've got that phone on me all the time, call/text whenever (text if it's after 5pm CST, is my only request with that). As always, I very much appreciate you taking the time and giving me your attention.

      16 votes
    26. Pride Month at Tildes: #4 - What's something you wish more people understood?

      What's something you wish more people understood? What are the common (or not so common) misconceptions you have to live underneath? What are the parts of your experience that don't seem to be...

      What's something you wish more people understood?

      What are the common (or not so common) misconceptions you have to live underneath?

      What are the parts of your experience that don't seem to be widely portrayed/known?

      What do you wish more people understood because genuinely understanding that could genuinely help them too?

      Addenda:

      • This does not have to be strictly factual. It can be based in experiences and beliefs.

      • It can be based in yourself, in a larger identity that you share with others, or something else entirely.

      • Try to avoid any responses that include a spite for other people's ignorance. Center them instead in the earnest desire to be both truthful and known. (Write your response for today's lucky 10,000 rather than today's bigots.)


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: What's something you wish more people understood?
      June 13th: (teaser: a chance to understand more)
      June 16th:
      June 19th:
      June 22nd:
      June 25th:
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      38 votes
    27. Pride Month at Tildes: #3 - What positive changes have you seen in your lifetime?

      What positive changes have you seen in your lifetime? Last week we looked at people in the past, but this week I want us to turn the focus more towards ourselves and the experiences we've had. I...

      What positive changes have you seen in your lifetime?

      Last week we looked at people in the past, but this week I want us to turn the focus more towards ourselves and the experiences we've had.

      I want you to think back across the span of your particular life and identify the positive changes that you've personally witnessed regarding LGBT people and causes.

      Addenda:

      • These positive things can be at any level: yourself, your friend(s), your family, your community, your country, society, the world at large, etc.

      • These positive changes do not have to be "big" or political (though they certainly can be). It is perfectly fine to share your own small, personal stories. If they're positive, then they count!

      • These can come from any domain: personal life, law, entertainment, science, careers, etc.

      • I'm certainly aware that there are still many negative things that hurt us and our community out there. I don't want this topic to be something that paints a false, saccharine picture of our world, but I think it's important to take broad and open stock of situations and remind ourselves of any positives. Not only is Pride partly about hope, but focusing on positives can be a powerful tool against despair.


      Event Guidelines

      Everyone is welcome to participate. This includes allies! You do not need to identify as LGBT in order to join in the topics.

      I will use "queer" and "LGBT" interchangeably as umbrella terms to refer to all minority sexualities and gender identities. These are intended to be explicitly inclusive.

      Be kind; be gracious; listen to others; love lots.


      Schedule

      I won't reveal everything upfront, but with each post I will give a teaser for what's next:

      June 1st: Introductions and Playlist
      June 4th: Who is a historical LGBT advocate that you admire?
      June 7th: What positive changes have you seen in your lifetime?
      June 10th: (teaser: maybe a chance to be better understood?)
      June 13th:
      June 16th:
      June 19th:
      June 22nd:
      June 25th:
      June 28th:


      If for whatever reason you would not like to see these topics in your feed, add pride month at tildes to your personal tag filters.

      40 votes
    28. Discussing AI music - examples and some thoughts

      I'm not sure if this would be better for ~music, ~tech, or what, but after messing around with Udio for a bit, I made some stuff I liked and wanted to get folks' thoughts. Imo, it's incredible to...

      I'm not sure if this would be better for ~music, ~tech, or what, but after messing around with Udio for a bit, I made some stuff I liked and wanted to get folks' thoughts. Imo, it's incredible to be able to get music from a text prompt - it means I, as someone who is mostly ignorant to music production, can have my musical idea and actually render that out as music for someone to hear. I can think "damn that would be cool" and then in kind of a fuzzy way, make it happen then and there. Whether it's good, I don't know. That's not up to me, really, but it is the kind of sound I wanted to happen, so I'm left conflicted on how to feel about it. Figured it would be worthwhile to show folks some of it, and see what they think.

      I do enjoy synth and metal, so there's a lot of that in these. Feel free to be as critical as you like. If I can apply your criticism I will try to do it, and if you want to see how that works out, I'll share.

      1. Cosmoterrestrial
      2. A Floyd, Pinkly
      3. Empire's Demise, Foretold
      4. Metal for Ghosts Bedsheet Edition (the very end of this one is hilariously appropriate)
      5. Multi-3DS Drifting

      And here's a link to my profile, if you would like to browse. It will update too when I put more up.

      They're all instrumental. Lyrical music is less appealing to me in general and Udio's voices do sound kinda weird to me more often than not. The way I made the tracks, I would start with a clip combining some genres/moods, and then add to either end of the clip until I had a complete song. Along the way, I could introduce new elements/transitions by using more text/tweaking various settings and flipping "manual mode" on and off. The results were fuzzy; I didn't always get what I wanted, but I could keep trying until I did, or until I got something that sounded "better". I wrote all the titles after the song was finished. The album art is from a text prompt.

      I'm not sure what I think, to be honest. On the one hand, a lot of the creative decision-making wasn't mine. On the other, the song would not be what it is without me making decisions about how it came about and what feelings/moods/genres were focused upon/utilized. I think the best I can say is "use the tool and see whether it's enough to count". To me it feels almost 50/50, like I've "collaborated with my computer" rather than "made music". Does it matter? If the sound is the intended sound, the sound I hoped to make and wanted to share, is that enough to say it is "my music"? Is this perhaps just what it looks like to be a beginner in a different paradigm?

      When I used Suno, I had a much more rigid opinion. What it produced, I called "computer spit". Because, all I could actually control was telling it to continue, changing the prompt, and giving it structure/genre tags that felt like a coin flip in terms of effectiveness. I had a really hard time trying to get it to keep/recall melody, and my attempts to guide it along felt more like gambling than deliberate decisions. It also couldn't keep enough in context to make the overall song consistent with respect to instrumentation. It's different with Udio, both because you have a lot of additional tools, and because it feels like those tools work more consistently at making the model do what you want. I still call the results "computer spit" where I've shown them off, but I'm unsure now whether the production has enough of myself in it to be something more. Perhaps not on the same level as something someone produced by playing an instrument, or choosing samples/arranging things in software, but also not quite the same as the computer just rolling along, with me going "thumbs up" or "thumbs down". Maybe these distinctions don't actually matter, but I'd be curious if anyone has thoughts along these lines.

      I'm intentionally trying to avoid a discussion about the morality of the thing or what political/social ramifications it has, not because I don't care about that but because I'm in the middle of trying to understand the tool and what its results mean. Would you consider what I've posted here work I could claim as my own, or do you think the computer has enough of a role to say it's not? Is my role in the production large enough? Or perhaps you have a stronger position, that nothing the computer can possibly do in this way counts as original music. Does any of this change that position for you? I ask because I've gone through a lot of opinions myself as I've been following things, and one interesting bit is that I have not gotten any copyright notices when I've uploaded the music to Youtube (I did get notices with Suno's music). As far as I can tell, with what is available to me, this is all original.

      And of course, the most important one: Did you like it? Is there something you think would make them better? Do they all suffer from something I'm not seeing/hearing? I'm not an expert technician nor a music producer, so perhaps my ignorant ears are leading me astray. Either way, I've had a ton of fun doing this, and the results to my ear are fun to listen to while I'm doing stuff. I wouldn't call any of it the best music I've ever heard, but I can also think of a lot that is worse. I think what I wonder the most is whether it comes off bland/plain. Most of the folks I show things to are a bit too caught up in being astounded/disturbed to really give me much feedback, so perhaps putting the request in this form will work out a bit better - ya'll have time to think on it.

      As always, your time and attention is greatly appreciated

      Edit: I should clarify. I am not attempting to be a musician. Hence calling it "computer spit" with anything public, and the lack of any effort to pitch it as something I did only on my own. Rather, I recognize the limit of my own understanding, and felt I'd hit a point where my ignorance of production meant I could not judge the results as well as I'd like. That means it's time to engage some folks because folks out there are likely to know what I do not and see things I can't. From that angle, a lot of the discussion is very interesting, and I'll be responding to those in a bit. But there's no need to argue for doing the work - I recognize that. I'm trying to see past my own horizons with a medium I don't put the work into. I'm a consumer of music, not a creator, so getting some perspective from folks more acquainted with creating and with the technology is really what I'm after in sharing the experience.


      Edit again: Thank you all for a very interesting discussion. I had a spare evening/morning and this was a good use of it. For the sake of tying a bow on the whole thing, I'll share my takeaways as succinctly as I can manage.

      It seems, at present, and at best, the role these tools can play is of a sort of personal noise generator. The output is not of sufficient interest, quality, complexity, etc., to really be regarded the same as human-produced music, is the overall impression I have been left with. And for other reasons, it may be that the fuzziness of it all is a permanent feature, and thus a permanent constraint on how far toward "authentic" the results can ever get. I was trying to avoid a discussion about my own creativity, the value of doing work, societal ramifications, etc., so I'll work on how to present things better. For what it's worth, this has all been part of what I do creatively - my area of study was philosophy, and the goal of that to my mind has always been "achieving clarity". So I am attempting to achieve clarity with things as they develop, as a hobby sort of interest while I'm busy doing completely different stuff and to better protect my own mind against dumb marketing and hype. So once again, I appreciate you all taking the time, and I wish you all well in all the things you do.

      24 votes
    29. May 2024 Backlog Burner: Conclusion and Recap

      The May 2024 Backlog Burner event is officially over! Over the course of the month of May, 13 participants moved 105 games out of their backlogs. There were 7 bingo wins (5 Standard and 2 Golf)....

      The May 2024 Backlog Burner event is officially over!

      Over the course of the month of May, 13 participants moved 105 games out of their backlogs.

      There were 7 bingo wins (5 Standard and 2 Golf).
      Congratulations to @aphoenix, @CannibalisticApple, @Durinthal, @Eidolon, @kfwyre, @Weldawadyathink, and @Wes!

      Also, congratulations to all other participants as well: @Carrow, @J-Chiptunator, @Mendanbar, @Notcoffeetable, @semsevfor, and @Shevanel

      Finally, appreciation to those who didn't play any games but still popped in to talk about them with us: @brews_hairy_cats and @Wafik

      It has been an absolute blast doing this with everyone. Thank you all for participating.

      Use this topic to post your final bingo cards, give recaps of your games, and share any thoughts you have on the event itself.


      Reminder: the Backlog Burner will now run on a regular schedule during every May and November. Our next event is only five months away!


      Highlights:


      Quick links:

      Full Game List (alphabetical)

      #

      A

      B

      C

      D

      E

      F

      G

      H

      I

      J

      L

      M

      N

      O

      P

      Q

      R

      S

      T

      U

      V

      W

      X

      Y

      Full Game List (by week)

      Week 1

      Week 2

      Week 3

      Week 4

      Week 5

      16 votes
    30. Do you know a lot of weird people to talk about the latest weirdest things you've read?

      Recently, I went to a meetup for a blog I follow. I was expecting and (in part) hoping for it to be really strange. Similarly to this post "Developers Aren't Nerds", I think a part of me held the...

      Recently, I went to a meetup for a blog I follow. I was expecting and (in part) hoping for it to be really strange. Similarly to this post "Developers Aren't Nerds", I think a part of me held the expectation that I really would become an adult who sat around with other people who read something intellectually stimulating and joyfully kind of debated it amongst ourselves. Sort of like being on Tildes or any good forum. And being around these people and the environment was fun-- it was mostly casual, but when it wasn't, I felt challenged and like I was talking about things I cared about. And above all, unlike being online, it still felt human-- there wasn't that weird anxiety of saying something and getting piled on.

      I'm blessed to have a pretty good life, which includes (now) a fairly diverse and broad social life I worked to grow. I believe there is emotional support too (though I have a smaller circle for that). But it feels like we spend more time talking about (their) travel, music festivals, clubbing, whatever. And I know part of the issue is that I don't "get" it (I am an introvert, I like small groups), or I did enough of those experiences and feel sated for the time. But man, would I like to be a little weird and just randomly talk about the random shit my head puts together after reading. (Today, it was global fertility rate projections, sperm counts, IVF. Other times it was blockchain and other architectures I was learning about. Overall, things that are difficult to bring up randomly.)

      Do people have that outlet offline? Where did you find it?

      16 votes
    31. I find myself intimidated by the Bear community

      Disclaimer: This post is probably overly-long and a little all over the place. It’s just as much me writing things out to get a sense of where I am and how I feel about everything as it is asking...

      Disclaimer: This post is probably overly-long and a little all over the place. It’s just as much me writing things out to get a sense of where I am and how I feel about everything as it is asking a question to a real audience. For anyone who genuinely wants to take the time to read it, hopefully not read too into it, and provide any insights – thank you. I'm not sure how large the LGBT community on Tildes might actually be, I will probably end up x-posting this to Reddit despite the fact that I’ll most likely end up regretting that decision

      I'm a late-thirties, gay, cis gendered, masculine presenting (for lack of a better term), otter (beard, harry, smaller frame so not considered a bear). For almost all of my life I've lived in smaller locals that lacked any real gay scene and so I have almost entirely lived apart from the larger gay world and community. To a large extent I'm grateful for this, I think in my younger years the focus on partying and sex would have been disastrous for me and now my friend groups are diverse with straight males and females and a few gay friends. However, a large part of me feels like I've missed out on something and continue to miss out on something.

      In the past year or so I've developed a gay Instagram profile that is now very connected to the gay bear community in my country and a few neighboring ones. I’ve also been in a larger city for a few years now and have a real gay community that I could connect with if I wanted to. Obviously, I'm primarily attracted to more bear type men and I've found that through Instagram I'm seeing that a lot of guys in the community remind me of myself in manner of interests and style. I also see this as a chance to make some friends who would actually see me and understand me, something that I think gets a little lost with my non-gay friends and my gay friends who are not like me in other ways

      Huge disclaimer: I'm viewing all of this through the lens of Instagram which makes my interpretations of what I'm seeing already dubious - the app is largely triggering FOMO and a touch of envy in me, I fully understand that.

      There was a bear dance night in my city a few weeks ago and many guys from different regions came through to celebrate and find community. I watched it all distantly through Instagram posts and stories and through all my voyeurism I found myself extremely tempted to go to the party but remained frozen in intimidation by a community that I really don't understand.

      My worries summed up:

      • We’re not one of the bigger bear events around so it’s clear from their posts that these guys all know each other and probably hang out multiple times a year. Approaching that as a complete outsider is already anxiety inducing to me

      • Even though I logically know that the only way to make friends is to put yourself out there, I’ve at times faced rejection and exclusion via the apps and just fear that this would be the same thing but in real life. Despite my attempts to date my way into the community, I haven’t had a lot of success breaking through. (Please don’t take this to mean that I’ve fully fetishized bears, I don’t limit my relationships to something so narrow at all)

      • One of my hangups is the fact that I myself am not a bear. My understanding is that Otters and “masc” guys are often very welcome in the bear community, which I am, but not actually being one of them makes me question my place there. I am aware how terrible this is as it perpetuates the gay culture of largely basing worth on physical characteristics and the fact that bear does not equal masculine. I hate to bring up that last part but I just want to be descriptive

      • I would be loath to enter into a community whose identity hangs on partying. I see on Instagram that a lot of groups of bear friends do other activities than drinking but they also do a fair share of bar-going and partying. If these bear events would end up turning out like the circuit party culture, then I have no real interest. I do like to occasionally go out drinking with friends but have no intention of maintaining a party lifestyle. In a similar vein, I wouldn’t want to enter into a community that is primarily sex-based either and I do get those vibes from these groups and parties sometimes as well

      • My intentions for wanting to participate are unclear. I see these guys building what seem like genuine friendships with each other and I do genuinely want that but at the same time it would be dishonest for me not to admit that there is a sexual component to this and a desire for validation from a group of men who I find attractive

      • Is my understanding of this community completely invalid? Maybe the impressions I’m gaining of the community are completely unrealistic and I should completely rethink the underlying question of this entire post – would I find value in being a member of the bear world?

      It’s clear to me that in the end my Instagram habit, particularly my “bear” profile, is triggering some anxieties and insecurities in me that I’ve largely managed to concur in real life. I already have caring friends and have had a rich dating and relationship life without being part of any real gay community and so my final question to myself is whether I should just delete the IG profile and abandon any thoughts of going to gay parties – I may just be looking to fill a hole in myself that my real friends and love life should be enough for.

      32 votes
    32. Should moderation be more transparent?

      Before starting this topic, I thought I'd start a discussion that wasn't held before. @cfabbro and other commenters who have better memories than I pointed out that this isn't the case. They've...

      Before starting this topic, I thought I'd start a discussion that wasn't held before. @cfabbro and other commenters who have better memories than I pointed out that this isn't the case. They've also laid out it's been tried and was unsuccessful. I stand corrected.

      I do not want to contribute any noise to the website, so I'd appreciate it if @Deimos can lock or remove the topic all together, if he deems it appropriate. I'd also appreciate it if no further comments are made so as to not put any further burden on moderation. I apologize for wasting everyone's time.

      My original post

      Frankly, I'm not sure if I should even be writing this as it will likely end up consuming more of my time than I intend to spend on it, but as someone who's relatively a veteran member of this community1 which I'm happy to be a part of, I want to voice my only disappointment with it to see what the rest of the community think and try to explore if there might be better way to do things.

      Let me preface my post with some baseline opinions that I do hold.

      Tildes is a private platform, in that it's owned by a single person and managed by a few select moderators. These people have, I assume, shared opinions on how to run a community based on their priors. This is well within their right. This post is not about some misguided criticism of Tildes because it lacks free speech or whatever. It's a private community that we're a part of because we're allowed to be in it. It'd be disappointing, but people who have the power to do so can show me the door today and I'd not hold it against them.

      I have no doubt moderating the website as well as moderators have is a time consuming, thankless job and they do it not for any gain but to contribute back to the community they too are happy to be a part of. My post does not intend to criticize the moderators themselves.

      What prompted me to write this post was the apparent removal of Macklemore's Hind's Hall topic. It was a topic of personal interest and I had followed the discussion as well as I can without contributing to it myself, other than some voting and a couple of labeling that I thought was justified. I understand and somewhat agree that the last time I read the comments the conversation had veered off topic to the election and voter preferences2 but, despite the conversation getting circular, it seemed civil. It had valuable contributions from opposing views and I learned from it but now it's gone. Maybe something happened and people started to attack each other in the comments when I was asleep but as of late last night my time (I'm currently in a GMT+3 zone), that was objectively not the case.

      Regardless, this post is not about why that specific topic was removed3. It's just the most recent example of a trend, or rather the general pattern with which the moderation decide on how to handle topics that can sometimes be controversial. I'm not a native speaker and it can be hard for me to turn a phrase sometimes, so let me be clear: there are topics that should be removed without seeing first how the community will respond to it. For example, I personally don't take kindly the posts that seem to think someone's existence or dignity as a human being can be a matter of discussion. I think these topics should and rightly do so get nuked out of existence. But in the case of the most recent example, I don't think that was the case.

      What I'd suggest, or rather like to put forward is the idea of some kind of a moderation log that show the rest of the members of the community how and why a moderation decision was made. We already do have this system as "Topic log" in each thread, but its scope seems narrow. I, as someone who enjoyed following the aforementioned topic, would've liked to know why moderation decided to take the action that it did, instead of, say, a seemingly more agreeable action to lock the topic down to new comments. It would've helped preserve the discussion and frankly, be more respectable toward people who put their time into contributing to it as it had long, thoughtful posts in it.

      I guess that's the crux of the issue for me. The moderation is so opaque that I don't even know who the moderators are, even as a long time member of this community. They're not listed anywhere that I can find. I know that @cfabbro and @mycketforvirrad often add tags and @cfabbro has in their bio that they're a moderator, but I also seem to recall, maybe wrongly, that there's a hierarchy between the mods themselves with regards to what they can and cannot do. I do believe that who ever they are, they are acting in good faith but I also think there's a great information asymmetry between moderators and the rest of the members of the community. Deimos and the moderators shoulder the thankless burden of maintaining the health of the community, but I don't think it'd be far fetched to say that the rest of the members play a part, too. So why not give us the benefit of the doubt sometimes, trust us to have respectful disagreements without getting involved too much, but when you do, let us know why you did4?


      I'm sorry if this reads as disjointed mumbo jumbo. I'd appreciate it if my post is taken in good faith that it is written and if you want me to clarify something, you can ask me directly to do so. My intention with this thread was to start a conversation to see what the community's opinion on how the website is being moderated, so while I'll read every single comment, I will not be contributing to it further unless it's necessary.


      1: I had a different account from early 2019 that needed to be removed due to privacy reasons. Since name change was not possible, I created this new account with the advice and help of @Deimos.
      2: Though it could be argued that it was a relevant discussion, given the spirit of the video and the part where the artist reveal their own voting preference.
      3: I will refer to it to help me make my point but please do not assume I'm obsessed about that particular topic.
      4: I do realize this would inevitably increase the workload of moderators. My suggestion isn't that moderation should justify every action they take but there are some actions that are irreversible, which happen few and far in between, that I think should be justified. (Keep in mind what I mentioned in my preface.)

      20 votes
    33. Revisiting the GBA Castlevania Games (Circle of the Moon, Harmony of Dissonance, and Aria of Sorrow)

      click here for mood music for this post Sometime recently I got it into my head that I wanted to go back and replay all of the so-called "Igavania" games in the Castlevania series - the three on...

      click here for mood music for this post

      Sometime recently I got it into my head that I wanted to go back and replay all of the so-called "Igavania" games in the Castlevania series - the three on Gameboy Advance, the three on Nintendo DS, and, of course, Castlevania: Symphony of the Night on PSX. I played through most of these back when I was a teenager and liked them, but haven't touched them since. Metroidvania games are a dime-a-dozen these days but I haven't found anything else that scratches the itch of exploration-meets-RPG-elements-meets-gothic-aesthetics.

      Well except Bloodstained: Ritual of the Night, I guess. That game was pretty good.

      I decided to begin with the GBA trilogy since Circle of the Moon is the first Igavania I ever played and the one I have not played in the longest. I pieced through the whole trilogy in release order over a few weeks; here are some stray thoughts from the experience:

      Castlevania: Circle of the Moon

      • The graphics in this game have aged beautifully. It's the only of the GBA & DS games that - to my knowledge - doesn't heavily re-use sprites from Symphony of the Nights, and as a result it has an aesthetic cohesion a step above any of the following games. Circle of the Moon is infamous for being way too dark on the original, non-backlit GBA screen (I had to use a wormlight back in the day to be able to see it), but with that limitation irrelevant on modern hardware it has a clean, moody aesthetic that's just solid.
      • Overall, the game feels very much like "classic Castlevania stuff, remixed." That's certainly true of the music, which is primarily (very good) remixes of classic Castlevania tunes with just a few (very good) original compositions. This applies to the gameplay too, which is classic (you only get a whip, the upgrades are very standard stuff) but with a big new twist thrown in:
      • The DSS system. Throughout the game you can collect 20 cards, divided into two categories, and by equpiping two at once you can utilize your magic meter to activate one of 100 DSS effects. Some are straightforward stat boosts, some offer reprieve like healing or invulnerability, and others offer really fun magic, weapon, and transformation effects. It's a joy to try out the combinations every time you get a new card, and they help give the game a lot of space for exploring your personal play style.
      • Did I mention that the whip feels really good? The whip feels really good. The sound effect and animation are really satisfying.
      • Circle of the Moon has some rough quirks that keep it from being a 10 out of 10, though. DSS cards, for instance, are locked behind random drops by enemies, some with absurdly low drop rates. If you just play through the game normally, without consulting a guide on specific drops or farming cards, there's a decent chance you'll pick up <50% of the cards before you finish the game. I get that you don't want to give the keys of the kingdom to the player right away, but why on earth would you build an awesome, fun game mechanic, and then set it up so players won't see most of it without extremely un-fun farming and grinding? Thankfully a "Magician" mode that gives you access to all of them straight away opens up after you finish the game once, but not everyone will make it that far or want to go back for a second playthrough.
      • The difficulty is also allllll over the place. As a teen I got stuck forever at the twin-headed dragons, and going back as an adult ... yeah, I got stuck again. I had to look up strategies, go hunt down a specific sub-weapon (the cross, which is very overpowered in this game), grind a few more levels, and steal away to an alcove of the battle arena to a specific spot where the dragons can't touch you to abuse the DSS healing power. The dragons are the most egregious example but they're far from the only one; there are several points where the game switches from hard-but-fair to ha-ha-eat-shit-stupid. It seems like the designers fully expected the players to use and abuse DSS, especially the healing abilities, because there's no way someone played through this and thought "yeah that's a smooth difficulty curve."
      • Special shout out to the optional battle arena. Yes, it's optional, but the difficulty of this 17 room gauntlet is truly hilarious. I was only able to beat it - near the end of the game, at a high level, with the best equipment available - by abusing save states and playing the last half of it in slow motion (the wonders of emulation). And it still took me over an hour!
      • There are also some design decisions that are just strange. Your character, Nathan Graves, begins with an excruciatingly slow walk speed and a unwieldy jump that's almost vertical. Within the first 15 minutes of the game you pick up a character upgrade to be able to run - i.e. move at a normal speed - but you have to double tap a direction on the d-pad to activate it. So now you have to spend the next 6-8 hours of your playthrough double-tapping a direction any time you want to move just to move at a normal speed. Why? Very strange.
      • There's also a whole area of block pushing puzzles. They're not too difficult, but is this really what Castlevania needed? 20 minutes of slowly pushing boxes?
      • I've read that Circle of the Moon was made by a different team, with a different director, than the rest of the "Igavanias." You definitely get that sense when playing it, that it's just a bit different, and it really endeared me to the game. It has its issues, but most of those can be smoothed out with modern backlit screens, save states, and online wiki guides. Overall it was a joy to revisit, probably an 8 or 9 out of 10 in my book.
      • I also highly recommend Jeremy Parish's retrospective look at Circle of the Moon

      Castlevania: Harmony of Dissonance

      • Castlevania: Harmony of Dissonance is what you get when you learn mostly the wrong lessons from the feedback the previous game received. I played this one back in the day and but lost interest and never finished it. I now see why.
      • I'll start with the good. The character movement feels better; we finally have a normal run speed and the shoulder buttons can be used for left and right dashes that are very satisfying to use. Together they give this game a much faster pace than Circle of the Moon. The jump is weirdly floaty but you get used to it.
      • The graphics have also seen a big improvement in a technical sense. The sprites are larger and more impressive - especially on bosses - though this is also the beginning of heavily re-using sprites from Symphony of the Night. You'll definitely recognize some old favorites if you played that game.
      • Honestly, though, that's where the improvements end.
      • The art direction has taken a big step back. Konami heard that Circle of the Moon was too dark and now as a result we've got Harmony of Dissonance, a game so insanely bright and chock full of garish psychedelic color choices that not only did it completely remove the moodiness of the first game, it led me, for the first time in my life, to download and install a romhack. Maybe on the original, unlit GBA screen these choices looked good, but on modern displays it feels like Castlevania by way of a Big Top Circus. And then if that wasn't enough the game adds an extra bright outline around your character at all times. Good grief.
      • The music has also taken a humongous step back. Supposedly more of the GBA's processing power was used up by the graphics so the sound had to be deprioritized. But even putting aside the big step down in fidelity most of these compositions - save the main theme and one or two others - are not memorable, hummable, or fun to listen to. They're just ... there. There, with bad sound quality.
      • All of this would be excusable if the gameplay were tremendous, but again we've learned the wrong lessons and gone backwards.
      • DSS has been removed, and there's nothing nearly as interesting to take its place.
      • ...but they decided to leave in block pushing. WHY?!
      • The rocky difficulty of Circle of the Moon is gone, and now the game is far too easy. I beat almost every boss in this game on my first try, which is definitely not true of either of the other two GBA Castlevania games. The fun movement options have a side effect of making the game even easier, since you can quickly dart around the screen dodging things.
      • The level design is poor, with endless, unmemorable hallways and generally boring layouts. Plus the entire first half of the game is basically linear
      • Then the cherry on top is that halfway through the game reveals that there are two parallel castles, and it sends you on an excruciating fetch quest across both of them. So you get two identical castles of boring level design, middling music, recycled bosses, and the most tedious backtracking I've done in years.
      • There are so many aspects of the game design that just feel sort of busted. Once you're 10 levels above an enemy they only grant you 1 EXP for each kill, so there is truly no upside to all of the tedious backtracking you're forced to do. There are shops in the game, but they all have weird requirements you have to meet to spawn them, and even once you do there's barely anything interesting to buy.
      • This game is a chore, and is the only one I would not recommend. It's not "bad," necessarily - I'd give it a 5/10 - but I had to consult guides so many times to figure out where in which castle I needed to go, and I was downright relieved when it was over.

      Castlevania: Aria of Sorrow

      • It feels like this is where the team at Konami finally found their groove. Aria of Sorrow is a very good game.
      • The graphics are still brighter than Circle of the Moon's moody look, but the color choices are dialed back to a sensible, tasteful level. No more wild acid circus backgrounds, and no more bright outlines around characters!
      • The music has taken a big step up, with tons of memorable tunes.
      • The character control has finally found a nice middle ground between Circle of the Moon's stiffness and Harmony of Dissonance's hyperfast floatiness. Instead of left and right dashes letting you zip around the map there's just a backdash, which is a sensible compromise that allows for lots of maneuverability in combat.
      • The level design is a huge, huge step up from Harmony of Dissonance, and is probably better than Circle of the Moon's. Aria of Sorrow does a great job at giving compelling reasons to backtrack with interesting ability unlocks and thoughtfully placed warp zones and area connections.
      • The difficulty curve is pretty smooth throughout, except maybe the boss fight with Death - but I found that one an interesting challenge, rather than a brick wall. This is still an easier game than Circle of the Moon, but not a total pushover.
      • We've finally got a system to rival DSS: souls that you can gather from enemies and then equip for all sorts of passive and active effects. It's still luck based, but you'll get enough of a variety of souls through normal play for it to not be too bothersome. There are lots of interesting souls, but I missed the "combination" aspect of DSS, of experimenting between combining different cards and seeing what they do together. Here we've just got basically three slots for three types of souls - passives, abilities, and attacks. This is a totally fine way to do it, but it means that one or two of those slots are always just going to be the same one or two souls that give you whatever stat boost you need and whatever ability you rely on the most.
      • There are a few more interesting abilities that tie into the exploration as well. When you start the game you can't sink into water and explore, you merely float at the top. Before you even get that ability, though, you get the ability to walk on top of water as if it's a hard surface, opening up interesting level design gimmicks. Later on you can both sink or stand on top depending on what you have equipped.
      • The downside is this does mean too much time in menus switching between the same 3 or 4 souls over and over again - at least until you get flight abilities that let you skip a lot of the navigational tedium. One wonders why they couldn't have made things like on top of water / in water contextual abilities (maybe you land on the water, but then press down to sink into it?) instead of requiring players to unequip the ability they want to use 95% of the time, equip a water navigation soul for one room, then open the menu again to switch back.
      • At least we don't have any huge block puzzle rooms any more! The environmental puzzles that do exist are far more interesting.
      • Instead of the whip of the previous two games there are several classes of weapons the main character, Soma, can equip, including swords, axes, and even a handgun (which seemed pretty useless in my time with it). The variety is neat, but I have to say none of the weapons felt as good to use as the satisfying whip of Circle of the Moon, with its supremely meaty sound effects. I didn't expect to, but I found myself missing the straightforward, satisfyng combat of Circle of the Moon.
      • And that's sort of my feeling on the game as a whole. It is a very good game, at least as good as Circle of the Moon, and it doesn't have nearly as many strange friction points as CoTM. It's an 8 or 9 out of 10, for sure. But for me, specifically, something about Aria of Sorrow sort of came and went for me, like it was much smoother than CoTM but didn't leave me with as many memorable moments. I'm not sure how to describe it, so I'll chalk it up to personal insanity.

      Oh also all three of these games have a story. Does anyone care about the stories in Castlevania games? I skim the character dialogue while quickly clicking through it and that's pretty much it.

      I've now moved on to the DS games, and am loving revisiting Dawn of Sorrow so far - my favorite from back in my teenage years. I'm very interested to revisit Portrait of Ruin and Order of Ecclesia, which I don't remember as clearly, and Symphony of the Night, which I remember loving...and then loathing the inverted castle. Still, it's been >10 years, so who knows how things will hit these days.

      Has anyone else played (or replayed) these Castlevania games recently? What were your thoughts?

      18 votes
    34. Can old, poorly wired electrical outlets cause a PC to freeze?

      Fellow PC builders, here's a fun one for you. I took some "old" and no-longer-used PC parts and built my sister-in-law a gaming PC for her and her stepdaughter to use. It was a Christmas gift so...

      Fellow PC builders, here's a fun one for you.

      I took some "old" and no-longer-used PC parts and built my sister-in-law a gaming PC for her and her stepdaughter to use. It was a Christmas gift so the stepdaughter could play the Sims.

      She has called me three times to tell me it's completely frozen - like hard locked, dead freeze, screen is displaying the last frame it was on but you can't interact with the PC in any way until you reset it with the power button.

      She let it sit for an hour before she gave up. Two times this happened while stepdaughter was playing the Sims 4 and once it happened while my brother-in-law was watching YouTube videos.

      Obviously, I went through the usual things you'd think in this situation and I had her bring the PC over so I could do some digging. Fully expecting to find a hardware issue, I tried the following:

      1. I ran the Sims while also watching multiple YouTube videos in the background. Couldn't replicate the issue after about two hours.

      2. I obviously checked the temperatures while gaming and YouTubing, checked the usual performance metrics and everything was great.

      3. Ran OTTC stress tests - all of them. Under heavy loads, this thing was doing fine. Even at 100% utilization, the memory, graphics card, and cpu were fine. Did a power test too, fine. Did a "combined" stress test and all was fine.

      4. Ran mem86, no issues with the memory, no bad sectors or errors.

      5. Played Skyrim on ultra for several hours. This was a really fun way to troubleshoot.

      6. Checked the event log from the day she had freezes. I can see where the event happened because leading up to the unexpected "power off" event, there were a ton of events related to various processes timing out. Seems like it was unable to connect with services and run certain background processes while it was frozen? I didn't see anything that really stood out to me as being a possible cause except...

      7. in the event viewer, there were a few events related to Microsoft family safety. I set this up at the request of SIL so stepdaughter wouldn't get into anything she shouldn't. In the Event Viewer, it seems like maybe it wasn't verifying something correctly or didn't have permissions it needed? Upon Googling, I found some other folks with this error but I couldn't find anything about whether it caused freezing or not. Seems like one of the many events that just gives a warning but doesn't have any effect. One guy who had this issue had his computer freeze but disabling the family safety entirely did nothing. People in the comments thought it probably wasn't related. I also found another event that Google wasn't very helpful with. Might have been related to sound card but my sound card drivers are up to date and again, I have not been able to replicate the issue even when gaming and watching videos, so I don't know if it's related.

      8. I ran the Windows System Files Checker and found no issues related to my Windows install.

      I can't figure out why this would be happening only at her house. She says it froze after one hour of use every time. This brings me to the title of this post. My SIL moved into a really old house with sketchy wiring. My FIL told her the wiring is so bad that she needs to get it fixed immediately or risk a fire, so she's working on that. This house has a butler stairway, asbestos, and plaster/lathe walls if that tells you what we're dealing with here. This is the ONLY thing I can think of that would possibly be different between the two setups and maybe explain the freezing, but it just seems so unlikely to me that this is the cause.

      Help?

      21 votes
    35. May 2024 Backlog Burner: Week 1 Discussion

      The blaze has officially ignited! The May 2024 Backlog Burner is officially live. Use this topic to post about the games that you play. Etiquette: It is fine to make multiple top-level posts...

      The blaze has officially ignited!

      The May 2024 Backlog Burner is officially live. Use this topic to post about the games that you play.

      Etiquette:

      • It is fine to make multiple top-level posts throughout the week.

      • It is also fine to respond to your own posts.

      • If you are playing Backlog Bingo, you can share your table either by markdown or through screenshots.

      Gameplay guidelines:

      • Goals for this event (if any) are entirely individual and self-determined.

      • You do NOT need to finish games unless you want to. The point is to try out games and have fun, not force ourselves to play things we're not interested in.


      Backlog Bingo: It's back and better than ever!

      Backlog Bingo is a completely optional way of participating in the Backlog Burner. You can generate a random bingo card with different gaming categories such as Has a fishing minigame or Your friend loves it. You then play a game that meets a given category and fill in that square.

      A conventional bingo win happens when you have filled in a full row, column, or diagonal. If you complete a full bingo with time to spare, you can go for another one on the same card. You can also choose to play with the "blackout" win condition if you're feeling extra adventurous, which means that you need to fill every square on the board to win.

      In order to help out with this, our amazing @Wes has singlehandedly made an open-source Backlog Bingo web app from scratch! (and here's the GitHub repo, for those interested).

      The site will:

      • Generate a random bingo card for you
      • Save your bingo card state as you enter games
      • Export your bingo card to markdown for easy copy/pasting into the discussion thread

      But wait, there's more!

      • It has both Standard and Golf rulesets, as well as completely custom rules
      • It allows for resizing the bingo card, so you can play a 3x3 or a 7x7 if you want
      • You can choose which categories you want to allow on your card
      • The categories now have groupings which limit similar ones from appearing on the same cards

      Wes could have stopped there, but he didn't:

      • The site is private by design; all user data is kept in local storage and does not touch the server
      • The site can import custom JSON files so that people can make their own custom categories
      • Because of this, people can use the tool for other events: a yearly reading challenge; an anime bingo month, etc.

      What's that? You thought Wes was done? Nope. He kept going:

      • It supports "dynamic" entries which allow for randomization within specific categories (e.g. "a game you've had for more than RANDOM[2,7] years")
      • It has both light and dark modes
      • It looks great in screenshots, so if you hate markdown tables you can post pictures of your card instead
      • It has some other fun surprises as well

      We've also updated the category list for this year to hopefully make it even better than the last. So, try it out! Generate a card and get gaming!

      Let's burn through these backlogs!


      Backlog Bingo FAQ

      Important: All data for your Backlog Bingo card is stored on your device, not the server. Clearing your browser data will irrecoverably delete your card.

      Is the Backlog Bingo site privacy-friendly?

      Yes! The site is coded by our very own @Wes who made it private by design. It is open source, all data is stored client-side, and the only information entered is the names of games. It does not require an account nor link to your Tildes username.

      My browser deletes data on exit. How do I save my card between sessions?

      You need to whitelist data from wescook.ca in your browser. PLEASE test this before committing to a card. Once a card is deleted it cannot be recovered.

      What is the difference between the "Standard" and "Golf" modes?

      In Standard Mode, each square on the bingo card corresponds with one single game. Duplicate games cannot be entered into different squares. A winning card would have a row of five different games that each filled in one square.

      In Golf Mode, duplicates are not only allowed -- they are encouraged! The purpose of Golf mode is to try to find a single game that will fill multiple categories at the same time. For example: Stardew Valley might fulfill You got it on sale, A solo-dev project, and Has romanceable characters all at the same time. A winning card would have all twenty five squares filled, but possibly only six or seven different games.

      What is the star space in the middle?

      That is the "wildcard" or "free space."

      In Standard Mode, there are no requirements to fill it. You can choose any game you want! Anything goes!

      In Golf Mode, it does not need to be filled. Because Golf is all about stacking up categories on a single game, any game used in Golf would fill it automatically, meaning it has no real function. As such, the square will be pre-filled for you if you play in Golf mode.

      Can I make my own custom categories?

      Yes! The Backlog Bingo site generates its categories from a JSON file. We prepared a default one for the event that everyone can use, but you are welcome to create your own JSON file with whatever categories you want and use that instead!

      If you are interested in doing this, you can find documentation in the wiki and use an example JSON category file. You can also ask for help in the topic!

      Can I use the Backlog Bingo site for something other than games?

      Yes again! Because it will accept custom categories, you can use it for books, anime, movies, recipes -- anything!

      If you are interested in doing this, you can find documentation in the wiki and use an example JSON category file. You can also ask for help in the topic!


      Backlog Burner FAQ

      What exactly is the Backlog Burner?

      Your "backlog" is all those games you've been meaning to play or get around to, but never have yet. This event is an attempt to get us to collectively dig into that treasure trove of experiences, scratch some long-standing itches, and knock a few titles off our to-play lists.

      How do I participate?

      Once the event starts on May 1st:

      • Choose some games from your backlog and play them.
      • Then tell us about your experiences in the discussion thread for the week.

      That's it!

      Optionally: you can play Backlog Bingo which is a fun way of cutting down the choices you have to make and playing games you might not have normally selected on your own.

      Is Backlog Bingo a requirement to participate?

      No! You can choose or play games however you like.

      Do I need to finish the games that I play?

      Nope! Not at all.

      There aren't really any requirements for the event so much as this is an incentive to get us to play games we've been avoiding starting up, for whatever reason. Play as much or as little as you like of a given game.

      Try out dozens for ten minutes each or dive into one for 40 hours. There's no wrong way to participate!

      What's the timeline?

      The event begins on May 1st and runs through May 31st. I will post an update thread weekly, each Wednesday.

      The next Backlog Burner event will be in November 2024.

      Can I make multiple posts in the same topic?

      Yes! Each discussion thread stays live for a full week, so feel free to make multiple comments in the topic as you play different games. This isn't considered noise -- it's considered valuable participation in the event!

      Do I need to sign up?

      No. You don't have to do anything to officially join or participate in the event other than post in these threads! Participate in whatever way works for you.

      Do I need to wait until May to get started?

      Technically yes but I won't police it. The first official discussion thread will go up on Wednesday the 1st, but feel free to kick things off here if you're wanting to pre-game the month!

      23 votes
    36. Asking neighbors to turn down noise

      I am posting to get your opinions on something that happened tonight. Music started blasting from my neighbor’s place at 12-ish with some people screaming. Our corridor has a WhatsApp group and I...

      I am posting to get your opinions on something that happened tonight.

      Music started blasting from my neighbor’s place at 12-ish with some people screaming. Our corridor has a WhatsApp group and I wasn’t 100% sure which neighbor it is so I messaged there at around 12:30am.

      I chose my words to be as polite as possible… dunno if it was polite enough. Something like: hey to the people who are having the party, have fun but please adapt the noise accordingly with the time with a thanks emoji.

      They replied apologetically and added that it was their birthday. Didn’t feel like it was being used as an excuse but more an explanation.

      Thinking maybe I should have let it slide regardless of whether it was their birthday or not but I did wake up exceptionally early this morning and needed some sleep after a hard day’s work.

      Am I being too anal about it? How would you handle such a situation with noise?

      16 votes
    37. If we can't block users can we at least filter out topics posted by those users?

      It seems like Tildes is not going to ever get a block user function. But it would be really handy if I could get a filter to auto-ignore any topics started by certain users. Would this be...

      It seems like Tildes is not going to ever get a block user function.

      But it would be really handy if I could get a filter to auto-ignore any topics started by certain users. Would this be something that Tildes would ever implement?

      48 votes
    38. Feature suggestion: Show the "Post a new topic" button on the front page

      Hi everyone, first of all, thank you for creating and maintaining this site - I don't think I've ever seen a more constructive and friendly general-purpose community online. :) In the last few...

      Hi everyone, first of all, thank you for creating and maintaining this site - I don't think I've ever seen a more constructive and friendly general-purpose community online. :)

      In the last few weeks, after getting access to tildes, I stumbled multiple times over an interesting article that I thought that would fit on Tildes. But I didn't see a button to post it on here. I assumed it has to be something related to rating or account age. I was wondering how long it would take. Maybe a month?

      The volume of posts here is pretty low, so I never saw a reason to visit one of the groups - I only visited the front page. Only now I found out, that the button to post something is only visible if the user is currently on the page of a group.

      I don't know if this happened to someone else, but I personally find it really unintuitive that there isn't a button on the front page to post a topic. Reddit, Lemmy, Discourse etc. all have it like that.

      Did anyone have a similar experience? Or was this a concious choice?

      20 votes
    39. Hey, monthly mystery commenters, what's up with the hit-and-runs?

      You might ask yourself “monthly mystery commenters”? Well, let me attempt to explain. I have noticed that on a semi frequent basis, someone will reply to me in a comment. The sort of comment that...

      You might ask yourself “monthly mystery commenters”? Well, let me attempt to explain. I have noticed that on a semi frequent basis, someone will reply to me in a comment. The sort of comment that does invite a reply and isn't a stand-alone comment. Yet, in the case of these comments, whenever someone replies they never do reply in turn.

      Of course, it is entirely possible for people to decide to not reply and still reply elsewhere on tildes. In this case, however, I noticed that there is a group of people who only ever leave single replies and never respond to any follow-ups. More often than not, I have noticed these are people who only leave a comment once per month or every few weeks. Hence, the title referring to the practice of monthly hit-and-run comments.

      It is a bit of a curious pattern, isn't it? To me, this doesn't make a lot of sense. Like, I get that people sometimes don't want to continue a conversation. But to structurally leave comments to never follow up on replies is entirely alien to me. Even more so for comments that really are replies to other people, not stand-alone comments.

      This whole thing has got me scratching my head just enough to make this post. Are they dropping these comments with the best of intentions to return, only to get swept up in other aspects of life? Or is it more about leaving a mark, however brief, to say, “I was here” without the commitment to a full-on conversation? Maybe it's something completely different I haven't even considered.

      So, hit-and-runners, what drives you? I am genuinely curious about this and looking forward to any replies.

      Edit

      This already did get a lot more responses than I ever thought it would get. One observation so far is that a lot of people that replied seem to identify with the title. Yet, so far, for all people I checked they don't fit the type of commenter as I describe in the post itself. It is possible my description just sucks, maybe there is room for a future discussion about commenting based on titles alone. ;)

      It's still interesting to read all the different perspectives people have about commenting!

      Tiny edit: because of the subject, I almost feel obligated to respond to most people. I really shot myself in the food there :D As that is an impossible task, sorry to the folks I don't end up replying to.

      49 votes
    40. Is a NAS for me?

      Hi, I keep reading about this thing called a "NAS" and I don't have in my social network a bunch of reasonable geeks to figure out if this is something for me or if it is overkill and I can get by...

      Hi, I keep reading about this thing called a "NAS" and I don't have in my social network a bunch of reasonable geeks to figure out if this is something for me or if it is overkill and I can get by with less -- trying to be frugal and all.

      The Situation

      At the moment, I have a Raspberry Pi 3 (that a colleague gifted me) which runs Jellyfin, mostly for music. I'd use it for watching series and movies, but given how slow it is at transferring files and the fact that it has a 1GB (maybe 2GB) RAM... I was afraid to break it. On top of that, its storage is a years-old external hard drive.

      I use Jellyfin mostly to have music on my iPhone. I can access it when I'm out and about on Tailscale. I hope to find a solution for my photos as well.

      I'd also occasionally use the pi to experiment with some self-hosted open-source apps.

      I constantly find myself wanting to upgrade because I want to also backup my important photos (with face recognition if possible) and documents "offline" (i.e. in my local network) to something more stable than an aging hard drive. They're all in the cloud, but a second backup option could be great.

      What I understand from reading about NAS's is that I basically have one, it's just not... reliable?

      The Question

      I understand there is definitely a buy-in cost for buying an actual NAS, I'd like to know how much... so that I can make an informed decision on if and when I would buy it. What is an entry-level NAS and how much will it cost? What could it NOT do that an RPi could, and vice-versa? Am I missing an in-between or even an alternative solution for my use case? Is it overkill and should I just upgrade the pi? What are my options?

      Thanks in advance for reading my post!

      20 votes
    41. Hypothyroidism and me

      A little over a week ago, I got an official diagnosis of hypothyroidism from my GP. Fair warning, this post is going to be a little bit of a rambly discussion of my thoughts and feelings...

      A little over a week ago, I got an official diagnosis of hypothyroidism from my GP. Fair warning, this post is going to be a little bit of a rambly discussion of my thoughts and feelings surrounding my diagnosis and other circumstances surrounding it.

      I'm a US American, but I moved to Germany to do my master's degree in 2018 and have lived here ever since. I've struggled with depression and social anxiety since before I moved to Germany, but my symptoms got notably worse in 2020 (perhaps unsurprisingly). In late summer of 2020 my psychotherapist finally suggested I go on an SSRI, but she wanted me to get a blood test to rule out any physical causes. I went to my then-doctor and got such a blood test. Everything was within the normal range except for my TSH.

      For those unfamiliar, TSH is the hormone your pituitary gland sends to tell your thyroid to get a move on. It doesn't directly measure your thyroid function, but it's a pretty good indicator something's up, so doctors use it to screen for thyroid issues. High TSH is a sign of hypothyroidism, and low TSH is a sign of hyperthyroidism. Your average person with a healthy thyroid will probably have TSH between 1.0 and 2.0, but some variation exists. The normal range that doctors use here has 4.2 as its upper limit. In 2020, my TSH value was 4.8. My doctor then said that people with hypothyroidism have higher numbers than that, so I was fine. She wrote my a prescription for a low dose of an SSRI, which did help me to an extent.

      I've been fat for a long time, to different degrees. After I first moved to Germany in Fall of 2018, I quickly lost a lot of weight. There were likely a lot of factors -- I wasn't living at home where snacks were constantly stocked, I was buying food on a student's budget, I was eating out and ordering takeout less because of my social anxiety and shitty German skills, and I was walking a lot more. When I came back to the US for family vacation in 2019, I constantly got compliments about having lost weight, which felt weird. I was still overweight according to the BMI, but more of a classic midsize chubby at that time. But it wasn't to last, and I did start gaining the weight back. For a while it, I attributed this to my getting more takeout and walking less. But a year or two ago it felt like it stopped being directly attached to my activity or food consumption. I went on medication that suppressed my appetite as a side-effect, but I continued to gain weight. Since I was already fat and had been gaining weight for a while, I didn't mention anything to my doctors because I was already getting lectures about how I needed to lose weight and exercise more. I don't know for sure what I weigh right now because I've avoided weighing myself for months, because I'm scared I weigh over 100kg and I can't handle seeing that triple digit on a scale.

      I've tried and failed to become more active and start an exercise routine several times. I joined a sports course at university with some of my friends, but I quit after a couple sessions because I was hyperventilating before warm-up was over. I've tried to do some basic strength training, but I'd be sore for days after even incredibly beginner-level stuff. More recently, my wife and I tried to take regular walks through the nearby park during last spring and summer. But I'd tire out after an embarrassingly short distance, not even enough to get to where we see the ducks (the highlight of the park for me). As the weather got worse in winter I basically stopped leaving the apartment. It's a struggle to put my shoes on without an extra long shoehorn so I don't have to bend over, and anything that requires me to tie my shoelaces is basically off the table.

      I've been struggling with work for the past several months. I can't seem to focus on it, even if I take my ADHD medication. I look at the computer screen and I just can't mentally handle the work. Every day of work is exhausting, even though I work a pretty cushy job as a data scientist and I work from home. I do way less than 40 hours of actual work a week but I'm still too physically and mentally exhausted all the time to do anything but the most trivial household chores. I haven't cooked dinner for myself in months (thank God for my wife).

      I switched to a new GP at the beginning of 2024 bc I was having trouble getting timely appointments at my last one. We agree to do one big blood test covering everything, since I have a myriad of small complaints and it's been years since I've had one. That test comes back mostly normal, except my cholesterol is a little high and my TSH is a smidge above 5. My new GP then says we should do a follow-up blood test to look at other thyroid measurements (this would be directly measuring the hormones my thyroid produces) to see if I have hypothyroidism. I mention offhandedly the interaction I had with my old GP in 2020 and she says that's not how you're supposed to do that; high TSH means further testing even if it's not that high. A few weeks and another blood test later and I've now got a new diagnosis and a prescription for artificial thyroid hormone.

      It turns out that pretty much everything I've been struggling with for years now? May be because of my underactive thyroid. Your thyroid is apparently pretty damn important and it not working right (in either direction) can result in a truly dizzying amount of things going wrong. Depression, brain fog, fatigue, and weight gain are all pretty classic symptoms, but apparently it can also cause problems with your lungs or even contribute to carpal tunnel syndrome. Everyone with a properly-functioning thyroid, take a moment to thank that lil butterfly-shaped guy in your neck.

      I'm so glad to have something that's basically a "feel better" pill now. But I'm left with a sense of deep frustration that I've had so many problems that even I dismissed to myself because I assumed they were just cause I was a stupid out-of-shape Fatty. It turns out it's actually not normal for someone in their mid-20s at my age to struggle to put on their own shoes without assistance, even when they're obese. Being unable to take a short walk without needing to sit down because I'm exhausted and out of breath isn't just because I'm fat and out of shape. I've had no shortage of symptoms heavily impacting my life, but most of them I hadn't even bothered to mention to my doctor because I assumed they were just Me Being Fat and that all I'd get was (yet another) lecture.

      This is, of course, coupled with a lot of anger at my old doctor for not even running any follow-up tests. I've only been on levothyroxine for about a week and I already feel like I have a little more energy. I could have been spared years of suffering if that doctor had only done what she was supposed to. Fuck that.

      But at the same time, I feel such relief. This all wasn't just me being a bad and lazy person. There was actually something wrong. And, even better, hypothyroidism is pretty easy to treat. I just wish I hadn't gone through over three years of unnecessary suffering when I could have gotten this treatment then.

      23 votes
    42. Some thoughts about Starfield's world

      Warning: this post may contain spoilers

      I wrote a blog post for basically my first time ever. It's a first draft, but whatever. I never share my thoughts because I lack confidence, but I want to work on that. I welcome criticism of the way I've presented my thoughts, but my main priority is just discussing Starfield here! I want to hear what y'all think, mainly about the world of Starfield.

      I was starry eyed when I first launched Starfield, but it ultimately left me feeling spaced out. After spending around 25 hours with the game I've realized that I wanted something different from Starfield, and that the game just doesn't keep my mind engaged and imagination running. I feel some guilt saying that. It took a buttload of human working hours to bring Starfield to fruition after all, and I don't want to dismiss that work. It's a very pretty game, with a lot of mechanics, characters, and stories. On paper, it's an ideal game for me. It's a first person adventure through the stars meeting strangers and ogling at alien planets packed in with loot and rpg elements. That's my kind of treadmill to be running on. The type of game loop I enjoy. Ultimately though, it did not fill the space in my head that I wanted it to.

      Starting with the core game play, it's what I had the least expectations for. I am no Bethesda mega fan, but I've dabbled in their games. Their combat, stealth, traversal and so on have always registered as just serviceable to me. That's not really even a criticism as I've never gotten the impression that Bethesda's intention was to draw fans on those elements. They want to provide a simple set of tools to interact with their worlds. The tools they've provided here in Starfield feel fine. They all work. Gun play feels fine, traversal feels fine, stealth feels fine. It's the way those tools interact with their environments, characters, and narration that typically attract me, but don't here. Even their newest game play addition in space ship combat echoes their standard approach. It feels simple but solid. No extravagance like a Star Fox 64 barrel roll, but there's enough going on to feel good. Like the rest of the tool set, it's serviceable enough to let the player interact with their world. The world is what has left me cold.

      Bethesda introduces us to Starfield's world in a baffling place, a place almost opposite to space, a mine. Sure, they planet isn't Earth, but it might as well be Earth. It's dark, dirty, rocky and far from a feast for the eyes. It's no surprise that mines are in the game as Bethesda has always included similar spaces in their games. Such environments are perfect for stuffing loot and combat encounters into, but imagine if Skyrim had began in a cave instead of out in its beautiful landscape. Starfield could've opened in space on a ship or on a number of visually alien worlds, and I think it's a misstep to begin the player in the most unappealing of its environments. Unfortunately, I think it's telling of a large part of the way you will be seeing Starfield's world. From a lot of interior spaces. It's often easy to forget that I'm playing a sci-fi game set in an open world space setting.

      Starfield's world looks like what I imagine it would look like if human space colonization were to actually happen. In that regard, I think they were incredibly successful. It's the realization of this image that I think held Starfield back. Just like a lot of our own real universe, it is often empty and dull. Many landscapes of the planets and moons of Starfield, while sometimes pretty, are more often unremarkable. Procedural generation is an incredible tool that can easily lead to unimaginative results. I'm never able to escape the thought that what I'm looking at was probably computer generated. After visiting around 15 planets, I began to feel as though I'd seen it all before, just in different colors. Often fauna and foliage looked strange but lacked a certain spark of hand crafted creativity. I was never struck by their beauty nor their horror but only their only seemingly random assortment of attributes. On planets with human inhabitants their lacked personality in their work and living spaces with exceptions being the hand crafted major settlements. Buildings and structures felt modular and mass produced by the same manufacturer. All of this is probably an accurate depiction of a real future where we branched out into space, but it doesn't make for a fun video game to see and soak in. Major cities like New Atlantis and Akira City lent much more life to Starfield's world with obvious heart put into their creation. You can see their influences from the sci-fi genre in their construction. Instead of aiming for a large and marketable open world, it's a smaller handcrafted galaxy I wish we would have gotten. Somewhere with its own politics and drama taking place on landscapes with intent and personality. A larger existing universe could be hinted at with follow ups in sequels. Bethesda is bursting at the seems with creative talent, but there was simply too much space to make aesthetically daring from every angle. Instead that talent was stretched an inch thin and a mile wild.

      The inhabitants of Starfield are offensively inoffensive and so dry they'll leave you parched. They're boring, full stop. They lack nuance and detail in their personalities. They begin and end at their core archetypes. The meaning of their existence is only to facilitate the player and be impressed by you. In my 25 hours of play, I didn't find my self endeared to any character except for a sweet old grandma exploring space, but I only liked her because I like that trope. Characters are very formal and professional which I believe was Bethesda's intent. After all, the context of most every interaction has you acting in an official capacity for one of the factions. You're a representative for the professional work these factions are doing, like being a volunteer cop for the United Colonies or Freestar Collective's Rangers or an explorer-researcher for the stuffy Constellation. It makes sense that conversations would be formal, professional, and often to the point. Ultimately that just doesn't make for compelling conversation. I engage with fiction, especially genre fiction, for its strong sense of personality. The characters I found in Starfield feel like they're just going through the motions of their 9 to 5 job. Their framing as a talking head when having conversations with them only highlights their stiffness.

      I believe Starfield is a well-done realization of Bethesda's intent. It's a very corporate and made by committee vision, but it's well executed. It seems they wanted to create a world that resembles a legitimate future where humans leave Earth and colonize the stars. The result is barren unremarkable planets, sterile labs, boring mining and manufacturing facilities, mass produce modular homes, and plenty of empty space. I think they're right, this is what a settled galaxy looks like, but it just doesn't make for a satisfying video game.

      edit: fixed spelling from "feel" to "fill"

      26 votes
    43. Finally, something to show you

      I wanted to give an update to something I wrote about a while back, because i have something to show for it and wanted to express some gratitude. Behold! I used the eraser tool on the bottom part,...

      I wanted to give an update to something I wrote about a while back, because i have something to show for it and wanted to express some gratitude.

      Behold!

      I used the eraser tool on the bottom part, we have a business line but we're not open yet. When we are I'll have some more pictures and it'll be included.

      That old post was the first time I had committed most of that to writing, and it was really encouraging for folks to take an interest, especially Akir's questions. Being asked and writing out the answers helped me clarify further, what I was intending to do and how I would get there. So, for the folks who read that, I wanted to share an update.

      I'm really confident about this endeavor. It makes me anxious to say that but I've come to learn the position we're in just could not be better. Part of getting it started is forming an LLC, so I've gotten some time to talk with folks more professionally connected to the town. From what I gather, we don't actually have much direct competition. That's because the local venues are very high priced, and primarily do weddings. With some of them, it sounds like a case of possibly resting on laurels - one story was of a wedding, $10,000, which did not include things like tables and chairs and the house was not clean. Each venue charges quite a lot, I think because they're renting out most of their own supplies. We don't have to do that - we have enough already to accommodate up to around 150 people, and the space can accommodate up to ~350 if they're hanging out outside. We can do an event like that 10k wedding for around 3k with stuff provided.

      No one offers stuff that's smaller scale. At least with all the places I researched, it's just weddings. No one really tries to host things like, say, a dinner for a local business, school groups, smaller parties. The first event we're set to do, is a tea party for around 30 people (it's for a little girl's birthday). I got to speak with someone who owns a local accounting firm, and learned from them what we are planning to do is pretty much an unserved market. Folks want to be able to go someplace nice that isn't a restaurant. The lowest priced venue sits around ~$3500, and that's just the price of being there. Bear in mind, this is Brookhaven, MS - it isn't a wealthy place by any stretch. The venues currently operating seem to be relying on folks finding them online, and catering to those higher end kinds of events (again, it's mostly just weddings. Some of them do bed and breakfast but it's clearly not what their branding is about). We have practically no overhead, no loans, no investors, and our plan targets stuff that isn't available but is in regular demand. We're doing a few small events to get some practical knowledge and in May we'll open officially.

      There's a separate story in there, of two independent folks figuring out how to live together. Neither of us is used to having someone around to do things. Changing my environment has meant being more productive and motivated, which has been pretty nice. Grandma rocks, that's really all there is to it. It really feels like having chosen to do something at precisely the right time, at least with respect to making the business work. I can't speak to the more lofty goals and ideals, because I haven't gotten far enough yet for those to really enter the picture. Upcoming: Business cards, a pamphlet, posters. There's opportunities for advertising that are either free or quite cheap. The print shop owner can get an ad out to 10,000 in the local area for around $500, which I think will have to be good because they're the only folks doing a mailer. That's the only consistent issue, things just move more slowly here and choice is extremely limited. I came here from a city of ~1m, so I guess I had gotten pretty used to having about a bajillion choices. On the other hand, it's been very easy to get the beginnings of a professional network going. I grew up in a place like this, so getting along is no big deal, and everybody knows everybody. A good first impression means something; a good conversation travels. Folks have loved the idea thus far, and have been nothing but encouraging. I don't ramble about the long term plan with anyone, ya'll are the only folk who really got that. As I go along I intend to see how that all shakes out, give an account of how it takes shape. I appreciate folks checking it out and responding. Happy to report anything you're interested in.

      Anyway, that is it for now. I hope to return with some cool stuff from a big reopening party. I wasn't sure where this should go so I figured ~misc would work.

      30 votes
    44. Do you care about other results being spoiled while watching football matches?

      Hello, I'd love for the ~sports and specifically ~sports.football topics to be more common, so I figured I would post something that's been on my mind a lot lately: Do you care about other results...

      Hello, I'd love for the ~sports and specifically ~sports.football topics to be more common, so I figured I would post something that's been on my mind a lot lately: Do you care about other results being spoiled while watching football matches?

      I don't have as much time as I used to to watch football all day, so I tend to watch games either on weekends if I can, or via recordings of matches. I'll usually put on a game each night, sometimes actively watching it and other times just as some background noise on my second monitor while I game or browse the web, but still pay attention to the goals and big moments in the game.

      Recently the Champion's League Round of 16 started, so I've been watching those games in the evenings when I can. And what happens is that while I'm watching one game, the commentators/announcers will just randomly say "Oh btw, so-and-so just scored in the other game, making it 1-0". And it sucks because I was looking forward to watching that game next. But by watching one game I end up knowing the results for both games because the announcers update you all throughout the coverage of the game you're watching.

      I get that the games happened at the same time in real life, so the announcer was letting people know of the results live as they happened, but why? Does it bother anyone else or do most people just not care or don't watch games after the fact?

      I remember watching games as a kid on Brazilian television, and they had a much better solution to spoilers: an animation would appear on the screen whenever a goal was scored in another match, then after a few seconds the information would pop up about who scored and what that game's current score is. It gave you the perfect opportunity to change the channel or just look away and cover your ears for a few seconds if you were planning on watching the other games later. It's not a perfect system, since when there's only two games happening at the same time (like in this CL round of 16), you know exactly when a goal was scored in the other match, just not which team scored it. But it's miles better than just straight up announcing 'oh look the other team has tied, the other game is now 1-1'.

      I can understand how in certain circumstances, other results might be super important to someone watching a game, like the last day of a league when all the matches are played at once, or the final games of a group stage where your team depends on other results to advance. But those should be the exceptions, not the norm. Maybe update people during half time or something, which already happens anyways. But let me watch the games spoiler-free at my own pace please.

      3 votes
    45. My experience making maps when I run games or: How I learned to start worrying and hate city maps

      While there were conversations about this in the past, those were much more generalized. Now, I personally don't have issues creating world maps, regional maps, or 'battle' maps, as it were, but...

      While there were conversations about this in the past, those were much more generalized.

      Now, I personally don't have issues creating world maps, regional maps, or 'battle' maps, as it were, but when it comes to city maps... I'm consistently at a loss. That said, I don't want this to just be me begging and whining into the void about how I can't find something that I prefer to make city maps in, so here's what I've used and would recommend over the past 15 years or so:

      Of these, I definitely recommend Wonderdraft the most. I think if you put in enough time and effort, Photoshop can turn out better (and most detailed), but if you're interested in a style that Wonderdraft has support (and assets) for, it's pretty much perfect. It's a one-time cost, has been getting consistent updates and support since it was in beta years ago, and the community assets are pretty much unending. The one caveat to Wonderdraft is that if you want to make an absolute behemoth of a map (like I'm apt to do), it will eat some serious resources and can begin to lag, due to how it handles each individual tree/mountain/path as a singular, editable asset.

      Campaign Cartographer is an oldie that I tried about ten years ago, had some success with (mostly in how it designed continent outlines and things), but just didn't feel like it had enough malleability to create things the way I saw fit.

      • Region/Continent Maps: Wonderdraft, Photoshop, Inkarnate

      I think everything I said about world maps applies here, as well. I haven't used Inkarnate in the better part of a decade, but I know the free version was very limiting and there were some concerns about the company 'owning' anything you created in the program. That said, a brief look at it now makes it look like a more closed-off version of Wonderdraft, but with a subscription instead of a one-time purchase.

      • Battle Maps: Dungeondraft, Photoshop, a plethora of generators that I can't even begin to remember dating back 10+ years

      Before Dungeondraft, I pretty much hated making maps for combat. Early in my GMing 'career', I would just have a blank canvas on Roll20 and draw on details as it was needed, and eventually I just pivoted completely to theater of the mind for all of my combat. And then Dungeondraft rolled around, and it was pretty quick to export from there, incredibly quick to import to Foundry (with a module), and Just WorkedTM. Before that, I did occasionally try and make things in Photoshop, and would follow tutorials from time to time, but it was all just so time-consuming, and with a lot of asset hunting if you wanted consistent art style and detail to what you were doing. It was just so much.

      Which, of course, brings me to...

      Ah, the problems. So, I tried to make city maps in Wonderdraft, but it's very obvious that it was built for a larger scale, and there are a lot of 'hacks' (or workarounds, I guess?) you need to do to make it work, and it can be frustrating and very time-consuming, as there's nothing there to really automate the process at all. For example, Wonderdraft has this beautiful 'paint brush' for assets such as trees or mountains that will 'spatter' them across a set radius, with a set density, etc. This is very helpful for something random like forests, but essentially useless for placing buildings. Dungeondraft is a little better in this regard, but has the opposite issue: Everything is too 'small' and focuses on more grid-based, rigid design, given that it's built for, well, dungeons. And battle maps in general.

      I purchased City Designer 3 (along with a big pack of Campaign Cartographer add-ons) as part of a Humble Bundle a while ago, and I kind of enjoyed it, but it really felt like the amount of effort required wasn't worth the end result, which - at best - would be using art assets designed to give the feel of the maps from D&D 5E. And even then, that limited the asset options because it didn't seem like there was a lot of additional third party support for the program (which is definitely showing age). That said, it's the only one I've used that seemed able to handle good building placement along roads, able to do it automatically. That said, Photoshop?

      Probably the best time I had making city maps. I had to stylize them, but with enough ingenuity, good knowledge of automation (through recording Actions), and following some art style tutorials, you can make a "cheap" city map that's able to have a lot of variation. If you're interested in map design in Photoshop, I highly recommend the tutorials of Jonathan Roberts, who is very much my 'gold standard' for map creation. Unfortunately, he doesn't really update his site any more, and some of the tutorials show their age, but all of the content there is still great.

      Then, we have generators. The ones linked above are the best ones I've found, though the city ones leave a lot to be desired as far as graphics and specific details go. But the village generator for small towns and the like? Beautiful. It's genuinely just a perfect little generator if you don't care all that much about the specifics of the map. So, for most towns and villages, it's fine. But what if it's a town built up against a mountain, that sprouted up around a mine? Well... that's not gonna work. What if it's a town that's split on two sides of a river, protecting passage? No such luck. A swamp town, or one in tree-tops? No, not really gonna work all that well.

      And just last year, I was turned towards AI generation here on tildes, thanks to @atomicshoreline and his fairly extended description of how to set things up. But, I eventually gave up bothering him after my old video card kept having VRAM issues with only 8GB.

      I have seen some very good city maps made in Inkarnate, but I don't know that I'm interested in something that has a yearly subscription, and I can imagine it being very frustrating long-term to invest in something that I've seen issues with in the past.

      So, all of this is to say that I really enjoy making detailed content for my world, but I've always had issues with cities. There's just so much content that needs to be hand-placed in almost every program, and even an un-finished city has taken me well over a hundred hours in Dungeondraft, and that was with me still actively hating looking at it..

      So, if anyone has other suggestions, I am quite literally always searching for new ways to make city maps, and I've tried just about every suggestion given to me at least once, often to the detriment of my bank account.

      Oh, if someone can think of a better title to this post and wants to change it, please be my guest. I just wanted to contribute my knowledge and recommendations, rather than just throw a "give suggestions" post out into the ether, and wasn't sure how to phrase that.

      25 votes
    46. Why you should consider a smaller keyboard

      Intro Whenever smaller keyboards come up online, I often see a lot of the same reactions/dismissals. I've found many of these to be foolish, but also that the community around such devices has its...

      Intro

      Whenever smaller keyboards come up online, I often see a lot of the same reactions/dismissals. I've found many of these to be foolish, but also that the community around such devices has its own barriers. It sometimes is represented from its most extreme aspects rather than someone with a more normal approach and use case.

      So here is yet another pitch on why you might want to consider trying out some of the smaller keyboards out there, and the various advantages it can bring. This will probably be quite long, but I hope it at least is interesting.

      Daily Drivers

      My current main use keyboard's are-
      • Corne LP split 40 - I carry this with me and use it for work and as a better keyboard for my GPD Pocket 3.

      • Mercutio 40 - for my lighter media/older/lower spec game machine.

      • Discipline 65 - for my gaming machine as at the time having the number row still seemed needed (and it just looks so nice)

      • Velcifire wireless 60 - As my other media keyboard since it's wireless and can be used from anywhere and causes my normal friends and family to have less of a stroke if they have to use it. A lot of what i'll say below won't apply to this as it doesn't have some keys and can't be custom mapped. (It's also what i'm typing all this on, much to my chagrin.)

      I've gone through and have owned/own several others but i wanted to be clear about what i'm using in case anyone doesn't have a clue what i'm talking about.

      Skills Required

      I think the only real "skill" you must have to consider downsizing your keyboard is the ability to decently touch type without looking. If you're the sort of person who still hunts and pecks, no judgement, but this is not for you.

      If you're someone who has to code, do data/numerical entry, or type a lot for work, then I encourage you to read on. Those are common barriers I hear thrown out, but in my experience are actually easier with a smaller keyboard.

      Why?

      The normal keyboard for most machines has a lot of dead/wasted space that could just be used better, and has some keys that are important or have grown more important in really poor positions.

      Some main offenders

      1. Capslock - How often do you use capslock? How often do you NEED capslock? If I can convince you of one thing to try out right now it's this, remap capslock (check out powertoys on windows) to left control. As it stands capslock is one of the easiest buttons to hit, and yet it if you moved it over next to Scroll lock you'd probably never mind. A large portion of my job is coding SQL and I never use it because that's what modern formatters are for. Please try remapping it(throw capslock on left control or some combo if you want).
      2. Spacebar- Hear me out, as this might vary depending on how you type. Do you use one or both thumbs to hit your spacebar? If you're anything like me, you use one, and in my case it's the left thumb. This means that I've got a massive portion of my keyboard dedicated to one button, even though I'll never touch more than half of it (you'd be surprised how small you can make the space key and still hit it reliably). Now you might think that you don't need that space, but I'll dive into that more later.
      3. The number row- More on this later, but my brief take on this is that humans are actually pretty bad at knowing exactly where the numbers are when they get away from the home row, and as anyone who's ever had to do lots of number entries know, the 10key/numpad is the way to go.
      4. PgUp/PgDwn/Home/End/Delete- These 5 keys (and control and shift) are great for navigating/editing text/code/spreadsheets/webpages quickly, and could not be farther away from where you really need them to actually do that easily.
      5. Arrow keys- A lot of people think it's fine that they're waaaaaay out there away from everything. I will be proposing an alternative given these are also critical to quick navigation.

      How is smaller better then?

      The core idea is simple. You can find the home row easily with the homing keys (j/f generally have a bump or some defining feature). You're probably excellent at hitting the keys in relation to that if they're 1 step away from the home row. The farther you are from that, the more likely you'll need to look, and the longer it'll take you to press the key even if you don't. So where possible, it's ideal to try and use space more efficiently to keep the keys you actually need to use near this position.

      But how are you going to fit all those keys anywhere near the home row?

      My Keymap

      As an example, to help explain moving forward, here is the keymap for my mercutio 40.

      You'll want to save that json, and then upload it at qmk configurator, which will make it much easier to explore. If you've never looked at this before it can seem insane, but I promise you it's pretty tame ignoring some edge case stuff.

      If you don't feel like going through the hassle here's screenshots from the site with descriptions of each layer.

      Mostly the same as below but i did fix some missing info below so sorry about that. I'm also leaving the descriptions of my "gaming" layers 4/5/6 in the imgur only because I think that's out of scope for this).

      The magic of programable layers and context.

      Space is an interesting key. It's a key only ever really tap, never hold (outside of games, more on that later). So, why not double it up, and make it do something different when you hold it?

      Well in this case, tapping any of my 3 space buttons gives you a space like anyone would expect, but if you hold either of the left 2, it "shifts" you to layer 1 (base layer is 0), and holding the right one, shifts you to layer 2.

      I put shifts in quotes because it's just like the shift key. If you hit 7 on your keyboard, you get a 7. If you hold shift and hit 7, you get &. This is the same concept, and just keep the layers organized in a way that makes sense, keeps it very easy to know what layer what key you want is on.

      The Detailed Layers

      Detailed Layer breakdowns(assuming you're looking at the json loaded into the website or the imgur album)-

      Layer 0 (Base Layer)

      Ignore the N/A's on this and the rest (where they'll be another symbol), as they are optional keys i don't have. Mute is also the encoder knob so don't worry about it.

      It's pretty basic qwerty in the the middle, and tab/left shift/right shift/backspace/windows/the alts/right control are where they normally are, and left ctrl replacing capslock is something I recommend EVERYONE do.

      Space, is still space. In fact all 3 of those spacebars are space...on tap. On hold, the left two "shift" the keyboard to layer 1, while the right one "shifts" the keyboard to layer 2. So just like holding shift + a key gets you a capital version of that key (or a symbol from the number row), holding space + a key gets you something else.

      The left control/right windows key are also layer keys. Holding them takes you to layer 3 and they do nothing when tapped.

      Finally right shift is where it always was, and is somewhat similar to space. If you tap it, you get /?, and if you hold it, you get right shift instead.

      All this to say, that outside of enter, escape, the numbers, and moving control, most people who can already touch type could mostly type on this without any explanation.

      Layer 1(Navigation/No Output)

      Accessed by holding left space.

      All keys that don't actually put a character on the screen (ignoring the left side where i've got some coding stuff but it doesn't really matter).

      Up, down, left, right, home, end, page up, and page down are all in instantly intuitive positions and make navigating anything quickly a breeze (home on the left side since it jumps you to the left/start of the line, and end on the right since it jumps you to the right/end) . Enter, Delete, and Escape are the other 3 major keys on this layer, as they are of course useful, but don't actually put text on the screen.

      The point is that if you're thinking to yourself, "where is that key on this keyboard" and you know that key doesn't actually put a character on screen, you know it's on this layer.

      Layer 2 (Number layer + the rest of the character outputs.)

      Accessed by holding right space.

      I've turned the right side of my keyboard into a numpad that is always under my fingertips(my middle finger is always on 5, just like a 10 key), and since i'm using the number row numbers, I also have access to all their symbols instantly as well by just holding right space + shift. I also have dedicated *,/,+ keys, and the -/_ underscore laid out to be intuitive as well (higher key increases the value, lower key decreases, so multiplying above division, and addition above subtraction)

      Finally we've got the rest of the keys that can output characters but didn't make it to the home row and don't fall into the numpad. `, ;, and . Again they are all basically where they normally would be, but instead you just hold right space and hit the key.

      The other 5 keys that output text are on the left hand side near the home row because they're super useful for coding (I also use | and -/_ a lot, but their positions in this layout are intuitive to me). Having the paren's/brackets under/near my middle and index finger is so nice for all sorts of coding.

      Layer 3 (Function keys, mouse inputs, music controls, and other misc.)

      Accessed by holding "left control" or "right windows".

      The function keys are the exact same layout as the numbers. F1 is where 1 on my layer 2 is. So F5 is where 5 is which means it's right under my middle finger. I put 10/11/12 going down on the left because that made the most sense to me, and so far has never caused me any issues.

      The mouse/music stuff I don't use that often, but it's something I'd like to mess with a bit more.

      I threw capslock on here in the rare cases where I actually need the key because some program or game wants it. I also have Insert on this layer in my live map, but I use it so rarely I tend to forget it until something needs it.

      Finally you'll notice that on layer 3, where the G key is, is a toggle to put you into Layer 4. Meaning that once you hit it, you'll jump to layer 4 and NOT return to layer 0 when you let go. This is explained more on that layer and is totally bonus points. The main point of this keymap is done, and I think this is an excellent layout for productivity (or at least a starting point), without having to dive into lots of complicated or unintuitive concepts.

      The shorter version

      If you don't want to read all of that, the basic idea is that your average person can type on the keyboard with minimal explanation. If they forget where a key is, the other 3 layers all follow rules to help guide them. One layer for navigation and keys that don't actually output characters (home/end/delete/esc/et) and one layer for the rest of the keys that output characters, namely the numbers, which are then also your numpad and ALWAYS under your right hand, centered and ready to go. The final layer is, mainly, for the function keys, still following the numpad from the previous so you can again easily figure out where the button you want is.

      What does this gain you?

      In the end the main benefits i've found are easier navigation, as I essentially now have a navigation layer with every key i could want on it, and much faster access to numbers. I still do data entry and lots of numbers, and having the numpad always one keyhold away is awesome.

      On top of that it's just nice to not have to move my hands so much to type, and to get so much of my desk space back.

      I type just as fast as I do on a normal keyboard for basic text, as there's almost no difference, and I type faster doing code/editing text because my numbers, brackets, and navigation keys are all closer at hand and in such a way I don't need to look or even move my hand from the home row to hit them.

      So is it just all upsides?

      On the typing side, honestly yeah. I've seen a lot of excuses like "well i prefer a numpad" or "how do you type numbers" which I've tried to address in this post.

      The only issue i've run into is gaming, where I already really solved most of my problems as shown in the extra layers in the imgur gallery, and think it might even be better for gaming vs the normal layouts.

      The only remaining hassle is roguelike games such as stone soup or caves of qud, which LOVE to assign every fucking key a use so there's no easy way to remap things and I have to actually add another layer JUST so i can hit the numpad numbers because I need them to navigate....

      BUT unfortunately, you might actually want to acquire one of these keyboards, and that's where stuff gets a little tricky.

      Programmability

      All the upsides I just mentioned assume you can actually program the keyboard. Thankfully this has gotten much much easier with both Via and ZMK making the process very simple. QMK is doable, but difficulty wise it shared a lot of similarities with trying to get the perfect modded run of Fallout New Vegas going with about 20-40 mods. If you are not more comfortable in the tech world, I recommend ONLY boards that support via software. I believe these days anything that supports QMK supports VIA, but it's worth checking on the via website to make sure the board you're about to get works.

      Some assembly required

      The mercutio and the discipline I built myself after ordering the parts. They're through hole soldering and were some of the first soldering I'd ever done on my own outside of a quick kit I bought off amazon to practice. It is actually not that hard BUT you need the equipment. It's not horribly expensive to get but it's not cheap either. I do really enjoy just throwing on music and putting these together, but I totally understand that you might just want to, you know, buy the fucking thing already built.

      Thankfully many sites offer build services (or you can find them on etsey) which charge a fee to assemble it for you. This is what i've done with every corne i've ordered because it is NOT through hole soldering and I don't have the guts for it, and even still they've all had some eventual issues (although again, i carry mine with me in a very unprotected state because i'm insane so some of that is on me).

      Made of money

      Especially if you're paying for the aforementioned build services, these things can get into the 200-400 range FAST, which is a lot for a keyboard. There are some cheaper options out there, and the Mercutio was only $70ish before switches(not bad) and keycaps (range from dirt cheap to ungodly expensive).

      Still I would not recommend ANY of these for a first time buyer. My first smaller board was a 60% mechanical and those range from $70-100 these days from what i'm seeing.

      Take my money....please?

      Sometimes you just won't be able to find or buy the board you want in the way you want. There are lots of interesting boards i've seen over the years, but they're either very expensive or only open for a limited time. I had a working cornish zen that died on me. I'd love to replace it. I cannot as they currently don't sell them. Will they make more? Dunno. I hope they do.

      Recommendations

      I DO NOT recommend diving in head first and suggest starting with something simple like a 60 or 65, probably keychron, as they're a decent budget brand. You might want to go even cheaper with just a 60% off of amazon that isn't even programmable just to see if you outright hate it, but I do think that getting something you can start to tweak as you begin to understand what you want helps adoption.

      Final Thoughts

      I hope this gave some of you the push to look into all this. I'm glad I dipped my toe in it, less glad about the absurd amount of money i've spent on it (dear god keycaps), and really glad about the moment where I thought "huh i really just don't need all these keys" and pulled some out. I hope I can convince a few others give it a shot and hopefully see the same results. No dvorak or home row modifiers and weird triple tap macros. Just some layers and common sense.

      I do still, if nothing else, highly recommend switching left control to caps lock.

      58 votes
    47. The body keeps the score, even when the memory has been completely erased

      I'm not here to talk about the New York Times bestseller, so apologies to anyone who's come looking for an informed discussion on that. Apologies if I'm posting this in the incorrect place, please...

      I'm not here to talk about the New York Times bestseller, so apologies to anyone who's come looking for an informed discussion on that. Apologies if I'm posting this in the incorrect place, please move or delete the post if it's inappropriate. I had something of a breakthrough in therapy recently and I don't have anyone to share this with (for reasons that may become obvious) so I'm turning to Tildes to vomit these thoughts out into the world somewhere.

      Like a lot of us growing older, I've been spending a some time trying to better understand myself and come to peace with the person I am. One of the aspects people around me (and myself) find perplexing is how I'm able to be personable and friendly, even popular in some circles, but given the choice I will stay away from people as much as possible (except for a very select few I can count on one hand). I often joke that if it weren't for my wife and kids I'd probably be feral and live in the woods, bite anyone who tries to get too close. That lady that lived alone in a cave for over a year? Life goals. I thought I was just a mega introvert, but something my therapist and I discussed made me realise that that side of my personality may be (at least partly?) a manifestation of past trauma. So here is my villain origin story.

      I've shared before on Tildes that I was very sick with cancer for a good chunk of my infancy. Whenever someone finds out I had cancer (it's left fairly visible marks, so the topic inevitably comes up) I always say it's ok, I don't remember it at all, so really it's my parents who lived through the trauma, not me, ha ha. I no longer believe that is entirely true. The body does keep the score after all. My therapist pointed out that I must have spent many moments alone dealing with the consequences, unable to fully share or understand what I was going through. Moments where I was physically manipulated whichever way, by people and instruments, dealing the nausea, the pain and the fatigue. I was too young to fully articulate my distress, ask for help (beyond crying) or seek solutions to the problems I faced. So for some moments at least I had only myself to rely on. Did the part of me that would normally seek out others die a little then?

      My parents used to remark that as a child I never cried out, just tears streaming silently down my face. They speak of how I used to play contentedly alone for hours. How I rarely asked for help when I really needed it. Don't get me wrong, I'm able to form relationships with people, and I'm perfectly capable of functioning in society. I do seek out others for company, connection, validation, love, etc, and vice versa. But I can't shake the feeling that there's something broken in those connections. It feels like something is amiss, even if I've mostly come to terms with being this way. I'm left thinking - did the trauma (at least partly) make me who I am? Where does the trauma end and where do I begin? How many of us are potentially totally different people today because the body remembers when we have completely and utterly forgotten? And if that's the case, is that...ok?

      48 votes
    48. How to avoid making other people angry on the internet

      I have, at times, experienced that opinions I share online fails to win people over, to the extent that the essence of the thread transforms from that of an exchange of ideas into that of a...

      I have, at times, experienced that opinions I share online fails to win people over, to the extent that the essence of the thread transforms from that of an exchange of ideas into that of a shitstorm.

      Curiously, this is seldom caused by me having controversial views. I’m not especially hateful, and I don’t hold any conservative core ideas, such as advocating for an even less equal society or attacking or belittling various minority groups. If it were just that, then there would be no mystery; my views horrible, and for that reason, they provoke a strong reaction. But despite this not being the case, my views, which are truly very civilised and boring indeed, are sometimes intepreted in interesting ways.

      I think the issue is me not expressing myself as well as I could. Assuming this to be the case, what follow is my own notes on how to better get your (mine) ideas across without misunderstandings.

      Beware of the shortcoming of contemporary writing

      Most of todays readers do not read. Rather, they impatiently give the text a quick glimpse, their brain already craving the next bit of novelty. I've noticed this in myself when I impatiently select random random test when trying to get my brain to read a text online. What's more, those who write has begin taking into account that their audience does not read. This has spawned a peculiar writing style which, for the first time in history(?), is designed not to actually be read, but merely glimpsed through.

      It mostly consist of short paragraphs.

      Often just a single sentence.

      Sometimes two sentences. Maybe three. Four sentences are considered the max.

      To help readers easier skim through it.

      Read more: How can you write web content that people can skim?

      If actually read, it has a staccato-like feel.

      Almost like free verse poetry.

      There are other characteristica too.

      • Scattering links throughout.
      • Inserting “Read more about“ references to other articles.
      • Inserting list such as this one.
      • Adding heaps of headlines.

      I guess pretty much everyone have seen this particular style, and, to some degree, adapted it themselves. So there is a tendency to naturally try to boil everything down to a single, ultra-short paragraph. However, human language is not computer code; trying to destill a deeper set of ideas down to a Xwitter-length sentence will inevitably cause its fragile essence to be lost in translation. There is a reason why books are the length of, well, books, and not just the SparkNotes summary thereoff.

      To build upon this idea, note that most dog-whistles comes in the form of a single, short sentence, as the shortness, unlike computer code, make it vague, opening it up for multiple interpretations. Indeed, some dog whistles doesn’t contain any words at all, but consists of a single emoji, such as “milk” or “the OK sign”.

      If you write about more elusive fluffy ideas, ideas where your angle runs the risk of being read the wrong way, your writing has to go all the way, fully exposing your point with absolute clarity. You have to show it from every angle to make your vision travel through the written words and into the mind of the reader.

      Sleep on it

      If you aren’t sure you got everything right, no rush. You can always wait a bit, and go over it later.

      Don’t accidently target other users

      Lets say that someone posts the notorious recipe “Chicken and ham extravaganta”, and say that they don’t think society should go vegan because a balanced diet is better than a green one. You just happen to have a bunch of replies to that. For one thing, flesh food is not traditionally balanced, but centered around the meat, with everything else being mere decoration. Also, there are lots of protein sources other than meat. But most importantly, the vegan movement is not about what is the most healthy diet, but about it being morally wrong to kill a sentient creature just to eat its meat.

      But this is a general argument about veganism. If you write it as a reply to someone recomendinging a “Chicken and ham extravaganta”, you’re essentially calling them a bad person.

      So don’t reply. If you want to push your point, at least wait a bit and then create a new post, so you don’t target a specific user.

      Don’t drink and post

      Nope. Just don’t.

      Avoid provocateur headlines

      I might have given this post the headline “How to speak honestly without being banned for misogyny, racism, transphobia, and fascism”, or maybe “I was banned and censored on tilde.net. Here’s my conclusions.” Headlines which are undeniably more juicy, more clickbaity, if you will. You can almost smell the raising adrenaline. Controversy! Read all about it!

      To me, this is hard to resist, because I really love the aethetic of blatant, vulgar marketing. But it also tends to backfire more often than not.

      Also, even if the actual content of my post is okay, people who have experienced racism or transphobia might not be super thrilled about me playing around with racism and transphobia in my headline. Saying something “jokingly” is still saying it.

      As an aside, me being temporary banned and having my posts deleted was what inspired me to write this post. I don’t have anything much to say about this itself, other than I would have liked it if removed post had a line about the reason for removal, and I would also note that, if you get banned, the red text bleed into be backgrund in a way which is aestetically displeasing.

      Diversity reading

      You might try mentally test reading your post from the perspective of groups which play a role in the content of your post. After all, if you talk about someone, you should be able to say it to their face. Also, it is entirely possible that your post will be read by those you talk about.

      Take the rules for being a good listener, then invert them

      Listening is a skill which most people haven’t learned. So when you speak your mind, it is worth taking precautions for the likely scenario that your readers will not follow the rules for the optimal listener. So let’s try inverting the rules:

      When listening to others, always give their view the most generous intepretation —> If your words can be interpreted as ignorant, biggoted, or fashy, they will be, always.

      Truly listen to others and try to understand them before giving your answer —> Assume that people will skim through your post.

      I want to point out that (in bold and uppercase just for the heck of it) I DON’T SAY THIS TO WHINE ABOUT BAD PEOPLE READING MY POSTS UNFAIRLY. Nope, absolute nope. My point is the exact opposite; I have a deeply held belief that any writer or author who is “misunderstood” could have avoided it by writing better. The writer should be expected to know his audience and know how to write in circles around any potential misintepretation.

      Got that? Ok. Let’s look at what we can do to address those two issues.

      If your words can be interpreted as ignorant, biggoted, or fashy, they will be, always.

      When writing a post, I sometimes get the notion that something I write might be taken the wrong way. But then I forget about it, because I’m busy building a clever metaphor finding just the right word. And without fail, my post get misinterpreted in exactly that way I thought it would. So always listen to that little voice. In my experience, it is seldom wrong.

      This is not just to avoid you getting trashed online. Another more important aspect which is typically overlooked, is that if your post can, somehow, be misinterpreted in horrible ways, it may also be read as such by people who truly hold those views, people who then sees you as an ally. You really don’t want that.

      Sometimes it is a simple matter of changing your phrasing. Other times, directly stating what you do or do not believe is in order.

      Assume that people will skim through your post.

      While you can’t predict exactly how our post is going to be skimmed through, It is likely that they will have read your headline. So use that as leverage to push your most important points, or the general vibe of your post. Your first paragraph is likely to be read too. If your post is longer, you can also add subheaders with key info. You can also use the inverted pyramid structure, leading with the information any reader must know, followed by things which will grant them greater understanding, and ending with the interesting nice to know stuff.

      This is what I got so far! If you got any advice of your own, please share!

      34 votes
    49. What is the importance of not swearing in front of my kid?

      Honest question. My son is only 5 months, but that is something that came to mind while reading posts on American websites. My culture is not nearly as sensitive to swear words are English...

      Honest question. My son is only 5 months, but that is something that came to mind while reading posts on American websites. My culture is not nearly as sensitive to swear words are English speakers seem to be, so I would like to know if there's any reason to be mindful of that other than specific cultural sensibilities. Is it inherently bad to use swear words in front of kids? Do you have any personal views on the matter?

      35 votes
    50. Advice for returning to a frozen car at long term airport parking

      I'm returning home from a trip and am on my 4th layover in a nightmarish series of delayed flights and last minute changes; when I get home it will be 5 degrees (F) which was not the forecasted...

      I'm returning home from a trip and am on my 4th layover in a nightmarish series of delayed flights and last minute changes; when I get home it will be 5 degrees (F) which was not the forecasted temp when I left, so I did not make any kind of preparations and left my car in uncovered long term parking, a 5-ish minute walk from the airport. It dipped into negative temps while I was gone and I'm terrified that I'll get back to a car with frozen locks and no lighter, lock de-freezer, hair dryer, etc, anything to help me get in. I've searched for advice but everything I've read seems to assume you're at home, not at a airport. I'm already so drained and exhausted and it will be late when I get there so I'm just trying to find something, anything that might be helpful in advance before I'm stuck standing outside in unexpectedly, dangerously frigid weather with no plan in jeans, sneakers, and a hoodie. Apologies if something like this has been posted, I couldn't find anything and feel like I'm about to collapse. Any advice is appreciated, even obvious things, I'm sure I may have overlooked something that would be clear to someone else. Posting this before I board my next flight in the hopes there may be some replies by the time I get home. Thank you for reading

      Update: made it back, took an Uber home and will pick up my car either tomorrow or the day after during the day. I should have thought of it myself and feel silly that I didn't. Thank you all so much for the feedback, really saved me some stress, I probably shouldn't have driven home even had it not been so cold out with how tired I was. Will definitely use all the advice here to be more prepared when leaving during the winter in the future, no matter the forecast.

      36 votes