xurxia
I introduce myself: I am Galician and citizen of the World. Proud father. I love science (specially astronomy), technology, nature and photography. I play padel and surf and whenever I can I escape with my camper van.
- 11 Posts
- 17 Comments
xurxia@mander.xyzto
Python@programming.dev•Communication between Raspberry Pis on different networks
1·2 years agoThere are free IoT cloud solutions to send and receive data and that work with MQTT protocol for this purpose.
I don’t use conda actually (I did in the past), but I think you could try:
conda shell.bash activate project0
You must see the paths and config used to activate the environment. Check all is fine.
Source: https://docs.conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html
What command did you use to activate project0?
xurxia@mander.xyzto
Python@programming.dev•Can I email or text myself through Python or bash?
3·3 years agoYes, you can. Python has Email package to manage email through STMP protocol. I use it daily in my scripts. Attached link is a tutorial of Real Python:
Yes, the idea is use in the future Output.status as a way to route to different pages depending of the model result. For example, when /list endpoint is called I could return 1 to show the feed list, and 2 to render a page with a message and suggestions when the feed list is empty. The same with negative numbers but for errors.
Fluent Python is another good book to learn Python. It is very clear and it has a lot of examples.
Thanks! I will try it. I was an user of this sw but recently I have moved to Pyto as it has more libraries (OpenCV, etc), pip support and a newer Python version. Pythonista has its pros too.
xurxia@mander.xyzto
Astronomy@mander.xyz•CHART: THE COMPLETELY HACKABLE AMATEUR RADIO TELESCOPE
4·3 years agoI find it very interesting and I want to do one with my kids. The guide is good from a step by step point of view about how to make one, but I think a couple of examples about what kind of data can someone get with it and what can someone expect to “view” could be very helpfull too
After preview it will be a paid subscription additional to Office365, the same strategy as Office Copilot. I hate this policy of pay for a product then still paid for more functionalities… at the end of the year you will have paid a lot.
Microsoft says Python in Excel will be included in a Microsoft 365 subscription during the preview, but “some functionality will be restricted without a paid license” after the preview ends.
I fully agree with the post. Except for a fast prototyping or a short personal script where it could be not necessary, type hint is a must. The subject is not only to guarantee that the program now runs without errors, but it will be still working right in the future too, even after a developer (either the original or other) make changes to the code.
xurxia@mander.xyzOPto
Memmy - An iOS client for Lemmy@lemmy.ml•BUG - Preferences are randomly ignored
1·3 years agoThanks!
xurxia@mander.xyzto
Memmy - An iOS client for Lemmy@lemmy.ml•App Store Update Released 🥳 - Please Update Your Account if on Lemmy.world - Working on better fix now - Push notifications online, fixing some issues there tooEnglish
2·3 years agoThe bug to set NEW as the default sort option for posts in the config menu is still alive
xurxia@mander.xyzOPto
Memmy - An iOS client for Lemmy@lemmy.ml•[BUG] Errors in v0.1.0English
2·3 years agoThe most probably! Thanks a lot!
xurxia@mander.xyzOPto
Memmy - An iOS client for Lemmy@lemmy.ml•[BUG] Errors in v0.1.0English
1·3 years agoYou are more lucky than me! 😂
xurxia@mander.xyzto
Astronomy@mander.xyz•New Radio Astronomical Observations Confirm Unintended Electromagnetic Radiation Emanating from Large Satellite Constellations
1·3 years ago5G was only at example of new technologies. It is true that wireless internet need to be deployed in Africa and other areas, but Starlink need to be deployed in the space too. And in a short/medium term future will be easier upgrade earth based antennas than satellites in orbit. In the middle of the sea are satelital communications for important info actually, and this must be enough. See a film online in the middle of the Atlantic is not as important as the knowledge that the Galaxy give us (my personal and subjective opinion)
xurxia@mander.xyzto
Astronomy@mander.xyz•New Radio Astronomical Observations Confirm Unintended Electromagnetic Radiation Emanating from Large Satellite Constellations
11·3 years agoThere are more options to get internet access, the new ones like 5G are wireless and with a huge bandwidth. Is really internet access in the middle of the nothing a priority? More than the potential knowledge about who we are and from where we come? I don’t believe in a World where people doesn’t know enjoy the nature and the wild places without internet.








I have used CircuitPython in some projects, especially with my children. Python was easier for them than C. For small projects (domestic sensor, remote control car,…) there is no difference in performance. For those use cases that are more demanding and squeeze the possibilities of the SoC to the maximum, obviously, it is not worth it. Taking this into account, I think it is an alternative for many DIY projects that are being done out there