JakenVeina

joined 1 year ago
[–] [email protected] 2 points 23 hours ago

The biggest hole in WASM right now is being able to DO anything really useful in it, natively. The only thing you can do natively right now is use the CPU. Can't manipulate the DOM. Can't access local storage or cookies or networking APIs, etc. You can call out to arbitrary JS code, but that's it.

This is great for some of the big JS libraries that have very CPU-heavy workloads they can optimize in WASM and call to from JS. Like frequently parsing and re-parsing HTML. Or doing game physics calculations.

I haven't heard word one about WHEN any of this will be available. Which is particularly troubling, given how long people have been begging for it.

Of course, none of this stops you from using WASM in the real world, to do quite a lot of things. You're just gonna have to deal with JS interop, still, do do anything really useful.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

I decided to split the difference, by leaving in the gates, but fusing off the functionality. That way, if I was right about Itanium and what AMD would do, Intel could very quickly get back in the game with x86. As far as I'm concerned, that's exactly what did happen.

I'm sure he got a massive bonus for this decision, when all the suits realized he was right and he'd saved their asses. /s

[–] [email protected] 3 points 3 weeks ago

As I understand it (and assuming you know what asymmetric keys are)...

It's about using public/private key pairs and swapping them in wherever you would use a password. Except, passwords are things users can actually remember in their head, and are short enough to be typed in to a UI. Asymmetric keys are neither of these things, so trying to actually implement passkeys means solving this newly-created problem of "how the hell do users manage them" and the tech world seems to be collectively failing to realize that the benefit isn't worth the cost. That last bit is subjective opinion, of course, but I've yet to see any end-users actually be enthusiastic about passkeys.

If that's still flying over your head, there's a direct real-world corollary that you're probably already familiar with, but I haven't seen mentioned yet: Chip-enabled Credit Cards. Chip cards still use symmetric cryptography, instead of asymmetric, but the "proper" implementation of passkeys, in my mind, would be basically chip cards. The card keeps your public/private key pair on it, with embedded circuitry that allows it to do encryption with the private key, without ever having to expose it. Of course, the problem would be the same as the problem with chip cards in the US, the one that quite nearly killed the existence of them: everyone that wants to support or use passkeys would then need to have a passkey reader, that you plug into when you want to login somewhere. We could probably make a lot of headway on this by just using USB, but that would make passkey cards more complicated, more expensive, and more prone to being damaged over time. Plus, that doesn't really help people wanting to login to shit with their phones.

[–] [email protected] 13 points 3 weeks ago (1 children)

Automated certificate lifecycle management is going to be the norm for businesses moving forward.

This seems counter-intuitive to the goal of "improving internet security". Automation is a double-edged sword. Convenient, sure, but also an attack vector, one where malicious activity is less likely to be noticed, because actual people aren't involved in tbe process, anymore.

We've got ample evidence of this kinda thing with passwords: increasing complexity requirements and lifetime requirements improves security, only up to a point. Push it too far, and it actually ends up DECREASING security, because it encourages bad practices to get around the increased burden of implementation.

[–] [email protected] 43 points 3 weeks ago (3 children)

The hell is that summary, AI-generated? Why yes, people DO work inside the TikToc building.

Talk about burying the lede, by not elaborating on that title, like the article does. "Stripping" does not mean that teenagers are being "stripped" from the platform, or from feeds, like I figured. It literally means that THEY are stripping. OnlyFans style. For gifts. Jesus fuck.

[–] [email protected] 45 points 1 month ago (2 children)

Also related to reddit, since that's where I was always inundated with this shit, before moving here: the constant stream of Genshin Impact leaks that come out, that the whole obnoxious subculture is built around, are just released by Mihoyo, intentionally, under the guise of all the anonymous leakers that constantly come and go. Seems to me like the only explanation for how CONSTANTLY leaks come out, and how they're basically never actually damaging to the game or the company, while being REALLY effective at stirring up obsession in the fanbase, and driving people to invest more time and money into the game to be prepped to get the next new character immediately on release.

Also how so many of the leakers would release extremely accurate stats and numbers, but then drop statements like "if I release any more than this, I'd be risking my safety" or "since everyone's been asking about it, I'll go ahead and confirm X, but after this I'm gonna have to go on hiatus for a while, until things cool down". Seems like nonsense meant to either inflate the leaker's ego, or rile up the fanbase.

[–] [email protected] 43 points 1 month ago (4 children)

It's the capability of a program to "reflect" upon itself, I.E. to inspect and understand its own code.

As an example, In C# you can write a class...

public class MyClass
{
    public void MyMethod()
    {
        ...
    }
}

...and you can create an instance of it, and use it, like this...

var myClass = new MyClass();
myClass.MyMethod();

Simple enough, nothing we haven't all seen before.

But you can do the same thing with reflection, as such...

var type = System.Reflection.Assembly.GetExecutingAssembly()
    .GetType("MyClass");

var constructor = type.GetConstructor(Array.Empty<Type>());

var instance = constructor.Invoke(Array.Empty<Object>());

var method = type.GetMethod("MyMethod");

var delegate = method.CreateDelegate(typeof(Action), instance);

delegate.DynamicInvoke(Array.Empty<object>());

Obnoxious and verbose and tossing basically all type safety out the window, but it does enable some pretty crazy interesting things. Like self-discovery and dynamic loading of plugins, or self-configuration of apps. Also often useful when messing with generics. I could dig up some practical use-cases, if you're curious.

[–] [email protected] 3 points 1 month ago

I think the big reasons for most people boil down to one or both of two things:

A) People having 0 trust in Google. I.E. people do not believe that paying for their services will exempt them from being exploited, so what's the point?

B) YouTube's treatment of its content creators. Which are what people actually come to YouTube for. Advertisers and copyright holders (and copyright trolls) get first-class treatment, while the majority of content creators get little to no support for anything.

[–] [email protected] 2 points 1 month ago

Satisfactory 1.0 releases tomorrow morning.

[–] [email protected] 1 points 2 months ago

I mean, I'm paraphrasing, too.

[–] [email protected] 27 points 2 months ago (3 children)

Even better quote, I love using this one.

"So, with AI writing code for us, all we need is an unambiguous way to define, what all our business requirements are for the software, what all the edge cases are, and how it should handle them."

"We in the industry call that 'code.'"

[–] [email protected] 20 points 2 months ago (2 children)

Anyone else this there's actually nothing at all wrong with the "New" row of icons? Except for the triangle one, which is terrible in its "Original" version as well, as it indicates absolutely nothing about its app (I believe it's Google Drive, right?). All the rest are clearly distinguishable, and have relevance to what the app does.

 

Pencilvania.

 

The site name's a play on "The Onion" so it's gotta be satire, right? I couldn't find an about page to confirm.

104
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 
1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Side note: apparently I can't change or get rid of the alt text inside the image?

view more: next ›