frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Show HN: SX – Transfer files from within SSH sessions without reconnecting

https://github.com/Memphizzz/SX
2•memphizzz•4h ago
I got tired of the constant workflow friction when transferring files over SSH. You know the drill: SSH into a server, find the file you need (often with grep/rg), then either memorize the path or copy it, open another terminal, retype `scp user@server:/long/path/file.log .`, re-authenticate, and finally get your file.

This became especially annoying during log analysis sessions where I'd discover interesting files with `rg "OutOfMemory" .log` and then have to context-switch just to download them.

*What SX does:* SX lets you transfer files directly from within your existing SSH session using reverse tunnels. No re-authentication, no retyping connection details, no context switching.

I know VSCode can remotely open files with `code filename`, but this works for larger files, binaries, and when you actually need the file locally (not just to view/edit).

*How it works:* - Start SX server locally: `sx-server --dir ~/Downloads` - SSH with reverse tunnel: `ssh -R 53690:localhost:53690 user@server` - Use three commands: `sxd` (download), `sxu` (upload), `sxls` (list local files)

*Technical details:* Built in .NET 9 with a simple JSON protocol over TCP through SSH reverse tunnels. The client (on remote server) talks to your local server through the existing SSH connection. No additional ports, authentication, or network setup needed.

I built this primarily for my own workflow pain, but figured others might find it useful. It's cross-platform (Windows/Linux/macOS) and includes tab completion for remote files.

The code is straightforward – happy to discuss the implementation or get feedback on the approach.

Domaincli

https://github.com/gdb/domaincli
1•montyanderson•58s ago•0 comments

Ask HN: Anyone using OpenAI's Agent SDK in production?

1•sukit•1m ago•0 comments

SATySFi: A statically-typed, functional typesetting system

https://github.com/gfngfn/SATySFi
1•Bogdanp•3m ago•0 comments

Dropping security updates for WordPress versions 4.1 through 4.6

https://wordpress.org/news/2025/06/dropping-security-updates-for-wordpress-versions-4-1-through-4-6/
1•taubek•7m ago•0 comments

Long-time rivals Bill Gates and Linus Torvalds meet

https://www.tomshardware.com/software/operating-systems/long-time-rivals-bill-gates-and-linus-torvalds-meet-for-the-first-time-have-dinner-no-major-kernel-decisions-were-made-but-maybe-next-dinner
1•thunderbong•9m ago•0 comments

Show HN: Newstag – AI explains what's moving prediction markets

https://newstag.app
1•patrik_cihal•10m ago•0 comments

The largest map of the universe reveals over 800k galaxies

https://newatlas.com/space/largest-map-universe-reveals-800000-galaxies/
2•thunderbong•11m ago•0 comments

Show HN: AI Image Description Generator – Create Detailed Descriptions

https://funnyai.art/ai-image-description-generator
1•kkkuse•13m ago•0 comments

Show HN: MCP server built around the ipython shell

https://github.com/GetSherlog/Sherlog-MCP
2•teenvan_1995•19m ago•0 comments

Ask HN: How many AI chat interfaces do we need?

1•asim•19m ago•0 comments

Leveling Up Ubuntu for Developers: .NET Edition

https://discourse.ubuntu.com/t/leveling-up-ubuntu-for-developers-net-edition/63162
1•dviererbe•19m ago•0 comments

Fault Tolerant Llama training – PyTorch blog

https://pytorch.org/blog/fault-tolerant-llama-training-with-2000-synthetic-failures-every-15-seconds-and-no-checkpoints-on-crusoe-l40s/
1•Mougatine•20m ago•0 comments

Show HN: Hotcore – Reverse proxy configured with command, not config files

https://judi.systems/hotcore/
2•hsn915•23m ago•0 comments

Show HN: ChatPhotoFix – AI photo editor that works from a single prompt

https://chatphotofix.com/
1•virusyu•36m ago•0 comments

Study: Meta AI model can reproduce almost half of Harry Potter book

https://arstechnica.com/features/2025/06/study-metas-llama-3-1-can-recall-42-percent-of-the-first-harry-potter-book/
1•ndsipa_pomu•37m ago•0 comments

Build Your First Onboarding Flow with OnboardJS in Under 10 Minutes

https://onboardjs.com/blog/first-onboarding-flow
1•somafet•39m ago•1 comments

EU rules for durable, energy-efficient and repairable smartphones and tablets

https://single-market-economy.ec.europa.eu/news/new-eu-rules-durable-energy-efficient-and-repairable-smartphones-and-tablets-start-applying-2025-06-20_en
4•robin_reala•40m ago•1 comments

DeepSeek aids China's military and evaded export controls, US official says

https://www.reuters.com/world/china/deepseek-aids-chinas-military-evaded-export-controls-us-official-says-2025-06-23/
1•mhga•41m ago•0 comments

NASA's LRO Views Ispace Hakuto-R Mission 2 Moon Lander Impact Site

https://www.nasa.gov/missions/lro/nasas-lro-views-ispace-hakuto-r-mission-2-moon-lander-impact-site/
2•rbanffy•42m ago•0 comments

Real-world performance comparison of ebtree/cebtree/rbtree

http://wtarreau.blogspot.com/2025/06/real-world-performance-comparison-of.html
1•r4um•43m ago•0 comments

I See Your Smartphone-Addicted Life

https://www.theatlantic.com/family/archive/2025/06/smartphone-never-owned/683267/
2•FinnLobsien•44m ago•0 comments

Solving LinkedIn Queens Using MiniZinc

https://zayenz.se/blog/post/linkedin-queens/
1•mzl•49m ago•0 comments

Show HN: StopAddict – I built an app to help people quit their addictions

1•skyzouw•51m ago•1 comments

Imagine a CEO as bold as a Tier 1 leader and as open-minded as a toddler

https://nikd.posthaven.com/baby-boss
2•nickalex•53m ago•0 comments

The Computer-Science Bubble Is Bursting

https://www.theatlantic.com/economy/archive/2025/06/computer-science-bubble-ai/683242/
5•ForHackernews•55m ago•1 comments

Ports of Call

https://spillhistorie.no/2024/06/12/the-story-of-ports-of-call/
1•doener•58m ago•0 comments

Iran used drug traffickers to stoke trouble in France, says minister

https://www.reuters.com/business/media-telecom/iran-used-drug-traffickers-stoke-trouble-france-says-minister-2025-06-22/
2•mhga•1h ago•0 comments

Show HN: Mobile app that creates Manga-style images from text

https://mangii-app.web.app/
2•mirzemehdi•1h ago•0 comments

Show HN: Tuisic – A simple TUI online music streaming application

https://github.com/Dark-Kernel/tuisic
1•dark-kernel•1h ago•0 comments

New search tool brings 21% better accuracy for robotics developers

https://techxplore.com/news/2025-06-tool-accuracy-robotics.html
1•Anumbia•1h ago•0 comments