- 0 Posts
- 7 Comments
SergeantSushi@lemmy.worldto Technology@lemmy.world•Why are people seemingly against AI chatbots aiding in writing code?English294·9 months agoI agree AI is a godsend for non coders and amateur programmers who need a quick and dirty script. As a professional, the quality of code is oftentimes 💩 and I can write it myself in less time than it takes to describe it to an AI.
SergeantSushi@lemmy.worldto Selfhosted@lemmy.world•Local server can't be seen on Android or iOS, but can on any Linux deviceEnglish1·10 months agoI was assuming your server and Linux device were plugged in via Ethernet and your mobile devices were using WiFi. Now it sounds like your Linux system may be using the same access point.
It could be something as simple as your browser trying to send the address to a search engine instead of directly looking for the site.
When you’re trying to access it on mobile do you manually enter “http://” or “https://”? Those default to ports 80 and 443 respectively.
If you’re using nonstandard ports you may need something like “http://192.168.1.42:8080” to use http on port 8080 or any other nonstandard port.
Even if you are 100% sure your server is http or https try the other one to see if your error changes.
SergeantSushi@lemmy.worldto Selfhosted@lemmy.world•Local server can't be seen on Android or iOS, but can on any Linux deviceEnglish131·10 months agoSome possibilities:
- WiFi has host isolation is enabled
- The network you’re connecting from is a guest wifi network
- You configured a firewall rule to isolate WiFi from LAN
- VLAN is enabled
SergeantSushi@lemmy.worldto Selfhosted@lemmy.world•WIFI Digital Photo Frame without cloudEnglish7·10 months agoI’m using Synology Photos + Syno Photo Frame & a custom bash script to rotate photo albums on a Raspberry Pi 5.
The above is connected to a 4k monitor with USB C power delivery so it can all be toggled on/off by a standard switched outlet.
SergeantSushi@lemmy.worldto Technology@lemmy.world•Google scrambles to manually remove weird AI answers in searchEnglish3·1 year agoIt’s more of a Reddit Collective Intelligence (CI) than an AI.
It’s a small web search engine so there is not a result for everything (as there was in the early Internet). The ‘Explore’ feature is probably more entertaining (stumble upon-esque) than using it as an actual search engine.