J2ME-Loader: J2ME emulator for Android devices

Article URL: https://github.com/nikita36078/J2ME-Loader Comments URL: https://news.ycombinator.com/item?id=41586682 Points: 10 # Comments: 0| Hacker News: Newest

Run Qwen 2.5 Family and Other LMs in GGUF Format from HF Locally

Article URL: https://github.com/NexaAI/nexa-sdk/releases/tag/v0.0.8.4-metal Comments URL: https://news.ycombinator.com/item?id=41586673 Points: 10 # Comments: 1| Hacker News: Newest

Show HN: I've Built an Accounting System

It can create invoices and receive payments.Not quite production ready, yet.Only need PostgreSQL installed to try.I will add support to choose SQLite when they add native support for geography types. --- Comments URL: https://news.ycombinator.com/item?id=41585468 Points: 17 # Comments: 6| Hacker News: Newest

Scramble: Open-Source Alternative to Grammarly

Article URL: https://github.com/zlwaterfield/scramble Comments URL: https://news.ycombinator.com/item?id=41575323 Points: 160 # Comments: 57| Hacker News: Newest

Rustpad is an efficient and minimal open-source collaborative text editor

Article URL: https://github.com/ekzhang/rustpad Comments URL: https://news.ycombinator.com/item?id=41573866 Points: 40 # Comments: 3| Hacker News: Newest

Rga: Ripgrep, but also search in PDFs, E-Books, Office documents, zip, etc.

Article URL: https://github.com/phiresky/ripgrep-all Comments URL: https://news.ycombinator.com/item?id=41567262 Points: 380 # Comments: 38| Hacker News: Best

rainfrog – a database management TUI for Postgres

Article URL: https://github.com/achristmascarl/rainfrog Comments URL: https://news.ycombinator.com/item?id=41563100 Points: 47 # Comments: 13| Hacker News: Newest

Nyxpsi – A Next-Gen Network Protocol for Extreme Packet Loss

Article URL: https://github.com/nyxpsi/nyxpsi Comments URL: https://news.ycombinator.com/item?id=41562287 Points: 102 # Comments: 41| Hacker News: Newest

Show HN: Sisi – Semantic Image Search CLI tool, locally without third party APIs

I wrote this tool to get familiar with CLIP model, I know many people have written similar tools with CLIP before, but I'm new to machine learning and writing a classic tool helps my study.The unusual thing with my version is, it is in pure Node.js, with the power of node-mlx, a Node.js machine learning framework.The repo in the link is mostly about implementing indexing and CLI, the code of the model implementation lives as a Node.js module: https://github.com/frost-beta/clip .Hope this help...| Hacker News: Newest

Awesome LLM Strawberry (OpenAI o1)

Article URL: https://github.com/hijkzzz/Awesome-LLM-Strawberry Comments URL: https://news.ycombinator.com/item?id=41554525 Points: 14 # Comments: 0| Hacker News: Newest

Show HN: JAQT – JavaScript Queries and Transformations

Hi all,I've made a javascript library to simplify searching/sorting/filtering in arrays of objects. Its inspired by both GraphQL and SQL, but implemented using javascript Proxies. Instead of creating a new language, its all just javascript.I've made it as part of an experimental database, which uses javascript as the query engine. The normal javascript map/reduce/sort functions are quite difficult to master for junior developers. JAQT is easier to explain, and can still be used in combination...| Hacker News: Newest

LinkedIn blocked due Meshtastic video in private chat

Article URL: https://github.com/resiliencetheatre/rpi4edgemapdisplay/discussions/4 Comments URL: https://news.ycombinator.com/item?id=41551564 Points: 103 # Comments: 38| Hacker News: Newest

g1: Using Llama-3.1 70B on Groq to create o1-like reasoning chains

Article URL: https://github.com/bklieger-groq/g1 Comments URL: https://news.ycombinator.com/item?id=41550364 Points: 113 # Comments: 38| Hacker News: Newest

A fast full-text cli reader (works also with lobste.rs articles content)

Wrote this for my personal usage as I wanted a simple reader that is used entirely with arrow keys (and hjkl). I prefetch the article content of adjacent list so it loads instantly. For lobster, start it as “cast-text -rss https://lobste.rs/rss” Comments| Lobsters

