

A tiny bit.
If you care about american politics and future, another “dynasty hire” is the second to last thing the country needs.
A tiny bit.
If you care about american politics and future, another “dynasty hire” is the second to last thing the country needs.
assuming the handler function is encrypted to match.
Yeah, this is the thing I’m doubting / don’t understand how that would work.
E.g. A* / navigation problems.
You send private start and goal points.
Either the stuff is truly private, then the program can’t read it.
Or the program can read it, but then the owner of the machine the program runs on can just read it from memory.
It doesn’t matter if it says “45124x5234234fgasdgf” or “Paris”, because the program state will identify that. Even if you encrypt the entire location database (with stuff that’s then fully known to the server) and it will still look up “45124x5234234fgasdgf” and the server can trivially decrypt that.
check out apple’s homomorphic encryption page
Interesting, but I’m more leaning on “they have a vested interest to lie about this” rather than “surely this is correctly working tech that keeps me safe”. Like Amazons “AI supermarket” that was just a bunch of indians doing video surveillance.
And their explanation makes the same amount of sense as the blog post. I have no doubt that it can work for simple commutative math operations, over “smooth” domains. Where my doubt comes in is functions where the encryption would cause the operation to take place outside of the domain bounds.
How does an encrypted asin or acos work?
Anyway, thanks for the answer, I was recently impressed by GNU Taler, which also did something cryptographic stuff I didn’t think was possible. So I’m not saying this is heresy and can’t be done and trying to say it will work is forbidden, I just don’t think the explanations so far are detailed enough.
I don’t believe this will work? I would have to see an actually working example though. With actual data, not matrix vector multiplications those are trivial.
Doing math on garbled numbers and then reverse garbling it? Easy. Doing text parsing on garbled text? Probably impossible, but I’d loveto be proven wrong. I also think you have to reveal what kind of functions you want used?
The homomorphism in category theory is often shown by a commutative diagram, where you can go from a point to another by interchanging the order of operations. In the below diagram for FHE, you can go from (a, b) to E(a*b) in two separate ways.
Even in math this doesn’t work for all problems.
At some point it because a binary thing.
You don’t need to just be good at something.
You need to be good at something AND do something else. AND be likeable. AND be pretty. AND have good contacts. AND …
And if any of those other things aren’t the case, you don’t become the super star.
Sometimes, it’s being at the right place at the right time. Some things can be solved with money, or being the friend or child of a celebrity, and others can’t.
Bold of you to assume people have perfect knowledge of what they installed and what they use and how much.
So then, i will have to build my own PeerTube+Lemmy+Misskey instance… wish me luck
I do! Building things rocks!
so i have to do it the hard way and mention @fediverse@lemmy.world so that I can post here. It’s a good workaround, considering it doesn’t have built-in support for communities.
That IS the built in support.
If I am wrong, then is there any way in which we can solve this issue?
Yes you are wrong, just keep doing it the way you just successfully did in this. That’s the solution.
If not, how do you find stuff you care about?
You go to explore, or your home instance feed and follow people and hashtags.
If you have interests, definitely try finding them in the hashtags.
And is reblogging the equivalent to upvoting?
There are no “upvotes”. The idea is that you’re in your little bubble with a handful of followers, and so is basically everyone else. When you find something neat, you boost it, to share it with your followers. If your followers also like, they can boost it as well, and that way, it can spread in a viral way and reach everyone. Or not, if it’s not that interesting and fizzles out.
There are no upvotes because there is no home page. It’s entirely right now. You pick it up, you scroll for a bit, you do something and then you put it down.
I recommend the “federated” feed, to see what I mean. Normally, your home feed is filtered to what you have followed. “Federated” is everything you device can see. All of it. Right now. Slowed down a bit so you can read something, but it’s a cool “stream of consciousness” thing.
Do they have memes there or what’s the range of content?
Everything you want. It really depends on what you filter for.
How does it compare to bluesky?
I don’t know in terms of tone, but the technical difference is that bluesky is only theoretically “independent”, with mastodon, you can have people in basements hosting servers and running communities.
Something you didn’t ask, but that I think is a major feature is filters. You can filter groups of keywords from your feed. So if you want to be informed, but you don’t really care about the specifics of [Team Rockets] Deeds, because they do something every day, you can set a filter for “Team Rocket”, “Jessie”, “James” and it will be hidden, but not completely, you can set it to appear as “team rocket did something again”. You can then still click on it, if you want, but it’s less in your face, if you don’t want to.
Wtf is google offering that you’re paying for anyway? advertising?
Mastodon dot SOCIAL did, the big public instance. Mastodon the software doesn’t have these restrictions.
Navier–Stokes existence and smoothness
Is actually every easy to understand. NS is the basic fluid dynamics equation, it describes how fluids move.
Never mind the actual equation, you can think of it as “speed” depending on “pressure” and “inertia”. We can use it in parts, in CFD, which is splitting the problem into very small pieces and calculating the pieces and then adding them up bit by bit. But that is super expensive to calculate, not as precise as we would like and difficult to understand.
We would really prefer an “analytical” equation like position = speed * time
. The process to get there is usually the integral operation. That’s what the problem is all about.
The problem with the equation we have, is that “pressure” and “inertia” variables are so mixed up in the equation, that we can’t do that integral operation on the equation we have. You end up with something that’s like
y/x = (y/(x-y)) + x
and
x/y = (x/(y-x)) + y
Idk if that explains anything if I put it like that… You can just look at the whole thing https://en.wikipedia.org/wiki/Millennium_Prize_Problems#Navier–Stokes_existence_and_smoothness
Both sides of that equation describe the same thing, one with forces and pressures, one with measures of speed and time. But BOTH sides contain both space and time parts.
The pieces are interlocked in a way, where we can’t isolate variables, can’t get an integral.
Understanding NS itself isn’t that hard either, but I couldn’t do it just from wikipedia, if you have a bit of help guiding you through it, it’s not that complicated.
The problem is finding / proving that an integral exists and is smooth.
As for how hard it is and how useful it would be, the 1$ million are a joke. The solution is worth billions and billions.
And the problem is old.
The equations were developed over several decades of progressively building the theories, from 1822 (Navier) to 1842–1850 (Stokes).
2025 is a banger year for open source and internet freedom.
a more boilerplate way to remove having to worry about designing the UI/UX so I could focus on [blank]
Yes.
In a way, it is super funny ironic / funny to me that we have basically no actual GUI standard. There is Qt, there is stuff with html/css/js, and the rest just lack tons of features.
No idea how it works on windows tbh.
Making a cli app? Sure, easy peasy, done in 5 mintues. Making a small GUI app? Strap in for 2 weeks of basics how this framework chose to solve certain issues. It’s funny from that point of view.
What then?
Yeah it’ll just be over.
Meaning, people would try to barter, which is really bad because it forces extremely bad trades, because it’s so hard to establish a good value for things.
We 100% rely on consistently working electricity and network connectivity for digital currency to work.
Which is why we should never get 100% rid of cash, even if we transition to mostly cashless, people should keep an emergency stash of hard currency. The same way people should keep an emergency food and water supply, in case of power outages like the one in spain. We can secure our infrastructure against many things, but not 100% secure against everything. Keeping a few bottles of clean water, a little bit of essentially never perishing food and a little cash and a few candles really isn’t too much to ask.
just pick any of the common recommendations. Mint. Ubuntu, Kubuntu… Just search for “which linux distro is right for me” and look at a few answers and pick one. Most of them work the same way.
you probably can’t use autocad or adobe products. kernel level anticheat is a problem, so games that need that are out.
Yes. …ish.
There are basically three levels, one where you only click everything and it’s basically an app / wizard as you know them.
The next level would be that it’s possible that you have manually edit a few text or config files to make things work the way you want to, or the best solution to your problem can be a command line thing. That’s very mostly “not programming”, the command line and manually editing config files can look scary, but most of the time it’s completely harmless. This happens, but it’s rare and it’s mostly simple stuff. The bigger and more used the distro is that you pick, the less you will run into this.
And then the third level would be “real programming” and basically nobody does that and nobody expects that.
yes, you can dual boot.
Just do it. If you’ve “built” a pc before, it’s the same deal. If you read the manual a tiny bit, it’s like lego. It looks way scarier than it is. And if you look up solutions it is extremely likely that you will find a well researched answer that does solve your problem.
please make it die faster, I want for the communities to move to matrix.
It says
On August 15th, 2025, Steam will officially stop supporting Linux distributions with a version of glibc older than 2.31.
How did this confusion happen?
No, that’s a spike, just like there was a huge difference between 1987 and 1991. Or between 2021 and 2024. If it’s same value for this year and it’s consistent, then we have a solid lead that it’s actually happening.
That doesn’t mean it isn’t time to panic.
But it’s regular, average panic, not special new exceptional panic.
I appreciate the news, but keep it realistic and well sourced. As in, link to the actual publication that makes this statement.
How do I make sure not to become this kind of person?
Just focus on that and you’re good.
There are two ways to do “bad things” 1. you’re not aware of them being bad (because you never question yourself), 2. you are aware, but you excuse them somehow.
You have already cleared 1., all you need to do now, is to remain strict with yourself to never do excuse your own bad behavior.
And to be clear, I don’t mean to constantly blame yourself, I mean “finding excuses to do the bad thing anyway, because this time is an exception”. And it’s also fine to give up on this later if you find you can’t keep it up. It would be disappointing, but any effort in this direction is good, don’t let it dominate you.
Also, practice harmless small talk. If your colleague is talking drama, try to shift the discussion and bring up their pet or hobby or something.
then they pretend to be your friend and ask questions about your personal life which I deflect as good as I can.
I’m sure you can find some old boring topic that you find moderately interesting but can talk for hours on? Just use that. Comic book art, a particular species of flower you keep in a pot, 14th century mongolian music, idk.
We could have a neat little internet comment war about personal opinions on Qt…
But it’s the weekend and I’d rather not.