wttr.in
ish
wttr.in | ish | |
---|---|---|
153 | 160 | |
24,823 | 17,240 | |
- | 1.1% | |
4.3 | 9.7 | |
about 1 month ago | 7 days ago | |
Python | C | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wttr.in
-
Boost Your Workflow: Essential Shell Scripts for Everyday Tasks
#!/bin/bash # Get weather information for a specified location LOCATION="London" curl "http://wttr.in/$LOCATION?format=3"
-
What is Asynchronous Code? How to Use It in Python to Speed Up Your Code Learn by Building a Weather App! ☀️🌦️
We’re going to use a free weather API, wttr.in, which gives us weather info just by calling a URL.
- Weather from the Command Line
-
Mastering Infrastructure with CloudPosse Atmos and Terraform
locals { url = format("https://wttr.in/%v?%v&format=%v&lang=%v&u=%v", urlencode(var.location), urlencode(var.options), urlencode(var.format), urlencode(var.lang), urlencode(var.units), ) } data "http" "weather" { url = local.url request_headers = { User-Agent = "curl" } } # Now write this to a file (as an example of a resource) resource "local_file" "cache" { filename = "cache.${var.stage}.txt" content = data.http.weather.response_body }
- Wttr.in Is Down
-
Meet wttrbarpy! a highly customizable weather module for Waybar inspired from wttrbar using wttr.in
wttr.in is unfortunately not accurate in many cities in the world, check their github issues
- Ask HN: Favourite low-tech/plain HTML websites?
- Wego: A Weather Client for the Terminal
-
I have made weafetch, see the weather in terminal, neofetch style! 🌧️🌡️
The difference with weafetch is that it has its own config file which can just be configured and not touched anymore. When using wttr.in with curl, any custom changes you want to get from the output will need to be typed in everytime.
-
Weather in the menu bar
What about https://wttr.in/ ?
ish
-
Configure SSH between your PC and mobile
On IOS, there is a emulator called ISH which looks great. I haven't tried personally though, I couldn't afford an iphone. I will be using Termux on android for the rest of the post.
-
Poll: When will we see full Linux distros as official iPhone apps?
I'm a happy daily iSH [1] user, it's an amazing technical project, but I really pine for the day when `apt get blah` will be a reality, using an app available from the official App Store. Be it a paid or free app. CLI only, or with graphics. For concreteness, let's say a Debian-based distro in your iPhone upon tapping Get on Apple's App Store, independently of your location. It is pretty sad that, if this ever comes to be, it will probably be the result of EU/DOJ forces, not of technological advancements.
When do you see this happening (options are number of years)?
[1] https://ish.app/
-
Qualcomm's Oryon Core: A Long Time in the Making
You can run iSH on the device for Linux (somewhat limited)
https://github.com/ish-app/ish
- ISH: Linux shell running on iOS, using usermode x86 emulation
-
Apple blocks PC emulator in iOS App Store and third-party app stores
If you're curious, iSH's source is public: https://github.com/ish-app/ish
You're correct that there is no Linux kernel emulation. They went with reimplementation for that. However, the userland is very much emulated x86 binaries. You can even compile your own C code inside iSH and run it. When you syscall, control passes from the threaded code[0] interpreter into the Linux reimplementation.
The reason why they aren't shipping Debian is that the threaded code technique being used as a JIT substitute in both iSH and UTM SE is far too slow to run a full Debian derivative. Believe me, I tried installing Ubuntu on UTM SE and it took literal hours and flattened my iPad battery in the process. iSH uses Alpine Linux because it's very lightweight[1].
As far as I'm aware there's no secret deal with Apple to lock iSH down. The only limitations I've ran into have to do with MySQL, which wants unaligned atomics, which you can't do on ARM64 without compromising the performance of the emulator. I actually had a discussion with the developer of iSH about this and put in a PR to make MySQL stop crashing iSH.
[0] return-oriented programming
[1] So lightweight it doesn't even ship anything GNU, making it one of the few genuine "Linux distros" with no slash or plus or "I would just like to interject"
-
Apple downgrades new M2 iPad Air, 9-core GPU instead of 10-core
> in software side of Ipad IOS, that is the biggest innovation in years
That would be iSH, slow but functional Alpine Linux emulation for iOS.
https://ish.app
-
Apple must open iPadOS to sideloading within 6 months, EU says
> Just imagine how much more versatile the iPad Pro would be if only you could run Linux VMs on it
After installing https://ish.app for Alpine Linux emulation on iPad, one immediately comes up with use cases, even though it's excruciatingly slow.
Hopefully Apple opens up the imminent M3 iPad Pros to run macOS and Linux VMs.
-
Homelab Adventures: Crafting a Personal Tech Playground
iSH
-
Ente: Open-Source, E2E Encrypted, Google Photos Alternative
They don't "allow" it, but most apps that need background execution just ask permission for geolocation tracking and pretend to use it, for example iSH[1]. There are a few activities that the app can do to prevent itself from being suspended when it goes out of focus, like playing sound, geolocation etc.
[1] https://github.com/ish-app/ish/issues/249#issuecomment-54433...
-
How to copy a file between devices?
Android: install termux, `pkg install openssh`, and preferably run `termux-setup-storage` to give it access to storage folders.
iOS: I think https://ish.app/ ?
What are some alternatives?
polybar - A fast and easy-to-use status bar
UTM - Virtual machines for iOS and macOS
api - Community discussion and documentation for the NWS API
termux-packages - A package build system for Termux.
TypeScript-Website - The Website and web infrastructure for learning TypeScript
box64 - Box64 - Linux Userspace x86_64 Emulator with a twist, targeted at ARM64 Linux devices
tmux-copycat - A plugin that enhances tmux search
AltStore - AltStore is an alternative app store for non-jailbroken iOS devices.
meteofrance-api - Python client for Météo-France API. | Client python pour l'API Météo-France
Blizzard-Jailbreak - An Open-Source iOS 11.0 -> 11.4.1 (soon iOS 13) Jailbreak, made for teaching purposes.
Hacker-Typer - Hacker Typer is a fun joke for every person who wants to look like a cool hacker!
Code-Server - VS Code in the browser