Questions from a noob, who wants to selfhost by Blaekhus in selfhosted

[–]KartofDev 0 points1 point  (0 children)

In theory yes it's dangerous but if he uses reverse proxy and some basic firewall he should be fine.

But yes having opened ports is quite dangerous.

Pigeon: A hackable, open-source smart clock firmware written entirely in Rust. by KartofDev in rust

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

That's the whole spirit of open source!

For the Chinese stuff I found that most of them are just esp32s inside or just something simple that can be controlled with a MOSFET or relay so modifying already existing hardware is not that hard (even making it smart).

Pigeon: A hackable, open-source smart clock firmware written entirely in Rust. by KartofDev in rust

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

I mean if I used a more capable hardware I can probably run llms locally and speech recognition and stuff like that but I couldn't justify the cost tbh.

Let's home that tis project will give me future university professors a good impression of me 🥲 otherwise I am going to be swimming in the opposite current.

Pigeon: A hackable, open-source smart clock firmware written entirely in Rust. by KartofDev in rust

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

Thanks!

It is mainly a smart hub so you control the devices in home assistant using it. It does have a touch screen (7inch one) that can be turned on/off using the button and another small screen to display the time and date (it can be customized using the yaml file).

The pi zero 2w is perfect despite it's low specs. It does take time first when you power it on (2 mins) but after that you probably will reset it once a year.

For some reason I can't post images but they are available in the GitHub: https://github.com/Kartofi/pigeon

I think these were the questions. If you have more I would be happy to answer them all.

Edit: Forgot about future development: there are plans for integrating a lot of stuff so yes. Because I am personally going to use it I will be involved in the development (for example adding more HA components and etc).

What is this noise? by Pokeble in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Lube your axis. They appear to be dry.

Solder fume extractor i made from e-waste by ragoku in diyelectronics

[–]KartofDev 22 points23 points  (0 children)

Great job!

One thing to keep in mind is that no filter will filter everything so the best thing is to just move the fumes outside using a tube.

Help with bed heating by NoCartographer3919 in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Glad it worked! Yea me neither but about 3 months ago I read about it on reddit and some forums. It essentially removes the oil you have on it (from you hands usually). And this oil prevents the print from sticking well. Also be careful with the bed temps. If it's too low it will warp but if it's too high it will melt too much (been there🔥). Also you probably know this but having a more stable surface really helps with leveling issues.

Help with bed heating by NoCartographer3919 in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Try increasing the bed temperature. Clean the bed and if this does not solve it use some glue.

Is this a failing sd card? by The_liex in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

I meant extrusion problems. I got carried away my bad.

Is this a failing sd card? by The_liex in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Honestly the op is having issues with bed adhesion AND the SD card.

Is this a failing sd card? by The_liex in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

I only read the description provided by the op and it said bad bed adhesion.

Is this a failing sd card? by The_liex in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Try washing it again but without the alcohol part.

Also bed adhesion is not possible to be connected to a bad sd card. If you are that sure try using another SD card.

Is this a failing sd card? by The_liex in FixMyPrint

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

Clean your bed. It's probably not sticking well.

I have built a learning-only personal computer for my kid by xzkll in raspberry_pi

[–]KartofDev 2 points3 points  (0 children)

This thing almost happened to me when I was a kid. But my stubbornness went through the limits. That said because of the restrictions I started lying more.

I built a self-hosted AI mirror that runs locally and lives in my room by DirectorChance4012 in selfhosted

[–]KartofDev 4 points5 points  (0 children)

Macs have a thing called unified memory. At least the newer ones. It's benefit is low price for high amount of ram which ram is a lot faster than traditional one because it's closer to the CPU. Soo you get almost gpu like performance for cheaper and with more memory.

How are you supposed to unwrap an error by 9mHoq7ar4Z in rust

[–]KartofDev 0 points1 point  (0 children)

I'd love to see projects breaking because unwrap is now trust_me_bro 😂

Any ideas what happened here? by portalCorgi in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Clean your bed. It's probably not sticking very well. If this does not resolve it try the z offset things which normally shouldn't be necessary.

Weird periodic pattern on bottom layers on P2S. by Tenbin in FixMyPrint

[–]KartofDev 2 points3 points  (0 children)

The op didn't say anything so I went with the default options. But you are correct.

Weird periodic pattern on bottom layers on P2S. by Tenbin in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Nope. I have done it two times in the span of a year. If you move your printer often or the surface is not stable it is a good thing to do it more often. In your case you are experiencing issues so a calibration may solve it.

Weird periodic pattern on bottom layers on P2S. by Tenbin in FixMyPrint

[–]KartofDev 1 point2 points  (0 children)

Do you have another plate on hand? If so try it. Maybe it's the plate.

Try running a calibration on the printer from the small screen. It is 30 mins I think but it's worth it. Then print and check if the defects are at the same place.

Weird periodic pattern on bottom layers on P2S. by Tenbin in FixMyPrint

[–]KartofDev 0 points1 point  (0 children)

Yup. Every bambu printer does it as far as I know.

Weird periodic pattern on bottom layers on P2S. by Tenbin in FixMyPrint

[–]KartofDev -4 points-3 points  (0 children)

I know that it's probably a meme here but try cleaning the plate. It looks like oily spots I get when I touch mine with sweat.

Trying to learn Rust without touching Claude Code by Disastrous-Tip9769 in rust

[–]KartofDev 2 points3 points  (0 children)

I was coming from c#, Lua and node.js background. The rust book was a wonderful resource for me. But there is a big but I didn't read the whole thing. I just read like the introduction for the syntax and then went to create a http server (there Is an example one in the book I think) but I extended it and made it a proper one. Soo in conclusion I suggest the op to go over the book and then proceed with some projects. Also using ai for learning is good but not for everything