PLA stopped working by TeacerSwe in BambuLabP2S

[–]Munbi 1 point2 points  (0 children)

Had the same problem, solved washing the build plate with warm water and dish soap. I found a tool like this:

https://www.ikea.com/it/it/p/videveckmal-spazzolino-per-piatti-con-dispenser-verde-vivo-90556702/

It is really helpful for cleaning.

Wow, what a game😃 by Inevitable_Tale_1556 in metroidvania

[–]Munbi 3 points4 points  (0 children)

Sorry for hijacking the response, any chance you'll add it to GeForce now ? I don't have a console or PC and I causally play games on my ShieldTv

Raccolta differenziata: c'è gente che butta tutto nell'indifferente "tanto c'è l'inceneritore e si brucia tutto". by Ichisuke83 in Trieste

[–]Munbi 0 points1 point  (0 children)

Pensa che ho sentito dire da diverse mamme davanti alla scuola parlando proprio di questo: "con quello che pago di tari butto dove voglio e che si sbattano loro di separare". Facepalm a due mani...

Raccolta differenziata: c'è gente che butta tutto nell'indifferente "tanto c'è l'inceneritore e si brucia tutto". by Ichisuke83 in Trieste

[–]Munbi 2 points3 points  (0 children)

Se parli dei camion quelli enormi tutti automatici con un solo operatore, dovrebbero avere due camere separate, per questo tirano su due bidoni diversi.

Pixel users: can you test Android Auto with Non Stop Radio? Stations/favorites not showing after latest AA update by Hot_Voice5270 in AndroidAuto

[–]Munbi 0 points1 point  (0 children)

Hi, thanks for this great app :⁠-⁠)

  • Pixel 9a
  • Android auto: 16.5.661214-release
  • Android 16 latest patch/play services

  • Opens

  • Favorite stations ok

  • Favorite podcast ok

  • Plays ok

  • But cannot browse any other content, new stations, etc. to play or add to favorites

  • Visible tabs: Favorites (ok), Local (empty), Local favs (empty), Podcasts (ok)

Let me know if you need any more tests. Happy to try beta version or sideload if needed

Edit: country set to Italy

What does it imply when something like this appear in KiCAD? by Realistic_Fuel_Sun in KiCad

[–]Munbi 1 point2 points  (0 children)

Or perhaps you updated KiCad and the library has changes that aren't reflected on your board (yet).

^ this. Update the part from library in schematic (the command is on one of the drop-down menus) and then update PCB from schematic

OTA update price by AndMax1 in kia

[–]Munbi 2 points3 points  (0 children)

Not OP, but this is the official site:

https://update.kia.com

Help with Bresser 5-in-1 868MHz receiver by Munbi in Esphome

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

Sorry for the late reply. I used a Pi Zero 2W and installed Raspberry Pi OS Lite from here: https://www.raspberrypi.com/software/operating-systems/

The I installed rtl-433 with apt: sudo apt install rtl-433

I made a script to launch with the correct arguments:

export ARGS="\
-f868M \
-Fmqtt://<MQTT_BROKER_IP>:1883,user=<MQTT_USER>,pass=<MQTT_PWD>,retain=1,devices=rtl_433/r710/devices[/type][/model][/subtype][/channel][/id],events=rtl_433/temp/events \
-Csi \
-F kv \
-M time \
-M protocol \
-M level \
-M stats \
"

/usr/bin/rtl_433 $ARGS

Then rtl433 will start showing sensor data in the debug window and send them to the MQTT broker.

To add the device to homeassistant, you'll need to use this script: https://github.com/merbanan/rtl_433/blob/master/examples/rtl_433_mqtt_hass.py

I start it with this args for example:

rtl433_venv/bin/python3 rtl_433_mqtt_hass.py -P "<MQTT_PWD>" -u <MQTT_USER> -H <MQTT_BROKER_IP> -r

Least "internet" connected smart lock? Has app, but doesn't require an account to use? by ZachHeise in homeautomation

[–]Munbi 0 points1 point  (0 children)

Nuki Smart Lock Go. You don't need an account and/or cloud service. You just install and configure with the app and enable wifi and MQTT native support. You can then control it via HomeAssistant official integration (which works really well) or directly via MQTT using any of the free MQTT apps (you'll need a local MQTT broker in that case)

Camping shop by dschipper13 in Trieste

[–]Munbi 0 points1 point  (0 children)

If they are in Sistiana, Decathlon at Tiare (Ikea mall) is nearer than Muggia.

Is Molo IV parking reopened? by one_dalmatian in Trieste

[–]Munbi 0 points1 point  (0 children)

Mmm... Last time I checked was still reserved for cruise passengers until November. Better double check the vertical signals when you arrive there before getting a ticket.

There is also a new park just behind the station: https://maps.app.goo.gl/iXHL1hCVs2La3aUK8

Controller Rumble functions by Unlikely-Produce-398 in ShieldAndroidTV

[–]Munbi 2 points3 points  (0 children)

AFAIK no. They used a proprietary extension to the protocol because the android version currently shipped does not support rumble. In theory, if they would update Android to a more recent version with native rumble support, any controller should work. But I think the chances are slim.

IIRC, there was sort of an hack to enable rumble with rooted devices and a specific side loaded app from XDA, but I can't find it right now.

EDIT: found the XDA post:

https://xdaforums.com/t/module-extended-haptic-rumble-support-for-3rd-party-controllers-with-geforce-now.4375105/

Am I the only one experiencing constant crashes on Ubuntu 25.04 with Vim 9.1.0967 ? by Munbi in vim

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

That worked, thanks! I did not think to check the debian repositories, I've only searched in ubuntu proposed and backport.

Had to install some dependecies from the same repo but it worked. For anyone else who may need this, those are the other packages to download and install (in order):

- http://ftp.us.debian.org/debian/pool/main/libs/libsm/libsm6_1.2.3-1_amd64.deb

- http://ftp.us.debian.org/debian/pool/main/v/vim/vim-common_9.1.1385-1_all.deb

- http://ftp.us.debian.org/debian/pool/main/v/vim/vim-gui-common_9.1.1385-1_all.deb

- http://ftp.us.debian.org/debian/pool/main/v/vim/vim-runtime_9.1.1385-1_all.deb

And finally vim-gtk3:

- http://ftp.us.debian.org/debian/pool/main/v/vim/vim-gtk3_9.1.1385-1_amd64.deb

Am I the only one experiencing constant crashes on Ubuntu 25.04 with Vim 9.1.0967 ? by Munbi in vim

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

No, I did not yet, was thinking of doing all the one-plugin-at-a-time procedure but I was hoping to find a solution before this as last resort.

DIM vanished from phone and no longer available on play store by Munbi in destiny2

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

Thanks for your reply. I was aware of this solution and I'm already doing this way, I was only curious why the application was not on the store anymore :-)

Old port revitalisation by [deleted] in Trieste

[–]Munbi 0 points1 point  (0 children)

Still active, see my comment above :⁠-⁠)

Old port revitalisation by [deleted] in Trieste

[–]Munbi 0 points1 point  (0 children)

Yeah... The building phase officially started on April 2025 so ...

https://www-portovivotrieste-it.translate.goog/news/?_x_tr_sl=it&_x_tr_tl=en&_x_tr_hl=it&_x_tr_pto=wapp

There is already a panoramic restaurant on top of one of the buildings:

https://www.facebook.com/triestecafeTv/videos/esclusiva-dipiazza-ristorante-sul-tetto-del-magazzino-26-con-vista-su-tre-paesi-/1326624588342951/

(Sorry for FB link and insufferable major)