Hell froze over in Texas – the state will connect to the US grid for the first time via a fed grant
  • remotelove remotelove Now 75%

    Hey. I made that joke first about hell freezing over. Booo!

    2
  • Hope you like socialism
  • remotelove remotelove Now 50%

    I thought it was nudie calendars of Olga Skabeyeva and RT news, but you can call it whatever you want I guess.

    0
  • Department of Energy announces $1.5 billion in electric grid improvements
  • remotelove remotelove Now 100%

    There was an article posted today on /c/texas (Lemmy World, I think) about them actually connecting to the national grid.

    I guess there actually was a cold day in hell.....

    9
  • Pulley System Makes Headphone Cables More Managable
  • remotelove remotelove Now 100%

    Totally not penis inspired.

    2
  • Hope you like socialism
  • remotelove remotelove Now 71%

    Then there is ml and lemmygrad. They lean on something, I know that at least.

    New users accidentally posting on those instances is kinda fun to watch, TBH. It's like Lemmy's version of hazing I suppose.

    3
  • Texas electric grid to finally connect to US grid
  • remotelove remotelove Now 100%

    Texas ain't that big. As long as y'all aren't getting snowed on, we should be fine.

    2
  • 'My aneurysm was a shock' - men urged to attend screenings
  • remotelove remotelove Now 100%

    Yeah.. those kinds of things tend to be surprising. Are people ever like: "Oh it was a normal day. Went to the store, got some carrots, beef stock, had an aneurysm and went home and finished my cooking. But yeah? How about that game last night, eh?"

    2
  • Russia to spend $2.54 billion on its own chipmaking tools industry by 2030
  • remotelove remotelove Now 100%

    I think they dropped a couple zeros on their budget estimates.

    1
  • New Bluetooth Vulnerability Leak, Your Passcode to Hackers During Pairing
  • remotelove remotelove Now 100%

    Maybe? There are a ton of shitty BT implementations in the wild that will never get patched. This does seem quirky at first glance, but could just as easily affect millions of vehicles, as an example.

    If I was so inclined, I would camp out in a busy parking lot with an antenna just to see what I could find.

    1
  • New Bluetooth Vulnerability Leak, Your Passcode to Hackers During Pairing
  • remotelove remotelove Now 100%

    They are used for most pairing sequences, but we don't type them in anymore. They are used more to validate that it's you that are connecting two devices.

    7
  • The Daily Check-in for Tuesday October 1st - Just For Today, WE Are NOT Drinking!
  • remotelove remotelove Now 100%

    I wish you the best and glad you are excited about your first chip! While I don't regularly go to AA anymore, I'll still walk into an occasional meeting every few months as a healthy reminder about why I don't drink. (I have personal disagreements with that style of program, but that is OK! To each their own.)

    But yeah, alcohol is a hell of a drug. I knew all the bad things it was doing to me and I welcomed it. Since I was too chicken-shit to put a gun to my own head, drinking myself to death was the next best option.

    And honestly, you sound really excited about the path you are taking and nobody here should give a shit about how far off-topic you might get. You keep exploring your sobriety in your own way! (For myself, if I was sober for a week or so, my ADHD would kick-in hard and my hyperactivity was uncontrollable.)

    But yeah, I'll still check-in here every once in a while too. And yeah, you are helping me more than you know, btw. (Drunks share a very unique bond, even if they are half a world apart. )

    2
  • The red scare be like
  • remotelove remotelove Now 70%

    You shouldn't be scared of something that doesn't exist.

    7
  • The Daily Check-in for Tuesday October 1st - Just For Today, WE Are NOT Drinking!
  • remotelove remotelove Now 100%

    I like flying things. They are neat.

    Rehabs do teach you a ton of things though and that is cool. I am sure you are getting really good at your "I" statements by now too and that is always good to learn for a ton of situations in life.

    Don't worry about the pot fantasies. It's not alcohol. (Rehabs tend to treat it like the devil, if you haven't seen that yet.)

    Above all else, your main takeaway from rehab is that rehab sucks ass. It can be enjoyable for some, I suppose. (I must have liked it so much I went back at least 4 or 5 times.)

    An old acquaintance was confused as to why I kept going back and then he simply told me one thing: "If you don't want to get drunk any more, then don't drink. It's as easy as that." It took me the better part of 15 years to figure out what that really means, but I have a few years of sobriety under my belt now. (I don't count days. I was sober today and that is all that matters to me.)

    7
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
    Jump
    The FCC announced a $31.5 million settlement with T-Mobile over multiple data breaches that compromised the personal information of millions of U.S. consumers from 2021-2023. More from
  • remotelove remotelove Now 100%

    Oh noes! How are they ever going to pay that with $80 billion in yearly revenue??? Someone think about the shareholders, for fucks sake! (That is 0.03875%, btw.)

    4
  • This little gadget to find out which type of USB-C cable you have
  • remotelove remotelove Now 100%

    (thinks out lound..)

    If you could force different speeds and different voltages, you can make some guesses as to what the cable might support.

    USB packets use CRC checks, so a bad checksum may indicate a speed or physical problem. (Besides stating the obvious, my point is that doing strict checks for each USB mode gives CRC more value.)

    I just looked over the source code for libusb (like I knew what I was looking for, or something) and it seems that some of the driver(?) components hook really deep into the kernel. There might be a way to test specific parts of any type of handshake (for dataflow or voltage negotiation) to isolate specific wires that are bad by the process of elimination.

    I think my point is that a top-down approach is likely possible, but it's probabilistic.

    1
  • Edit: Deleting this post. It's starting to get controversial, but that's OK. Not what I planned on, but whatevers.

    108
    22

    I have been attempting to extract the firmware from an HVAC controller board using my Pickit3 and MPLAB X. It seems that many HVAC controllers are PIC based and most are kind enough to include debug/flash pins. Grabbing the firmware images should be trivial once the correct pins are traced out. MPLAB X will see my Pickit3 and the target MCU, but it fails to pull an image that isn't all zeros. (The "bin" file is a text file with each line noting the start address, followed by 16 byte values.) I do get an occasional "Target device ID invalid message" but that is usually due to my janky wiring to the board. Once I get that issue cleared, MPLAB will always warn that the debug bit (byte?) is set on the MCU. (That doesn't make sense as the MCU should be running standalone on the board during normal operation.) Is there some kind of read protection that may be enabled on the PIC? Do I just need to unsolder the PIC and put it in its own dedicated circuit for pulling the firmware?

    8
    2

    _The one trick that Big Music doesn't want you to know!_ I was absolutely struggling when I went to do a final mix after writing everything in stereo. For me, it was a whack-a-mole game: Fixing one problem created ten more, bass was unmanageable, highs tended to blare or everything was a midrange soup and I constantly struggled with frequency cancellation. Above all other problems, music was not _portable_. It would sound great with headphones, but became a blown out mess on external speakers. Mono. Just write everything in mono. If the track sounds good in mono, even just the slightest bit of stereo separation makes it sound awesome! As a perk, it forced me to learn more about compression and limiting and when it is applicable. If something is inaudible in mono, it's going to sound like absolute garbage in stereo. (It also forced me into EQ'ing nearly every component of a song at first. I am not nearly as aggressive with that now, but again, it opened up new doors that I didn't realize existed.) Why, oh why, is this technique not pushed more to hobbyists and beginners? Is there a shortcoming that I am not aware of? Obviously, this isn't a cure-all and I kinda framed this post as a magic trick. Its one hell of a teaching tool, if nothing else.

    16
    2
    engineering.berkeley.edu

    (Wait, what? This is from _2022_??? I have known about CAL for a while, but this glass stuff is new to me.) 3DPN video: https://youtu.be/pkBP_eO-Pug?si=l4__tZwrNDB4qNlU CAL: computed axial lithography _Researchers at UC Berkeley have developed a new way to 3D-print glass microstructures that is faster and produces objects with higher optical quality, design flexibility and strength, according to a new study published in the April 15 issue of Science._

    16
    0

    I am fed up with resin slicers. Chitubox is about as stable as a drunk on a tightrope, Lychee is bad for engineering models and over-priced if you just want some basic support functions and PrusaSlicer is under-developed. All of these solutions work for different things based on the goals of the user. (For some, Lychee is an excellent value so my distaste is likely not universal.) What really pissed me off is that support painting shouldn't be a paid feature. You hold the mouse button down and drop a support at specific distance from the last. It doesn't take massive cloud computational clusters or huge storage requirements but yet, money. Fuck. That. I want a completely FOSS tool that is stable and includes functionality for auto-positioning models and has a full set of knobs and levers for support generation, support painting included. So, I spent the morning getting a dev environment setup for PrusaSlicer to use as a base for resin-only tools. Over the next month or so, I'll take some time to strip out all the FDM support and get the slicer into a bare-bones state with only the existing resin features. Of course, it'll be on GitHub. Back to the main subject. I was hoping that y'all had references in regards to anything resin printing: Support placement methods, model rotation optimization, resin strength data, FEP peel force data or anything that could be coded and implemented into a slicer. Hell, even discovering different methods for hollowing an STL would be nice. Data and strategies for various tools would be nice to have at this point to at least start forming a roadmap for development. (One of the first goals is to integrate UVTools as a snap-in, somehow.) FDM tools are plentiful because of wide spread adoption. Resin printers still seem niche so printer manufacturers naturally gravitate to writing their own tools for their own hardware in their race to the bottom. With all of that said, I am actually curious if others would even want to see a project like this kicked off.

    27
    8

    I have been using FL Studio for years. It was easy to pirate when I was younger and broke, and it's still flexible enough for anything I want to do now without hassle. (The license these days is "meh" for clips and plugins. However, I am designing and beginning to record most of my own instruments now with a core set of plugins.) I would like to experiment with an open source DAW, but not sure which routes to take there.

    17
    7

    Spinner shows while thumbnail is being shown _after_ upload and thumbnail is being generated, but not when actually uploading. (I am attempting to attach gif to this post, but not sure if upload has failed, still going or just not possible.) I am mobile while I am creating this post, so uploads are laggy anyway.

    3
    0

    Search is fine, but there have been several cases where I have wanted to manually enter a community name and instance. Search can be odd at times and being able to have connect at least attempt to jump to a community would be a nice to have.

    8
    0

    Edit: I can now post and view cat pics. Yay! Searching for "cat" or "cats" yields cat@lemmy.world with Connect, but not from web. "cat" is an invalid community. cats@lemmy.world should be correct community and listed in search results.

    6
    1

    I mean, I still do some stupid and brainless things but I can own that stuff without fear. The absolute worst is only being able to half-remember most of the stupid shit I did. That stuff still kinda haunts me, but in some ways, that is a necessary evil of sobriety. This was just a random thought that I needed to write. Maybe it gives someone else something to hope for. Maybe it reminds others of why we choose not to drink. Regardless: IWNDWYT

    76
    11

    A few hours later, I just discovered how long this cheesy noodle trend has been going on for. Also, this idea was already taken by a previous poster who likely started this trend quite a few days ago, I see. My mistake!

    46
    3

    I am simply on a quest to find an effective non-distillation method for purifying isopropyl alcohol used for rinsing resin 3D prints. I have seen some elaborate systems for curing and then filtering resin that is suspended in the isopropyl by running it through standard carbon water filters. That just seems a bit over-complex and does a poor job of removing dyes. In some cases, the filters are not fine enough and the isopropyl will eventually get "sticky". It seems to me that a finer filtration system would work much better. Carbon and celite should catch most of the monomers and oligomers, but I am not sure about the photoinitiators and other additives. Distillation is obviously the best method for purity, but there may be a worse cleanup and a higher fire hazard risk. Are there better materials that I could use for filtering besides celite and carbon? IPA is tiny compared to the rest of the molecules I am dealing with so filtration seems viable. (I should note that I would bulk develop the used IPA in clear plastic containers in the sun for a day or two first.)

    14
    0

    Before I get into my comments, I just want to ask that if you haven't bought the dev a coffee, please buy him a coffee. Personally, I have bought several with the intent of covering for those who cannot. Our dev has earned it. I am just going to say that Connect is awesome. Even through early development, when there were huge issues, it progressed at a good pace. And yeah, it has gotten super stable and functions great as a simple and easy to use Lemmy client. I would also like to make clear that I respect this app as the sole devs creation. He/She is 100% able to direct this project as they see fit. Period. However. One person development teams can be a serious risk to the longevity and stability of an app. People get tired and burned out. People have actual lives outside of working on a single app. People can just vanish from dev work. _That is all normal_. With the recent Lemmy instance updates and some subtle bugs that are showing, my concern is that it may become a much larger challenge to keep this app up to date. In my limited dev experience, core API changes (or API bugs) are a royal pain in the ass to deal with. A person could spend more time just keeping their app functional instead of developing new features or working on minor bugs. I was hoping that people in this community that have experience with the development of large open source projects, can contribute ideas for our dev that may make it palatable to open this project up to additional contributors. I think the biggest things I would like to call out is that if this project is opened, it may damage any revenue that is being generated by this app for the dev and I don't want to see that happen. (People gotta work and people gotta eat. ) What open source licenses are available that would keep full control of this app in the hands of the original dev? (Is that even a viable option?) Quite simply, other than opening this app up fully, I don't quite know exactly what I am asking for. It would be nice to keep full control of this app in the hands of the dev, while also allowing community development. Just to reiterate, this post is not meant to be rude or pushy. If _anything_ I said came off that way, it was absolutely not the intent and offer a humble apology if it did.

    10
    2

    Edit: Just copy the original filename, Chinese and all, to a custom RERF file. It tested fine with the factory tests and also custom test parts I made. I didn't test with only "R_E_R_F.px6s" as the filename as I proved the original filename works fine with custom models. Edit2: I had the motivation to check the file today without that Chinese and it works fine as well. Just got a new Anycubic Photon Mono X 6Ks and the RERF file on the included USB has Chinese characters in the name. ("R_E_R_Fchch.px6s" / ch being Chinese characters...) Does the printer require those characters for custom RERF test prints, or is it actually just "R_E_R_F.px6s"? The documentation is unclear and online searching is jumbled with several issues regarding this filename across different printer models.

    5
    2

    I am business dumb, but I have a very unique mix of skills I would like to turn into a side hustle. Needless to say, there is going to be a huge learning curve for me. Sure, I could just sell 3D prints on Etsy, but I would rather focus on B2B type work with a more hands on approach than the Chinese print farms/PCB manufacturers. (I'll start an Etsy shop for practice, but that particular market seems extremely saturated.) So, if you have started a business before, what are some basic things that you wish someone had told you before you did? Are there good books or other references I could use?

    63
    22

    Update: Not a Connect issue. Strange. I don't see this as a pinned post on that community, but yet, there it is. Did an admin pin a post from another instance on .ca somehow or is this a bug with Connect? (Strange things are happening like this since the last Lemmy update. I can't tell if it's a Connect issue, or a Lemmy issue.)

    9
    3

    That feed is not /c/cat on lemmy.world, it seems. I just logged out and logged back in with no change. I'll clear my cache to see if that helps and will update this post if successful. Edit: Clearing the cache did not help. Must be a Lemmy API issue? Edit 2: NSFW communities are not hidden in the faux community feed either. Thankfully, they are blurred, but not hidden. Posting a comment with a picture from what was supposed to be lemmy.world/c/world. (Did I use "faux" correctly? I rarely use that word, so hopefully the intent shows.) Edit 3: Ok, weird. cat on lemmy.world is broken from my account on .ca, but other communities are not, like business on lemmy.world. lemmy on lemmy.ml is also broken. The issue is more random than I thought.

    12
    2
    remotelove Now
    81 2.4K

    remotelove

    lemmy.ca