Posts by UndeadLeech@fosstodon.org
(DIR) Post #B4IxveRodmCRhJyBPM by UndeadLeech@fosstodon.org
0 likes, 0 repeats
@omgubuntu Even if you 'like' AI, it is mind-boggling to me that the one browser that clearly isn't capable of building their own competitive AI model would go all-in on AI.To me the logical step for building a better product would be trying to set themselves apart from the competition.That said, considering they made the majority of their money with the Google search deal, I suspect they're trying to position themselves to do the same with AI. Never was about building the best product.
(DIR) Post #B5oHjV2Ls4Zrotobjc by UndeadLeech@fosstodon.org
1 likes, 2 repeats
Just saw that they open sourced warp (the terminal that turned into LLM slop) and decided to look at some of the remaining terminal emulation pieces.There's some *interesting* similarities in the terminal code I've looked at so far:Warp:https://github.com/warpdotdev/warp/blob/master/crates/warp_terminal/src/model/ansi/control_sequence_parameters.rs#L15Alacritty:https://github.com/alacritty/vte/blob/master/src/ansi.rs#L819Interesting how quickly an Apache (and in parts MIT) license can turn into AGPL.#rust #warp #alacritty
(DIR) Post #B5oHjVRsLAzh63kzWC by UndeadLeech@fosstodon.org
1 likes, 1 repeats
Decided to reach out to Warp, let's see what they think about this:https://github.com/warpdotdev/warp/issues/9522