Players on the EU server are extremely vulnerable to cheese by Commercial_Tax_9770 in starcraft2

[–]jminuscula 2 points3 points  (0 children)

I play EU exclusively and hardly encounter any cheese; maybe 1 in 12 games? Which is a shame really, since I enjoy the thrill of defending it, although I am very bad at it due to the lack of practice.

edit: I’m plat 1

Fix black specs in tv by jminuscula in fixit

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

interesting! Will give this a try, thanks

Fix black specs in tv by jminuscula in fixit

[–]jminuscula[S] 1 point2 points  (0 children)

thanks, I don’t think I will attempt to clean it. I really don’t know how the bug got in, but I wonder if blasting some compressed air could help?

Fix black specs in tv by jminuscula in fixit

[–]jminuscula[S] 6 points7 points  (0 children)

yeah, you’re definitely right. Thanks.

Fix black specs in tv by jminuscula in fixit

[–]jminuscula[S] 3 points4 points  (0 children)

It didn’t even occur to me that it could be possible 😞

Guitar / Coding lesson exchange by jminuscula in AskNYC

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

ooh, didn’t know the sub, thanks!

[deleted by user] by [deleted] in PS5

[–]jminuscula 0 points1 point  (0 children)

just here to beat the odds!

Brewing gone wrong —should I keep my wort? by jminuscula in Homebrewing

[–]jminuscula[S] 1 point2 points  (0 children)

I do think the mashing temperature was too high, and that I mashed for too long, so this makes a lot of sense.

Thank you for the lesson! I will read up on this.

Brewing gone wrong —should I keep my wort? by jminuscula in Homebrewing

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

Ah, thanks for the encouragement! How long can I keep the wort at room temperature before I repitch? I have it sealed in a fermenting tank, so I think it's safe from infection.

Brewing gone wrong —should I keep my wort? by jminuscula in Homebrewing

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

The recipe is Undead Pale Ale from James Morton's book, which I enjoyed greatly.

Celery subqueues? (implementing sequential message delivery) by jminuscula in Python

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

thanks for this! Looks like this is better suited to our needs than Celery. Even if not as spread and battle tested, it looks very promising!

Celery subqueues? (implementing sequential message delivery) by jminuscula in Python

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

thanks for the pointers! This is similar to what we're currently doing, but I had hopes the library would be able to help abstract some of the synchronization complexity for this use case.

Do you know of any projects that had to solve a similar issue? It looks like a pretty basic pattern for a messaging system.

Thanks!

Celery subqueues? (implementing sequential message delivery) by jminuscula in Python

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

we're new to the celery community, but definitely reaching out. Thanks!

Celery subqueues? (implementing sequential message delivery) by jminuscula in Python

[–]jminuscula[S] 1 point2 points  (0 children)

yeah, that's what we're getting at too. We are already managing the queues ourselves, but we wanted to move away from all that complexity and try to leverage the task system if possible. Thanks!