RAR 7.0 Released

Latest changes in WinRAR WinRAR – What’s new in the latest version Version 7.00 1. Compression dictionary sizes larger than 1 GB are supported for RAR archive format. Depending on the amount of physically available memory, dictionary up to 64 GB can be selected. Not power of 2 dictionary sizes can be specified for dictionaries […]
Show HN: Kalosm an embeddable framework for pre-trained models in Rust
We’re excited to announce the release of Kalosm v0.2.0! This release includes a number of new features, improvements, and bug fixes including: Tasks and Agents Task Evaluation Prompt Auto-Tuning Regex Validation Surreal Database Integration RAG improvements Performance Improvements New Models Kalosm now includes utilities for running, evaluating, and improving tasks and agents. Let’s build a […]
Vyxal: A code-golfing language experience

{{ message }} This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. You can’t perform that action at this time.
Man in remission from blood cancer and HIV after remarkable treatment

Doctors say a man in California who contracted blood cancer while living with HIV is in remission from both potentially fatal illnesses thanks to a treatment they are hailing as remarkable and encouraging. Paul Edmonds is only the fifth-known person in the world confirmed to be in remission for both acute myelogenous leukemia and HIV, […]
Pql, a pipelined query language that compiles to SQL (written in Go)

Note: unknown functions are passed through. Reset users | where eventTime > minus(now(), toIntervalDay(1)) | project user_id, user_email generated sqlWITH “__subquery0” AS ( SELECT * FROM “users” WHERE “eventTime” > minus (now (), toIntervalDay (1)) ) SELECT “user_id” AS “user_id”, “user_email” AS “user_email” FROM “__subquery0”; records | summarize newest=max(created_at) by type generated sqlSELECT “type” AS […]
Orbital reentry from 17000mph looks like dropping out of hyperspace [video]
![orbital-reentry-from-17000mph-looks-like-dropping-out-of-hyperspace-[video]](https://cdn-y.objects.dc-sto1.glesys.net/A1da965d3ac0f2e44c08f1ae072687d311/uploads/2024/02/396692-orbital-reentry-from-17000mph-looks-like-dropping-out-of-hyperspace-video-1024x576.jpg)
Supplanting matrices with Geometric Algebra in a forward 3D renderer
Steven De Keninck Putting PGA ($mathbb R_{3,0,1}$) to the test! Since the 2019 SIGGRAPH course [1], Geometric Algebra, and Euclidean PGA in particular, has been gaining traction within the computer graphics and machine learning communities [2, 3, 4]. Despite its broad applicability, including for higher dimensional geometry and physics, its adoption in traditional 3D graphics […]
Intel puts 1nm process (10A) on the roadmap for 2027

We’ve already covered the first major announcements from the Intel Foundry Direct Connect event, but it turns out that Intel miscommunicated about a presentation that was thought to be under NDA — now Intel says the presentation is open to be reported to the public, so we have some more news to share: Intel’s previously-unannounced […]
‘Mathematically perfect’ star system being investigated for potential alien tech

Late last year, astronomers discovered a fascinating star system only 100 light-years away from us. Its six sub-Neptune planets circle very close to their host star in mathematically perfect orbits, piquing the interest of scientists searching for alien technology, or technosignatures, which they argue would offer compelling evidence of advanced life beyond Earth. To be […]
Show HN: Pgs.sh – A zero-install static site hosting service for hackers

pgs.sh — hacker labs A zero-install static site hosting service for hackers Publish your site with one command When your site is ready to be published, copy the files to our server with a familiar command: rsync -rv public/ pgs.sh:/myproj That’s it! There’s no need to formally create a project, we create them on-the-fly. Further, […]