frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: LinkdAPI, the best LinkedIn unofficial API

https://linkdapi.com/
1•LinkdAPI•2m ago•0 comments

Show HN: 15M Line Item That Doesnt Exist: Invisible Certificates ($0 Today Only)

1•dc352•3m ago•0 comments

Trenchant Boss Charged with Seeking to Sell Secrets in Russia

https://www.bloomberg.com/news/articles/2025-10-23/hacking-lab-boss-charged-with-seeking-to-sell-...
2•0rdinal•4m ago•1 comments

It's Already Getting Hacked... [video]

https://www.youtube.com/watch?v=1yJabMKRTU0
1•chii•6m ago•0 comments

Windows 10's demise could be Linux's gain

https://www.techradar.com/computing/windows/windows-10s-demise-could-be-linuxs-gain-if-the-flood-...
1•taubek•8m ago•0 comments

MODPOD: The collapse of IETF's protections for dissent

https://blog.cr.yp.to/20251005-modpod.html
1•gjvc•9m ago•0 comments

The Fly

https://poets.org/poem/fly
1•keepamovin•15m ago•0 comments

Deepinder Goyal launches $25M fund for human ageing research

https://www.continue.com/purpose
1•varun_chopra•16m ago•0 comments

When the VIBEs Start to Fade

https://www.mindruptive.com/blog-posts/AI/when-the-vibes-fade
1•estheryo•16m ago•0 comments

Show HN: Pyrinas – Model-as-a-Service for Predictable Private AI

https://pyrinas.co
2•jc_price•17m ago•0 comments

Show HN: Orbyt – Job Search Analytics from Your Inbox

https://github.com/abhijitxy/Orbyt
1•roya51788•21m ago•0 comments

Show HN: NanoPhoto AI – Next Generation Photo Editor

https://nanophotoeditor.com/
1•stjuan627•21m ago•0 comments

Twake Drive – The open-source alternative to Google Drive

https://github.com/linagora/twake-drive
2•javatuts•24m ago•0 comments

Rimac Founder Says He Is in Talks with Porsche on Bugatti Buyout

https://www.bloomberg.com/news/articles/2025-10-15/rimac-founder-says-he-is-in-talks-with-porsche...
1•breve•26m ago•0 comments

First verifiable quantum experiment by Google [video]

https://www.youtube.com/watch?v=mEBCQidaNTQ
1•fgfm•27m ago•0 comments

Price is not independent of volume – it is embedded within its geometry

https://github.com/quantiota/SKA-quantitative-finance/tree/main/volume_phase_geometry
1•quantiota•27m ago•1 comments

NextSilicon Details Runtime-Reconfigurable Architecture

https://www.eetimes.com/nextsilicon-details-runtime-reconfigurable-architecture/
1•fork-bomber•28m ago•0 comments

You Can Cool Chips with Lasers

https://spectrum.ieee.org/laser-cooling-chips
1•limoce•29m ago•0 comments

How I Coding (Oct 2025 Edition)

https://xuanwo.io/2025/07-how-i-coding-oct-2025-edition/
1•xuanwo•30m ago•0 comments

Is Your Medication Made in a Contaminated Factory? The FDA Won't Tell You

https://www.propublica.org/article/fda-hides-drug-names-contaminated-factories
2•derbOac•30m ago•0 comments

Debian Technical Committee overrides systemd change

https://lwn.net/Articles/1041316/
2•birdculture•33m ago•1 comments

Amazon Plans to Replace More Than Half a Million Jobs with Robots

https://www.nytimes.com/2025/10/21/technology/inside-amazons-plans-to-replace-workers-with-robots...
1•artur_makly•38m ago•0 comments

Ask HN: Anyone else experiencing lower quality in Claude Code since a few weeks?

2•picozeta•38m ago•2 comments

Filmmaker Guillermo del Toro says 'I'd rather die' than use generative AI

https://text.npr.org/nx-s1-5577963
2•pera•39m ago•0 comments

A collection of open product engineer roles

https://product.engineer
1•alexpate•42m ago•0 comments

HTML-Is-a-Tree

https://glfmn.io/posts/html-is-a-tree/
1•todsacerdoti•44m ago•0 comments

UK Apple users could get pay-out after court ruling

https://www.bbc.co.uk/news/articles/cgkzg3mkgx6o
1•M2Ys4U•52m ago•0 comments

CIA code unsolved for 35 years. Amateur discovers answer in plain sight

https://www.telegraph.co.uk/us/news/2025/10/17/this-cia-code-went-unsolved-for-35-years-an-amateu...
1•voisin•55m ago•1 comments

GitHub Having Issues

https://www.githubstatus.com/incidents/n7hf73qtpz2l
3•snerual•55m ago•0 comments

Valkey 9.0: innovation, features, and improvements

https://valkey.io/blog/introducing-valkey-9/
1•enz•56m ago•0 comments
Open in hackernews

Show HN: Logviewer.io – A Free, Browser-Based Log Viewer (No Install)

https://logviewer.io/
1•andcar•1d ago
Hello Hacker News,

I've built and released a small, free web tool, https://logviewer.io, and I'm keen to hear your thoughts.

My motivation came from a recurring personal frustration: being on a remote system (or even a friend's computer) where I needed to quickly glance at a log file, but didn't have access to my usual suite of development tools or couldn't install them. The goal was to create a zero-hassle, browser-native solution for basic log viewing and analysis.

This tool aims to provide a convenient alternative to launching an IDE or installing a dedicated log viewer, especially for those 'on-the-go' moments. All processing happens client-side in your browser, so your log data never leaves your machine.

Key aspects:

Client-side processing: Your log files remain private.

No backend: This keeps it simple and free to host.

Basic highlighting: Errors, warnings, info levels.

Search & Filter: Essential functionalities for quick diagnosis.

Future Plans: My immediate next steps involve implementing advanced log color highlighting (to better distinguish various log components beyond just level) and introducing bookmarks to mark and quickly return to important lines within large files.

I'm particularly interested in feedback regarding:

Its utility in your workflow – do you encounter similar scenarios?

Performance on larger text log files.

Ideas for simple, client-side-only features that would enhance its usefulness.

Thanks for checking it out.

Comments

NeckBeardPrince•1d ago
Looks interesting. Any plans to make it self-hostable?
andcar•1d ago
Yep, definitely something to look into when its more feature complete. Although, not to trash my own project too much, but there are a few nice self-hosted options already that probably already does a lot more than my tool, if self-hosted is what you want, for example logdy.
NeckBeardPrince•1d ago
Any public GitHub repo I can star and follow development?
andcar•1d ago
Not yet, but hopefully soon. :-) I will update the logviewer website with a link when public github repo becomes available.