Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: project Clear Filter

Google is adding "Projects" feature to Gemini to run research tasks

Google's Gemini is now testing a new feature called "Projects." This will be similar to OpenAI's Project Feature for ChatGPT. With Projects, you can add files, documents or your code. Then, you can ask Gemini to reference those files in project conversations. Google describes this as a feature where you "start by adding files to the project. Gemini can reference these files in project conversations and use them to generate new documents and code." With Projects, you can group similar tasks to

Sale: These Yaber projectors are at record-low prices!

Kaitlyn Cimino / Android Authority The weekend is upon us, and I have had a rough few weeks. I am getting ready to chill and catch up on my favorite movies and TV shows. Of course, I’ll be using my projector. After planning this, I realized two of our favorite consumer projectors are currently at record-low prices, so I thought I would share the deals. Buy the Yaber T2 Outdoor Projector for just $233.98 ($116.01 off) Buy the Yaber Projector L2s Home Cinema for just $134.98 ($65.01 off) Both of

I made a real-time C/C++/Rust build visualizer

August 13, 2025・6 minute read Many software projects take a long time to compile. Sometimes that’s just due to the sheer amount of code, like in the LLVM project. But often a build is slower than it should be for dumb, fixable reasons. I’ve had the suspicion that most builds are doing dumb stuff, but I had no way to see it. So I’ve been working on a cross-platform tool to help speed up builds (you can try it, see below). It works with any build system or programming language (Not just C/C++).

I Made a Realtime C/C++ Build Visualizer

August 13, 2025・6 minute read Many software projects take a long time to compile. Sometimes that’s just due to the sheer amount of code, like in the LLVM project. But often a build is slower than it should be for dumb, fixable reasons. I’ve had the suspicion that most builds are doing dumb stuff, but I had no way to see it. So I’ve been working on a cross-platform tool to help speed up builds (you can try it, see below). It works with any build system or programming language (Not just C/C++).

What to Do When Critical Open Source Projects Go End of Life

Ninety-eight percent of organizations use open source software (OSS) regularly, according to the Linux Foundation. Open source is pervasive. It’s embedded into the fabric of most applications we use in our daily lives. But it’s getting harder to keep up the pace of OSS version deprecations and end-of-life (EOL) cycles. “The life cycle for open source versions is definitely shortening,” Aaron Frost, co-founder and CEO at HeroDevs, which offers long-term support for deprecated open source, told T

Show HN: I built an offline, open‑source desktop Pixel Art Editor in Python

Tilf — Pixel Art Editor Tilf (Tiny Elf) is a simple yet powerful pixel art editor built with PySide6. It’s designed for creating sprites, icons, and small 2D assets with essential tools, live preview, undo/redo, and export options. There are several Pixel Art Editors that do the same things and even much more, but many require an account registration or the insertion of an e-mail or have a certain business model. I'm not interested in all that, my goal is to be able to create sprites freely,

Show HN: Play Pokémon to unlock your Wayland session

Gameboy locker for Wayland This project replaces the usual password screen with a Gameboy emulator running a patched Pokémon game! To unlock your session, you have to solve a little challenge, kind of like a mini escape room built into your OS. Unlock your session with fun! I've been a Linux enthusiast since I was a kid. What always captivated me was the freedom to customize my system exactly the way I wanted. With Wayland, we've reached an incredible level of performance. It's like turning y

A large number of protocols on Ethereum and Solana blockchains have no revenue

Have you heard of disguised unemployment? It refers to a situation where a portion of the workforce appears to be employed, but isn't contributing to the economy's output. Consider the massive capital expenditure loss from ghost cities, which represent unoccupied infrastructure. Something similar can be said for the top smart contract blockchains, which hosts hundreds of decentralized protocols. Of these, only a minority are generating revenue, while the rest produce no yield, loosely represent

Deal: The Yaber L2s Projector is just $134.98, and it’s actually quite enjoyable!

Projectors are kind of magical. Nothing quite beats enjoying a weekend movie, cozied up in your favorite blankie, in a dark room, with a projector playing a movie on your wall. The thing is, projectors were usually very expensive, but things are changing, and now you can get something like the Yaber L2s projector, which will look great and is only going for $134.98 right now! Buy the Yaber L2s Projector for just $134.98 ($65.01 off) This offer is available from Amazon, but the official seller i

Getting good results from Claude Code

I've been experimenting with LLM programming agents over the past few months. Claude Code has become my favorite. It is not without issues, but it's allowed me to write ~12 programs/projects in relatively little time, and I feel I would not have been able to do all this in the same amount of time without it. Most of them, I wouldn't even have bothered to write without Claude Code, simply because they'd take too much of my time. (A list is included at the end of this post.) I'm still far from a

