Showroom7561,

Is copilot another windows app I’ll need to uninstall? Thanks for the heads up!

phoenixz,

It should be the reason to switch to Linux, finally, again.

teawrecks,

Wonder if it will be CTRL + SHIFT + ALT + WIN + C

cyberpunk007,

Also known as fist+c

EddoWagt,

Now I’m wondering, with which fingers would you press all those buttons? The most comfortable way to press these keys with 1 hand is to rotate the keyboard 180 degrees

teawrecks,

They don’t intend for you to, it’s just easier to make a giant button combo that their generic HID driver handles as a special case than to create a custom keyboard protocol with their special key enums and a custom driver that only windows supports.

ulkesh, (edited )
@ulkesh@beehaw.org avatar

As long as it’s treated like a media key and not an intrusion of the standard, then I couldn’t care less. It’s a stupid idea, but Microsoft is so often full of those.

Edit> And after reading the article…of course MS is intruding on the standard just like they did with the windows key, but at least that one was turned into “meta” or “super”. I guess this will guarantee I won’t buy another MS keyboard.

Reil,

On the other hand… Super Duper Key.

ulkesh,
@ulkesh@beehaw.org avatar

Touché

pixelscript,

It’s Microsoft, intrusion of standards is their entire M.O.

It’s the “extend” in “embrace, extend, extinguish”.

erwan,

The Windows key turning into “super” and getting some use on Linux was just Linux DE finding a use for that key nobody asked for.

NOOBMASTER, (edited )

Couldn’t they just convert some existing unused key, like Scroll Lock? To be honest, even Pause/Break seems outdated to me.

stoy,

I am getting flashbacks to the multimedia keyboards on yesteryear:

deskthority.net/wiki/Multimedia_keyboard

Thanks MS, but no thanks, I don’t need it.

surfrock66,
@surfrock66@lemmy.world avatar

For real though, I loved those. That wireless Logitech one with the volume dial lasted me a decade.

AwkwardTurtle,

My mom had one, I absolutely loved using that thing when I did

pipows,
@pipows@lemmy.today avatar

I love these, it has actual useful keys

stoy,

I will admit that the volume wheel was awesome

NOOBMASTER,

yeah, the media controls are actually useful.

eager_eagle,
@eager_eagle@lemmy.world avatar

this kind of shit is what gives AI a bad rep

no one needs this

almost no one wants it

and they’ll kill it in a couple of years like they did it with Cortana

kpw,

They killed Cortana?

richardisaguy,
@richardisaguy@lemmy.world avatar

Thankfully, yes. But cortana has been replaced by copilot so we are in the same place

Poggervania,
@Poggervania@kbin.social avatar

Tbh I was kinda sad they killed her off instead of trying to make her an actually useful AI assistant. Seemed like a missed opportunity since her Halo counterpart is an AI as well, and it would’ve been cool to maybe have an AR partner app that would have shown pre-Halo 4 version of her.

ReallyKinda,

I won’t be happy until we have a hologram cortana

JudahBenHur,

with 6 etheral arms and an always-smiling maw full of 4" long interlocking teeth

BaldProphet,
@BaldProphet@kbin.social avatar

I bet your search history is interesting

zingo,

Copilot is just Cortana on steroids (with a shiny new AI engine baked in)

UnaSolaEstrellaLibre,

Can’t wait to see this gone in the next 3 years.

explodicle,

"Oh yeah I remember these keyboards! Good times, that was before the

Hexarei,
@Hexarei@programming.dev avatar

before the what, op?

BEFORE THE WHAT??

sweats, knowing a time-traveler in our midst refused to tell us about the coming copilocalypse

stepanzak,

Just make it remapable (is that a word?) and I don’t really care

Revan343,

Remapping instructions are here

stepanzak,

I don’t use Windows, but given that their office key just sends ctrl+shift+alt+meta, I’m afraid that this could send something like meta+alt that windows users don’t use, but it would be useless for some Linux users that already use that key combo.

possiblylinux127,

I don’t think you can easily remap keys in Windows.

stepanzak,

Please see my explanation of what I meant by that.

Stillhart,

This is Clippy v2.0 and I’m sure it will be just as helpful.

floofloof,

They’ve learned from their mistakes, and concluded that Clippy failed because there was no Clippy key.

ape,

at least clippy, for all his faults, had the good sense to be a cute cartoon paperclip.

TheAnonymouseJoker,
@TheAnonymouseJoker@lemmy.ml avatar

I liked Clippy and Wizard. There is a massive difference.

TommySoda, (edited )

I have nothing against the people that are working on AI and appreciate the work they do. However every time I see an article about a company using AI like this I just get the vibe that it’s a bunch of middle aged men trying desperately to make things like the “future” they saw when they were a kid. I’ve seen amazing implementations of AI in a lot of different ways but I’m so sick of dumb ideas like this because some guy that used to watch Star Trek as a kid wants to feel like they live in the future while piggybacking on someone else’s work. It’s like the painted tunnel in cartoons where it looks like a real tunnel but in reality it’s just a very convincing lie. And that’s all that it is. Complexity does not mean sophistication when it comes to AI and never has and to treat it as such is just a forceful way to make your ideas come true without putting in the real effort.