MiniLang: A type-safe C successor

MiniLangA type-safe C successor that compiles to various platforms. QuickStartLanguage Documentation Standard Library Documentation Standard Library Usage Examples Design choicesModern Compiled Procedural Strongly typed Type and memory safe Closely match C features Bidirectionally compatible with C ML must be easy to learn and use ML abstractions introduce zero-overhead compared to C MotivationThe language is designed to closely match c features along with some zero-overhead quality of life i...| Lobsters

Open Source security camera on Raspberry Pi

Article URL: https://github.com/TzuHuanTai/RaspberryPi_WebRTC Comments URL: https://news.ycombinator.com/item?id=41547405 Points: 49 # Comments: 8| Hacker News: Newest

Experimental modern JPEG compressor

JPEG can be generated much better.| Kornelski Atom

i3wm inspired wm for Windows

Article URL: https://github.com/glzr-io/glazewm Comments URL: https://news.ycombinator.com/item?id=41545737 Points: 11 # Comments: 1| Hacker News: Newest

The book documenting the curl project, the curl tool, libcurl and more

Article URL: https://github.com/curl/everything-curl Comments URL: https://news.ycombinator.com/item?id=41545462 Points: 11 # Comments: 2| Hacker News: Newest

fair: A Go library for serving resources fairly

This is a go implementation of stochastic blue paper Comments| Lobsters

Show HN: Wordllama – Things you can do with the token embeddings of an LLM

After working with LLMs for long enough, I found myself wanting a lightweight utility for doing various small tasks to prepare inputs, locate information and create evaluators. This library is two things: a very simple model and utilities that inference it (eg. fuzzy deduplication). The target platform is CPU, and it’s intended to be light, fast and pip installable — a library that lowers the barrier to working with strings semantically. You don’t need to install pytorch to use it, or a...| Hacker News: Newest

Writing an OS in Rust

Article URL: https://github.com/phil-opp/blog_os Comments URL: https://news.ycombinator.com/item?id=41540362 Points: 141 # Comments: 14| Hacker News: Newest

GitHub - RyanWelly/lisp-in-rs-macros: A Lisp interpreter written fully in rust macros.

A Lisp interpreter written fully in rust macros. . Contribute to RyanWelly/lisp-in-rs-macros development by creating an account on GitHub.| GitHub

Show HN: FlowTracker – Track data flowing through Java programs

FlowTracker, a Java agent that tracks data flowing through Java programs. It helps you understand where any program got its output from, what it means, and why it wrote it.Watch the video or explore the live demo yourself, and read how it works at https://github.com/coekie/flowtracker --- Comments URL: https://news.ycombinator.com/item?id=41530190 Points: 138 # Comments: 16| Hacker News: Newest

AppleWatchAmmeter

Article URL: https://github.com/jp3141/AppleWatchAmmeter Comments URL: https://news.ycombinator.com/item?id=41508752 Points: 329 # Comments: 64| Hacker News: Best

Defusedxml – defusing XML bombs and other exploits

Article URL: https://github.com/tiran/defusedxml Comments URL: https://news.ycombinator.com/item?id=41523098 Points: 52 # Comments: 12| Hacker News: Newest

Ergo: Erlang-inspired event driven actor framework in Go

Article URL: https://github.com/ergo-services/ergo Comments URL: https://news.ycombinator.com/item?id=41519471 Points: 56 # Comments: 26| Hacker News: Newest

GitHub - microsoft/CDM: The Common Data Model (CDM) is a standard and extensible collection of schemas (entities, attributes, relationships) that represents ...

The Common Data Model (CDM) is a standard and extensible collection of schemas (entities, attributes, relationships) that represents business concepts and activities with well-defined semantics, to...| GitHub

Cloud Information Model · GitHub

The content of this repository has been archived as the organization has closed down. - Cloud Information Model| GitHub

Show HN: Auto-document your analytics setup (npx package)

Hey HN, sharing an npx package that I’ve been working on to help teams automatically document their analytics setups.It crawls any JS/TS codebase and generates a YAML schema that catalogs all the events, properties, and triggers. Currently supporting GA, Amplitude, Mixpanel, Amplitude, Rudderstack, mParticle, PostHog, Pendo, Heap, Snowplow. Let me know if there’s any more I should add to the list!Came out of a personal pain where I was struggling to keep tabs on all the analytics events w...| Hacker News: Newest

