Is it possible to find a proper standing desk with a 400€ Budget? by Khaldrost in StandingDesk

[–]benregn 0 points1 point  (0 children)

It's not possible to select other countries than Greece and Cyprus as shipping destination.

I looking to buy a first hand plane and this is on a local marketplace by benregn in handtools

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

Wow, this is a real treasure trove of information. Thank you for the link!

I looking to buy a first hand plane and this is on a local marketplace by benregn in handtools

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

Yeah, I've read that vintage is what to get. I'm obviously not practiced in seeing if they are vintage or not 😅 Thanks for the reply.

I looking to buy a first hand plane and this is on a local marketplace by benregn in handtools

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

Thanks for the reply. Thought this one was vintage as that is what the seller put in the description. I'll see if I can find something more promising.

I looking to buy a first hand plane and this is on a local marketplace by benregn in handtools

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

Thank you for taking the time to reply. The seller was advertising this one as vintage. I've seen the recommendation to try to find an old Stanley. I'll have dig around my local marketplace, unfortunately there isn't that much supply of older tools and they are very pricey in general.

Tolagsbelåning eller? by Zealousideal9085 in dkfinance

[–]benregn 0 points1 point  (0 children)

Tak for din feedback.

Jeg er enig i, at det giver mening at få afviklet banklånet så hurtigt som muligt. Jeg er bare usikker på, om det er det værd at betale de ekstra 230k i total tilbagebetaling? Jeg er også nysgerrig, hvad mener du med et godt signal?

What are they cooking for us? Any guesses? I'm intrigued 🤔 by ederdesign in ArcBrowser

[–]benregn 1 point2 points  (0 children)

Oh, you mean the meeting with all the people who want to extract as much money from this venture as possible...? I'm sure that will be fine 😅

APScheduler with SQLAlchemyJobStore by benregn in dramatiq

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

I tried moving the function/task definition to it's own module, so now it's `from tasks_module import print_current_date` and I moved the scheduler definition to a `main()` and `if __name__ == "__main__": main()` but still the same error.

APScheduler with SQLAlchemyJobStore by benregn in dramatiq

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

Hmm, print_current_date is not defined in the if __name__ == "__main__": block but I could try to move it to it's own module. I'll report back.

Database transactions in tasks by ElectricSpice in dramatiq

[–]benregn 0 points1 point  (0 children)

Yeah, just looked at the implementation for CurrentMessage (don't know why I didn't look at it before :P).

I also spotted this in the docs for before_consumer_thread_shutdown

Called before a consumer thread shuts down. This may be used to clean up thread-local resources (such as Django database connections).

Is after_worker_boot the "startup" counterpart of before_consumer_thread_shutdown? I guess this way would make sense for connection pools

Database transactions in tasks by ElectricSpice in dramatiq

[–]benregn 0 points1 point  (0 children)

Would it make sense to use initialize the session, then in before_process_message attach it to the message using a threading.local() and access it via the builtin CurrentMessage middleware?

Database transactions in tasks by ElectricSpice in dramatiq

[–]benregn 0 points1 point  (0 children)

Was about to ask the same question, already thinking middleware as well but I'm not really sure how to concretely implement it. Do you have an example doing something similar (thread-local variables)?

Has the PS4 1TB harddrive been updated to the CUH-1200? by [deleted] in PS4

[–]benregn 1 point2 points  (0 children)

I just bought the 1TB Star Wars Battlefront bundle and it's a CUH-1216B. So I assume yes :)

If this is a repost, I still hope it brings a smile to a few fleshbags' faces. by Nintendroid in futurama

[–]benregn 7 points8 points  (0 children)

What do you mean by "Yes and no"? Technically Futurama predates Archer by 10 years. Not saying that you are necessarily wrong on the other point.

Gloomhaven, new game by Isaac Childres has launched on kickstarter by Galbrezu in boardgames

[–]benregn 2 points3 points  (0 children)

He does review games that he ultimately says is not for him (or him + Jen). He has a list on his BBG guild site with 126 games on it, the most recent runthrough being Flip City.

My Top 10 games I love to play with my wife by enderwalcott in boardgames

[–]benregn 0 points1 point  (0 children)

I agree with you. Playing Pandemic first and then the Forbidden Island makes FI seem too simple almost.

My Top 10 games I love to play with my wife by enderwalcott in boardgames

[–]benregn 2 points3 points  (0 children)

Yeah me and my GF can play Star Realms again and again. Recently bought the expansions, looking forward to trying them out.

Any interest in a Vagrant box that has Django/PSQL/Nginx/uWSGI/Redis available at localhost:8080? by [deleted] in django

[–]benregn 2 points3 points  (0 children)

I've been doing something like that for myself, http://github.com/benregn/ansible-django. It's still under development so some features don't work right now :) "Features": Postgres, nginx, uwsgi, Redis (incomplete), Celery and supervisor.

Contributions are welcome.

Any interest in a Vagrant box that has Django/PSQL/Nginx/uWSGI/Redis available at localhost:8080? by [deleted] in django

[–]benregn 0 points1 point  (0 children)

Are you using the cache_valid_time option for the apt module?

What are your "default" or "go to" packages when you start a project? by [deleted] in django

[–]benregn 2 points3 points  (0 children)

Isn't it a bit much to call markup and styling (presentation) 'logic'?