

Not looking for a dumbphone at the moment, but
There’s a KaiOS jailbreaking community … I’ve seen an XMPP client and a Matrix one too.
This is good and opens up a path for using other messengers via bridges.
Not looking for a dumbphone at the moment, but
There’s a KaiOS jailbreaking community … I’ve seen an XMPP client and a Matrix one too.
This is good and opens up a path for using other messengers via bridges.
Right… My favorite “promise” so far was the Tesla SpaceX edition (with rocket boosters or microjets or some shit, IDK doesn’t make sense) and die-hard fans defending this PR stunt as “the car that might fly”.
Plus, AFAIK, Purism is one of the few companies that pays their developers to write FOSS code, which produced the Phosh UI, basic call and text apps, and mobile-friendly UI library.
By “nonstandard SIM” do you mean one of two common SIM sizes that are not “nano”, which is preferred by current phones?
GNSS means it’s global. Which includes US GPS, as well as Europe’s Galileo, Russia’s GLONASS, and China’s BeiDou. Wikipedia
Has been since 2018, and acquisition news caused quite an upset at the time.
Which was started/inspired by these two music videos:
Check out Angie Tribeca. It’s a parody cop show with non-stop nonsense similar to how Kung Fury is.
Right before Kung Fury, there was Iron Sky. Moon Nazis, Sarah Palin as the U.S. president, and just generally over the top. Iron Sky 2 was kinda meh.
Thank you for your comments.
Nothing irritates me more than walls of code without any comments and the “cOdE sHoUld bE sElf-DoCuMenTiNg” attitude. No, it’s impossible to describe complex industry-specific processes by naming your variables and functions nicely.
IIRC the Windows version of Midori was the only browser that was light enough to watch Netflix on my ~2005 laptop.
I miss blinkenlights on smartphones. They went out of style circa 2015, and now all you get is the screen turning on momentarily, or some variant of a dim always-on view that wastes battery.
A lot of them are getting blocked too, presumably by datacenter IPs. I suppose it’s possible to run it off a residential IP.
AFAIK as close as you can get is PinePhone or Librem5. But both have pretty poor battery life, an IPS display (technically could be OLED at the expense of even more battery consumption), and pretty jank camera (drivers for good cameras are proprietary, and a lot of modern smartphones rely on postprocessing for quality too).
Don’t get me wrong, PinePhone made fantastic progress in 6 years, but your experience may vary (some people use it as a daily smartphone, some as a dumb phone, others are just turned off immediately)
I thought SAP was shit until I worked with Microsoft Dynamics NAV, an ERP from alternate 1990s hell dimension. It has a built-in IDE that uses its own language called C/AL (syntactically similar to Pascal). The only source control is developers’ ability to lock files they are working on. And the code editor is worse than notepad. Seriously, it does not allow to select or paste multiple lines, and in general, acts as if each line is it’s own textbox. Forget about syntax highlighting or anything else other than black text on white background.
And, AFAIK, if your company needs to customize it, you are required to hire a “Microsoft-certified” NAV developer.
I am curious if there have been studies on how much the slowness/delayed response of the device improves the attention span. (Since the distraction urge cannot be instantly satisfied)
Anecdotally, I find it very easy to get distracted when clicking on app takes fewer than a few seconds to start. When I test-drove the PinePhone, I felt I was much less distracted because bringing up the browser takes good 5-10 seconds, so I would only do that with a specific goal in mind.
Any details on the technology? “Beaming phone signals” doesn’t tell anyone much. Would this require a proprietary antenna (thus new, flagship-only models after a few years, like iPhone 15 with its emergency satellite calls) for whatever protocol Starlink uses (unless there is some unified ground-to-satellite protocol by now)?
Satellite phones aren’t new, but are expensive for obvious reasons.
Second-hand experience from many years ago when Starlink first rolled out: my friend has a cabin in the Appalachians, outside any cell service, so Starlink sounds great for that. However, Starlink site says there is “no coverage” for that area. Yes, somehow, no coverage for a satellite service. The nearest area with coverage was a town with already-decent 4G. And most large US cities had coverage too. So our inside “conspiracy theory” was that Starlink resells 5G/4G modems for hipsters.
Have no idea if the situation changed since then.
Slightly morbid academic one.
My computer science professor (who is from Eastern Europe) was explaining an algorithm that he and another professor (from South America) developed. The algorithm processes a graph by first creating a “frame” around it. Since English was not the first language for either of them, the first word they thought of was karkas (каркас, frame in Russian). English word “carcass” sounds pretty much the same, right? but only later, after the work was submitted, they realized they were creating a dead body around the graph.
Tried it out a while ago, and found that I prefer GNOME’s UX and configurable shortcuts better, and that two side-by-side applications on my laptop is the most “tiles” I would realistically want.
.NET applications using .NET Core or later are intended to be cross-platform, so technically, Linux can run .NET apps. (The use-case I know is running .NET sites on Linux servers)