0 Followers
0 Following
0 Posts
Area 51 orbs - sh.itjust.works

cross-posted from: https://sh.itjust.works/post/8400239 [https://sh.itjust.works/post/8400239] > Several orbs can be seen. Heres the time stamps i could identify anomalous flight. > > 0:03 - halfway up the screen it flies right to left > > 0:05 - top right of the screen 2 orbs can be seen. The closer one does somewhere around a 180° turn! > > 0:06 - top left. If you slow it down you can see it make a sharp turn, in the shape of a “7” > > :26, :46, :53, and :55 - top right corner > > :48 - :51 - bottom right to left and back. Then from bottom right to top right > > :57 - across the bottom, left to right > > :57 - :59 - bottom right and up the right side. At the same time as the next one! > > :58 - :59 - top right corner to left corner and back out the right again > > 1:02 - 1:07 - enters top left, and flies to the right side about halfway up the screen > > 1:10 - 1:11 - looks like there might be some in the bottom and right side? Hard to see as the blurry, but i see two at one point! > > 1:27 - about 1/3 up the screen from left to right > > 1:30 - 1:32 - bottom right

There are also several after the 45 second mark where the object turns and arcs at strange angles. Shamelessly stolen from this reddit post
Strange craft over Area 51

Saw multiple aircraft of some type flying over Area 51 yesterday. They would form contrails before completely disappearing from view. The...

reddit
Area 51 orbs - sh.itjust.works

Several orbs can be seen in the first 6 seconds, flying and reversing direction at incredible speed!

Streaming HD with xdcc - sh.itjust.works

So this post is to explain how to stream from XDCC directly, no VPN or torrenting required. Downloading is also an option since this uses xdccJS [https://github.com/JiPaix/xdccJS]. This method works on Android, Linux, and MacOS. It will probably work on Windows idk haven’t tried it. For extra help running commands refer to xdccJS --help. # Android This has basically the same setup as the rest, but you need to download a couple of extra things to make it workable, mainly an x11 server/app (to display stuff) and the virglrenderer server (to display stuff better). ## Required apps Termux [https://www.f-droid.org/packages/com.termux/] Termux:x11 [https://github.com/termux/termux-x11/releases] ## Command to Install The single line command to use in termux would be termux-setup-storage; pkg upgrade -y && pkg install -y x11-repo && pkg install -y termux-x11-nightly virglrenderer-android mpv-x nodejs && npm install -g xdccjs && echo -e '#!/usr/bin/bash\nvirgl_test_server_android &\nexport DISPLAY=:0\ntermux-x11 :0 &\nam start --user 0 -n com.termux.x11/.MainActivity\nxdccJS $1 | mpv --fs --vo=x11 -' > ~/xdcc.sh && chmod +x ~/xdcc.sh Hit y if it asks, it’ll update to latest packages. This will create a script that you can use to easily start the x11 server/app. ## Usage To use it, pass the same arguments you would to xdccJS eg. ./xdcc.sh "-h server -b bot -d pack" note: this is passed as a single argument, so there is no need for quotes inside the args. Just make sure to include the double quotes around the whole string like example. I end up having to force stop the app to end the server, not sure if there is a better way to handle this?? But it works well enough # Other Systems For Mac: Download Brew [https://docs.brew.sh/Installation] to install these packages on command line. 1) Install nodejs [https://nodejs.dev] and run npm install -g xdccjs 2) Install mpv [https://mpv.io/] cli ## Usage To watch a video simply use a command likexdccJS -h server -b "bot" -d pack | mpv - I won’t get into how to find packs/bots/servers as I am lazy, but thats the gist. If anyone has any questions, email the devs, I just figured this out meself.

DO NOT enable profile banner if you don't have one!!

https://sh.itjust.works/post/2916075

DO NOT enable profile banner if you don't have one!! - sh.itjust.works

The left bar nav wouldn’t load for me until I added one to my profile!!

If anyone is interested, you can also use a similar method for downloading certain packs from sunxdcc, but wait times are not supported with the xdcc package, so some packs will refuse to download.
Anime on android - sh.itjust.works

I made a basic Tasker routine to automate downloading from the SubsPlease site using xdcc. You can also browse and search titles found from subsplease. Tasker itself is not required to use this apk, but all the limitations of a kid app [https://tasker.joaoapps.com/userguide/en/appcreation.html] apply. Termux and Termux:Tasker are required to be installed as well as the xdcc [https://pypi.org/project/xdcc/] project. Let me know what you think and if there are any issues!

Spoiler tags & posts - sh.itjust.works

I like the updated look of spoilers, but the format is still wrong. ::: this is incorrect formatting ::: but it still shows as a spoiler. The correct format ::: spoiler Title Hidden ::: Should hide “spoiler” since its part of the formatting, but imo showing Title and only hiding Hidden is the way to go like on the web ui. Also when i was writing this post, I hit the “eye” to view the markdown version, but it just deleted my “Post body” instead of showing the markdown. When i edit this and hit the markdown button, it reverted any changes made to the post body

Post replies null - sh.itjust.works

It seems like whenever i reply to a post it says Comment reply ID is null Edit: Avatar issue is not Connect related I guess

A couple of minor bugs (on beta)

https://sh.itjust.works/post/1102065

A couple of minor bugs (on beta) - sh.itjust.works

1) Occasionally I want to see the about page of a Community, but if I have all the posts hidden it is not possible to see the About Community page it seems. Keeps showing a blank screen until I change the sort to Old or similar (if there are more posts with that sort). Also sometimes the community will say Unsubscribe even if I am not subbed on the about community page 2) I have feddit.de [http://feddit.de] blocked because I don’t want to see a lot of communities in languages I don’t speak. I think still saw at least one post from this instance after blocking it… 3) I cannot save the “preload images” setting to off in the beta. It is permanently stuck on lol 4) Weird visual bugs. Sometimes the left sidebar shows “sign out” and doesn’t show my subs. A couple of times when opening a comment on a post the screen will zoom in or maybe just enlarge the text on the screen? But it makes the screen unreadable for a few seconds until i back out of the post