deckarep | 3 years ago | on: How to Build an Evil Compiler
deckarep's comments
deckarep | 3 years ago | on: How to Build an Evil Compiler
This is something that could easily occur with scripting languages, backend systems, open source, closed source, etc.
Basically any black-box system that takes in some input could pre-manipulate the input yielding an unknown/unexpected output.
deckarep | 4 years ago | on: Raygui – A simple and easy-to-use immediate-mode GUI library
deckarep | 4 years ago | on: Raygui – A simple and easy-to-use immediate-mode GUI library
deckarep | 4 years ago | on: Apple Event March 8, 2022
Also, never have I ate my own words harder with the “Mac sucks” thing.
At the end of the day I’ll use what works.
deckarep | 4 years ago | on: Apple Event March 8, 2022
Back then you bought Apple if you were a sound engineer or into graphic/media design.
I used to tell people I’m a die-hard PC user simply: Mac sucks!
Fast forward to around 2009 and I’ve been a happy Apple user since then for all my software engineering needs.
Is the platform perfect? Nope! And nothing is.
Is it expensive? Yes, but the quality is fantastic and if one really wants to can get 5 years easy out of any Mac computer…I’ve got 11 years out of my family’s Mac mini that I was able to upgrade a few times.
Which brings me to my only real gripe: the lack of upgrade ability and the obsession with “thin” design.
Please address that because everything else I can mostly get over.
deckarep | 4 years ago | on: I can no longer compile my first Flash game
The main screen would loaded but when clicked wouldn’t resolve the sub-modules correctly but I was able to just play the sub-modules and individually and see the old content in all its cheesy glory.
deckarep | 4 years ago | on: I can no longer compile my first Flash game
It’s written in Rust (don’t shoot the messenger) and was able to play some flash content I had produced around 1999…
Ok I’m going to go crawl back under my rock.
deckarep | 4 years ago | on: Optimizing GoAWK with a bytecode compiler and virtual machine
I ask because while some opcodes are obviously needed others as not so obvious and coming up with a balanced instruction set is somewhat difficult design problem.
deckarep | 4 years ago | on: MiniVM: A zero-dependency cross-language runtime on par with LuaJIT and C
I only know of snapshotting perhaps being necessary to support coroutine based context switching.
Thanks and very cool project!
deckarep | 4 years ago | on: ScummVM 2.5 “Twenty years ago today”
But did you know they also often times will additionally fix existing bugs in these games. Bugs that are now decades old!
These classic titles are now even better to play than when they originally came out.
deckarep | 4 years ago | on: Making Sierra Pay
Obviously he wasn’t there for the tail end of things during the acquisitions and fraudulent period but what I found most interesting is how Sierra was bootstrapped in the first place.
Ken is a brilliant thinker and had the foresight to build a game engine that Roberta could plug and play her game content in because she admitted to not being a great coder.
Later Ken wanted his next generation games to be built as a virtual machine (The Sierra Creative Interpreter) which meant they only had to make the game once and build the VM for different architectures. Again a brilliant move.
Check his book out: https://kensbook.com/
deckarep | 5 years ago | on: Beej's Guide to Network Programming (1994-2020)
deckarep | 5 years ago | on: John Carmack on Inlined Code (2014)
deckarep | 5 years ago | on: Ask HN: What helps you improve your mood and keep your sanity?
Just my personal preference.
deckarep | 5 years ago | on: Ask HN: What helps you improve your mood and keep your sanity?
Overall learning to combat the problems with anxiety and mental state are not easy. It takes some trial and error but I think the biggest piece of advice is finding ways to break up your routine is helpful. I have gone years doing the same thing over and over with days on forgetting to live a little...it’s not healthy in the long term.
deckarep | 5 years ago | on: YouTube's Fake Animal Rescue Ring
deckarep | 5 years ago | on: Pigs are as smart as dogs. Why do we eat one and love the other?
But, she’s still the sweetest little potato ever.
deckarep | 5 years ago | on: Octojam 7: The CHIP-8 game jam
deckarep | 5 years ago | on: Article claims hand rolled C code can perform dot product faster than Numpy
The title just seems to imply skepticism over what looks to be a legit approach.