

look at their responses in the .ml cross-post,
that post is now deleted, but you can see their modlog here
cultural reviewer and dabbler in stylistic premonitions


look at their responses in the .ml cross-post,
that post is now deleted, but you can see their modlog here


Thanks. Sorry to see my assumption was correct; that does indeed sound a lot like when they were called OSSO two decades ago.
Notably absent from the list of things they might open source soon is their current “Lipstick” UI, the graphical shell itself.
All of the stuff they plan to open source are things I didn’t even figure out were still closed from my 5-10 minutes of research before writing my previous comments. It is difficult to estimate the number (do you know how?) of other small closed components which they can dribble out over the next years to maintain users’ false hope that they will one day have an actually-open-source operating system.
we’ll see though
my advice is: don’t hold your breath.
Sorry if this sounds bitter, but it’s because I am - I naively believed that OSSO might actually ship a free OS one day (to be fair they didn’t say they would either, but they helped us believe that they might… in effect saying “we’ll see” for years while releasing bits here and there) and it was frustrating to realize that it was never a real possibility.


Got a link about it? Have they just said they plan to make it “more” open, or do they actually plan to make the full OS actually be free software, like AOSP, pmOS, or most of the other things on, eg, the pinephone software page? (note that sailfish is also listed there, but iiuc its UI and some other bits remain closed-source).


It is the direct descendant of Nokia’s OSSO (“Open Source Software Operations”) division, both in terms of people and software.


Unfortunately they’ve been saying on and off that they plan to slowly open source more of it literally since they first started… which was [checks calendar] now 20 years ago. So, I lost my optimism that they would ever finish opening it quite a while ago.



and we’ll open source the hardware and software interface specs so anyone can design, 3D-print, or produce their own modules
oh cool, people can make open source “other half” add-ons for the proprietary “first half” of the phone itself 🙄
i wonder what percentage of jolla customers still mistakenly believe SailfishOS to be open source? (most of the ones i’ve met did…)
1 reason it’s wrong to me: https://nosystemd.org/
Under “Notable bugs and security issues” there is a big list of issues which were all (afaict) fixed many years ago.
There have been reasonable philosophical objections to systemd, some of which are still relevant, and as that site shows there are still many distros without it, but for the vast majority of desktop users who want something that JustWorks… using a mainstream distro with systemd is the way to go.
This blog post from pmOS covers some of the pain of trying to use KDE or GNOME without it.


Would be easier to know how old a kernel release is without looking it up.
I concur, but it would be much easier to make the major version the current year (as many projects do, and Linux should imo) rather than the whole project’s age at the time of a release.
Linux is only 34 years old, btw.


Go ahead and post the same link for Google job listings. I’ll wait.
My comment was in response to your comments (bolded below) in this thread:
I was already thinking of getting a Linux phone next, this is helping to seal the deal. Fuck Apple the genocide enablers.
please do explain how Apple is doing anything here. If Israel wants to provide their military with iPhones they’re going to no matter what Apple does.
They don’t have to do business with/in Israel.
That still will not stop a nation state (especially Israel) from getting their hands on Apple devices.
My point was not to say that Google is better than Apple here - in fact, unlike Apple (as far as I know), Google has actually built AI tools specifically tailored for Israel’s genocidal business requirements.
My point is that if Apple wanted to boycott a country (which in the case of Israel they obviously don’t, which job listings at their R&D centers are just one of many points of evidence of) it would actually make it difficult-to-impossible for any substantial part of the boycotted country’s government to rely on using iPhones.
(Unlike Android derivatives which can easily be used without direct reliance on Google’s services…)
As an aside, while I would not use iOS (due to it being proprietary), it is hard to dispute that (for most adversaries, at least) compromising it is generally much more expensive/difficult/unlikely than Android. So, given that Apple is very friendly to them, the IDF’s policy decision to use iPhones makes sense.


Physically obtaining the devices is insufficient; they need ongoing software updates and other network services too.
The IDF could/would absolutely not be doing this if they did not trust that Apple is a very committed partner.
You can also observe from Apple’s job listings that they are.


I have to ask: what’s with all the obsession with immutable distro?
I guess the promise of having updates JustWork™? I don’t currently use one but I see the appeal.
However FWIW, unlike its namesake ChromeOS, the “Nixbook OS” this post is about is not actually an immutable distro: the instructions are to install NixOS normally and then clone the nixbook repo into /etc/nixbook and run its install.sh. Among other things it installs an update service which runs git pull on that repo as well as running nixos-rebuild boot --upgrade and flatpak update --noninteractive --assumeyes etc.
Cheers to this guy for what he’s doing, but the name is a little confusing. This approach works but it is not nearly as robust as the immutable distro paradigm people infer from name.


I haven’t heard of academics and/or media from China advocating for applications of phrenology/physiognomy or other related racist pseudosciences. Have you?


one can also get the full paper directly from yale here without needing to solve a google captcha:
I don’t have the time nor the expertise to read everything to understand how they take into account the bias that good looking white men with educated parents are way more likely to succeed at life.
i admittedly did not read the entire 61 pages but i read enough to answer this:
they don’t


Plastic surgery would become more popular.
One of the paper’s authors had the same thought:
“Suppose this type of technology gets used in labor market screening, or maybe dating markets,” Shue muses. “Going forward, you could imagine a reaction in which people then start modifying their pictures to look a certain way. Or they could modify their actual faces through cosmetic procedures.”
She also bizarrely says that:
“we are very much not advocating that this technology be used by firms as part of their hiring process.”
and yet, for some reason:
The next step for Shue and her colleagues is to explore whether certain personality types are drawn to specific industries or whether those personality types are more likely to succeed within given industries.


i haven’t used it myself but https://jmp.chat/ looks good if you’re OK with a US or Canadian number.
there is a lemmy community about it here: [email protected].
Bespoke is a synthesizer first but “like a DAW in some ways, but with less of a focus on a global timeline. Instead, it has a design more optimized for jamming and exploration.” (youtube trailer, wiki, wikipedia)
“But you can’t copy with Ctrl+C, it’s…” - You can. When something is selected It copies selection to clipboard, otherwise it sends SIGINT.
What terminal emulator are you using where ctrl-c copies instead of sending SIGINT when text is selected? In every one I’ve ever used, ctrl-c still sends SIGINT even with text selected (and one must must use ctrl-shift-C/ctrl-shift-V to copy/paste).
I don’t have any suggestion for getting the behavior you’re asking for, but besides the normal ctrl-(shift)-C/V clipboard FYI you also have two other types of clipboard-like things: one which works anywhere (not only in the terminal) and is actually always automatically copying anything you select and lets you paste from it with middle click (this originated with X Windows but i think most Wayland compositors have also implemented it by now), and another which is found in GNU Readline (used by bash and numerous other REPLs) called the “kill buffer” which can be pasted (or “yanked”) from and cut (or “killed”) to using Emacs keyboard shortcuts (which also include various cursor movement controls).
Notes:
.inputrc file, but you cannot achieve what you were originally asking for because there is no concept of text selection in readline.HTH!
i thought the photo in this thumbnail looked familiar, and then realized it’s because I just saw a post from her a minute ago - one of many linking to a very old video of a large crowd in Venezuela falsely claiming that it shows people celebrating the US kidnapping Maduro today.