ββtunnelto.dev - (β
4.5k at GitHub) - lets you expose your locally running web server via a public URL. Written in Rust. Built completely with async-io on top of tokio.
If you want to expose your localhost for debugging or demonstration purposes, the default option was ngrok. Tunnelto is a simpler, open-source alternative that you can host yourself.
When you run the command
#deployment #debug
If you want to expose your localhost for debugging or demonstration purposes, the default option was ngrok. Tunnelto is a simpler, open-source alternative that you can host yourself.
When you run the command
tunnelto --port 8000, your localhost is exposed at the tunnelto.dev URL. However, you can also set up your private server and deploy it with any URL you choose.#deployment #debug
π₯3β1β€1
ββFresh - (β
4.6k at GitHub) is a text editor for your terminal: easy, powerful and fast.
Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
#rust #editor #terminal #console
Why another text editor? Fresh brings the intuitive, conventional UX of editors like VS Code and Sublime Text to the terminal.
While veterans like Emacs and Vim - and newer editors like Neovim and Helix - are excellent for power users who prefer modal, highly specialized workflows, they often present a steep learning curve for those used to standard GUI interactions. Fresh is built for the developer who wants a familiar, non-modal experience out-of-the-box, without sacrificing the speed and portability of the command line. Keyboard bindings, mouse support, menus, command palette etc. are all designed to be familiar to most modern users.
Architecturally, Fresh is built to handle multi-gigabyte files or slow network streams efficiently, maintaining a negligible memory overhead regardless of file size. While traditional editors struggle with latency and RAM bloat on large files, Fresh delivers consistent, high-speed performance on any scale.
#rust #editor #terminal #console
π3π1
ββBlinko - (β
9k at GitHub) is an AI-powered card note-taking project. Designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.
It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.
You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.
#ai #notes #editor
It is possible to subscribe for a hosted version or host if by yourself running Docker Compose file.
You can choose a number of AI providers available: OpenAI, AzureOpenAI, Anthropic, DeepSeek, Gemini, Grok, OpenRouter and if you want to run it fully locally Ollama is also supported.
#ai #notes #editor
π2β€1π1
ββdrawDB - (β
35.5k at GitHub) is a robust and user-friendly database entity relationship (DBER) editor right in your browser. Build diagrams with a few clicks, export SQL scripts, customize your editor, and more without creating an account.
You can try it for yourself here.
#database #schema #editor
You can try it for yourself here.
#database #schema #editor
π3π1
ββResterm - (β
1.2k) is a terminal-based REST/GraphQL/gRPC/WebSocket/SSE client.
Although sharing a common purpose, this client doesnβt feel like just another Postman alternative. Instead, it boasts a few very neat features:
β Resterm is keyboard driven.
β Everything lives in plain files (
β Built-in SSH tunnels for HTTP/gRPC/WebSocket/SSE.
β OAuth 2.0 built-in - client credentials, password grant, authorization code + PKCE with automatic browser flow and token refresh.
β RestermScript (RTS) resterm focused custom scripting lang for safe, predictable request-time logic (templates, directives, workflows). If you want JavaScript instead - this works too.
β Fast iteration loop with explorer + history + diff/compare + captures/workflows.
β Debuggable - timeline tracing, profiler, streaming transcripts and inline scripts/tests.
More screenshots can be found here.
#rest #grpc #api #cli #terminal #bobukrecommends
Although sharing a common purpose, this client doesnβt feel like just another Postman alternative. Instead, it boasts a few very neat features:
β Resterm is keyboard driven.
β Everything lives in plain files (
.http/.rest) - no cloud or account - everything stays local (whch is awesome)β Built-in SSH tunnels for HTTP/gRPC/WebSocket/SSE.
β OAuth 2.0 built-in - client credentials, password grant, authorization code + PKCE with automatic browser flow and token refresh.
β RestermScript (RTS) resterm focused custom scripting lang for safe, predictable request-time logic (templates, directives, workflows). If you want JavaScript instead - this works too.
β Fast iteration loop with explorer + history + diff/compare + captures/workflows.
β Debuggable - timeline tracing, profiler, streaming transcripts and inline scripts/tests.
More screenshots can be found here.
#rest #grpc #api #cli #terminal #bobukrecommends
π3π¨βπ»2
ββmaptoposter - (β
6.6k) is a fun project, allowing you to transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.
clone the repo, then run it with:
and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
clone the repo, then run it with:
uv venv
uv pip install -r requirements.txt
uv run create_map_poster.py -c "London" -C "UK" -t sunset -d 15000 and enjoy your brand new nice poster. Happy Friday!
#friday #fun #python
β€2π1
ββprek - (β
4k at GitHub) is a better
pre-commit is a popular framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.
#hooks #precommit #commit #rust
pre-commit, re-engineered in Rust.pre-commit is a popular framework to run hooks written in many languages, and it manages the language toolchain and dependencies for running the hooks.
prek is a reimagined version of pre-commit, built in Rust. It is designed to be a faster, dependency-free and drop-in alternative for it, while also providing some additional long-requested features.
#hooks #precommit #commit #rust
π2πΎ1
ββTrailBase - (β
4,5k at GitHub) is an open, sub-millisecond, single-executable Firebase alternative with type-safe REST APIs, realtime subscriptions, built-in WebAssembly runtime, SSR, auth and admin UI built on Rust, SQLite & Wasmtime.
Simplify with fewer moving parts: an easy to self-host, single-executable, extensible backend for your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated caches, no more stale or inconsistent data.
#rapid #rust #selfhosted #cloud
Simplify with fewer moving parts: an easy to self-host, single-executable, extensible backend for your mobile, web or desktop application. Sub-millisecond latencies eliminate the need for dedicated caches, no more stale or inconsistent data.
#rapid #rust #selfhosted #cloud
π1
ββSQL Explain Plan Visualizer by Datadog.
This is a very useful tool for analysing your SQL query performance and identifying bottlenecks. Simply call the command for your SQL database, like this:
The console will then generate a detailed JSON report. Copy this report and paste it into the visualiser to explore your queryβs weaknesses.
#sql #report #analyse #postgresdb #mysql
This is a very useful tool for analysing your SQL query performance and identifying bottlenecks. Simply call the command for your SQL database, like this:
EXPLAIN (ANALYSE, FORMAT JSON, VERBOSE, BUFFERS) [your query]The console will then generate a detailed JSON report. Copy this report and paste it into the visualiser to explore your queryβs weaknesses.
#sql #report #analyse #postgresdb #mysql
π2
ββHyprnote - (β
7.7k at GitHub) is an AI notetaking app specifically designed to take meeting notes. With Hyprnote, you can transcribe all kinds of meetings whether it be online or offline.
γ» Listens to your meetings so you can only jot down important stuff
γ» No bots joining your meetings - Hyprnote listens directly to sounds coming in & out of your computer
γ» Crafts perfect summaries based on your memos, right after the meeting is over
γ»You can run Hyprnote completely offline by using LM Studio or Ollama
You can also use it for taking notes for lectures or organizing your thoughts
#ai #notes #meetings
γ» Listens to your meetings so you can only jot down important stuff
γ» No bots joining your meetings - Hyprnote listens directly to sounds coming in & out of your computer
γ» Crafts perfect summaries based on your memos, right after the meeting is over
γ»You can run Hyprnote completely offline by using LM Studio or Ollama
You can also use it for taking notes for lectures or organizing your thoughts
#ai #notes #meetings
π1
ββllmfit - (β
11.1k) a terminal tool that right-sizes LLM models to your system's RAM, CPU, and GPU. Detects your hardware, scores each model across quality, speed, fit, and context dimensions, and tells you which ones will actually run well on your machine.
If Ollama is running in your system and llmfit can detect it, then you can pull model directly to your local ollama by pressing
#hardware #llm #model #ollama
If Ollama is running in your system and llmfit can detect it, then you can pull model directly to your local ollama by pressing
d key, which is very convinient.#hardware #llm #model #ollama
π3
ββgit-cliff - (β
11.5k at GitHub) is a highly customizable Changelog Generator that follows Conventional Commit specifications. git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers. The changelog template can be customized with a configuration file to match the desired format.
#git #commit
#git #commit
π2π₯2β€1
ββMeshtastic - (β
7k at GitHub) - is an open source, off-grid, decentralized mesh network built to run on affordable, low-power devices. No cell towers. No internet. Just pure peer-to-peer connectivity.
Imagine carrying a radio device flashed with Meshstatic firmware in your backpack. These devices create a mesh network, allowing you to connect to it via your smartphone and send messages securely. These messages travel through the mesh network rather than relying on the internet or cellular networks.
Currently, a limited number of devices are supported. For example, the LILYGO TTGO T-echo can be purchased on Amazon.
Mesh networks are particularly useful in areas where traditional connectivity is unavailable or unreliable. Think remote forests, rural areas or large gatherings like festivals, open-air events and even protests. As more people use mesh devices, the overall connection becomes more reliable.
#mesh #hardware #privacy #messages #connectivity
Imagine carrying a radio device flashed with Meshstatic firmware in your backpack. These devices create a mesh network, allowing you to connect to it via your smartphone and send messages securely. These messages travel through the mesh network rather than relying on the internet or cellular networks.
Currently, a limited number of devices are supported. For example, the LILYGO TTGO T-echo can be purchased on Amazon.
Mesh networks are particularly useful in areas where traditional connectivity is unavailable or unreliable. Think remote forests, rural areas or large gatherings like festivals, open-air events and even protests. As more people use mesh devices, the overall connection becomes more reliable.
#mesh #hardware #privacy #messages #connectivity
π2π₯°2