Sideload iOS and tvOS Apps
Signulous is the most reliable app signing and installation service. Upload and sign your own IPA files, or choose from our extensive library of popular apps.
Monday, March 20, 2023
Signulous – Sideload iOS and tvOS Apps
Sunday, March 19, 2023
UNIX co-creator Ken Thompson is/was using Mac
Bell Labs researcher Ken Thompson was one of the developers of MULTICS, the ancestor of and inspiration for UNIX. He also developed Space Travel in 1969, arguably one of the first video games, and then ported it from MULTICS to GECOS… and then to a spare PDP-7 that was knocking around the lab, in the process creating a set of development tools that he and the late Dennis Ritchie subsequently turned into an operating system they called UNIX.
He also co-designed and co-wrote Plan 9 from Bell Labs, the better-architected successor to Unix. Plan 9 failed to displace its much more primitive forebear, but it's still being developed today. He then went on to design Plan 9's CPU-independent successor, Inferno. Although Thompson is now 80 years old, he most recently worked at Google, where he co-developed Go… although his hiring caused problems: he refused to take the company's mandatory C proficiency test, on the feeble pretext that he designed the C language.
Proton referral link
|
|
Saturday, March 18, 2023
A Vision for Nostr. Coracle blog.
If I had to sum up what the core principle of Nostr is, I would say "individual sovereignty". Nostr is a social experiment that asks people to take responsibility for what they say (and sell, host, publish, promote). This topic has been explored ad nauseum by better writers than I using Bitcoin as a vehicle, so I'll avoid re-treading the same ground if I can, except to point out that the two key design decisions of the Nostr protocol, self-custody of keys and hosting spread across multiple relays, simultaneously entrust control to users and revoke certain entitlements users are accustomed to.…Many users including myself have experienced a 10x or more increase in engagement, despite a much smaller number of people on the platform. This is of course likely due not only to the lack of an algorithm, but also to the lack of celebrities, which tend to absorb attention, leaving little for the rest of us. But for now, Nostr is for the plebs.…Most people I know don't have Twitter accounts, or use them. For them, Twitter is about as relevant to their lives as CNN. Instead, they use private Facebook groups to arrange babysitters for their kids, or Cragislist to buy and sell local goods. They use Google maps to find reviews for nearby businesses, and the church email list to keep up with prayer requests. They subscribe to newsletters their friends publish, and spend their days at work sending memes over Slack. The common theme here is that all these platforms connect "us" with "mine", not with "them". And yes, journalism and topical interest ala Reddit is a part of this, but for normal people, a vanishingly small part. But let's stop squawking about "echo chambers".
Friday, March 17, 2023
How to make a video look much smoother, without (greatly) increasing the file size?
Stuttering or Jittery video?
The solution: “upscaling” the frame rate with FFmpeg.
- ffmpeg -i [input.mp4] -vf minterpolate=fps=60 [output_60fps.mp4]
The result?
Why not do this?
Sunday, March 12, 2023
Monday, March 06, 2023
Follow Twitter users on Nostr #MarchOffTwitter
In the spirit of #MarchOffTwitter, did you know you can "follow" Twitter users or any RSS feed on Nostr?
For Twitter, you can use privacy centric website Nitter to get a RSS feed for Twitter users. This is anonymous; no sign up required. Once you found their address on Nitter simply add /rss at the end. For example: https://nitter.net/EFF/ >> https://nitter.net/EFF/rss
One you have a RSS feed URL you can then use https://rsslay.nostr.net. Simply input the RSS feed URL and it will automatically generate a public key you can follow using your Nostr client.
Make sure you add wss://rsslay.nostr.net as a relay for the new users to be visible.
PS: The website appears to have intermittent issues. If you get an error 502 try again and it usually works after a few tries.