Tech Updates
74 subscribers
18 photos
257 links
Tech news, cool tools, projects, blogs, articles and more.
Download Telegram
Material Theme has been pulled from VS Code's marketplace

https://web.archive.org/web/20250226020241/https://github.com/material-theme/vsc-material-theme/discussions/1313


"A member of the community did a deep security analysis of the extension and found multiple red flags that indicate malicious intent and reported this to us.

Our security researchers at Microsoft confirmed this claims and found additional suspicious code.

We banned the publisher from the VS Marketplace and removed all of their extensions and uninstalled from all VS Code instances that have this extension running.

For clarity - the removal had nothing to do about copyright/licenses, only about potential malicious intent."
👍2
https://openai.com/index/introducing-gpt-4-5/

openAI introduced GPT 4.5. GPT‑4.5 is a step forward in scaling up pre-training and post-training. By scaling unsupervised learning, GPT‑4.5 improves its ability to recognize patterns, draw connections, and generate creative insights without reasoning.
👍1
Some kind of bad news for Firefox users


// Update

https://blog.mozilla.org/en/products/firefox/update-on-terms-of-use/
😢3
https://kibty.town/blog/todesktop/

Interesting writeup about a vulnerability in the update mechanism for cursor, linear and other big apps which could be used to ship malicious updates.
🎉1
https://github.com/qixucen/atom

https://arxiv.org/abs/2502.12018

Reasoning models lack atomic thoughts -unlike humans using independent units, they store full histories.

Atom of Thoughts (AOT): lifts gpt-4o-mini to 80.6% F1 on HotpotQA, surpassing o3-mini and DeepSeek-R1

Really interesting idea to dramatically reduce token size and improve model intelligence.
https://devblogs.microsoft.com/typescript/typescript-native-port/

Microsoft released an official native port of the TypeScript compiler and tooling. The native implementation will drastically improve editor startup, reduce most build times by 10x, and substantially reduce memory usage.

Written in Go and available here:

https://github.com/microsoft/typescript-go


"…using the Visual Studio Code codebase as a benchmark, the current time to load the entire project in the editor on a fast computer is about 9.6 seconds. This drops down to about 1.2 seconds with the native language service, an 8x improvement in project load time in editor scenarios."
https://documents.craft.me/announcing-chaps

Chaps is a new tool created by Craft:

"In a world drowning in apps, notifications, and complexity – simplicity is the ultimate luxury. Meet Chaps, your personalized AI-powered agents that simplify life, streamline tasks, and put you back in control."
https://blog.atuin.sh/atuin-desktop-runbooks-that-run/

A local-first, executable runbook editor for real terminal workflows.
Atuin Desktop looks like a doc, but runs like your terminal. Script blocks, embedded terminals, database clients and prometheus charts - all in one place.
👍1
https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2

parakeet-tdt-0.6b-v2 is a 600-million-parameter automatic speech recognition (ASR) model by nvidia designed for high-quality English transcription, featuring support for punctuation, capitalization, and accurate timestamp prediction.

It seems better than whisper-3 large (https://huggingface.co/spaces/hf-audio/open_asr_leaderboard) with 1B less parameters.
👍1
https://www.reuters.com/business/openai-agrees-buy-windsurf-about-3-billion-bloomberg-news-reports-2025-05-06/

OpenAI has agreed to buy Windsurf, an AI coding tool, for about $3 billion, marking the ChatGPT maker’s largest acquisition to date.
https://github.com/astral-sh/ty

An extremely fast Python type checker and language server, written in Rust.

In early testing, it's 10x, 50x, even 100x faster than existing type checkers. ( >600x speed-ups over Mypy in some real-world projects.)
https://appwrite.io/products/sites

Appwrite, an Open Source Vercel alternative, publishes Appwrite Sites:

"With Sites, Appwrite offers a streamlined solution for easily deploying static and server-rendered applications. Everything is designed to simplify your workflow, from creating a site and connecting a domain to leveraging our templates“