In the video game Cyberpunk 2077, the "Net" is overrun by rouge AI and eventually humanity has to quarantine itself from them, ironically, using another AI.
That's true, but it's not quite the same thing. The single binary you're referring to is the interpreter and source code packaged together (at least for TS/JS).
If you install too many of these "single binaries" then at some point you would be better off just having a single interpreter and using npm/pip.
By contrast the Rust binary only contains the machine code for this program and can be directly executed.
I got it to write me an rsync like CLI for copying files to/from an Android device using MTP, all in a single ~45 min sitting. It works incredibly well. OpenMTP was the only other free option on macOS. After being frustrated by it, I decided to try out Opus 4.6 and was pleasantly surprised.
I later discovered that I could plug in a USB-C hard drive directly into the phone, but the program was nonetheless very useful.
I work for IPinfo and am trying to find out if any open-source projects would implement this feature, particularly in a status bar configuration.
The implementation will be super simple. Set up your local IP address or IP address range (if you are on a dynamic IP address connection). Consistently call 'ipinfo.io/ip' every 5 seconds to check if the IP address is changing from your home IP address. You will get an alert if the IP address changes. So, when you turn on your VPN, this notification should alert you that your IP address has changed.
I would recommend using the 'ipinfo.io/ip' with a public IP address-based implementation as you can get a virtually infinite amount of queries. With just an 'ipinfo.io' query which gets you the location information as well, you get 1,000 queries without a token. This could work if you reduce the API call rate to a higher interval (not at a second level but only at a minute-level interval). But you do get the location information, which validates the VPN's location information.
> In the most lucrative enterprise market, the "good enough" bar is even lower than in the much less lucrative consumer market because the people who will actually have to use your tech aren't the ones buying it.
This reminds me of the time Citi lost $900 million due to terrible software [0].
I built this to help me read faster. There are many similar websites but they require too much clicking. By contrast mine only requires you to paste the text.
I use this to read (mostly long form) articles that I sort of find interesting, but not interesting enough to invest time slowly reading it. I do not use it to read books.
I can currently read around 500 WPM using this, which is a huge improvement for me because I remember a time when 250 WPM was too fast for me.
For more information regarding speed reading please look here :
I wonder if a similar fate awaits us?
reply