Poltergeist: File watcher with auto-rebuild for any language or build system

Poltergeist The ghost that keeps your builds fresh 👻 A universal file watcher with auto-rebuild for any language or build system Poltergeist is an AI-friendly universal file-watcher that auto-detects any project and rebuilds them as soon as a file has been changed. Think npm run dev for native apps, with automatic configuration, notifications and a smart build queue. It stands on the shoulders of giants and fills the glue layer that's been missing. Works on macOS, Linux, and Windows. Availabl

Getting good results from Claude code

I've been experimenting with LLM programming agents over the past few months. Claude Code has become my favorite. It is not without issues, but it's allowed me to write ~12 programs/projects in relatively little time, and I feel I would not have been able to do all this in the same amount of time without it. Most of them, I wouldn't even have bothered to write without Claude Code, simply because they'd take too much of my time. (A list is included at the end of this post.) I'm still far from a

Getting Good Results from Claude Code

I've been experimenting with LLM programming agents over the past few months. Claude Code has become my favorite. It is not without issues, but it's allowed me to write ~12 programs/projects in relatively little time, and I feel I would not have been able to do all this in the same amount of time without it. Most of them, I wouldn't even have bothered to write without Claude Code, simply because they'd take too much of my time. (A list is included at the end of this post.) I'm still far from a

How we enforce .NET coding standards to improve productivity

In today’s competitive software development landscape, organizations are actively looking to optimize their Software Development Life Cycle (SDLC) to deliver faster, with better quality, and reduce friction. The rise of Generative AI amplifies this trend even more. Teams that know how to leverage these tools and practices achieve unprecedented velocity. At Workleap, we decided to take a step back to analyze where we could improve our SDLC as well, in order to reduce friction and help our develo

Ultrathin business card runs a fluid simulation

This repo contains all files related to the flip-card project, which is a business card that runs a fluid-implicit-particle(FLIP) simulation. The PCB design files are in the "kicad-pcb" folder. The flip-card project is inspired by mitxela's fluid simulation pendant project https://mitxela.com/projects/fluid-pendant The fluid simulation logic is contained in a standalone crate, which is in the "fluid_sim_crate" folder. This is based off the work by Matthias Müller (https://github.com/matthias-r

This $180 mini projector has no business being this good for the price

Dangbei N2 Mini Projector ZDNET's key takeaways The Dangbei N2 Mini projector is on sale on Amazon for $189. The N2 Mini is one of the easiest projectors to setup I've used, and delivers crisp 1080p video without much fuss. Unfortunately, it's limited to 1080p and does not do 4K, and you'll want to connect a Bluetooth speaker. $229 at Amazon I've used plenty of projectors over the years. Back in the day, they were a pain to set up and use, with complex, fragile internal components and finnick

My favorite projector from Samsung doubles as a gaming hub, and it's on sale

Allison Murray/ZDNET The Samsung Freestyle 2 projector is on sale for $200 off when you purchase it at Best Buy, making the new price $600 for a limited time. ZDNET's key takeaways The Samsung Freestyle 2 is a solid projector available for $800. Sharp image quality, an internal battery, and the ability to play games without a console make this projector ultraportable. The second-generation feature upgrades are geared toward gaming, which may not be relevant for all users. There's a sayin

I switched my TV with a 4K UST projector - and it was a visual upgrade in several ways

Formovie Cinema Edge 4K UST projector ZDNET's key takeaways The Formovie Cinema Edge 4K UST projector is available now for $1,899 at Amazon. It has a sturdy construction and sleek design. It's great for cinematic viewing, although it could greatly benefit from having a dedicated sound system. $1,799 at Amazon The first ultra short-throw (UST) projectors hit the mainstream market in the US as early as 2014. (Thank you, Sony.) Collectively, they've come a long way since then in terms of design,

This mini projector beats more expensive models (and took 5 minutes to set up)

Dangbei N2 Mini Projector ZDNET's key takeaways The Dangbei N2 Mini projector is on sale on Amazon for $189. The N2 Mini is one of the easiest projectors to setup I've used, and delivers crisp 1080p video without much fuss. Unfortunately, it's limited to 1080p and does not do 4K, and you'll want to connect a Bluetooth speaker. $229 at Amazon I've used plenty of projectors over the years. Back in the day, they were a pain to set up and use, with complex, fragile internal components and finnick

Best 4K Projector for 2025: Tested and Reviewed by Experts

Sony All the projectors we review at CNET go through the same testing process that includes objective measurements and side-by-side subjective evaluation. I've been reviewing projectors for over 20 years and have used one (OK, many over the years) as my main "TV" since I started reviewing them. I'm also Imaging Science Foundation certified and did training at the National Institute of Standards and Technology to correctly measure displays. I use specialized test equipment, including a C6 HDR500