Sorry, I had to get that out. Also I have nothing against Star Trek and I used to watch it as a kid because my parents watched it all the time.

Thorned_Rose,
@Thorned_Rose@kbin.social avatar

some guy that used to watch Star Trek as a kid wants to feel like they live in the future while piggybacking on someone else’s work.

I don't think they care about their own nostalgia. I think they ant to use other people's dreams to make a lot of money. I'm also sure some of them genuinely just ant to push the technological envelope just cause they can, ethics be damned. But ultimately, it's just money.

I would love nothing more than the utopian future Trek promised but greed is killing it.

lvxferre,
@lvxferre@lemmy.ml avatar

Complexity does not mean sophistication when it comes to AI and never has and to treat it as such is just a forceful way to make your ideas come true without putting in the real effort.

It’s a bit off-topic, but what I really want is a language model that assigns semantic values to the tokens, and handles those values instead of directly working with the tokens themselves. That would be probably far less complex than current state-of-art LLMs, but way more sophisticated, and require far less data for “training”.

njordomir,

I’m not sure I understand. Do you mean hearing codewords triggering actions as opposed to trying to understand the users intent through language? Or is are there a few more layers to this whole thing than my moderate nerd cred will allow me to understand?

lvxferre,
@lvxferre@lemmy.ml avatar

Not quite. I’m focusing on chatbots like Bard, ChatGPT and the likes, and their technology (LLM, or large language model).

At the core those LLMs work like this: they pick words, split them into “tokens”, and then perform a few operations on those tokens, across multiple layers. But at the end of the day they still work with the words themselves, not with the meaning being encoded by those words.

What I want is an LLM that assigns multiple meanings for those words, and performs the operations above on the meaning itself. In other words the LLM would actually understand you, not just chain words.

kogasa,
@kogasa@programming.dev avatar

Semantic embeddings are a thing. LLMs “work with tokens” but they associate them with semantic models internally. You can externalize it via semantic embeddings so that the same semantic models can be shared between LLMs.

lvxferre, (edited )
@lvxferre@lemmy.ml avatar

The source that I’ve linked mentions semantic embedding; so does further literature on the internet. However, the operations are still being performed with the vectors resulting from the tokens themselves, with said embedding playing a secondary role.

This is evident for example through excerpts like

The token embeddings map a token ID to a fixed-size vector with some semantic meaning of the tokens. These brings some interesting properties: similar tokens will have a similar embedding (in other words, calculating the cosine similarity between two embeddings will give us a good idea of how similar the tokens are).

Emphasis mine. A similar conclusion (that the LLM is still handling the tokens, not their meaning) can be reached by analysing the hallucinations that your typical LLM bot outputs, and asking why that hallu is there.

What I’m proposing is deeper than that. It’s to use the input tokens (i.e. morphemes) only to retrieve the sememes (units of meaning; further info here) that they’re conveying, then discard the tokens themselves, and perform the operations solely on the sememes. Then for the output you translate the sememes obtained by the transformer into morphemes=tokens again.

I believe that this would have two big benefits:

  1. The amount of data necessary to “train” the LLM will decrease. Perhaps by orders of magnitude.
  2. A major type of hallucination will go away: self-contradiction (for example: states that A exists, then that A doesn’t exist).

And it might be an additional layer, but the whole approach is considerably simpler than what’s being done currently - pretending that the tokens themselves have some intrinsic value, then playing whack-a-mole with situations where the token and the contextually assigned value (by the human using the LLM) differ.

[This could even go deeper, handling a pragmatic layer beyond the tokens/morphemes and the units of meaning/sememes. It would be closer to what @njordomir understood from my other comment, as it would then deal with the intent of the utterance.]

ipsirc,
@ipsirc@lemmy.ml avatar

Woo-hoo! Secondary hyper modifier key - can’t wait!!!

Octorine,

Soon we’ll be able to emacs the way the developers intended.

QuazarOmega,

Yay! I petition to call it Duper

Ibex0,

Can’t wait to accidentally press it while gaming, just like the Windows key!

risencode,

That’s funny, because getting an ad for Copilot inside my startmenu was actually what made me go back to Linux after 10 years.

This tracks.

Lettuceeatlettuce,
@Lettuceeatlettuce@lemmy.ml avatar

Time to buy some more of those little Tux keyboard superkey stickers :)

0x2d,

reminds me of the chromebook search key

GnuLinuxDude,
@GnuLinuxDude@lemmy.ml avatar

Can’t help but think about how Facebook inc rebranded itself to Meta to chase/promote the metaverse fad.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #