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

help-circle
  • Been a little while since I worked on ODBC stuff, but I have a couple of thoughts:

    • Would it be possible to use something like a table function on the DB side to simplify the query from the ODBC side?

    • I could be misremembering, but I feel like looping through individual inserts with an open connection was faster than trying to submit data in bulk when inserting that much data in one shot. Might be worth doing a benchmark in a test DB and table to confirm.

    I know I was able to insert more than 50M rows in a manner of single digit hours, but unfortunately don’t have access to that codebase anymore to double check the specifics.


  • Thank you for the detailed response!

    I see now that you were responding to the title and not the content of the post.

    To further round out my knowledge and understanding, could you please point me to additional information about Latinos moving further to the right, Harris’ popularity, and polling data showing her well behind Trump in key states?

    I’m also curious to see examples of the American left refusing to acknowledge the potential of a second Trump term.

    Thanks again for helping me understand.


  • I’m not sure if I understand the points you are trying to make. Could you please elaborate? A) this meme is about records broken, not “wins.” A president winning a second term would not break any records. B) why wouldn’t Americans vote for a black woman? C) why would the thought of Americans electing a black women be “cult like?”



  • aMockTie@beehaw.orgtoMemes@lemmy.mlviolently cries and sobs
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    I sincerely hope that she has been trending in a positive direction. I’m glad to hear that her attempts have been unsuccessful, and that she has good love, support, and (hopefully helpful) medication in her life.

    I imagine the knowledge of your sister struggling and suffering is hard on you too, and I wish the best for both of you.


  • Thank you, I agree that it’s an important distinction to make. Having only been able to read the abstract of the linked article, do you perhaps have any information on the number of completed attempts compared to unsuccessful attempts?

    I hope it goes without saying that even a single attempt is too many, and any completed attempts are devastating tragedies that don’t reflect kindly on our current society.








  • Wi-Fi drivers are notoriously complicated on Linux in general, though things have been improving. But yeah if ‘iwctl device list’ comes up empty when you plan to use Wi-Fi to install Arch, especially if Ethernet isn’t a viable temporary alternative because your device doesn’t have an Ethernet port, you’re in for a tough time.




  • This is a fairly technical meme. Userspace is not the same as user preferences, and in this case refers to application compatibility. Applications written by third party developers (i.e. not the creators of the OS itself) are almost always in userspace and not kernelspace.

    Windows and the Linux Kernel devs go to great lengths to ensure that they are backwards compatible, sometimes to a fault. For example, there are certain bugs that are left in place and not fixed because some applications have adapted to the bugs and now rely on that behavior. If the bugs were fixed, suddenly those apps would break and the developers of those apps would need to create an update. That’s complicated or even impossible if the app developer has been out of business since the 90s/dies/is locked up in legal limbo/etc.

    You can still run games and other software from the 90s on Windows 11, but there is software from the 2010s that won’t run on the latest version of macOS because Apple doesn’t give a fuck about maintaining backwards compatibility (breaking userspace).