Claude Code IDE integration for Emacs

Claude Code IDE for Emacs Overview Claude Code IDE for Emacs provides native integration with Claude Code CLI through the Model Context Protocol (MCP). Unlike simple terminal wrappers, this package creates a bidirectional bridge between Claude and Emacs, enabling Claude to understand and leverage Emacs’ powerful features—from LSP and project management to custom Elisp functions. This transforms Claude into a true Emacs-aware AI assistant that works within your existing workflow and can interac

Claude Code IDE Integration for Emacs

Claude Code IDE for Emacs Overview Claude Code IDE for Emacs provides native integration with Claude Code CLI through the Model Context Protocol (MCP). Unlike simple terminal wrappers, this package creates a bidirectional bridge between Claude and Emacs, enabling Claude to understand and leverage Emacs’ powerful features—from LSP and project management to custom Elisp functions. This transforms Claude into a true Emacs-aware AI assistant that works within your existing workflow and can interac

Banned Steam game VILE: Exhumed is back as a free shareware title

After her game was banned from sale on Steam in a baffling decision with no appeal option , solo developer Cara Cadaver has made VILE: Exhumed available as shareware under a Creative Commons license. The project can be downloaded for free, but players can opt to donate in support of the solo developer's work. Both Cara and publisher DreadXP will pay forward those donations, with 50 percent of the game's profits being given to the Toronto-based charity Red Door Family Shelter . The group aids fam

Amazon is bringing its Starlink alternative to Australia next year

Posts from this author will be added to your daily email digest and your homepage feed. Amazon’s unproven Project Kuiper satellites will be put to work next year, supplying internet access to rural Australians. The retail giant announced an agreement with Australia’s state-owned National Broadband Network Company (NBN Co) on Tuesday to provide satellite internet to more than 300,000 eligible customers across the country by mid-2026. “Australia’s vast geography presents unique connectivity chal

Typed languages are better suited for vibecoding

This post has made it to the Hacker News front page, see the discussion there. My >10 year old programming habits have changed since Claude Code launched. Python is less likely to be my go-to language for new projects anymore. I am managing projects in languages I am not fluent in—TypeScript, Rust and Go—and seem to be doing pretty well. It seems that typed, compiled, etc. languages are better suited for vibecoding, because of the safety guarantees. This is unsurprising in hindsight, but it wa

The Fulbright Program: Chock Full of Bright Ideas

One of the most memorable events in my career so far was being selected as a host for the Fulbright Program. When Emily (Simons) approached me with her idea of applying for this type of scholarship, I was already blown away by her enthusiasm—but little did I imagine how immensely enriching her visit to the lab would turn out to be! We initially discussed a project aligned with our shared interest in healthcare topics; specifically, I proposed making Emily part of a planned project with cardiolo

Ongoing Lean formalisation of the proof of Fermat's Last Theorem

Fermat's Last Theorem An ongoing multi-author open source project to formalise a proof of Fermat's Last Theorem in the Lean theorem prover. Information about the project The project is currently being led by Kevin Buzzard. Until September 2029 it is being funded by grant EP/Y022904/1, awarded by the EPSRC. The project is hosted at Imperial College London. Kevin would like to extend many many thanks to both of these institutions for their ongoing support of this nonstandard research. General

Ethersync: Peer-to-peer collaborative editing of local text files

🍃 Ethersync Multiplayer mode for your text editor! Ethersync enables real-time collaborative editing of local text files. You can use it for pair programming or note-taking, for example. It's the missing real-time complement to Git! Features 👥 Edit files at the same time, across different text editors 📍 See your peers' cursors and selections 🗃️ Work on entire projects, the way you're used to 🔒 Encrypted peer-to-peer connections, no need for a server ✒️ Local-first: You always have full a

Fast (2019)

Some examples of people quickly accomplishing ambitious things together. San Francisco proposed a new bus lane on Van Ness in 2001. It opened in 2022, yielding a project duration of around 7,600 days. “The project has been delayed due to an increase of wet weather since the project started,” said Paul Rose, a San Francisco Municipal Transportation Agency spokesperson. The project cost $346 million, i.e. $110,000 per meter. The Alaska Highway, mentioned above, constructed across remote tundra, c

Slow

Slow What problems can human beings only solve over a very long period of time? And how can we build institutions that solve those problems? Below is a list of marvellous projects which human beings have undertaken over an exceptionally long time. Many examples contributed by people on Twitter. The focus is on goal-directed projects (e.g., a scientific experiment or a building), less on more decentralized or unplanned changes (e.g., languages, domestication of livestock, cities, religions). O