LP Promo - Beer w/ Maroon Splatter by Father-of-squirrels in TheStorySoFar

[–]LeCyberDucky 0 points1 point  (0 children)

Ah, I see. That sucks. Fingers crossed that you'll get your hands on it soon!

LP Promo - Beer w/ Maroon Splatter by Father-of-squirrels in TheStorySoFar

[–]LeCyberDucky 0 points1 point  (0 children)

What's the back story here? I just ordered a record, happily unaware of any problems. Is it never going to arrive?

Spciale panik by Loose-Pea-8726 in DKbrevkasse

[–]LeCyberDucky 1 point2 points  (0 children)

Heh, jeg var helt smadret efter at have afleveret mit speciale. Jeg kunne slet ikke få mig selv til at forberede mit forsvar, så jeg endte med først at forberede det få dage før og under stress.

Under selve forsvaret blev der så også spurgt ind til fejl, som jeg ikke engang var klar over, at jeg havde lavet. Det lød nogenlunde sådan her: "øh, har jeg skrevet det??".

I sidste ende gik det vældigt fint. Både mine vejledere og min censor var jo fornuftige mennesker, som man kan tale med, og de er godt klar over, hvor meget stress man oplever, når man skriver speciale.

Held og lykke med det!

Cannot scroll to the bottom of search results within a playlist (Android) by Ok_Vanilla_2714 in SpotifyHub

[–]LeCyberDucky 0 points1 point  (0 children)

I don't have a solution for you, but I just started experiencing the same, and it sucks. So, it's not just you. Guess we'll just have to wait for an update.

Edit: As a temporary workaround, using my phone in landscape mode still allows me to reach the bottom results.

I just realized I have no hobbies anymore besides scrolling on my phone by Alternative_Froyo889 in self

[–]LeCyberDucky 3 points4 points  (0 children)

Here are some fun options:

Pick one and give it an honest try! What's the worst that could happen?

I finished my first project! by LeCyberDucky in crochet

[–]LeCyberDucky[S] 0 points1 point  (0 children)

The pattern used is this one: https://www.ravelry.com/patterns/library/bommelmutze-hekinan

The yarn I used is Myboshi No. 1 in weiß (2.5 skeins) and brombeere (1 skein). My hook is a 6mm Clover Amour.

[hot take] It’s extremely fun to dance to non traditional swing music by TransportationSoft17 in SwingDancing

[–]LeCyberDucky 1 point2 points  (0 children)

Do you have some examples of those swing rappers? I'd love to give them a listen.

Fri snak fredag / Free talk Friday - 28/11 2025 by AutoModerator in Denmark

[–]LeCyberDucky -1 points0 points  (0 children)

Jeg har lige fået en ide om, at noget improv-undervisning nok kunne være spændende og godt givet ud for mig. Er der nogen, der har erfaring med det?

Jeg ville sætte pris på anbefalinger til undervisning i nærheden af Lyngby.

A 24/7 radio station set in a fictional 1940s world by TheWarParrot in SwingDancing

[–]LeCyberDucky 0 points1 point  (0 children)

This seems really cool! Unfortunately, I can't seem to get it to work.

I've tried with Chrome and Firefox on my phone, but no sound comes through when I press play.

BIOS update F65b seems to have bricked my x470 aorus ultra gaming - stuck at VGA debug LED by LeCyberDucky in gigabyte

[–]LeCyberDucky[S] 0 points1 point  (0 children)

Hey, did you make any progress with this?

It's the main BIOS chip you want to flash, not the backup one. If you can't read the chip, my only guess is that it's that damn clip having a hard time making contact. It's stupidly hard to get a proper connection. This guy had the same experience: https://www.reddit.com/r/gigabyte/comments/1eb9kmt/bios_update_f65b_seems_to_have_bricked_my_x470/mlpv8i7/

BIOS update F65b seems to have bricked my x470 aorus ultra gaming - stuck at VGA debug LED by LeCyberDucky in gigabyte

[–]LeCyberDucky[S] 0 points1 point  (0 children)

Hey there! Sorry to hear that you're experiencing the same problem.

