HN user

tmilard

258 karma

Java architect and developer. I love : - OO design, simple and good ones. - Coding nice and comprehensible gui. - geometry of things. - sound, music, ect

Posts11
Comments221
View on HN
DOS Zone 2 months ago

My games! My youth. Most of them are here. Feels good .

My first language. I loved Pascal. I have done many university project in Pascal. Turbo Pascal felt so productive. Lovely.

PS : On your, slick landing page, please make an email imput so we can can know when to return. By the way my phone is ... android.

JPEG Compression 4 months ago

Thanks for the sharing : I now understood more how sampling of image works. And going from RGB to lunimesence+chroma works. interesting and usefull

It's funny. My side job was to try to make a virtual visit builder. Until I discovered yesterday that I had done the lightest FPS game player. Funny !

I wanted to give anyone the magic power to make himself an FPS game of their place (appart, museum,ect...). Still not perfect but it's light and my 3D editor is simple enough for anyone. - No coding. - And no need for Unity or Unreal.

==> Here is a photo of the Editor : https://ibb.co/FC9Hzj2

==> website with an example of a FPS visit https://free-visit.net

Please be honest, tell me why I don't have traction.

You said : "- detecting lines from pixels - detecting geometry in pointclouds - constructing 3D from stereo images, photogrammetry, 360 panoramas"

  ==> For me it is more something like :
   Source = crude video-or-photo pixels  (to) ===> Find simple many rectangle-surface  that are glued together one another.
This is, for me, how you really go easily to detecting rather complexes geometry of any room.

I do agree with you. We have an natural eye (what you call a 'biological brain') automat that inconsciouly 'feels' the structure of a geometric of the places we enter to.

Once this layer of "natural eye automat" is programmed behind a camera, it will spit out this crude geometry : the Spacial-data-bulk (SDB). This SDB is small data.

From now on, our programs will only do reason, not on data froms camera(s) but only on this small SBD.

This is how I see it.