And then internet trolls briefly pumped the coin again so the kid will always feel like he missed out on $3M.
And then internet trolls briefly pumped the coin again so the kid will always feel like he missed out on $3M.
Not HKLM_CURRENT_USER
IMO
The disadvantage is, Reddit and other platforms will never add support for [fediverse hyperlink](fediverse://example.com/post/1337)
Markdown syntax, or even start blocking it (they can already block known Fediverse domains but there would be backlash if they did).
You wouldn’t need browser extensions to open links on your instance
App maintainers wouldn’t need to maintain lists of instances to correctly signal “I can open this” to the OS
So if your Mastodon instance just sprung up, you can just give someone a link like fediverse://masto.darkthough.ts/post/1337
and it will auto-open using the app and instance account of their choosing.
Look up what a URL schema is. Examples include https
(obviously handled by your browser), ftp
, mailto
, ms-word
etc. The mailto
one is most well-known for letting you choose between in-browser (Gmail etc.) and native (Thunderbird, Outlook etc.) options on desktop and mobile. There does not need to be a formal protocol and port, it’s just a way to signal support for a kind of content via URL.
It could continue running on HTTP(S). Did you know browsers and OSs can handle different URL schemas than the ones they natively open (http
, https
, file
, data
)? Ever saw a mailto
, magnet
, ms-word
etc. URL schema? They can be opened with an in-browser or native app of your choice, and this has worked for years. Yes, clients would need to be patched for support but that’s easy. I would only add “instance’s native UI” as a fallback for people coming from outside the fediverse.
Windows make heavy use of the registry, which I found very cumbersome. Obviously, database systems have their own advantages and disadvantages as opposed to files but Linux is WAY cleaner, and very transparent about what executes, how and with what permissions.
Yes, all Linux system files are readable text files. The only exceptions are bitmap graphics assets and the contents of /bin
, /sbin
, /usr/bin
, /usr/sbin
, /usr/local/bin
etc., which is where any corrupted files go, hence the name. You can check the files, they are indeed unreadable garbage. Reminder to clean your PC’s bin
directories to save disk space!
/s
Finally one I recognize. Is the 2-portal run all glitchless, in-bounds only, or anything goes?
Yes but she makes sure the event does not enter any statistics
No deaths in covens!
What’s the joke? Astroturfing?
Not non-transferrable, as that would prevent Elon from claiming @america or the transfer of @POTUS.
They haven’t launched a successful product in a decade. Pretty sure they’ll get more desperate and have even more misses. Probably AI.
<--->
Oh yes, the port that HTML passes through
Do the bottom two have the same charging port? Impossible!
Also, my first time seeing the newer FireWire and whatever the video output is…
If you have a recent phone, websites and PWAs are about as fast as native apps. I’m using a 2014 flagship Sony Xperia Z that came out with Android 4.4 and can barely run Android 13 — it will overheat and sytem UI (thankfully not apps) will restart if rendering stuff for too long. (The difference is staggering: basic old apps like Phyphox and static websites run indefinitely. Modern apps or JS-enabled pages like Voyager or 480p30 video for 10 minutes. Post-modern bloated crap or 720p30 video, 4 minutes. Imgur, new Reddit and 1080p video turn the phone into a hand warmer immediately and the framerate goes from 15 to <1 in 10 seconds, followed by a slew of ANRs and the battery percentage going down every 20th frame rendered. Should I have applied more heatsink compound after replacing the battery? Yes but I’d argue no app with a simple purpose and basic GUI should require 5 W to the CPU while running at half rate.)
This does not affect people without Google Play Services so why complain? We need fewer reasons for people to buy Apple products so that devs are more inclined to build good native Android apps.
This is why I see it as a mild positive for us. For normal users, it’s another step away from privacy and security towards convenience that they will accept. Yes, some will see this on-by-default feature and think “no privacy is possible anymore” but that’s best solved by GrapheneOS etc. becoming more visible.
That’s what happens when people stumble across that website called GitHub, get hooked and now have unrealistic expectations for the real git.
“I just installed Git for Windows. Where is the drag-to-upload box?”
— A statement dreamt up by the utterly deranged
Real git involves a lot of sweat, requires you to clean up any mess you make, and communicate with any partners about their preferred techniques instead of rawdogging it and waiting for issues. The pushing and pulling will come naturally but you need to know how and when to release, and be clear about how you wish to commit. Nightly is an option but good luck getting everyone on board. People might judge you for using the word “master” but it should be alright in private.
We’re not suggesting moving away from the HTTPS protocol. Gmail and other web email apps, as well as Word Online etc. still use HTTPS to communicate with their backend infrastructure. They are just registered in your browser as apps that can handle the
mailto://
orms-word://
URL schema. This registering most likely happens automatically when you have visited a page that supports the schema sofediverse://
links would continue working for Fediverse users - they’d see a prompt to open the link with their home instance’s web app (its web interface like the default web UI) or a dedicated web app they are already using like Voyager. What would need to change is just a minor thing: browsers would need to offer the default web UI of target instance as fallback: for example, even if you haven’t visited any Fediverse site yet, the linkfediverse://lemmy.example.com/post/1337
will show “lemmy.example.com web interface” in the “Open with…” option list, redirecting tohttps://lemmy.example.com/post/1337
.