• 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. If our worst fears about Donald Trump play out, how will we know when it's time to leave?

      Like I did last time Trump was in office, I've been reading up on authoritarianism and fascism. Ur-Fascism by Umberto Eco On Tyranny by Timothy Snyder They Thought They were Free by Milton Mayer...

      Like I did last time Trump was in office, I've been reading up on authoritarianism and fascism.

      Ur-Fascism by Umberto Eco
      On Tyranny by Timothy Snyder
      They Thought They were Free by Milton Mayer

      And if you want a hot take from someone who argues that Trump himself is not a fascist but rather something worse, here is a great video from Morbid Zoo. Note: the main argument in this video begins at about 11:30. The lead up is responding to criticisms of her first video on the topic and laying some groundwork for her argument. You'll be fine to start at 11:30.

      I wonder still if there is enough fight left in this country to resist him. I wonder if Trumpism will fizzle out upon his death or when he leaves office in four years. I wonder if America's institutions are strong enough, its people just smart enough, to not go that route. I suppose I'm feeling anxiety because I would like to, here and now before I become accustomed to another "new normal," set my boundaries on when there is no going back. I don't want to look back and say that I missed the obvious moment and I should have known. I want to be ready and keep my wife and son safe.

      My question is this:

      Where is your uncrossable line? What would Trump and crew have to do before you decided to leave by any means with no concern for your debts, possessions, etc.? Or, if the frog is boiled more gradually, when would you start seriously making preparations?

      50 votes
    4. Sorry for the mess (post mortem for a Topic that went sideways?)

      Last night I posted a video that came across my YouTube feed. I had never seen this particular creator before, but I found the video entertaining and thought provoking in isolation. I hadn't seen...

      Last night I posted a video that came across my YouTube feed. I had never seen this particular creator before, but I found the video entertaining and thought provoking in isolation. I hadn't seen any videos like this anywhere else on Tildes, so I decided to post a new Topic. I wasn't sure how to word the description. I knew I wanted to hear other points of view, so I hinted at wanting a discussion and didn't really get into my own thoughts.

      I hit submit and went to bed, thinking that in the morning I might be able to clarify my thoughts, and add to the discussion without dominating it.

      But I woke up to a mess! A mess that I made. The post had been locked and deleted. Apparently this particular YouTuber is very controversial, and posting without any context turned out to be problematic. I was hoping for discussion and boy howdy did I get discussion.

      But since I never really voiced my original intent for posting, it all left me feeling like I had spilled some milk and then someone else had cleaned it up for me. The problem is that I never got to apologize for spilling the milk, and never got to thank the people who cleaned up for me while I was sleeping.

      So I suppose this is sort of a meta post. Has anyone else here had something locked/deleted before being able to "make it right"? Should I have provided more context up front? Vetted the creator better by researching their other videos or other online activity? Am I doing the wrong thing by talking about it post-mortem? I definitely don't want to make things any worse, and super duper do not want to be kicked from Tildes! I really enjoy interacting with people here, and want to make sure I'm adding rather than taking away.

      Also, I just want to say that I'm sorry if this reignites any problems related to the original (now deleted) Topic, and I will happily accept if this Topic also needs to be removed. Please excuse my mess. :)

      49 votes
    5. What are some good YouTube channels/shows/series related to travel?

      Recently I just came across this channel Ilya Varlamov , great quality video content related to travel. Thought I should share this channel. I also watch Not Just Bikes , it's more related to...

      Recently I just came across this channel Ilya Varlamov , great quality video content related to travel. Thought I should share this channel.
      I also watch Not Just Bikes , it's more related to Urban planning, but you get to explore a lot about the countries.
      Then is series called Scam City , It gives great info about native people trying to scam tourist's.
      Series called Deadliest Roads , Shows the tough life of the native people with bad Road networks.

      What all Youtube channels/Series you watch related to travel?

      12 votes
    6. Car maintenance/replacement advice

      I have a 2014 CRV, it loses oil horribly and I'm going to have to check it a couple times a week or risk my engine. The mechanic was hesitant to even help me limp it along and said basically...

      I have a 2014 CRV, it loses oil horribly and I'm going to have to check it a couple times a week or risk my engine. The mechanic was hesitant to even help me limp it along and said basically there's no fix besides replacing the engine. He put 3 quarts in that day. I didn't have a warning it was low other than the loud start.

      I'm trying to decide if it's worth continuing maintenance on this car or worth trading in now while the engine is still kicking (and switching to an electric used car probably) or nursing this along for another year or so. We have a car loan on a wheelchair van we're trying to refinance which means I'll be looking at cars that are about equivalent in value to the CRV.

      Thoughts? Advice? Besides keeping oil in my car because I didn't know it was this bad. Ó⁠╭⁠╮⁠Ò

      19 votes
    7. Work life balance in a startup

      I was just looking at a job posting. It's fully remote, good pay, and almost a perfect match to my skill set. It's got a somewhat humanitarian aspect to its mission even if there are also profit...

      I was just looking at a job posting. It's fully remote, good pay, and almost a perfect match to my skill set. It's got a somewhat humanitarian aspect to its mission even if there are also profit motive aspects.

      I looked at glass door, and the overwhelming majority of the reviews are, "it's not a bad place to work, but it doesn't have good work life balance." Or "expect startup culture hours".

      If you want to see the job posting, DM me and I'm happy to share, but I don't want to publish a public link when I might apply for it.

      My question for Tildes is, what experience do you have just saying no to overtime / forcing management to prioritize by just telling them you can't do everything / etc? Is this workable if your work is good and you make an effective contribution in a 40-50 hour week? What are your success or failure stories? Strategies you used for vetting the team / manager? Other things I should be thinking about?

      Thanks as usual for any thoughts.

      15 votes
    8. Looking for eclectic and little-known websites that bring joy

      Given the current state of things, I have been trying to avoid internet sites that could trigger anxiety. This is harder to do that I thought it would be. So I'm reaching out to the fine and...

      Given the current state of things, I have been trying to avoid internet sites that could trigger anxiety. This is harder to do that I thought it would be. So I'm reaching out to the fine and resourceful Tildes collective for links to sites that are less known, and may provide, if not joy, at least interest, uniqueness maybe, fun, or education? Stuff that may be comforting, engrossing, or diverting to give some respite to those of us who are feeling pretty crushed.

      Here are two sites I can offer, but I don't want to limit anyone's idea of what might be a good suggestion.

      Futility Closet "is a collection of entertaining curiosities in history, literature, language, art, philosophy, and mathematics, designed to help you waste time as enjoyably as possible." (description from their about page)

      Strange Company bills itself as "a Walk of the Weird Side of History"

      (edited to add links)

      60 votes
    9. Flags and symbols of patriotism in context

      Recently I was watching the World War 2 series "Masters of the Air". In one of the last scenes, there is an American prisoner of war who climbs up the flag pole and replaces the German flag with...

      Recently I was watching the World War 2 series "Masters of the Air". In one of the last scenes, there is an American prisoner of war who climbs up the flag pole and replaces the German flag with the American flag as American troops liberate the camp. I thought it was a powerful aesthetic image: A battered flag of freedom replacing a flag of oppression.

      The American flag looks very nice to me, especially used in dramatic art. But I think that's mostly the connotations of my upbringing. If you look at the aesthetics of it without any history of it, it looks like a striped tablecloth sewn to a starry apron or something. And to a lot of other people in the world it looks like greed or violence or oppression or something else again.

      I'm sure these aren't original thoughts, but the use of this flag as a symbol has been bothering me for the last 8 or 10 years. It's been co-opted to mean something different than before, inside the very places where it previously would have much more positive connotations. If I see that flag on a big pickup truck, I have a strongly negative connotation with it. Or if I see it defaced with a blue line on it. Or if I see it on the pin of a politician. Or on a pole in a used car lot. Or in any advertisement.

      This is more about my own naivete about whatever the United States was actually about, separate from what we are taught as children and the stories we tell ourselves. But I'm guessing a lot more people have these thoughts than did a few years ago.

      I remember some people a few years ago were telling progressives to "Take back the flag from the right wing". I guess I don't know if that's going to work, there seems to be a poisoned well now and anyway everyone always brings their own experiences to such symbols and your display of positivity may have the opposite effect on others.

      17 votes
    10. Ideas for a side project I'm working on -- an RPG to help me curb my alcohol consumption

      Preface: I am familiar with Habitica. This idea would probably scratch a similar itch, but I'm also using this as an opportunity to sharpen my Rust skills. My idea came about when I was trying to...

      Preface: I am familiar with Habitica. This idea would probably scratch a similar itch, but I'm also using this as an opportunity to sharpen my Rust skills.

      My idea came about when I was trying to find out some new tactics to curb my alcohol consumption, which isn't quite out of control yet, but I don't want to tempt fate.

      I've also really liked the progression aspect of RPGs. What if I could gamify my quest to not drink alcohol and make it sort of a fun, unique RPG experience at the same time?

      In the broadest sense, it would go something like this:

      • You open the game up, ideally each day. You are instantly prompted: "Did you drink yesterday?" (and perhaps it will go back a few more days if you skipped).
      • For each day you answer "no", you are rewarded with some sort of tokens, credits, etc. -- currency to play the game. If you answer "yes", maybe you get penalized somehow.
      • Then, you pick up your journey, which is sort of a standard RPG experience -- fighting battles, buying gear, learning spells, leveling up, advancing through the world, you name it.
      • The game should get progressively more difficult, but should not have an ending, as "quitting alcohol" does not have an ending either. At the same time, it should scratch the RPG progression itch.

      The initial game concept I came up with is just one that I see as the quickest way to get this off the ground, which would be something CLI-based, where you are presented with a menu ("visit shop, enter arena, view equipment" etc.). You spend battle tokens to enter into arena battles, which reward experience points, money, and gear. You level up, work towards a build (there needs to be a way to respec because restarting isn't really an option), and progress through the arena.

      In total, you would probably spend less than 5 minutes every day playing the game, which is by design. It should be an every day habit. But, there should be enough entertainment value that, if I'm not getting those sweet battle tokens by not drinking, I'm missing out on experiencing the game (or, I could lie, which defeats the purpose of the app).

      So that's where I'm at right now. I'm really interested to hear your thoughts, ideas, critiques, etc. before I spend a free weekend building out a concept.

      Some questions in particular:

      • I was leaning toward just building this in CLI because it will be extremely simple. It could just be a matter of STDINs. However, I'm open to other Rust-based options. Is there a good Rust UI toolkit or web framework that is worth looking into that would make this a little more modern?
      • What about game features? What could make this a really fun experience, while also balancing the whole concept of being built around your life and your habits?

      In the end, this is a deeply personal project that would be built, first and foremost, for my specific needs. But that's not to say I couldn't build it with some scalability in mind. Rather than asking about alcohol, perhaps the "habits" can be customized, and so forth.

      Anyway, have a great weekend!

      23 votes
    11. Thoughts on Donald Trump, America and what this all means

      So this is reality. I warned myself not to take anything for granted with Trump, 2016 happened, but still I was starting to feel hopeful for a minute there. But nope, this is what America looks...

      So this is reality. I warned myself not to take anything for granted with Trump, 2016 happened, but still I was starting to feel hopeful for a minute there. But nope, this is what America looks like now. For now.

      This sucks for a lot of Americans, some are justifiably devastated. A lot is uncertain and we all have to figure out how to navigate this version of the country for, at least, the next 4 years. That's of course part of the insanity, that there are big questions about what happens when Trump's term is over. We kinda know there's going to be some level of a coup attempt, we just don't know if it will be successful.

      But for the moment I want to put aside the myriad fucked up social, economic and geopolitical implications and explore what it means from a more ideology and identity sort of angle.

      This means that we don't live in a just world. When my partner was crying last night, I think that's what she was feeling the loss of most of all. The idea that despite the imperfections of the world, somewhere underneath there is some form of justice based in the fundamentally good nature of human beings.

      Intellectually it seems obvious that there is no inherent justice. But emotionally it's a different story. Speaking for Americans, it's not the story we're told growing up in the shining beacon of democracy. The concept of what America is, and who Americans are, that we translate to our childen is missing most of the nuance. And many of us keep that with us emotionally as adults, even if we know better.

      The grown up version, the story we tell ourselves in American culture, has more nuance but not as much as you'd hope for. As an example, we've been pretending that giant corporations, conglomerates and the ultrawealthy can serve the public interest for an embarrassingly long time. We've made materialism into an art. A little light to medium evil in our foreign policy is just something we need to accept.

      Of course the nuance isn't lost on everyone, a lot of us have a clear view of what America is, and western capitalist democracy writ large, but Trump is president, in part, because a lot of people do not. Full stop. We, as a culture, are telling the wrong stories about ourselves.

      But Trump is president, in spite of his escalating rhetoric and Jan 6th and the nazis on parade and the election wasn't even close. So we have to come to terms with what that means about what America is, and who Americans are.

      That's going to take time and processing and I'm not sure how that might or should look. I just want to add that this isn't new. This is the country we've been living in for some time. The only thing that's really changed is that we can't rationally tell any other story now.

      It's heartbreaking but after we grieve I think we'll have an opportunity, collectively, to come to terms with what we are, good and bad. Which is of course a vital early step in the process of change.

      One thing I'd like to add to the conversation, that's been said a lot and still not nearly enough, is that the enemies here are not just bigotry, or ignorance, or extremist religion or lack of security. Perhaps the biggest reason, directly and indirectly, for Trump's second term is unchecked capitalism.

      I hope that, as a whole, we'll learn from this, and focus our energy on the right demons. The ones we maybe have to deal with before we can handle the others.

      And also I want to say: this is sad and it feels bleak at the moment... and this grief is shared by millions. We're not alone in this. We'll get through it.

      50 votes
    12. Tried switching to Fedora KDE Plasma, have issues with nvidia driver

      Solved I was idiotically installing a legacy driver instead of the current driver. I installed the current one and it is now working. Background on Tildes For background I posted about distro...

      Solved

      I was idiotically installing a legacy driver instead of the current driver. I installed the current one and it is now working.

      Background on Tildes

      For background I posted about distro recommendations a few weeks ago: https://tildes.net/~tech/1ji6/switching_to_linux_looking_for_distro_recommendations. I settled on Fedora KDE Plasma.

      Steps taken before the problem

      I installed Fedora onto an unallocated space on my SSD, alongside Windows 10. I have tested that Windows 10 is currently working, and that Fedora starts normally. I have also used the boot media to install onto my laptop with no issues. However, on my desktop before installing GPU drivers for my GTX 970, I found Fedora to be quite buggy. This would include the session freezing and needing to be restarted , or my screen would go black with text saying something along the lines "desktop session cannot be unlocked, press ctrl + alt + f3 and login and run a command (I cannot remember the command)" and then I could switch back to my previous session. Overall, it was a buggy mess. My thought process was that it may be a GPU driver issue, and so I started the process of installing RPM fusion and installing the driver from there. I have a GTX 970, so I followed the section titled "Legacy GeForce 8/9/200/300" on this page: https://rpmfusion.org/Howto/NVIDIA?highlight=%28%5CbCategoryHowto%5Cb%29. The commands I ran after installing RPM were: sudo dnf update -y and sudo dnf install xorg-x11-drv-nvidia-340xx akmod-nvidia-340xx and followed all the prompts provided as necessary. I would then leave my computer for about 30min, before returning and restarting (thinking that a restart may be necessary to be fully using the drivers).

      Current Situation

      After going through the process listed above, I turned my computer on and booted into Fedora. My screen would hang on a black screen with a flashing white underscore at the top left corner. The computer would not get past this point, no matter how long it was left. Hitting "ctrl + alt + f2" would give me a working terminal that I could interact with, showing the basic CLI of Linux working. I did not play around much with the commands, but I do know the basic shutdown now command was working.

      Troubleshooting Steps Tried

      I was thinking that it may be due to the driver being X11 and I am running Wayland. I searched online and results seemed to indicate that this would not cause an issue
      (I will add more steps here when people recommend them)

      9 votes
    13. Cosmere laser engraving

      This was my first time trying working with a laser cutter! I wanted to make a house warming gift, and thought that this could be a nice way to get familiar with the laser cutter. The house warming...

      This was my first time trying working with a laser cutter! I wanted to make a house warming gift, and thought that this could be a nice way to get familiar with the laser cutter. The house warming gift was the mistborn wheel. But after I made that I kinda of caught the itch and wanted to make something for myself as well, which ended up being the surgebinding chart (second design).

      https://www.designfind.com/designs/21814
      https://www.designfind.com/designs/21815

      Cosmere: The cosmere is a fictional shared universe where many of Brandon Sanderson's books take place.
      I made this a separate post so that it could be searchable when people look for other Cosmere stuff on Tildes.

      17 votes
    14. Thoughts on a Democratic postmortem

      So Trump won. Next few years are gonna be rough, I know. What happened, and where can the Dems go from here? James Carville said it best: It’s the economy, stupid (even if he predicted the wrong...

      So Trump won. Next few years are gonna be rough, I know. What happened, and where can the Dems go from here?

      James Carville said it best: It’s the economy, stupid (even if he predicted the wrong candidate). Inflation was a big concern among voters, mostly driven by gas, groceries, and housing. Rightly or wrongly, many voters tied this to Biden, and through him to Harris. They viewed Trump as being likelier to fix things, with a big bold plan (tariffs, deportations, tax cuts). I suspect some (many?) voters wanted to punish Dems for inflation. Others probably thought Harris would worsen it. While she had a long proposal, she didn’t seem to talk about it much, nor boil it down to soundbites. Many of the demos that swung were hit hard by the price increases.

      We saw swings among Latinos, young voters, and rural voters toward Trump. Some of this was due to depressed D turnout (Harris got 15 million fewer votes than Biden), but in other cases it was due to genuine swings. Starr County, TX went Republican for the first time in decades. New Jersey only went for Harris by single digit percentages. Black voters had a small 2% decline of the share of the electorate.

      I think non-immigration identity politics played a smaller role. I do think Harris/Walz could’ve talked more about men’s issues specifically (suicide, the academic gap, poor job prospects), although they are hard to soundbiteify and not sound forced. They likely could've approached it from a universalist angle. Trans issues might’ve driven some voters to Trump, but I believe it was more localized (e.g., reduced margins in Loudoun County). Latinos likely weren’t particularly turned off of Trump because they aren’t a cohesive bloc, and in many cases not even the same race (you’ve got whites, indigenous, blacks, mixed, even Asian Latinos). Between the countries the cultures can be very different, to the point of each country hating the other. They can be more socially conservative as well, especially those in their 40s and older.

      Immigration was definitely a bigger issue, dovetailing with economic issues (housing costs, “why are migrants getting help but not me”, homelessness). The migrant bussing by Gov. Abbott will be viewed as one of the greatest political maneuvers of the 21st century. It brought the issue to voters outside of border states. The number of people coming to the border was frustrating/scary for some voters.

      Abortion didn’t play as big of a role, I suspect because many women don’t think they’ll need one, or because they don’t view care that legally may qualify as one.

      The state of democracy didn’t motivate enough people for the Dems, in fact, some people who thought it was important voted for Trump.

      Foreign policy didn’t play much of a role, although Israel/Palestine probably was significant in Michigan. But that needle would’ve been hard to thread for any candidate, and probably would’ve been less of a problem if other points were addressed.

      I think the fact that Harris is a biracial woman did reduce votes, but I don’t think it was necessarily decisive in her losing. The right woman can definitely win (Thatcher won the U.K. in 1979, so it should be possible in the U.S. in 2024). I would probably hold off in 2028, but I don’t see an issue with running women long-term.

      So, what are the takeaways for Dems?

      1. Suburban white-collar voters are not the end-all be-all. They are a good bloc to have (reliable voters in many swing states, including in off-years), but they are not enough to outweigh the others.

      2. You cannot take minority demographics for granted. They will not stay with you forever. They are not monolithic.

      3. Social policy can only go so far. Its salience can be quite limited compared to the economy. Negatives can be very negative, white positives may be “meh”.

      4. Running against someone, rather than for yourself only works so many times.

      5. You can only have so many issues stacked against you and be able to win. If it was just the economy, it might’ve been closer, but you had the economy, and immigration, and social policy, and Israel/Palestine.

      6. The average voter does not account for lag in terms of policy. Trump got credit for a good economy even though Obama did a lot of the work.

      7. Places that are or have been “safe” are not guaranteed to stay like that forever, especially when paired with point 2, without work.

      8. NatCon populism is here to stay. The combination of left-ish economics and social conservativism, propelled by apathetics and the hard right is a winning one, and needs to be countered accordingly.

      9. Many folks view Democrats as being the “mom” or “Karen from HR” party. That is not the kind of reputation that wins elections.

      10. It’s the economy, stupid.

      Based on that, what would my strategy be for Dems in 2026/2028?

      1. Clean house. The folks in charge lost 2024 and only barely won 2020. Care needs to be taken to ensure replacements have sufficient political/management experience.

      2. Don’t be the party of why/if. Be the party of do. The former implies insecurity, the latter confidence.

      3. Bring back the 50-state strategy. Open offices in rural areas. States viewed as safely blue came awfully close to flipping for Trump this year. But the reverse can also be true, especially with a good candidate (cf. Indiana in 2008 ). And even if the presidential candidate loses, downballot candidates can still win, especially in off-years. I think the Dems had a good ground game, and while it cannot make up for everything else, it’s usually better to have it than not. Local elections matter a lot because they have stronger day-to-day impact, and they are the breeding ground for future politicians. North Carolina had several good Dem victories.

      4. Focus on economics. Moderate suburbanites aren’t enough to win on, and many people like Trumponomics. Go for smart tariffs, universal policies (e.g., Child Tax Credit, universal Medicare, etc), targeted tax cuts and increases along with tax code simplification, and one other oddball policy (withdrawal from the WTO? Annual gas tax holiday?) likely to be popular with voters.

      5. Social moderation/tolerance. The party is a big tent one, and there’s going to be friction over social issues. This doesn’t mean abandoning core constituencies, but being smarter about rhetoric and candidates (you won’t win the Georgia governorship with an Everytown candidate). Candidates should be allowed to have differing views on social policy (especially if it is personal and doesn’t extend to the political realm), and there should be a mechanism to allow dissent on an issue an individual is out of touch on. Related: get the loudest social progressives away from the party. They frequently clash with it but manage to tie the party to an unpopular viewpoint with something they said on Xitter/Tik Tok. I did like the initial message of freedom the Harris campaign was putting out, but it didn’t seem to be used much.

      6. Turnout still matters. You need to be able to turn out more people for you than the other guy.

      7. (My weird, hot take-ish view) Go on an offensive cyber campaign. You’ve got Russian operatives shilling for Trump and the GOP. Hack them. Make it so they can’t just continuously pump out disinfo. Even a few million should be enough to establish a unit dedicated to fucking up Russian troll farms.

      8. (Courtesy of @EgoEimi) Go for the reality TV angle. Lots of rallies, some political stunts, and bring loads of energy.

      One final thought: Trump is a sui generis candidate. He energizes people who aren’t into politics normally. Thus far, the GOP hasn’t been able to translate that into off-year elections or non-Trump POTUS candidates. Nobody wants diet Trump, they want the real deal. When he passes away, it remains to be seen whether someone (Vance?) can take over with the same level of success.

      78 votes
    15. I think it's time to give a "news detox" a try

      I've spent the past months with an unhealthy obsession with "the news", due to both an election in my own country and the one in the US. Maybe it was an attempt at being in control of a situation...

      I've spent the past months with an unhealthy obsession with "the news", due to both an election in my own country and the one in the US. Maybe it was an attempt at being in control of a situation I have absolutely zero control over, despite it shaping aspects of the world I really care about. But that control is an illusion.

      I've rediscovered an older article by Rolf Dobelli called "Avoid News – Towards a Healthy News Diet". It argues against the value of high-frequency (daily) news consumption in 15 points. It does not vilify journalism as a whole, however, arguing for replacing a daily feed of online news with individual, high-quality, in-depth articles consumed weekly or so.

      I know that I probably can't resist having some idea of what is going on in the world (and I have some niche interests that I genuinely find productive to keep up with). So I'll try something simple: No "news" (quotes because I include random social media feeds in this) during weekdays. No news websites, no tildes, no reddit. There's ways to filter for the top posts of the "last 7 days". I never use this feature since I look almost daily, anyways. Well, I'll try and make that my default way of consuming social media. On weekends I can decided to use some of my precious free time to read up on the "big" events of the week. I hope this will make me realize that most weeks go by without producing any information that I can use to improve my own life (both privately and at work) or that of people I care about.

      There is stuff I'm looking forward to: This sounds depressing but I have this huge list of non-critical things I wanted to accomplish that I kinda stopped even considering because every damn minute of free time I had was spent doom-scrolling. I hope the "touch grass" people are right and spending more time focused on my own environment will also help me get a better sense of what is important.

      I also feel slightly guilty about the thought that this will make me less compassionate towards people who live outside my own bubble and whose stories I would not hear just talking to friends and family. This is an attempt to put my head in the sand and pretend that large parts of the world do not exist. But the truth is: There is only so much I can do, effectively. I can maybe join a group dedicated to fixing a specific wrong or raise awareness. Maybe two. But I could never address that whole laundry list of problems from my news feed that left me paralyzed with fear. I will have a more positive impact on the world if I focus on less.

      Let's see where this goes.

      67 votes
    16. American election mental health thread

      I posted my own thoughts here, TLDR: I am afraid and catastrophizing and thinking very black and white and spiraling quite a bit and I'm not even American. Click to view it copy/pasted They have...

      I posted my own thoughts here, TLDR: I am afraid and catastrophizing and thinking very black and white and spiraling quite a bit and I'm not even American.

      Click to view it copy/pasted

      They have sweeped the election and are now in control of the house, the senate, the supereme court.

      I'm a Scandinavian but I am very afraid for the queer community over there and for us here - American politics has far reaching influence on western countries. If the right wing wins the next election, they will take many pages out of the Republican book and likely roll back policies on especially trans people - the minister of equality already said "the rights of trans people should be limited".

      While Russia doesn't have the capacity to do much else than provoking NATO in terms of playing around on the Eastern European borders, we will definitely be seeing a lot more hybrid warfare in the next 4 years. I am very afraid for Ukraine because despite Zelensky's visit and meeting with Trump, they are a lot less likely if not guaranteed to receive way less support now because the Republican party as a whole is more isolationist than the Democratic party.

      This also means that while not under immediate existential threat, I don't think China is likely to turn down rhetoric nor "exercises" and border provocations regarding Taiwan. China has been building their military for years at this point, spending almost as much on it as the US when accounting for purchasing power. There has been speculation that they will be capable of launching an attack by 2030. I'm saying all this because Biden's promise about defending Taiwan probably won't be extended by Trump's government.

      Palestine and Lebanon is in more danger than ever. Israel will increase their aggression and more civilians will die through excuses that killing 1 terrorist hiding in a hospital is worth the lives of dozens of innocents. They will annex more of the west bank, settlements will increase, everything will be worse. Iran, Turkey, Azerbaijan, you name it, can all become more aggressive and commit more and more crimes against humanity because the white supremacist isolationist American government will do nothing.

      And then there's all the other things that I don't know as much about. But homophobia, sexism, and racism has once again won. It has been legitimized. Human rights worldwide will suffer because of this, not to mention the disastrous consequences for our climate and environment.


      This is not meant to be another ~news thread.

      Please keep discussion in this thread to mental health only.

      How are you doing?

      What will the impact of this be on your life?

      76 votes
    17. Best solution to extract PDF data?

      Hi folks-- To those more knowledgeable than I am: What would be the best local solution to extract numerical data from a batch of PDF file reports? The values I want are interspersed among word...

      Hi folks--

      To those more knowledgeable than I am:

      What would be the best local solution to extract numerical data from a batch of PDF file reports? The values I want are interspersed among word processor formatted tables and irrelevant text. The text and table formatting are (nearly) identical across reports. The data I want vary across reports. The PDFs are not of images...I can select and copy text without OCR. I have thousands to process, and the data themselves are confidential (I have clearance) and cannot be shared. I can use Windows or Linux but no MacOS.

      I am technically inclined, so I bashed my head against regular expressions just enough to use notepad++ to find and delete most of the irrelevant stuff and make a CSV, but it's a hacky, imprecise method and not nearly automated enough for batches. For reference, I don't code for a living or even as a hobby, but I use R and bash, am familiar with IDEs, and can follow pseudocode well enough to edit and use scripts.

      Any thoughts? Thanks in advance!

      24 votes
    18. Omnivore alternatives?

      I created an Omnivore account recently and I started to love it. I thought to self-host it but I didn't have enough time and thought I'd host it later. I (along with everyone else presumably) got...

      I created an Omnivore account recently and I started to love it. I thought to self-host it but I didn't have enough time and thought I'd host it later.

      I (along with everyone else presumably) got this email today:

      We’re excited to share that Omnivore is joining forces with ElevenLabs, the leading AI audio research and technology company. Our team is joining ElevenLabs to help drive the future of accessible reading and listening with their new ElevenReader app.

      Next, all Omnivore users will be able to export their information from the service through November 15 2024, after which all information will be deleted.

      Though it is quite frustrating, I will not go further in my opinion of this move.

      I would just like to let the community know that I'm in the market for an alternative for this... or maybe some help how to self-host it. I don't even know if it will be easy to self-host or if it will be worth it, presumably without updates...

      19 votes
    19. 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
    20. I bought a bike. What next?

      Yeah, I bought an ebike from Costco. It was a pretty good deal and it exceeded my expectation in just about every way, at least so far. The only thing that's bugging me right now is that the seat...

      Yeah, I bought an ebike from Costco. It was a pretty good deal and it exceeded my expectation in just about every way, at least so far. The only thing that's bugging me right now is that the seat is supposedly super comfortable but my butt is sore after relatively short rides, but I've read that that will go away after a while.

      I haven't owned a bike for decades and I was wondering if there was any less obvious things I should look out for. I already figured out that I put on the front wheel off-center because the disc was rubbing against the brake pad, but that was an easy fix. The manual for my bike is painfully lacking in details; half of covers how to use the controller, and the other half is assembly, and even that part wasn't terribly detailed. There were two parts that came in the box that it didn't even mention (a reflector for the handlebars and the derailleur protector - the latter of which I only figured out what it was after I did a reverse image search for it). It appears that it was written for people who already know a lot about bikes. The fork has shocks on it that appear to be adjustable but I don't know how or even why you would want to adjust them. Is there a website or a book that I can find with more detailed info on bikes generally?

      Finally, accessories. I already bought two simple things just on impulse: a simple cheap cable lock and a bell (which seems like a strange omission for a bike, but what do I know?). I figure that I should have probably invested in a better lock, though, since it's a fairly expensive machine, so I thought I'd ask what people would recommend. Also are there any other accessories I might consider? I want to get a bottle holder, but I'm looking for a design to 3D print if anyone has any recommendations. It'd be nice to finally bust out my roll of ASA for it.

      34 votes
    21. Recruiting help for election day posters

      Creatives of Tildes, I'm in dire need of help. My plan on Nov 5th is to vote, drop my kids off at school, and then go stand next to the heaviest republican-leaning polling location within 20 miles...

      Creatives of Tildes, I'm in dire need of help.

      My plan on Nov 5th is to vote, drop my kids off at school, and then go stand next to the heaviest republican-leaning polling location within 20 miles of me until the polls close (with possible break to pick up my kids).

      I need a sign. A good sign. I need 1 sign, maybe 1 pamphlet. A final plea to the Republican voter to vote against fascism. It needs to be succinct and thought provoking, but not accusitory. A visual for them to ponder as they walk in the building. Something to inspire even one voter to change their mind about voting R this year. I have ideas, but I am no artist, and not nearly as witty or empathetic as I wish I was.

      It will, to the best of my knowledge, be just me. Although I invite you all to join me in spirit at your nearest equivalent.

      Here are my ideas so far, but they all feel too wordy.

      • Your spouse can't find out you voted for women's rights.
      • Don't force my daughter to be on a menstration registry.
      • The Republican party abandoned you, It's time for you to abandon them.
      • If you replace "Immigrants" with "Jews", Trump sounds a lot like a Nazi.
      • I don't like Kamala much, but I trust her to step down if she loses.
      • Don't be on the wrong side of history.
      14 votes
    22. Vince Collins - Life is Flashing Before Your Eyes (1984)

      An interesting animated musical film that could probably be posted in ~music but I thought the animation was the standout aspect of this short video. It’s not for everyone, but if you’re into...

      An interesting animated musical film that could probably be posted in ~music but I thought the animation was the standout aspect of this short video. It’s not for everyone, but if you’re into experimental or psychedelic animation, this short is a standout from the 80s. Definitely worth a watch if you’re in the mood for something unusual and a little disorienting.

      4 votes
    23. Freeze drying ramen noodle add ins

      My mother and her husband's hobby is trawling Facebook marketplace for things they never realized they wanted (and often repairing them) and they managed to obtain a Harvest Right Freeze Dryer at...

      My mother and her husband's hobby is trawling Facebook marketplace for things they never realized they wanted (and often repairing them) and they managed to obtain a Harvest Right Freeze Dryer at a laughably low price. They've had some fun with it, and I'll be over soon and am considering giving it a try.

      We're getting into winter, so my first thought was to freeze dry some toppings to pour into my ramen as needed -- I often add whatever is in my fridge, but it would be nice to have something mindless to throw in. Once you're running the dryer, it makes sense to fill it completely for efficiency's sake, so I'd be making a good quantity. There are 5 trays, so it would make sense to do 5 different mixes, though I could do more than that by making a tray separator with foil.

      A little bit on freeze drying: To do it efficiently, you pre-freeze whatever you want to dry. Small or thin pieces are best, because they will sublimate out moisture faster, meaning the cycle completes faster. That's important, because the whole assembly uses a ton of electricity. Things that are very fatty or oily (ie, bacon or peanut butter) will not freeze dry well, and then will not be shelf stable after drying either. The other benefit of small pieces is that they rehydrate faster in liquid.

      My first thoughts were a mix with frozen peas, carrots, broccoli and edamame (maybe chicken? But that's more work because it would need to be cooked first). Perhaps another with chopped napa cabbage, grated ginger and garlic...? I considered just doing individual ingredients, but I think it would just be easier for me to have a premade packet I can open and go. I typically buy chicken ramen, but I'll occasionally get something different.

      There aren't any big Asian grocers anywhere near where the freeze dryer is, so any obscure ingredients I would want to dry, I would have to bring with me.

      Let me know your ideas!

      14 votes
    24. How do you deal with work-related stress?

      Here’s a topic that I would like to hear some opinions (advice) on. I work in a pretty demanding software role. The positives: I am well compensated and I like the work I do. It also helps that I...

      Here’s a topic that I would like to hear some opinions (advice) on. I work in a pretty demanding software role. The positives: I am well compensated and I like the work I do. It also helps that I work on a genuinely useful product whose sole purpose is not only to extract profits from the consumer base. I also do not work overtime.

      Therefore I am covered on all bases: moral, financial and personal interest. However, for the past year or so my responsibilities have grown, and I have to juggle more and more (both in number of tasks, their complexity & deadlines) during the same period of time (remember, no overtime).

      So now I find myself periodically stressed for longer & longer periods of time. I don’t have energy and motivation for my hobbies, and I dread having to engage in anything more intensive than the occasional walk. But I can tell that this state of being is not sustainable for the long term.

      To whoever can relate: what are your thoughts?

      Edit: some good things that I have going for myself, that help a little; I have a good sleep schedule, I rarely drink, I don’t stay connected to work outside working hours and I have a very supportive partner.

      36 votes
    25. Request: Advice on book spine repair

      Does anyone here have any advice on repairing a book spine? I have a hard back that an excited puppy chewed off the outer part of the spine. Now that said puppy is well out of her "chewing on...

      Does anyone here have any advice on repairing a book spine? I have a hard back that an excited puppy chewed off the outer part of the spine. Now that said puppy is well out of her "chewing on random stuff" stage I'm trying to figure out how to repair/reinforce the binding since it's otherwise a brand new book. I'm a crafty person so I'm trying to embrace the accident and treat it as a book with a bit more character.

      Most of the glue is intact, so my current thought is to add additional glue (book binding glue I'd assume?) and then use a tape or fabric to reinforce the spine.

      I'm not expecting a repair that looks like new. I'm looking for something functional and durable that will keep the book from falling apart with use. If there's a good tape for this application that would probably be sufficient. Just soliciting some additional feedback in case someone has done something similar before I take a stab at the project.

      Here's some pictures of the book and of course puppy tax: https://postimg.cc/gallery/wyskQn1

      9 votes
    26. I teach a student with Reactive Attachment Disorder and I need help

      Special Ed. Teacher here. This year I've been assigned a tough caseload. But my most challenging student is easily the student with Reactive Attachment Disorder and possibly autism. I'll call him...

      Special Ed. Teacher here.

      This year I've been assigned a tough caseload. But my most challenging student is easily the student with Reactive Attachment Disorder and possibly autism. I'll call him Jake.

      Edit: He's in middle school, btw.

      To protect his privacy and my own, I can't give many specifics. This student is chronically online and I wouldn't put it past him to Google situations he's caused in my class.

      Some vague descriptions of the things he's done this year:

      -Repeatedly jokes about pedophilia and teachers who have been arrested for it. It makes me uncomfortable that he does this, obviously. The only saving grace here is that he has thrown it around so many times, including calling multiple teachers pedophiles last year, that everyone knows he is just being rude and it's not a serious accusation. Thoroughly documented and I'm not really concerned about actually being accused. Fyi, I have informed his adoptive parents and they have informed his counselor. They are taking it seriously and have started investigating whether or not this is just shocking humor or a more serious part of the Jake's history before adoption.

      -Waits for the perfect time to drop rude or shocking comments to inflict maximum damage. When he wants to say something awful to me or in general, he will hold off until he has an audience and the room is relatively quiet.

      -Constantly mocks and shit talks certain students. We have dealt with it. He isn't just getting away with it. But even after consequences, separation from the students, and punishments at home, he doesn't stop. He's hung up on hating a couple of kids in particular but will generally be rude to whoever if he wants to. One of these kids is a scrappy kid from a rough school and I could totally see it ending in punches if we don't manage this.

      -Absolutely refuses to share any serious thoughts. Even when asked what kind of support he needs, what kind of rewards would motivate him, or what's bothering him, he just gives ridiculous answers in a high-pitched voice or walks away. This kid wants no part in coming up with solutions and won't even engage in a conversation about his behavior or even the behavior of others.

      -Speaking of his high pitched voice, this is the voice he always uses to say rude things. He has his normal speaking voice and then he uses this higher pitched voice when he says things that are rude or shocking. Like he has two different brains and one wants to be mean.

      -Last year, he kept a list of times he felt students and teachers had broken the code of conduct.

      -absolutely hates special Ed. Hates me for being a special ed. teacher. Reminds the other kids in my class that they're "special" constantly.

      For the record, all of these things have been addressed many times. The school has been supportive, the parents have been supportive, and everyone knows that this behavior, if continued for much longer, will likely result in a change of programming for this student. He would be placed in a more restrictive setting.

      This is kind of my last ditch effort to see if anyone has ideas, because this student is on the verge of leaving my classroom. If there is anything I can do to make it work with this kid, I would do it immediately. He's smart, witty, and unfortunately very funny in a South Park kind of a way. But he's raising hell every day and he's the first student I've had where it feels like I can't connect with him at all. And not for lack of trying.

      42 votes
    27. Why do people treat friendships and relationships as two different things?

      Inspired by this post and many thoughts I had about the topic previously. For some reason, a lot of people treat friendships and romantic relationships as two entirely separate things. People say...

      Inspired by this post and many thoughts I had about the topic previously.

      For some reason, a lot of people treat friendships and romantic relationships as two entirely separate things. People say stuff like "I could never date a friend" or "I want to date them but they just want to be friends". The top comment by @BeanBurrito on the post I linked mentions how men want to become friends with women simply because they have too little confidence to just ask them out.

      I've never understood this. To me, being a friend and dating are just two points on the same closeness spectrum. You go from acquaintances to friends, then best friends, then partners. You can obviously skip some of those steps sometimes, but those are still the same thing - being in a romantic relationship is the same as being very close friends, it's just an even closer form of it. Yes, there's usually an extra factor of exclusivity in a relationship - but they can be non exclusive, so it's not a defining trait.

      Asking someone out shortly after meeting them is such a wild concept to me. You probably wouldn't meet someone and immediately just go "hey, let's be best friends", so why would you ask them if they would be even more?

      I also don't really get why people care about being "friendzoned", for the same reason. Like ok, you won't be the "bestest closest friends" with someone, but you can still be good friends? If they agree, you can still have personal conversations, or cuddle, or do whatever else that you can do in a relationship. I get why people can be upset if a person they like shows absolutely no attention towards them, but why would you be upset at them just wanting to be friends?

      It it literally just about sex and physical attraction? But then also, things like "friends with benefits" exist. So clearly, you don't have to be in a relationship in order to do that. And if that's the only thing you actually need, why would you ask someone "let's date" instead of just directly saying what you want?

      I don't get it.

      35 votes
    28. The unlikelihood of being complimented as a man

      I read through hundreds of comments on reddit (I know, Ive digressed) on the question 'What would women dislike most if they became men?' The one that hit me square in the face were the thousands...

      I read through hundreds of comments on reddit (I know, Ive digressed) on the question 'What would women dislike most if they became men?' The one that hit me square in the face were the thousands of men who agreed that they hadn't been complimented for anything in years.

      One commenter said the last time he was complimented was ten years ago and he can still remember the time and the place because it was so unusual. One gut punch even said, "Many men are laying in their casket before many good things are ever said about them" and at first I thought, well that's gotta be hyperbole. But then I thought more about it and realized that while I have had a couple of compliments from my wife over the last year, I dont recall a single other person saying anything complimentary in probably over a year... And I never really thought about it, but its just not something we expect to hear.

      It's not like I was waiting for compliments, but I think the statement true - men just rarely get compliments. And I'm not sure why.

      I definitely don't compliment my friends very often. Occasionally do compliment my adult son but I'm sure, like most guys, that's pretty infrequent coming from any other male in his life.

      It's just a bit odd when I think about how often my wife gets compliments. Or my daughters. Not sure why we men get so little affirmation that way. It really struck me as odd.

      67 votes
    29. 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
    30. Portable monitor recommendation?

      Hi Tildes, I am going to Vienna in November (and if anyone wants to meet up send me a message! but that's another topic), and this is only half vacation, half for a work-related conference, so I...

      Hi Tildes, I am going to Vienna in November (and if anyone wants to meet up send me a message! but that's another topic), and this is only half vacation, half for a work-related conference, so I want to be able to easily spend a couple hours on work even during the vacation part. To make this easier, I want to buy a portable 2nd monitor that I can plug into my laptop.

      I have ZERO experience using such an item, and wasn't even 100% sure they really exist until I searched just now, so I don't think I have any flat requirements. However, I would super like if it takes touch input and comes with a pen! (no i do not want a tablet, I want a 2nd screen for my laptop that I can drag windows & paste between etc). It also should either be super lightweight or be safe to put in my checked luggage (preferably the latter). Minimum 1080p resolution, I don't think the size matters THAT much but at least the size of a normal laptop screen (and not netbook) would be good.

      (oops I thought I was pressing enter on a tag but it sent the whole post! edited a bit to finish writing it)

      23 votes
    31. Great examples of explaining an algorithm (or even just a process)

      Does anyone have any great examples of a document that explains an algorithm? For work, I am trying to learn how an algorithm works, and I thought it'd be a great exercise to build up a doc that...

      Does anyone have any great examples of a document that explains an algorithm?

      For work, I am trying to learn how an algorithm works, and I thought it'd be a great exercise to build up a doc that outlines what happens and how it works. I'm hopefully to lean slightly on the more technical side, but not so far that non-technical people won't derive any meaning.

      I'm looking to write something that clearly outlines a process, and shows how those pieces affect the final result. It's something I've never done before, but having difficulty finding posts when googling around for "how an algorithm works".

      I'm thinking the ideal format mixes both text and graphics, but the majority I have found are gigantic walls of text. I want to write about a software algorithm, but I think this broadly applies for any sort of complicated process.

      13 votes
    32. I'm looking for a spicy wasabi snack that will kick my ass and make me regret eating it

      A few years ago, I got my hands on a bottle of St. Elmo Cocktail Sauce. When I tried it for the first time, it had so much horseradish that for a moment, I thought I was going to die. Fast-forward...

      A few years ago, I got my hands on a bottle of St. Elmo Cocktail Sauce. When I tried it for the first time, it had so much horseradish that for a moment, I thought I was going to die.

      Fast-forward three seconds later, and I was eagerly repeating the experience over and over and over again. I could not get enough of it. It was like it was kicking my sinuses in the testicles and slapping my tastebuds in the face. I became addicted.

      It changed my life.

      The problem with cocktail sauce though, is there's only a few occasions you can reliably snack on it. I want something I can take with me on the go. I want a snack that grabs me by the shoulders and says "WAKE THE FUCK UP, YOU HAVE A LIFE TO LIVE."

      I've tried various wasabi peas and smoked wasabi almonds. Horseradish potato chips (or crisps, if you'd rather) and pretzels. Nothing, and I mean NOTHING, provides the puckered face, lose-your-balance experience I'm looking for. The only way I've gotten close is by putting handfuls of dried wasabi peas in my mouth at a time, and that folks, is just not sustainable.

      And so, I come to you with my plea: I want pure, concentrated doses of horseradish/wasabi on some sort of crunchy, long-lasting snack vehicle. Yes, I have a problem, and yes I want you to enable me.

      Any recommendations?

      32 votes
    33. Who sells the Darn Tough equivalent of underwear?

      For those who don't know: Dark Tough sells high quality and really tough socks that take forever to wear out or develop holes. They're made in the USA and have a no-bullshit lifetime warranty. I...

      For those who don't know: Dark Tough sells high quality and really tough socks that take forever to wear out or develop holes. They're made in the USA and have a no-bullshit lifetime warranty. I bought my first pair over a year ago. It's actually kind of crazy that I put up with shittier, cheap socks for so long. I'm never going back.

      And now, the ol' underwear are starting to get some holes in them. The kind of holes that let the breeze tickle your balls.

      Unfortunately, while searching online for the Darn Tough equivalent of underwear, I found a lot of counter-recommendations. Someone would recommend a brand (like Duluth), but then someone else would provide a pretty detailed account of why and how that brand's underwear apparently sucks now, or they don't honor their warranty anymore, etc.

      So, I thought I would ask for recommendations on Tildes, since I generally trust the judgement and reviews of you all more than other people on the internet.

      33 votes
    34. True crime podcasts

      Anyone have recommendations for good true crime podcasts? The format I'm most interested in would be something documentary-style, similar to Darknet Diaries (easily one of my top 3 podcasts in...

      Anyone have recommendations for good true crime podcasts? The format I'm most interested in would be something documentary-style, similar to Darknet Diaries (easily one of my top 3 podcasts in general), but covering a broader range of crime instead of just technology/internet-based ones. I've given a few podcasts a try, but there are so many true crime podcasts I don't really know where to start. Here are some I've already given a shot and why I like or don't like them:

      • My Favorite Murder - I could stomach it OK in the early episodes, but once they started dong all the live shows and I had to listen to crowds laughing and cheering at what I thought were wholly inappropriate and disturbing moments it really turned me off. I don't mind approaching crime with a bit of humor (we laugh so we don't cry), this one takes it a bit too far for me at times.

      • Crime in Sports and Small Town Murder - Lumping these together since they're by the same guys. It's another one where they take the comedy a bit too far for my taste at times. I originally learned about these guys from the Timesuck podcast (which I'm enjoying as I'm listening through older episodes and does sometimes cover crimes).

      • Predators I've Caught - I actually kinda like this one. I watched and enjoyed all the TCAP stuff with Chris Hansen way back in the day, and even though I've come to realize that a lot of it is kind of problematic I can look past most of that for the purposes of entertainment. My biggest issue with this podcast and why I don't bother with it anymore is the insufferable number of ads they slot into each episode (and no option like patreon to get an ad-free feed). It's basically unlistenable.

      • I did listen to Serial while it was actively airing, and it's great, but I'm more interested in one that covers something new each episode as opposed to longer multi-episode arcs.

      • I Met My Murderer Online - This one scratched the itch pretty well, but it seems to be done now (no new episodes for over a year and the website doesn't seem to be up anymore). It had decent production value and covered a lot of interesting subjects.

      I usually listen to podcasts in chronological order, so I'm totally open to recommendations of podcasts that are no longer producing new episodes if there's a decent backlog to go through.

      10 votes
    35. Moments of Pride

      I thought this might be a nice thread for folks to share some happy LGBTQ things, more personal things than news but if it impacts you personally, go for it. I was just sitting on the porch...

      I thought this might be a nice thread for folks to share some happy LGBTQ things, more personal things than news but if it impacts you personally, go for it. I was just sitting on the porch wearing my Totally Gay shirt thinking we needed a happy thread.

      Share moments of Pride, queer joy, winning against those who would discriminate, whatever strikes you.

      24 votes
    36. 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
    37. Formula 1 Singapore Grand Prix 2024 - Results

      Thought that was a rather boring race. First half or so was just tire management. The added DRS zone didn't really spice anything up, as so many of the gaps were greater than 1 second. Even in the...

      Thought that was a rather boring race. First half or so was just tire management. The added DRS zone didn't really spice anything up, as so many of the gaps were greater than 1 second. Even in the late race when the gaps tightened up, didn't seem like passing was possible. Perez couldn't get around Hulk. Leclerc couldn't get around Russell.

      On a more positive note, Colapinto continues to kill it. Albon had to retire due to a PU cooling issue, but even before that, Colapinto passed his teammate on a great move at the start. One that Albon was not particularly happy about! Unfortuantely, Perez just nudged Colapinto out of the points.

      McLaren continues to extend their recently-attained lead in the Constructor Championship. McLaren is ahead of Red Bull by 41 points. Though with 6 races left, that's not quite a guarantee just yet.

      Anyway, we begin the unofficial autumn break. 4 weeks until COTA. A whole month. Sigh. Since we're entering another break, I'll also post the current Constructor and Driver Championships standings below.

      Next race:

      United States Grand Prix
      Circuit of the Americas -- Austin, Texas
      Sunday, October 20

      Provisional Race Results -- SPOILER
      Pos No Driver Car Laps Time/retired Pts
      1 4 Lando Norris McLaren Mercedes 62 1:40:52.571 25
      2 1 Max Verstappen Red Bull Racing Honda RBPT 62 +20.945s 18
      3 81 Oscar Piastri McLaren Mercedes 62 +41.823s 15
      4 63 George Russell Mercedes 62 +61.040s 12
      5 16 Charles Leclerc Ferrari 62 +62.430s 10
      6 44 Lewis Hamilton Mercedes 62 +85.248s 8
      7 55 Carlos Sainz Ferrari 62 +96.039s 6
      8 14 Fernando Alonso Aston Martin Aramco Mercedes 61 +1 lap 4
      9 27 Nico Hulkenberg Haas Ferrari 61 +1 lap 2
      10 11 Sergio Perez Red Bull Racing Honda RBPT 61 +1 lap 1
      11 43 Franco Colapinto Williams Mercedes 61 +1 lap 0
      12 22 Yuki Tsunoda RB Honda RBPT 61 +1 lap 0
      13 31 Esteban Ocon Alpine Renault 61 +1 lap 0
      14 18 Lance Stroll Aston Martin Aramco Mercedes 61 +1 lap 0
      15 24 Zhou Guanyu Kick Sauber Ferrari 61 +1 lap 0
      16 77 Valtteri Bottas Kick Sauber Ferrari 61 +1 lap 0
      17 10 Pierre Gasly Alpine Renault 61 +1 lap 0
      18 3 Daniel Ricciardo RB Honda RBPT 61 +1 lap 0
      19 20 Kevin Magnussen Haas Ferrari 57 DNF 0
      NC 23 Alexander Albon Williams Mercedes 15 DNF 0

      Fastest Lap: Daniel Ricciardo

      Source: F1.com

      Current World Constructor Championship Standings -- SPOILER
      Pos Team Pts
      1 McLaren Mercedes 516
      2 Red Bull Racing Honda RBPT 475
      3 Ferrari 441
      4 Mercedes 329
      5 Aston Martin Aramco Mercedes 86
      6 RB Honda RBPT 34
      7 Haas Ferrari 31
      8 Williams Mercedes 16
      9 Alpine Renault 13
      10 Kick Sauber Ferrari 0

      Source: F1.com

      Current World Driver Championship Standings -- SPOILER
      Pos Driver Nationality Car Pts
      1 Max Verstappen NED Red Bull Racing Honda RBPT 331
      2 Lando Norris GBR McLaren Mercedes 279
      3 Charles Leclerc MON Ferrari 245
      4 Oscar Piastri AUS McLaren Mercedes 237
      5 Carlos Sainz ESP Ferrari 190
      6 Lewis Hamilton GBR Mercedes 174
      7 George Russell GBR Mercedes 155
      8 Sergio Perez MEX Red Bull Racing Honda RBPT 144
      9 Fernando Alonso ESP Aston Martin Aramco Mercedes 62
      10 Nico Hulkenberg GER Haas Ferrari 24
      11 Lance Stroll CAN Aston Martin Aramco Mercedes 24
      12 Yuki Tsunoda JPN RB Honda RBPT 22
      13 Alexander Albon THA Williams Mercedes 12
      14 Daniel Ricciardo AUS RB Honda RBPT 12
      15 Pierre Gasly FRA Alpine Renault 8
      16 Oliver Bearman GBR Haas Ferrari 7
      17 Kevin Magnussen DEN Haas Ferrari 6
      18 Esteban Ocon FRA Alpine Renault 5
      19 Franco Colapinto ARG Williams Mercedes 4
      20 Zhou Guanyu CHN Kick Sauber Ferrari 0
      21 Logan Sargeant USA Williams Mercedes 0
      22 Valtteri Bottas FIN Kick Sauber Ferrari 0

      Source: F1.com

      15 votes