Live data from Hacker News

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

About w-m

Hey, I'm Wieland (/viːland/), I'm a computer vision researcher. You can check out my current projects on GitHub: https://github.com/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

  1. story
  2. 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…

  3. 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…

  4. 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…

  5. comment
    Comment #48805628

    ...aaaand we're down to 112997 now.

  6. 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…

  7. 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…

  8. 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…

  9. 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 …

  10. 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…

  11. 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…

  12. story
  13. 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…

  14. 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…

  15. 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…

  16. 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…

  17. 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…

  18. 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 …

  19. 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…

  20. 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…

  21. comment
    Comment #46409882

    Wouldn’t a multiple of the resonance frequency also be problematic then? Why doesn’t the axle disintegrate at 4800 rpm?

  22. 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.…

  23. 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.

  24. comment
    Comment #46067802

    > FAQ > Has Mixpanel been removed from OpenAI products? > Yes. https://openai.com/index/mixpanel-incident/

  25. 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…