Feed aggregator

Most used words on Bluesky in real-time

Hacker News - Fri, 11/22/2024 - 5:38am

Article URL: https://bluesky100.rakhim.org/

Comments URL: https://news.ycombinator.com/item?id=42212674

Points: 2

# Comments: 0

Categories: Hacker News

Ohio: The 48th State?

Hacker News - Fri, 11/22/2024 - 5:34am
Categories: Hacker News

Show HN: A Marble Madness-inspired WebGL game we built for Netlify

Hacker News - Fri, 11/22/2024 - 5:31am

Hello HN! We’re a small creative studio specializing in real-time 3D experiences. Netlify approached us to design and build an interactive experience to celebrate reaching 5 million developers.

Inspired by the classic game Marble Madness, we created a gamified experience where users control a ball through playful, interactive levels. The goal was to blend marketing content with the look and feel of a game to engage users.

The app is built with Three.js [1], using our custom render pipeline and shaders, and uses Rapier for physics simulation [2]. The 2D content is overlaid on the WebGL view using CSS 3D transforms for a seamless integration with the 3D view.

You can read more about the project here: https://www.littleworkshop.fr/projects/5milliondevs/

We’d love for you to try it out and share your thoughts!

[1] https://threejs.org [2] https://rapier.rs

Comments URL: https://news.ycombinator.com/item?id=42212644

Points: 3

# Comments: 0

Categories: Hacker News

Earn While You Can: High Savings APYs Are Quietly Falling. Today's Rates, Nov. 22, 2024

CNET Feed - Fri, 11/22/2024 - 5:30am
Experts were right. The era of elevated interest rates is coming to an end.
Categories: CNET

Take Advantage of High APYs While You Still Can. Today's CD Rates, Nov. 22, 2024

CNET Feed - Fri, 11/22/2024 - 5:30am
APYs up to 4.75% may not stick around much longer.
Categories: CNET

Show HN: DocComment – Code understanding tool using structural analysis and LLM

Hacker News - Fri, 11/22/2024 - 5:19am

I built DocComment to solve the challenge of understanding unfamiliar code quickly, whether it's legacy code, AI-generated, or poorly documented.

The key technical difference from existing tools like Copilot's commenting feature is that DocComment analyzes code structure before generating explanations. It builds a structural representation of both the specific code snippet and its broader context, allowing the LLM to generate more precise and contextual documentation. It's not competing against Copilot or Cursor, but rather work with them.

Technical details:

1. Operates alongside code without modifying source files

2. Uses structural analysis to determine appropriate detail level for comments

3. Focuses on explaining both local code behavior and broader business context

4. Integrates with git repos for full codebase context(Planning)

Current results show improved accuracy compared to pure LLM-based commenting systems, particularly for:

1. Large functions with complex logic

2. Code with unclear variable names

3. AI-generated code

4. Business logic heavy sections

Would love feedback from the HN community. Both business and techincal perspectives are welcomed.

Comments URL: https://news.ycombinator.com/item?id=42212592

Points: 1

# Comments: 0

Categories: Hacker News

Pages