Apple pushes breaking Foundation change in iOS 18 without tying to SDK version

Article URL: https://github.com/apple/swift-foundation/issues/833 Comments URL: https://news.ycombinator.com/item?id=41513730 Points: 44 # Comments: 10| Hacker News: Newest

Releases · carbonblack/carbon-black-cloud-sdk-python · GitHub

VMware Carbon Black Cloud Python SDK. Contribute to carbonblack/carbon-black-cloud-sdk-python development by creating an account on GitHub.| GitHub

carbon-black-cloud-sdk-python/LICENSE at develop · carbonblack/carbon-black-cloud-sdk-python · GitHub

VMware Carbon Black Cloud Python SDK. Contribute to carbonblack/carbon-black-cloud-sdk-python development by creating an account on GitHub.| GitHub

GitHub - carbonblack/carbon-black-cloud-sdk-python at master

VMware Carbon Black Cloud Python SDK. Contribute to carbonblack/carbon-black-cloud-sdk-python development by creating an account on GitHub.| GitHub

carbon-black-cloud-sdk-python/examples/platform at develop · carbonblack/carbon-black-cloud-sdk-python · GitHub

VMware Carbon Black Cloud Python SDK. Contribute to carbonblack/carbon-black-cloud-sdk-python development by creating an account on GitHub.| GitHub

ExpressJS 5.0

Article URL: https://github.com/expressjs/express/releases/tag/v5.0.0 Comments URL: https://news.ycombinator.com/item?id=41507505 Points: 14 # Comments: 2| Hacker News: Newest

QuBSD Mimics Qubes Containerization Using FreeBSD Jails/Bhyve

Article URL: https://github.com/BawdyAnarchist/quBSD Comments URL: https://news.ycombinator.com/item?id=41505658 Points: 10 # Comments: 0| Hacker News: Newest

Show HN: YourNextStore – an open-source Shopify with Stripe as the back end

We’re building Your Next Store, a modern, ultra-fast, open-source commerce in Next.js with Stripe as the backend - no DB required.Selling online is often more complex than it needs to be. Setting up a storefront with great performance can feel daunting and time-consuming. There are many plugins, libraries, etc - the choice can be overwhelming.Plus, in e-commerce, the backend and frontend are often written in different languages (e.g., PHP, Python, or Ruby for the backend). This increases th...| Hacker News: Newest

Meta's Hack (HHVM) language appears to be no longer maintained

Article URL: https://github.com/facebook/hhvm/graphs/commit-activity Comments URL: https://news.ycombinator.com/item?id=41499855 Points: 28 # Comments: 23| Hacker News: Newest

Sail – Built in Rust, 4x Faster Than Spark, 94% Lower Costs, PySpark-Compatible

Article URL: https://github.com/lakehq/sail Comments URL: https://news.ycombinator.com/item?id=41496033 Points: 10 # Comments: 0| Hacker News: Newest

Flipbook – Animated QR Codes

Article URL: https://github.com/cereallarceny/flipbook Comments URL: https://news.ycombinator.com/item?id=41493544 Points: 10 # Comments: 2| Hacker News: Newest

Announcing simkube v1.0: Record-and-replay Kubernetes simulator

I have a blog post series that I am writing using SimKube to compare the Kubernetes Cluster Autoscaler and Karpenter: https://blog.appliedcomputing.io/p/announcing-simkube-v10 Comments| Lobsters

Third Party Extensions · Python-Markdown/markdown Wiki · GitHub

A Python implementation of John Gruber’s Markdown with Extension support. - Python-Markdown/markdown| GitHub

Issues · Python-Markdown/markdown · GitHub

A Python implementation of John Gruber’s Markdown with Extension support. - Issues · Python-Markdown/markdown| GitHub

Easily install prebuilt binaries from GitHub

eget came really close to completely solving “installing various stuff from github” (a frequent problem for me). Wish I knew about it sooner, would’ve saved some frustration. Wrote a blog post about it https://taras.glek.net/post/eget-that-binary-from-github/ Comments| Lobsters

jd: JSON diff and patch

