Tech Updates
74 subscribers
18 photos
258 links
Tech news, cool tools, projects, blogs, articles and more.
Download Telegram
https://blogs.vmware.com/cloud-foundation/2024/05/14/vmware-desktop-hypervisor-pro-apps-now-available-for-personal-use/

VMware Fusion Pro and Workstation Pro are both now available free for personal use.
👍1
https://higherorderco.com

Probably not really interesting for most of the people, but a small team figured out how to bring (fast) gpu programming to higher level languages. This is a big step as CUDA is cool, but often a bit too hard for specific tasks. A good slogan here would be "Feels like Python, scales like CUDA".
"When compiling non-sequential programs from a high-level programming language to C and CUDA, we achieved a near-ideal parallel
speedup as a function of cores available..."

The paper is also quite interesting: https://docs.google.com/viewer?url=https://raw.githubusercontent.com/HigherOrderCO/HVM/main/paper/PAPER.pdf
👍1
https://blogs.microsoft.com/blog/2024/05/20/introducing-copilot-pcs/

Microsoft announced a new product line called Copilot+ PCs. They are arm based and focus on running AI models locally.

Besides that, Microsoft says that they "outperform Apple’s MacBook Air 15” by up to 58% in sustained multithreaded performance[3], all while delivering all-day battery life. With incredible efficiency, Copilot+ PCs can deliver up to 22 hours of local video playback or 15 hours of web browsing on a single charge.[4] That is up to 20% more battery in local video playback than the MacBook Air 15”.[5]".
We don’t know which task they tried here but it’s still a statement.
https://pikimov.com/

Free alternative to editors such as Adobe After Effects
• Web-based: nothing to install
• For Windows, macOS and Linux
• Import images, videos, audios and 3D models
• Video effects
• Layer based compositions
• Keyframes animation system
• Your files stay on your computer, they are not uploaded to a server
👍1
https://github.com/ZacharyL2/KeyEcho

KeyEcho, an application that listens to your keyboard typing and plays pleasing sounds (like mechanical keyboard sounds). Built with Tauri, it's cross-platform and highly performant.
https://github.com/evanrolfe/trayce_gui

TrayceGUI is a cross-platform desktop application which lets you interface with the TrayceAgent to monitor network requests in Docker containers.
https://timelinize.com/

https://github.com/timelinize/timelinize


Timelinize organizes your photos & videos, chats & messages, location history, social media content, contacts, and more into a single place where you can view them in ways you never thought possible. All your data is stored on your own computer.
https://github.com/eythaann/Seelen-UI

The Fully Customizable Desktop Environment for Windows 10/11 with a windows tiling manager included. Seamlessly integrated into your system, Seelen UI unlocks a world of possibilities, offering an extensive array of customization features to sculpt your desktop into a personalized masterpiece of efficiency and style.

Not sure how useful it is at the end, but it looks like an interesting project.
👍1
https://github.com/fastschema/fastschema

FastSchema is a Go web framework and headless CMS for building dynamic web applications. Designed to simplify the creation and management of structured content, FastSchema automates the generation of databases and provides CRUD APIs effortlessly.
https://github.com/Danil0v3s/CleanMeter

Sleek overlay for MSI Afterburner
🔥2
https://hnup.date/

Hourly news broadcast with data from the front page of hacker news. Fully AI generated.
https://opensource.microsoft.com/blog/2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/

"We built Hyperlight as a library to execute functions as fast as possible while isolating those functions within a VM. Hyperlight is able to create new VMs in one to two milliseconds.

To give you a sense of how fast Hyperlight is, a one to two millisecond cold start for each VM is fast enough that it becomes practical to spin up VMs as needed in response to events."