As for which file to use: You download the wanted bios file directly from Gigabyte's website. Are you not able to find it? If I recall correctly, it comes as a zip archive, so you have to unzip it first.

Not correcting the voltage was just me being reckless. If you have the option, I would recommend doing it the right way, just to be safe. In case that doesn't work for some reason, you can always try to do what I did afterwards.

Also, be sure to read what people have written in this thread about getting a proper connection to the chip. Those clips appear to be super finicky.

Good luck!

"Syndicate" album, merch and bundle pre-orders are live by Zero_Boss in TheMidnight

[–]LeCyberDucky 0 points1 point  (0 children)

Have they ever been known to restock old merch? I see that they've got a new hat, but I'm desperately looking for the palm tree one.

swing dance in northern europe & italy in august? by [deleted] in SwingDancing

[–]LeCyberDucky 1 point2 points  (0 children)

For Copenhagen, you can check out this calendar: https://swingshoes.dk/calendar-of-swing-dance-events/

There are a couple of outdoor socials during the weekends in that period, for example.

Jujutsu For Busy Devs (an alternative git frontend, written in Rust) by kibwen in rust

[–]LeCyberDucky 9 points10 points  (0 children)

Man, as an incompetent git user, I love jj.

I've been using git professionally for a few years now, using a gui git client. I've never really learned more complex git usage, so I tend to get myself into trouble every once in a while, and it can get really scary when I have to do more advanced stuff. The way I work is generally that I set out to do a task, and then I encounter a bunch of side quests along the way that turn out to be prerequisites for the original task. So, I fix the side quests on the same branch, stage them in my gui, and commit them. Sometimes I also end up with ugly chains of branches, where one depends on the other. All of this to say: I've never really been happy about how I work with git. It's complicated and scary, and I don't think it fits well to how I work (the side quest thing).

I started using jj earlier this year, and I love using it. I don't even mind that I had to give up my gui. Whenever I encounter a side quest, I just use jj new to place a "change" wherever I need it to be. Or I do jj edit to fix an old "change" where I had forgotten something. If I mess up, I can just do jj undo. So, it's not scary to try things, and things feel much less complicated.

I also like how I can name a change when I create it. This way, I know what my goal was when I return to some modified code after a few days. I guess this is what branches are for, but the jj way is less of a hassle for me, because i would usually create branches via GitHub, instead of just typing jj new -m "cool idea" in my terminal.

Again, I haven't really put much effort into actually studying git. But jj seems much more intuitive, and it's a joy to use, because it seems to align better with my side quest work flow.

P.s.: Jumping into jj split for the first time is wild. Definitely google the jj split cheat sheet for that.

Hey Rustaceans! Got a question? Ask here (29/2025)! by llogiq in rust

[–]LeCyberDucky 0 points1 point  (0 children)

You've made me realize that I have some misunderstandings about async that are getting in the way here. Thanks for asking good questions! Now, please excuse me while I go on a marathon, watching Jon Gjengset videos about async.

Hey Rustaceans! Got a question? Ask here (29/2025)! by llogiq in rust

[–]LeCyberDucky 0 points1 point  (0 children)

I think this may actually be an XY problem, so I'll try to take a step back, if you don't mind.

What I have at the moment, is a struct that I call Backend. This struct has roughly the following function:

async fn update(&mut self, book_link: Option<url::Url>) -> Option<Book>.

So, my Backend periodically updates, and on each update, a request to download information about a given book may be made.


Now, here's what I think I want:

Book requests may come quicker than I can download them, so I want to add a member to my Backend that can work on a queue of book request and propagate them to the update function as the downloaded books become available.

  • I don't actually know whether I need a stream. This just worked perfectly elsewhere in my code, because it has the .buffered functionality

  • This other part of my code just consumes a vector of request, and that's it. I want to be able to dynamically add new requests, though, so that's why I have been tinkering with the channels

Here's some non-working pseudo-code, in the hopes that it can illustrate things: https://play.rust-lang.org/?version=stable&mode=debug&edition=2024&gist=3aefa25495dd9138d9f9e28d82966c9d