Live data from Hacker News

The Dangers of Microsoft Pluton

gabrielsieben.tech

551–554 of 554 posts

Re: The Dangers of Microsoft Pluton

#551
post #9

Earlier quoted context omitted.

Simple solution: don't care about up or down -votes. Believe me, Internet points are a sham and waste of time. Focus on interesting conversations and connections instead.

you can't have an interesting conversations if it takes 3 or so powerusers to gag you I see tons of interesting comments flagged/dead within minutes. there are rarely controversial, or low-quality, or rule-breaking there are plenty of topics you are only allowed to express a pre-approved opinion about, and I can't even give you examples without getting muted

Indeed - I'm pretty sure a small cabal of people with low self-esteem is responsible.

Speculation, Zuckerberg, Musk read new-sites like this, can't bear their egos to be deflated. I don't think that's necessarily realistic, but I would suspect someone like that, personally.

Re: The Dangers of Microsoft Pluton

#552
post #9
post #6

Earlier quoted context omitted.

Quoted post unavailable.

Simple solution: don't care about up or down -votes. Believe me, Internet points are a sham and waste of time. Focus on interesting conversations and connections instead.

Agreed.

However, interesting conversations are missed because of noise (e.g. down-votes) - I'm less likely to interact with a down-voted post, they usually are not as informative or interesting.

Proposed solution - abolish negative points entirely, points should be per-thread, not per user. If a user is causing frequent problems (frequently downvoted), per admin review then issue ban/rate limits, etc.

I view the positive/negative points mostly as a sentiment rating - if I receive downvotes I can tell my point is unpopular/uncontroversial, if not I know someone found it interesting. That does affect how I post in two ways:

I make more effort to expose common context for posts which are down-voted, people who are lazy and don't care won't read the expanded post, people who are more open-minded (the ones I want to attract and start conversations with) are more likely to come around to my viewpoint, or at least offer more interesting conversation (disagreement is necessary to have a discussion).

So I find both positive and negative votes to be useful, even on my own posts. Even the manner in which I've been down-voted recently tells me something, and it tells me valuable data about who has which opinions.

Re: The Dangers of Microsoft Pluton

#553
post #530

Earlier quoted context omitted.

"It's not the Republicans" Do you know what Critical Race Theory actually is, and where it's taught?

What, are about to tell me that well akshually crt is only taught at the uni level ? Give me a break. This is the most basic of defenses you can use and it has been done countless times before. Obviously CRT (or CT in general) itself is not being taught to little kids, but the C(R)T praxis is. I.e. C(R)T "applied" to concepts kids can understand. I've seen the books/questionnaires that are being used for this purpose…

I'm not a liberal but the level of dogmatic vitriol in your comment shows you aren't worth arguing with :)

Re: The Dangers of Microsoft Pluton

#554
post #289

Earlier quoted context omitted.

Bootloader locking is orthogonal to whether there's a second CPU like that Pluton in the system.

To quote you: > The "you" that boots the device are in control, and the "you" that uses the device after that have exactly what "you" set up at boot time, neither more nor less. If both "you" are the same person, then there's no loss of control. How is it orthogonal? Okay, we're not strictly speaking of only bootloader locking, but of boot-time-control locking.

That CPU is set up by the kernel at boot time, given the code to run, then some hardware bits are toggled such that the main CPU can't write later, it can only access the separate CPU via a defined API.

The kernel could do the same with an in-kernel process. It wouldn't have quite the same depth of defense against userspace sandbox escapes, but could be done. That's roughly how /dev/random was implemented for many years.

Look at the APIs provided — it's nothing new. It's nothing OSes haven't provided before, it's just further removed from a Chrome/FF/Safari sandbox escape, because overcoming the write-once hardware toggles is harder than getting kernel read/write primitives for a sandbox privilege escalation.

Post reply on HN