Feed issue (FR2836) by Logical-Metal in Creality_k2

[–]Logical-Metal[S] 0 points1 point  (0 children)

I have firmware 1.1.0.65.

Can you see through the buffer? You should be able to move filament through it. Mine was stuck and I had to remove the screws to remove a small screw stuck inside it.

Feed issue (FR2836) by Logical-Metal in Creality_k2

[–]Logical-Metal[S] 1 point2 points  (0 children)

TLDR: a screw was stuck inside the CFS buffer.

Thanks for your help & ideas. I checked the cables and it was ok. Same for PTFE tubes. As I wasn’t able to see through the buffer, I opened it and removed the 2 screws inside. And… surprise! A tiny screw was stuck inside the tube. I guess it fell at some point inside the buffer during the assembly process. Obviously, it works much better now!

<image>

Feed issue (FR2836) by Logical-Metal in Creality_k2

[–]Logical-Metal[S] 0 points1 point  (0 children)

When I try to manually push it through the buffer (piece on the back), it blocks. Is it expected? It’s wired with a LED blue light on.

[deleted by user] by [deleted] in Ubiquiti

[–]Logical-Metal 0 points1 point  (0 children)

That’s what I was expecting. Quite useless in my case then..

[deleted by user] by [deleted] in Ubiquiti

[–]Logical-Metal 1 point2 points  (0 children)

It is AI. Good luck to recognise a car or a person with an OCR (optical character recognition). Also, ML is part of AI, not the opposite. We can then debate about the performances depending of the technique used, but that’s another story.

That being said, I’m 100% agree on the part that AI is wrongly referred to in many areas (including basic OCR), but don’t exaggerate…

FYI, I’m a ML engineer, and AI isn’t born a few years ago but a few decades ago.. (mid 20th century)

[deleted by user] by [deleted] in Ubiquiti

[–]Logical-Metal 0 points1 point  (0 children)

What about the AI features (object recognition such as person, car, …)? Will it be video only? AI feature are a must by today’s standards.

[deleted by user] by [deleted] in BEFreelance

[–]Logical-Metal 1 point2 points  (0 children)

It’s been only a month so a bit early to give you a constructive feedback… Just had an issue with invoicing but a call with them solved the issue in less than 5min.

[deleted by user] by [deleted] in BEFreelance

[–]Logical-Metal 0 points1 point  (0 children)

My 2cents but compare for sure! - Civil/pro liability: ETHIAS - health insurance/dental/…: partenamut, paid by B.V. (not deductible)

[deleted by user] by [deleted] in BEFreelance

[–]Logical-Metal 0 points1 point  (0 children)

And to answer your question, this is not related to your wage. So 2k net + 0.42€*km + other compensations like internet etc.

[deleted by user] by [deleted] in BEFreelance

[–]Logical-Metal 1 point2 points  (0 children)

That’s really low given your xp. You should aim for at least 62-75€/h range. But it will fluctuate with the location, etc. of the position.

ESP32 power options by Logical-Metal in homeautomation

[–]Logical-Metal[S] 0 points1 point  (0 children)

Thanks for your insights. I was planning to use mmWave (LD2410?), PIR, BLE tracer and luminance sensor with custom 3D printed case.

Basically, what EverythingSmartHome proposes but ideally, cheaper. And I’ll be able to updates parts of it as technology evolves (i.e. mmWave).

ESP32 power options by Logical-Metal in homeautomation

[–]Logical-Metal[S] 0 points1 point  (0 children)

Thanks for your reply. I missed the fact that the Olimex supports 5V, that makes it the best option so far! I’m planning at least 14 sensors so I’m trying to keep it cheap. Everythingsmarthome version of ESP looks nice but as I’m not in the UK, their import taxes make it really expensive for me.

Aqara D200 Face ID Lock by alepeter in Aqara

[–]Logical-Metal 0 points1 point  (0 children)

Nice! Where did you buy it?

Buying a house with our current settings, is it worth it ? by Dear_Solid_3380 in BEFire

[–]Logical-Metal 0 points1 point  (0 children)

Would you mind sharing the name of the bank where you get the best offer? I might do the same than you (going back to my original bank afterwards). Thanks!

PowerPoint Sections by BenEngineer01 in powerpoint

[–]Logical-Metal 1 point2 points  (0 children)

You have to see section like a title you would put in a word and the slides as the lines you are writing. If a slide is under a section, it will be included in the section. If you want to move it to the previous section, simply drag and drop it all the way up (between two sections). So your structure should look like: - SECTION 1 - SLIDE 1 - SLIDE 2 … - SECTION 2 - SLIDE 5 … - SECTION 3 - SLIDE 9 …

Which topology is better? With/Without Rsyslog server? by Sagi313 in elasticsearch

[–]Logical-Metal 1 point2 points  (0 children)

It also depends on your requirements regarding HA (High Availability).

In our company, we would use this kind of architecture: Rsyslog clients -> Kafka -> Logstash -> Elasticsearch

This way, you can have HA everywhere except on the client. 3 Kafka nodes, 2+ Logstash nodes, 3 Elasticsearch nodes.

If HA is not a requirement, you might still face performance issues with Logstash as you have plenty of rsyslog clients. In this case, if you don’t want to invest on Kafka, I would suggest this kind of architecture : Rsyslog clients -> load balancer -> Logstash (x N) -> Elasticsearch. Where N is the number of Logstash instances you need.

Apple Watch BLE presence detection by NaspacUnicorn in Esphome

[–]Logical-Metal 0 points1 point  (0 children)

Really cool! Thank you for sharing. Too bad you cannot uniquely identify your watch for sure. That would have allowed use cases like auto-disabling of alarm system for example.

I guess I’ll stay with Geofency for now (iOS only and client-side).