Comments| Lobsters

Core: New way to develop video games

Article URL: https://github.com/damn/core Comments URL: https://news.ycombinator.com/item?id=41482060 Points: 146 # Comments: 98| Hacker News: Newest

Show HN: Nexa SDK – Build powerful and efficient AI apps on edge devices

Hey HN! Alex and Zack here from Nexa AI. We're excited to share something we've been working on.Our journey began with the Octopus series --- action models for mobile AI agents (https://huggingface.co/NexaAIDev/Octopus-v2). We focused on making sub-billion parameter models excel at function calling, making high accurate and fast function-calling possible on mobile and edge devices. But as we delved into developing full-fledged on-device applications, we hit a roadblock.We realized that optimi...| Hacker News: Newest

LuaJIT PR: Add Support for RISC-V 64

Article URL: https://github.com/LuaJIT/LuaJIT/pull/1267 Comments URL: https://news.ycombinator.com/item?id=41479637 Points: 59 # Comments: 15| Hacker News: Newest

CAR: Copy-on-write Archive

PoC of a file archiver which uses reflnks instead of copying data Comments| Lobsters

WordPerfect for Unix Character Terminals

Article URL: https://github.com/taviso/wpunix Comments URL: https://news.ycombinator.com/item?id=41478195 Points: 12 # Comments: 1| Hacker News: Newest

GitHub - mraza007/python-file-analyzer: A simple utility script which allows you to analyze your python file

A simple utility script which allows you to analyze your python file - mraza007/python-file-analyzer| GitHub

Metal Benchmarks

Comments| Lobsters

GitHub: Let’s build from here · GitHub

GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...| GitHub

[gsoc2024][libc][math][c23] Implement _Float16 higher math functions · Issue #95250 · llvm/llvm-project · GitHub

This issue is part of the following Google Summer of Code 2024 project: https://summerofcode.withgoogle.com/programs/2024/projects/1vPVUj93. acosf16 acoshf16 acospif16 asinf16 asinhf16 asinpif16 at...| GitHub

[gsoc2024][libc][math][c23] Implement _Float16 basic operations · Issue #93566 · llvm/llvm-project · GitHub

This issue is part of the following Google Summer of Code 2024 project: https://summerofcode.withgoogle.com/programs/2024/projects/1vPVUj93. ceilf16: #94001 canonicalizef16: #94341 copysignf16: #94...| GitHub

GitHub - taviso/nntpit: minimalist reddit2nntp gateway

minimalist reddit2nntp gateway. Contribute to taviso/nntpit development by creating an account on GitHub.| GitHub

GitHub - Scthe/nanite-webgpu: UE5's Nanite implementation using WebGPU. Includes the meshlet LOD hierarchy, software rasterizer and billboard impostors. Cull...

UE5's Nanite implementation using WebGPU. Includes the meshlet LOD hierarchy, software rasterizer and billboard impostors. Culling on both per-instance and per-meshlet basis. - Scthe/nanite-webgpu| GitHub

GitHub - Glimesh/broadcast-box: A broadcast, in a box.

A broadcast, in a box. . Contribute to Glimesh/broadcast-box development by creating an account on GitHub.| GitHub

GitHub - Ligo-Biosciences/AlphaFold3: Open source implementation of AlphaFold3

Open source implementation of AlphaFold3. Contribute to Ligo-Biosciences/AlphaFold3 development by creating an account on GitHub.| GitHub

GitHub - tsenart/pdqselect: Pattern defeating quick selection algorithm adapted from Go's pdqsort

Pattern defeating quick selection algorithm adapted from Go's pdqsort - tsenart/pdqselect| GitHub

A sensible Java key management tool for normal people

Article URL: https://github.com/alastairmccormack/keyutil Comments URL: https://news.ycombinator.com/item?id=41458442 Points: 10 # Comments: 0| Hacker News: Newest

Show HN: AnythingLLM – Open-Source, All-in-One Desktop AI Assistant

Hey HN!This is Tim from AnythingLLM (https://github.com/Mintplex-Labs/anything-llm). AnythingLLM is an open-source desktop assistant that brings together RAG (Retrieval-Augmented Generation), agents, embeddings, vector databases, and more—all in one seamless package.We built AnythingLLM over the last year iterating and iterating from user feedback. Our primary mission is to enable people with a layperson understanding of AI to be able to use AI with little to no setup for either themselves,...| Hacker News: Newest

GitHub - moritztng/hacker-league: minimal and efficient carball on linux. fun for humans and ai!

minimal and efficient carball on linux. fun for humans and ai! - moritztng/hacker-league| GitHub

GitHub - SoptikHa2/desed: Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal.

Debugger for Sed: demystify and debug your sed scripts, from comfort of your terminal. - SoptikHa2/desed| GitHub

GitHub - harsxv/tinystatus: Tiny status page generated by a Python script

Tiny status page generated by a Python script. Contribute to harsxv/tinystatus development by creating an account on GitHub.| GitHub

GitHub - lmnr-ai/lmnr: Laminar - Open-source DataDog + PostHog for AI agents / RAG apps. Fast, reliable and insightful. Written in Rust 🦀. YC S24.

Laminar - Open-source DataDog + PostHog for AI agents / RAG apps. Fast, reliable and insightful. Written in Rust 🦀. YC S24. - lmnr-ai/lmnr| GitHub

TUI for lobste.rs website

Comments| Lobsters

GitHub - nuno-faria/tetris-sql: Using SQL's Turing Completeness to Build Tetris

Using SQL's Turing Completeness to Build Tetris. Contribute to nuno-faria/tetris-sql development by creating an account on GitHub.| GitHub

GitHub - team-watchdog/colombo-skylines: A digital twin of the city of Colombo, Sri Lanka, implemented in Cities: Skylines, based on real data. Nearly 1:1 in...

A digital twin of the city of Colombo, Sri Lanka, implemented in Cities: Skylines, based on real data. Nearly 1:1 in terms of geography and population. - team-watchdog/colombo-skylines| GitHub

Firefox will consider a Rust implementation of JPEG-XL by bholley · Pull Request #1064 · mozilla/standards-positions · GitHub

Over the past few months, we’ve had some productive conversations with the JPEG-XL team at Google Research around the future of the format in Firefox. Our primary concern has long been the increase...| GitHub

GitHub - Emacs101/howm-manual: Note-taking in Emacs with howm package

Note-taking in Emacs with howm package. Contribute to Emacs101/howm-manual development by creating an account on GitHub.| GitHub

GitHub - AppFlowy-IO/AppFlowy: Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without lo...

Bring projects, wikis, and teams together with AI. AppFlowy is an AI collaborative workspace where you achieve more without losing control of your data. The best open source alternative to Notion. ...| GitHub

GitHub - pythops/oryx: 🕵️‍♂️ TUI for sniffing network traffic using eBPF

🕵️‍♂️ TUI for sniffing network traffic using eBPF - GitHub - pythops/oryx: 🕵️‍♂️ TUI for sniffing network traffic using eBPF| GitHub

Kamal: Reason behind choosing Docker instead micro VMs (like firecracker)

Article URL: https://github.com/basecamp/kamal/discussions/94 Comments URL: https://news.ycombinator.com/item?id=41433588 Points: 11 # Comments: 5| Hacker News: Newest

GitHub - huggingface/speech-to-speech: Speech To Speech: an effort for an open-sourced and modular GPT4-o

Speech To Speech: an effort for an open-sourced and modular GPT4-o - huggingface/speech-to-speech| GitHub

GitHub - luke8086/retronews: TUI browser for HN and Lobsters emulating classical Usenet and mail readers

TUI browser for HN and Lobsters emulating classical Usenet and mail readers - luke8086/retronews| GitHub

GitHub - jboirazian/LuneForge: Open-Source Software for Designing 3D-Printable Luneburg Lenses for RF Applications

Open-Source Software for Designing 3D-Printable Luneburg Lenses for RF Applications - jboirazian/LuneForge| GitHub

GitHub - SuperIlu/DOjS: A MS-DOS Creative Coding IDE/platform based on JavaScript

A MS-DOS Creative Coding IDE/platform based on JavaScript - GitHub - SuperIlu/DOjS: A MS-DOS Creative Coding IDE/platform based on JavaScript| GitHub

GitHub Sponsors · GitHub

Invest in the open source projects you depend on with GitHub Sponsors.| GitHub