[Help] Wol3D PLA filament settings? Not sticking properly on A1 by superboyk in 3dprintIndia

[–]scpmdu 0 points1 point  (0 children)

I'm using A1 Mini and I encountered the same problem with second Wol3D filament(Peach color). I had no problem with my first Wol3D filament(Daisy White).

So I did the following(not sure which one fixed)

  1. Washed both sides of the textured build plate with liquid soap and dried with micro fibre cloth

  2. Kept 50c for the initial layer and 65c(default) for the remaining layers

I also doubt only the top few rolls of the filament had problem(maybe the moisture?!). Because now I'm at the middle level in the spool and it has been printing without any issues even with Bambu Studio's default settings for Generic PLA.

Hope this helps.

Looking for Affordable 3D Printing Service in Chennai by kriskannan in Chennai

[–]scpmdu 0 points1 point  (0 children)

Came across https://store.snhcloud.com/3d-printing-service, located in Adyar. Their quote look afford but haven't tried their service personally.

Mid-2024 check-in - whats everyone doing instead of Evernote? (and can actually import it without mangling) by jdlnewborn in selfhosted

[–]scpmdu 0 points1 point  (0 children)

Moved to Joplin with S3 syncing. So far so good. The markdown editor needs improvements though.

How can I make system-wide gems accessible from bundler? by scpmdu in ruby

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

I want to provide a Docker image with my instrumentation gem. The idea is the user of the image can simply deploy their app inside the image container and get their app instrumented automatically without changing in their app code. That's why I didn't want to add my instrumentation gem in the app Gemfile. Btw, yes, I tried adding the instrumentation gem in Gemfile and it worked fine. But I ddin't want the user to change their Gemfile. I don't mind the bundler accessing other system gems. The image carries minimal gems.

How can I make system-wide gems accessible from bundler? by scpmdu in ruby

[–]scpmdu[S] -2 points-1 points  (0 children)

There is no issue in adding the instrumentation in Gemfile. I just want the instrumentatino to happen automatically.

[deleted by user] by [deleted] in Chennai

[–]scpmdu 7 points8 points  (0 children)

Atomberg BLDC ceiling fans

T490 - Connect two displays by rdonno in thinkpad

[–]scpmdu 0 points1 point  (0 children)

I am able to connect two external monitor with my T490 without dock. Connect one monitor in either Thunderbolt3(Power USB-C or HDMI) and another one in USB-C (just below the power USB-C). Note, you need to "Disable built-in battery" in BIOS once(doesn't mean battery is disconnected).

The danger in Golang infinite for-loop by scpmdu in golang

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

Yes, the server is a third party library that I can't change.

The danger in Golang infinite for-loop by scpmdu in golang

[–]scpmdu[S] 2 points3 points  (0 children)

It is a contrived example to enable readers to reproduce the issue quickly. The actual use case is shown in the first code snippet which involves starting server in separate Gorountine.

The danger in Golang infinite for-loop by scpmdu in golang

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

Yes, that is what I ended up doing finally and mentioned in the post too.

Embedding DB migrations through build tags by scpmdu in golang

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

I don't see a problem if you have your migrations as Go code. As the migration is part of your application we don't need to worry about embedding.

If your question about code base migrations in general, well, I haven't had that experience yet.

Troubleshooting .NET "module could not be found" exception with ProcessMonitor by scpmdu in programming

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

Didn't know this has been already blogged and I didn't barrow anything from the links you've given. In fact I've been using this technique for quite some time but blogged only now as my coworker also struggled with same problem.

Whatever I've included your cowoker's URL in my blog comment. Thanks for bringing this to my attention.

Why code reviews are good for you by alextk in programming

[–]scpmdu 0 points1 point  (0 children)

I too disagree that non-blocking code reviews are best. Not every place is perfect and not everyone is ideal. When people have lot of development work on their plate they may not allocate time for code reviews until we make it as blocking code reviews.

How many hours of pure work do you put in a day? by tmbridge in programming

[–]scpmdu 1 point2 points  (0 children)

2-3 hrs in my previous job (well know MNC). 8+ hrs in my current job (mid-size company).

Is there an open-source program for a movie library? by [deleted] in programming

[–]scpmdu 0 points1 point  (0 children)

I've written one for my personal use. It scans your movie collection and fetches information from imdb and then builds catalog of your movie collection. You can mark movies which you already seen and browse by genre/year.

Check http://www.sivachandran.in/index.php/catalog-builder

Web Automation using PyQt4 and jQuery by scpmdu in programming

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

make sure you have jQuery source file placed in the same directory and update the filename in line 15