I know, but one AI is not AI enough! I need one at the address bar, so I can write there my prompt directly. I need one to help sort my tab groups. One which automatically changes my settings, etc. The possibilities are endless, we have to add more ai features until we eliminated all legacy, distracting, non ai buttons
- 1 Post
- 29 Comments
I also hope they add some AI thing. OMG I need more AI things in my webbrowser. It doesn’t matter what it does, but it has to have this icon: ✨, that’s the important
Mopidy has a dlna plugin: https://mopidy.com/ext/dleyna/
I use this container for mopidy: https://hub.docker.com/r/ivdata/mopidy
Have you checked grafana? Here is a related tutorial: https://ibug.io/blog/2024/01/weather-forecast-with-grafana/
There is a history dashboard where you can change the date and which sensors you want to display: https://www.home-assistant.io/integrations/history/ You don’t zoom but you have to add dates, same 2 sensors look like this there:
But it depends on the sensor if it supports this long term statistics, by default all data is saved only for 10 days, you can change these settings.
If filtering and zooming is the most important aspect for you this may be not the best solution, as this graph displays are not the best. The most powerful feature is that you can add local data sources.
I already use HomeAssistant and it has a nice graph interface, you can add any data you want. Plus I have a zigbee temp and humidity sensor on the balcony, so I can add local data to the one coming from external sources. E.g. here is a temperature graph, blue is the temperature from OpenWeatherMap, yellow is an indoor sensor, my outdoor sensor’s battery died again… It shows daily mean, min and max for the last 30 days:
You can find built in weather integrations here: https://www.home-assistant.io/integrations/?cat=weather
About this graph card on the ui: https://www.home-assistant.io/dashboards/history-graph/
On Arch we have AUR, which is basically this. It doesn’t have this approval workflow, but you can vote for packages. Every package has a maintainer, who is responsible. pacman notifies you before update if a package became unmaintained, and you can apply to become a new maintainer, that’s how I became a maintainer of 2 packages.
Since I started using arch I never installed anything the way you describe, everything is already in the AUR.
infeeeee@lemmy.zipto RetroGaming@lemmy.world•found my Civilization ][ poster while going cleaningEnglish6·12 days agoNice! Crossposted to !civ@lemmy.ca: https://lemmy.zip/post/43406962
infeeeee@lemmy.zipto Fediverse@lemmy.world•Help connect to Mastodon through LemmyEnglish7·16 days agoYou cannot follow everything from everything.
- From Mastodon you can follow Lemmy communities and Lemmy users. Some Lemmy communities name gets hashtags on mastodon, e.g. if you follow
#idm
there, you will see posts from !idm@lemmy.zip - From Lemmy you cannot follow/subscribe to anything from Mastodon. You can see replies and posts of Mastodon users in Lemmy communities
If you want to follow all from one account with a Lemmy-like interface, the closest you can get is with Mbin. There you can follow Lemmy communities, Mastodon and Lemmy users. You cannot follow Mastodon hashtags though.
- From Mastodon you can follow Lemmy communities and Lemmy users. Some Lemmy communities name gets hashtags on mastodon, e.g. if you follow
infeeeee@lemmy.zipto Mildly Interesting@lemmy.world•Wild Horses Still Roam the Outer Banks of North Carolina, and Their Origins Are a Mystery2·19 days agoWikipedia has a good article on them: https://en.wikipedia.org/wiki/Banker_horse
The mistery is they don’t know which European ship brought them there and when. There are multiple options.
infeeeee@lemmy.zipto Open Source@lemmy.ml•Is there alternative TikTok frontend (like Freetube) ?11·23 days agoThat’s not an alternative frontend, but a different albeit very similar platform. With an alternative frontent you can see the same content, but with better and different features, usually without ads and with better privacy.
Instance independent link: !Ollama@lemmy.world
Share links to communities this way, so everyone can subscribe easily.
You should also post about this in !newcommunities@lemmy.world and !communitypromo@lemmy.ca for better discoverability!
infeeeee@lemmy.zipto Selfhosted@lemmy.world•wanderer v0.17.0 released — Federation support is hereEnglish42·28 days agoVery nice project! Thank you for using OpenStreetMap! I love it when the project I contribute to gets used in interesting projects like this!
But some quick notes, related to the map display: It’s called OpenStreetMap, there is no s at the end, written in CamelCase without spaces. The other more important problem is you forgot to include the attribution text on the map. For using OSM there is only one requirement, you have to display “© OpenStreetMap” somewhere on a corner of the map. More info about this on the website of the OSM foundation: https://osmfoundation.org/wiki/Licence/Attribution_Guidelines
I see the attribution text is displayed on http://trails.tchncs.de/ but not on https://demo.wanderer.to/ so I don’t know what’s going on.
The basemap display on the demo website uses the tile server from openstreeetmap.org. This is very discouraged, and also can give bad experience to users. The tiles on osm.org are raster tiles, they are regenerated automatically after a change in the map data, they are aimed as a tool for map contributors, not end users. You can read more about this here: https://operations.osmfoundation.org/policies/tiles/
There is a new totally free maplibre compatible vector tile provider, which uses the same map data, I recommend to switch to OpenFreeMap. Users can also self host OpenFreeMap, so some really privacy minded users could totally self host the full project this way.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English1·29 days agoIt seems you are missing some very basic knowledge, if you have questions like this. Watch/read some tutorials to get the basics, than ask specific questions.
This guy does the same thing as you: https://www.youtube.com/watch?v=yLduQiQXorc
This was like the 3rd result for searching for nginxproxymanager on yt.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English2·1 month agoYou type the ip of the rpi on the router, so from an external call the router will forward it to the rpi. Or I don’t know what is your question.
Things may seem automagical in the networking scene, but you can config anything the way you want. Even in nginxproxymanager you can edit the underlying actual nginx configs with their full power. The automagic is just the default setting.
infeeeee@lemmy.zipto Selfhosted@lemmy.world•[SOLVED] ELI5: How to put several servers on one external IP?English11·1 month agoExternal 80 to internal 80 and external 443 to internal 443
With this config you don’t have to deal with ports later, as http is 80, https is 443 by default.
If you run some container on port 81, you have to deal with that in the reverse proxy, not in the router. E.g. redirect something.domian.tld to 192.168.0.103:81
If you use docker check out nginxproxymanager, it has a very beginner friendly admin webui. You shouldn’t forward the admin ui’s port, you need to access it only from your lan.
infeeeee@lemmy.zipto Linux@programming.dev•Orange Pi 5 Ultra and Max Single Board Computers Running Linux: Introduction4·1 month ago8GB ram version €110
Official store on aliexpress: https://www.aliexpress.com/store/1102112699/pages/all-items.html?productGroupId=40000001788832&storeId=1102112699&shop_sortType=bestmatch_sort
infeeeee@lemmy.zipto Linux@programming.dev•Orange Pi 5 Ultra and Max Single Board Computers Running Linux: Introduction4·1 month agoArmbian is available for this board: https://www.armbian.com/orangepi-5-max/
infeeeee@lemmy.zipto Privacy@lemmy.dbzer0.com•Data Breach at Cock.li Email Service Exposed Over 1 Million User Records3·1 month agoOmg they will find my @cocaine.ninja meme address.
I use cock.li for logging in unsecure places, e.g. to send email notifications from servers, printers. I already had one taken over. Their uptime isn’t world class either. It never sounded some trustable host, why would anyone choose it as a main email provider.
How do you syncronize it between multiple devices and operating systems?