Viewing profile — w-m
w-m
HN member- Joined
- Fri, Jun 28, 2013, 10:18 PM UTC
- HN karma
- 3,071
- Public activity
- 528 items
- HN profile
- View on Hacker News ↗
About w-m
---
X-Maps: Using a tiny laser projector and an event camera to estimate depth at 60 Hz on a laptop CPU. The algorithm is using only the time stamps of when the laser passes over the scene, not its color or intensity, so you can project any content you like. Fun for AR demos!
https://fraunhoferhhi.github.io/X-maps/
---
Self-Organizing Gaussian Grids: 3D data is awkward to compress. But there's plenty of solutions for compressing 2D data (images!). So let's organize our 3D data into a 2D grid, where grid neighbors are also close in 3D. That's a hard problem, but we can leverage novel assignment algorithms with GPU power for parallelizing that, to get the sorting done in a few seconds.
https://fraunhoferhhi.github.io/Self-Organizing-Gaussians/
---
https://www.3dgs.zip/ resources on 3D Gaussian Splatting from our research group.
https://survey.3dgs.zip/ - a comparison of different compression methods for 3D Gaussian Splatting scenes.
Recent public activity
- story
-
comment
Comment #49183971
The plot doesn't appear to be in Amdahl territory yet. The single-threaded time in the plot looks to be around 39 seconds. A perfect division into 32 workers without overhead would…
-
comment
Comment #49181887
This is well-written. I could follow along quite nicely, from the setup through the bottlenecks and onto the resolution of the performance bug. Even the PRs are very pleasant to re…
-
comment
Comment #48907660
What exactly do subagents do that I can't replicate with a simple skill that tells an orchestrator to create subshells for tasks, each running `codex exec`? I've been doing this wi…
-
comment
Comment #48805628
...aaaand we're down to 112997 now.
-
comment
Comment #48803397
Querying the API, there seem to be 112998 artworks with this label as of this moment. (I'm deliberately not posting the direct API call in case it's expensive for them to run. Docu…
-
comment
Comment #48783756
Ok, fair points, including the sister comment, it's likely not a drop in O2 levels. But then why can we see problems with concentration in studies of people in poorly ventilated ro…
-
comment
Comment #48783491
I don't think you can cleanly compare this: In the study, they added CO2 to the room, while keeping O2 at normoxic levels throughout the experiment. In your meeting room, O2 levels…
-
comment
Comment #47878507
John Oliver had a segment on prediction markets this week. It covers insider training and opportunities for blatant manipulation like this, well worth checking out. The example in …
-
comment
Comment #47536292
While the trash can generation was somewhat present and around, I don't think I ever saw a cheese grater in the flesh. Did it have any users? Were there any actual useful expansion…
-
comment
Comment #47349135
The original title of the document is “The future of software engineering”, which is so generic that I chose to ignore the HN rule to not editorialise, in this case, and picked one…
- story
-
comment
Comment #47348625
I don’t think learning and understanding is hard-coupled to performing all low level steps yourself. The LLM can be a developer, sure. But it can also take on the role of rubber du…
-
comment
Comment #46935910
An iterative prompt with GPT-5.2 on Copilot CLI spits out a dense two-page proof for problem 10 after less than 60 minutes of working. A review of the generated proof with Claude 4…
-
comment
Comment #46813105
A clearly defined/testable long-horizon task: demonstrating the capability of planning and executing projects that overrun current llm's context windows by several orders of magnit…
-
comment
Comment #46812330
At the current rate of progress I'm wondering how long it will take for llm agents to be able to rewrite/translate complete projects into another language. SQLite may not be the be…
-
comment
Comment #46578983
That is factually incorrect. The primary source is wind at 132 TWh in 2025, followed by solar with 70 TWh. Lignite was third with 67 TWh and hard coal sits at 27 TWh. https://www.e…
-
comment
Comment #46557815
Great technical demo, but the usability feels unpolished. So here's a little bit of feedback of trying this out on a piano: Just because my piano has 88 keys doesn't mean they are …
-
comment
Comment #46548055
The password and pwbuf arrays are declared one right after the other. Will they appear consecutive in memory, i.e. will you overwrite pwbuf when writing past password? If so, could…
-
comment
Comment #46510145
“With Series 3, we are laser focused on improving power efficiency, adding more CPU performance, a bigger GPU in a class of its own, more AI compute and app compatibility you can c…
-
comment
Comment #46409882
Wouldn’t a multiple of the resonance frequency also be problematic then? Why doesn’t the axle disintegrate at 4800 rpm?
-
comment
Comment #46317364
Just use the non-codex models for investigation and planning, they listen to "do not edit any files yet, just reply here in chat". And they're better at getting the bigger picture.…
-
comment
Comment #46183545
Apple acquires OpenAI, Sam becomes CEO of combined company; iPhone revenue used to build out data centers; Jony rehired as design chief for AI device.
-
comment
Comment #46067802
> FAQ > Has Mixpanel been removed from OpenAI products? > Yes. https://openai.com/index/mixpanel-incident/
-
comment
Comment #45990798
This is a good resource. But for the computer vision and machine learning practitioner most of the fun can start where this article ends. nvcc from the CUDA toolkit has a compatibi…