HackerTrans
TopNewTrendsCommentsPastAskShowJobs

maupin

no profile record

comments

maupin
·geçen ay·discuss
Didn't expect a stealth ad at the end there.
maupin
·geçen ay·discuss
Same. I haven't seen this. And I hope I never do unless I specifically click a button to enable it.
maupin
·geçen yıl·discuss
Well, today I learned something. I've gotten my phone stuck in this mode (half of the screen hidden below the bottom edge) and just assumed it was an iOS bug.
maupin
·geçen yıl·discuss
> “We didn’t think China was ever going to compete in AI,” said Dion Hinchcliffe, vice president of the CIO practice at Futurum Research last week.

What? Oh, come on now.
maupin
·geçen yıl·discuss
I think your UI could use some work, funny enough. But I like the concept, it's just that the way the page and "game" works is not exactly clear.
maupin
·2 yıl önce·discuss
Loadstar (a C64 magazine) for me is still the gold standard for magazines on disk. Every issue was a pleasure and so well put together.
maupin
·2 yıl önce·discuss
That was my experience. For the recent rerelease I took my kids to see it for the first time in the theater. And we were treated to 20 minutes of spoilers before the movie started. Thanks, jerks.
maupin
·2 yıl önce·discuss
These are what I miss most about my years living in Japan. I made them for my kids a few weeks ago and they adored them. You can buy plastic-lined seaweed sheets to fold the rice into, so opening them is almost the same experience as onigiri from a Japanese conbini. For a filling, I just mixed together some tuna, salt, and mayo.
maupin
·2 yıl önce·discuss
> 1. Define “Done” from the Start

Impossible for almost any non-trivial project.
maupin
·2 yıl önce·discuss
I like how the website is as easy to read as a glossy magazine brochure in a gloomy cave entrance on an overcast day.
maupin
·2 yıl önce·discuss
Accidentally read the last post first. My mind immediately jumped to copy protection as the purpose for that large nonsensical routine.
maupin
·2 yıl önce·discuss
Wouldn't it make more sense for the switch to pattern 2 prefix matching to ignore the repeated characters? So if the user typed LLA the prefix matched would be LA (ignore the first L), not LLA.
maupin
·2 yıl önce·discuss
Too true! For a recent video project I wrote a 300 line bash script to generate the ffmpeg arguments needed to accomplish what I was after.
maupin
·2 yıl önce·discuss
In my case I'm working with very large uncompressed video. Files that are 1 hour and 300+ GB in size. I tried using Kdenlive but it choked.

I'm not saying the CLI is easy to learn, but once you do learn it, you have a lot of power at your fingertips.
maupin
·2 yıl önce·discuss
ffmpeg is such a joy to use, once you make it over the very steep learning curve.

I'm making some youtube videos where I play through Demon's Souls flipping a coin to decide to equip items or not, and I wanted to have an onscreen coin flip animation and sound effect. With some effort, I created a transparent set of frames for the animation. Then with ffmpeg's filter_complex I was able to add the image sequence as a video stream, overlay it over the original video, and add a sound effect. That's on top of the existing subtitles, audio channel merging, and video resizing/compression. All in a single (long!) ffmpeg cli command.

ffmpeg is one of the true wonders of FOSS.
maupin
·2 yıl önce·discuss
It doesn't say it. It probably should.
maupin
·2 yıl önce·discuss
Is one of the rules that you have to use all the puzzle pieces? Because puzzle #3 is easily solved with only two pieces yet that is not the "correct" solution.
maupin
·3 yıl önce·discuss
My mistake. Of course the submitter did submit it as "Boulder Dash."
maupin
·3 yıl önce·discuss
Yes
maupin
·3 yıl önce·discuss
Looks great! Just had a go and the "physics" are off, at least compared to the original Boulderdash. Roughly 20 years ago when I wrote a Boulderdash clone, there was a test level floating around that you could use to verify your engine. A cursory Google search fails to find it, now, but I'm sure it's still out there.