frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Go ahead, write the stupid code

https://spikepuppet.io/posts/write-the-stupid-code/
1•spikepuppet•28s ago•0 comments

RISC-V Conditional Moves

https://www.corsix.org/content/riscv-conditional-moves
1•ingve•1m ago•0 comments

Rainbet and race conditions

https://blog.z.org/the-day-the-house-lost/
1•doczorg•1m ago•0 comments

A Letter to the Technoking

1•alshival•6m ago•0 comments

The Bitter Lesson's Bitter Lesson

https://andrewtrask.substack.com/p/the-bitter-lessons-bitter-lesson
1•frozenseven•6m ago•0 comments

Ask HN: Scientists and Engineers, what software would you like to see made?

1•owls-on-wires•7m ago•1 comments

Strangelet

https://en.wikipedia.org/wiki/Strangelet
1•CGMthrowaway•12m ago•0 comments

Show HN: Go Module proxy – sqlite3 storage

https://github.com/tmwalaszek/astera
1•tmwalaszek•14m ago•0 comments

Show HN: "Code Mode" for Vercel AI SDK

https://github.com/will123195/tool-scripting
1•will123195•17m ago•0 comments

Astrocat Félicette in Photos: The Story of the First Cat Launched into Space

https://rarehistoricalphotos.com/felicette-cat-into-space/
1•fortran77•17m ago•0 comments

A precarious sense of clarity about what work matters as I get older

https://markcarrigan.net/2025/09/21/a-precarious-sense-of-clarity-about-what-work-matters-and-wha...
1•herbertl•18m ago•0 comments

AI Is Great at Parsing

https://keeb.dev/2025/09/26/local-ai-parsing/
3•nickstinemates•19m ago•1 comments

5M Param LM Running in Minecraft

https://github.com/sammyuri/craftgpt
2•chrissdot•20m ago•0 comments

A pic a day – Keep your friends/family connected on WhatsApp

https://github.com/raomin/a-pic-a-day
1•raomin•20m ago•0 comments

PwrSvg – SVG rendering in Windows Terminal via Sixel, built by copilot

https://github.com/calvo-software/PwrSvg
1•oscar-calvo•20m ago•1 comments

"DSEG": Original 7-segment and 14-segment fonts

https://www.keshikan.net/fonts-e.html
1•LeoPanthera•20m ago•0 comments

Arduino: From Blink to Think or blink once for open source, twice for AI

https://blog.adafruit.com/2025/09/28/arduino-from-blink-to-think-or-blink-once-for-open-source-tw...
1•ptorrone•29m ago•0 comments

Computational/Engineering Problem

https://github.com/bullfanscot-rgb/Conceptual-Unification-of-Mass-and-Energy-including-The-Postul...
1•smoosborn•30m ago•0 comments

Another Euro stablecoin. Another guaranteed Failure

https://antongolub.substack.com/p/another-euro-stablecoin-another-guaranteed
1•wslh•35m ago•1 comments

Lost at the Beginning: 1997-2002

https://mediumsecond.com/lost-at-the-beginning/
1•thunderbong•36m ago•0 comments

Medibly

https://substack.com/inbox/post/174659088
1•maisonry•36m ago•0 comments

Tai Lopez charged by SEC in ponzi scheme

https://www.sec.gov/enforcement-litigation/litigation-releases/lr-26413
14•handfuloflight•36m ago•1 comments

Streameast Reclaimed Domain Name Previously Seized by the U.S. Government

https://torrentfreak.com/streameast-reclaimed-domain-name-previously-seized-by-the-u-s-government/
1•gslin•41m ago•0 comments

A brief escape from social media

https://psyche.co/notes-to-self/social-media-felt-different-after-i-escaped-it-for-a-week
1•herbertl•43m ago•0 comments

Singularity: LKM rootkit for modern kernels (6x)

https://github.com/MatheuZSecurity/Singularity
2•ogig•43m ago•0 comments

Neptune Confirms Major 43M-Tonne Lithium Resource in Germany

https://battery-tech.net/battery-markets-news/neptune-confirms-major-43m-tonne-lithium-resource-i...
3•mpweiher•46m ago•0 comments

Failures and Open Doors

https://geoffgraham.me/failures-and-open-doors/
1•herbertl•47m ago•0 comments

Ultrasound helmet enables deep brain stimulation in people without surgery

https://medicalxpress.com/news/2025-09-ultrasound-helmet-enables-deep-brain.html
1•PaulHoule•48m ago•1 comments

NeuralSide – Chrome AI Sidebar with Image Generation

https://chromewebstore.google.com/detail/neuralside-ai-sidebar-fre/ljkimgpldpjhkmipbmjhoppkgknbcogg
1•Nikuson•48m ago•1 comments

I Built Roundtable MCP: AI Consilium Multi-AI Expert Consensus

https://github.com/askbudi/roundtable
2•mahdiyar•49m ago•2 comments
Open in hackernews

Secure File Uploads for Intercom

https://fibre.framer.website/
1•paulmbw•1h ago

Comments

paulmbw•1h ago
TL;DR - We use Intercom for support and our customers need to upload sensitive docs (think proof of address, bank statements, etc.). Intercom’s native uploads aren’t a long-term fit for us (100MB/file limits, docs live on Intercom’s infra which screams data privacy issues for us) and we need files to land directly in our own storage. We may also want light scanning/summaries of docs so ops can triage faster.

SendSafely is a close solution but pricey -$11.50/user/mo, 10-user minimum). We’re also EU-based and want an EU-centric option.

So, we're building Fibre - Secure file uploads for Intercom and want to gauge interest.

We're thinking it will:

- run as an in-Messenger sheet (triggered from Intercom directly)

- ensure files bypass Intercom and go straight to a specified destination: S3, Google Drive, or Azure

- run webhooks on upload (e.g. notify via slack when a file is uploaded)

- encryption in transit and at rest so it's all secure

- optional lightweight doc scanning/summaries before an agent opens anything (as well as action items for each doc)

Short-lived agent download links (perhaps even password protected)

I'd love to get some initial feedback on this, specifically what you currently use for file uploads (do you use Intercom, SendSafely, or a custom solution). Feel free to comment below or send me a DM for more details

Thanks!

Bender•1h ago
What I have done in the past was to create Chroot SFTP-Only accounts on servers for customers then restrict it to SSH keys and for paranoid customers also limit what CIDR blocks those keys are valid from. All of this is doable from within OpenSSH and storage would be limited to whatever size storage your company has on a server or set of servers or VM's. Each group or POD of customers could have their own active-standby servers only running OpenSSH and whatever monitoring tools your org uses. This could be on physical servers or VM's. Basic hardening is required such as restricting port-forwards, disabling multiplexing and so on. Cipher hardening would depend on if all your customers have modern versions of OpenSSH and avoid using proprietary SFTP clients, otherwise defaults or weaker than defaults may be required in some pods. Set up a active to standby sync of the customer chroot home directories and practice promoting the standby to active using an internal employee-only server.

All of this could be managed from either server automation or an in-house UI that gives customers ability to upload SSH keys and optionally define CIDR blocks and IP addresses the keys are valid from in a user interface.

Just me personally, I would keep it simple and avoid any "turn-key" solutions. Those are usually full of vulnerabilities. I would also avoid web services that could cancel your account locking you and your customers out of your and their data. Oh and a user agreement that sets a "best effort" service level agreement and start off telling the customers there is a 120 day file retention but then extend that as a free value add every quarter. From day one state that there are no backups and do not tell them about the standby servers.