HN user

jsomedon

38 karma
Posts1
Comments37
View on HN

I kinda have seen somewhere on internet, that the language design of lua and js(well, ecmascript to be precise) is somehow related. But can't really find the exact reference I have seen.. it was long time ago when I read this.

Is it possible to install previous macOS version on newest macbook model? I see people having terrible experience with macOS Tahoe yet I am considering purchasing a macbook..

The point of demo is to make it as easy as possible to try your product. Having people register really defeats the purpose. Either get rid of login phase for demo, or at least prefill input fields with some demo user/password pair.

What Is Entropy? 2 years ago

Am I only one that can't download the pdf, or is the file server down? I can see the blog page but when I try downloading the ebook it just doesn't work..

If the file server is down.. anyone could upload the ebook for download?

I was just about to mention Nier Automata too. The dynamically changing music was a huge wow moment to me when I played it.

Actually this game is such an art. Its story is touching, full of unexpected plot twist, and inspiring deep thinking afterwards; its graphics is cozy and unsettling, heart warming and hear breaking at the same time - yet the game is not really gpu demanding; its combat is slick, snap, and satisfying; its music literally echo with your emotional roller coaster along your gameplay. And what's crazy is that, all of these nice things about this game actually blend with each other really perfect, so you don't think about any single aspect of this game, you feel the whole game as a package delivers you one of, if not THE, finest japanese anime/game experience in so many levels. I was really depressed for like 6 months after finishing this game because I left wanting more of Nier Automata games. It will literally make you become a huuuuge weeb.

When you inevitably find software that isn't in nix (or are packaging your own software), be prepared to take a quantum leap in complexity as you now need to fully understand the nix language and its concepts like derivations. This isn't necessarily hard but it is not documented well at all, and there are factions in nix at odds with each other (flakes vs. nix-env) which make learning it even more confusing.

Exactly this was why I am so hesitant to switch to nix. I tried to dig into the details of nix, language, derivation and whatnot, but documentations and community discussions are, in my experience pretty segregated that left me confused, and I eventually went back to arch.

the RISC-V instruction set (ISA), decoder, executor, and state machine

So does this repo define these things as F# function and as a user I can import this repo as library and call those functions and my function call would directly run instructions on RISC-V processors, with no "middlewares" like operating system and such?