HackerTrans
TopNewTrendsCommentsPastAskShowJobs

leoncvlt

no profile record

comments

leoncvlt
·2 ปีที่แล้ว·discuss
Not new, but always enjoy occasionally checking what Rek and Devine are up to @ 100 rabbits: https://100r.co/
leoncvlt
·2 ปีที่แล้ว·discuss
If you get a kick out of 3D renderings of cells and molecules, you're gonna have a field day with the work done at https://random42.com/. PSA: I started working there as a 3D artist but now lead the interactive department. You'd be surprised at how much a good art direction really makes a difference in scientific visualization. Real-time graphics advanced considerably in the last couple years but it's always a challenge to transport that nice, smooth pre-rendered look over to mobile devices and the web at 60 frames per second (90 on virtual reality headsets, to boot...)
leoncvlt
·4 ปีที่แล้ว·discuss
I'm coding on a 1080p screen and I still very much prefer pixel-perfect fonts - Terminus (https://files.ax86.net/terminus-ttf/) has been my font of choice, with proggy clean being a close second (use it for terminal panels and such). I see the site has a filter toggle to show those but with modern browser forcing anti-aliasing on all text, that's pretty uselesas.

On a related note, I noticed that there are a few fonts which seems to ignore system-wide or browser-wide antialiasing settings - one example would be the "MS Gothic" font, visible on this site: https://fountainofdreams.net/ where all text is crisp as hell. Why is this?
leoncvlt
·4 ปีที่แล้ว·discuss
For those who might be interested, I wrote an introductory book to HaxeFlixel at https://discover-haxeflixel.com/ which was "blessed" by the devs (we gave away tons of copies during an HaxeFlixel IndieGoGo, plus there's a link to the book in the official docs as well)
leoncvlt
·4 ปีที่แล้ว·discuss
https://leoncvlt.com/

Nothing special, it's basically a host for my (not exactly up to date) resume, a couple projects, and my github.

I do, however, take pride in its pleasant minimalism and the fact that it's blazing fast - mostly out of being html-only, with all "pages" actually embedded in a single file - it was generated from a single markdown file using https://github.com/leoncvlt/imml
leoncvlt
·5 ปีที่แล้ว·discuss
Love this! Some time ago I created a tool to make similar one-page sites by parsing a markdown file: https://leoncvlt.github.io/imml/

It's also available as a library / on the command line: https://github.com/leoncvlt/imml
leoncvlt
·5 ปีที่แล้ว·discuss
On a similar vein, I'm a fan of water.css for small / quick projects: https://watercss.kognise.dev/
leoncvlt
·5 ปีที่แล้ว·discuss
I usually put https://pypi.org/project/taskipy/ in my poetry dev dependencies to achieve this - then I can just run `poetry run task start`