frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Timber – Ollama for classical ML models, 336x faster than Python

https://github.com/kossisoroyce/timber
122•kossisoroyce•8h ago•17 comments

Show HN: Omni – Open-source workplace search and chat, built on Postgres

https://github.com/getomnico/omni
3•prvnsmpth•12m ago•0 comments

Show HN: Xpandas – running Pandas-style computation directly in pure C++

2•xqli•1h ago•0 comments

Show HN: OxyJen – Java framework to orchestrate LLMs in a graph-style execution

2•bdivyansh11•1h ago•0 comments

Show HN: Workz–Git worktrees with zero-config dep sync and a built-in MCP server

https://github.com/rohansx/workz
2•rohansx•2h ago•0 comments

Show HN: Logira – eBPF runtime auditing for AI agent runs

https://github.com/melonattacker/logira
17•melonattacker•9h ago•1 comments

Show HN: Steward – an ambient agent that handles low-risk work

https://github.com/study8677/Steward
2•867762462f•3h ago•0 comments

Show HN: I built an AI tool that walks you through Toyota's 5 Whys method

https://www.fivewhys.ai/
2•mogic•3h ago•0 comments

Show HN: Audio Toolkit for Agents

https://github.com/shiehn/sas-audio-processor
56•stevehiehn•17h ago•9 comments

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

https://github.com/azialle/Oclock
3•codechibi•4h ago•2 comments

Show HN: Visualize Git commit histories as animated force-directed graphs

https://github.com/nshcr/git-commits-threadline
3•wwhxd•4h ago•0 comments

Show HN: Vibe Code your 3D Models

https://github.com/ierror/synaps-cad
52•burrnii•2d ago•16 comments

Show HN: I built open source Gmail organizer because I refused to pay $30/month

https://github.com/Lakshay1509/NeatMail
3•mafia15•4h ago•1 comments

Show HN: Vertex.js – A 1kloc SPA Framework

https://lukeb42.github.io/vertex-manual.html
32•LukeB42•22h ago•19 comments

Show HN: OpenTamago – P2P GenAI Tamagotch

https://open.tamago.chat
3•boiling_eggs•5h ago•0 comments

Show HN: HN Bot Detector - Detects LLM-Generated Comments on Hacker News

https://github.com/umairnadeem/hn-bot-detector
5•umairnadeem123•5h ago•2 comments

Show HN: Sun – Realtime voice agent for group conservation not just turn taking

https://www.getsun.io/
4•anand_pattern•7h ago•2 comments

Show HN: LocalRAG – Ask AI about your own documents (iOS/Android)

https://localrag.app
3•snakaya•11h ago•0 comments

Show HN: Now I Get It – Translate scientific papers into interactive webpages

https://nowigetit.us
290•jbdamask•1d ago•128 comments

Show HN: ClawShield – Open-source security proxy for AI agents (Go, eBPF)

https://github.com/SleuthCo/clawshield-public
2•sleuthco•7h ago•1 comments

Show HN: SwarmClaw – Orchestration dashboard for OpenClaw and AI agents

https://github.com/swarmclawai/swarmclaw
3•jamesweb•11h ago•1 comments

Show HN: LightJJ – Web-Based UI for Jujutsu VCS

https://github.com/chronologos/lightjj
2•Chronologos•8h ago•0 comments

Show HN: MCP-firewall: I created a policy engine for CLI Agents

https://github.com/dzervas/mcp-firewall
2•ttouch•8h ago•0 comments

Show HN: Tool to comply with the Pentagon's Claude ban

https://github.com/dabrez/shannonsRevenge
3•dabrez•8h ago•0 comments

Show HN: Unfucked - version all changes (by any tool) - local-first/source avail

https://www.unfudged.io/
136•cyrusradfar•3d ago•85 comments

Show HN: Gala – Sealed types, pattern matching, and monads for Go

https://github.com/martianoff/gala
3•mmcodes•9h ago•3 comments

Show HN: RetroTick – Run classic Windows EXEs in the browser

https://retrotick.com/
191•lqs_•2d ago•60 comments

Show HN: I built speedmux, a libghostty-powered terminal multiplexer

https://github.com/webforspeed/speedmux
4•n89nanda•9h ago•1 comments

Show HN: Service Book – Smart maintenance tracking for every car owner

https://yourservicebook.com/
3•sectorthree•10h ago•0 comments

Show HN: Ductwork – A Go platform for running AI agents on autopilot

https://github.com/dneil5648/ductwork
5•dneil8675•10h ago•5 comments
Open in hackernews

Show HN: Interactive 3D WebGL Globe for real-time daylight cycles

https://github.com/azialle/Oclock
3•codechibi•4h ago
Oclock is an interactive 3D WebGL globe that visualizes real-time daylight cycles. Built with Globe.gl and pre-processed spatial data pipeline.

Processing Pipeline

The data generation is handled by timezone_data_generator.py. This script performs the following:

1. Geometry Analysis: Uses shapely to find a representative point inside each country's boundary.

2. Timezone Mapping: Uses timezonefinder to look up the specific IANA timezone string for those coordinates.

3. Data Injection: Injects the timezone and coordinates back into the GeoJSON properties for use by the frontend.

Live Demo: https://azialle.github.io/Oclock/

Comments

codechibi•3h ago
I wanted to visualize global time and daylight cycles in a way that moved beyond the typical 2D map or static list. By using a custom spatial data pipeline and a 3D visualization engine, I built Oclock to render the Earth's day-night interface within a real-time, interactive environment. This is an open-source project, and I’d love for the community to check it out!
koalux•2h ago
Cool visualization! It’s satisfying to navigate the 3D globe and see the daylight transitions in real-time. I looked into the project and thanks for sharing the Python code you used for generating the GeoJSON data. Starred on GitHub!