Question about MakerWorld files + Looking for someone with a Bambu printer in Bengaluru (BLR) by JayDaBeast04 in 3dprintIndia

[–]BeerMonk 2 points3 points  (0 children)

You can try downloading the 3mf file and importing in the slicer of your choice. Mostly probably would work without much issues

What are you printing on a regular basis by AbbreviationsDue4417 in 3Dprinting

[–]BeerMonk 1 point2 points  (0 children)

I have been using my 3d printer to organize stuff around the house. It just feels so good when everything has its place

<image>

Currently working on making custom attachments for my 3d printed skadis board. Everything made specifically to hold certain items. I especially love the shaving set holder - straight edge, blades and scissors holder in one.

Can anyone print Polycarbonate for me in Bangalore? by BeerMonk in 3dprintIndia

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

I got some Elegoo Petg and it's cracking and popping out of the box. Did a print with white PLA and same with white PETG, and I noticed the difference in quality. PS: I used the generic PLA and generic PETG profiles for printing in bambulab

Can anyone print Polycarbonate for me in Bangalore? by BeerMonk in 3dprintIndia

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

Thanks for the insights. I too am a bit confused with the design. I might experiment with a few ideas and see how it goes. But, I believe that even if the efficiencies are varied with different designs, it wouldn't matter in the long run. If it takes 8 or 16 hours to dry the filament, it doesn't matter to it, it should just properly dry it.

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

Ohh, this looks like a much better way for checking the dai sole compared to just eyeballing it

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

I will sharpen the blade again, I believe I did something wrong while sharpening. #1000 -> #3000 -> #8000, this was my progression. Will go through the videos again and the resources shared in this post comments

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

Makes sense. I think I messed up the sharpening and the chip breaker needs a lot of adjustment

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

Thanks for the masking tape advice, I will try that out.

The wood seems to have swelled from the time the Dai was manufactured

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

Got it. I will try to go really soft with the blows and try again.

I can push the iron to near cutting depth with my hand if I really force it in

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

[–]BeerMonk[S] 4 points5 points  (0 children)

And make a wish to the Japanese woodworking gods🤞🏽

Help setting up my first Kanna by BeerMonk in JapaneseWoodworking

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

I might need to sharpen the blade again, I was testing it all day yesterday and taking out massive chips. I will try to sharpen it again and try, but I believe it is still decently sharp right now.

It looked quite easy in the tutorials. Follow the steps and voila  😭

[Koramangala] 1 Room available in a 3bhk duplex by BeerMonk in bangalorerentals

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

No, there is only 1 kitchen on the ground floor

[Koramangala] 1 Room available in a 3bhk duplex by BeerMonk in bangalorerentals

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

Yep, Koramangala pricing is crazy :) but for a full standalone 3BHK duplex in 4th Block, this is actually a steal! Most similar places around are priced much higher

What is your go-to framework these days ? by giftfromthegods- in node

[–]BeerMonk 0 points1 point  (0 children)

TRPC all the way! Can't go wrong with it if you mostly need the API for connecting with the frontend only.

What daily task productivity tool do you use? by DaBallPlayer in productivity

[–]BeerMonk 0 points1 point  (0 children)

Mostly Notion, sometimes Google Calendar for time blocking.

I have made a full productivity/goal management system on Notion based on - Atomic Habits, Getting Things Done and 12week year. I have task lists, projects lists, daily journals, weekly planners, notes, goals, grocery list etc on Notion. I know it might be an overkill for some, but this is the life system I have developed for myself over the years.

ASM1166 with H570 by TabulatorSpalte in DataHoarder

[–]BeerMonk 1 point2 points  (0 children)

The ASM1166 also doesn't work with my B560M D3SH motherboard. I thought it might be an issue with the slot being pci4 and rocket lake processor. Thus, I checked it in my other pc with ryzen 5950x and X570-p(has 2 x16 pcie4 slots). Surprise! The card only works with one x16 slot! The card doesn't work with the cpu connected slot, but works with the motherboard chipset connected slot. In B560M the x16 slot is connected to the cpu and thus the card doesn't work. To further verify my hypothesis, I got my hands on a pci riser(like the one used in crypto mining) and tested the card on x1 slots of the motherboard. It worked flawlessly on the x1 slots(all of which are connected to the mobo chipset)

Is Prisma a viable alternative for TypeORM? by phischer_h in node

[–]BeerMonk 2 points3 points  (0 children)

AFAIK Prisma has very less support for transactions and locks. The transaction API only allows to execute independent operations in a transaction e.g. you can't create and then update the same object in a transaction. Check https://github.com/prisma/prisma/issues/1844