I can't really tell why would I use this over like lm studio, jan.ai and such?
HN user
jsomedon
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.
uh.. what is a cpu emulator? or what can I do with it? I am kind of having hard time comprehend this.
IIRC, the samurai class after Meiji reform period kinda fall into this category, they eventually emerge into Yakuza.
That is not native at all.
My quick guess is that this approach offers near zero overhead for gpu to access data inside sandbox with all the security/privacy benefit of sandbox.
Is this "macos26" official Apple github account?
Looks like the post was written in 2023, I wonder how much better did Swift get in crossplatform department these days?
Brilliant stuff! Any plan to support macos?
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..
I felt the same, male voice feels kinda artificial.
This is so fun. You know what, you should change the picture of cursor from hand to something like, bee, or even fly, that should make it even more hilarious :-p
uh.. Are these comments in this thread even serious? Because they surely feel odd to read.
Any chance to open source this and allow us to host it privately?
Fantastic work btw.
Damn you fast, I was just about to link that one too :-)
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.
Happy New Year to all of you my fellow HN readers!
That's really a good rule. It could apply to almost any aspect of life, not only just about what to eat.
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 particularly like the explanation on naming it ice:
Because your menu bar becomes like ice, allowing your menu bar items to slide away
this song is ridiculously funny, good work sir!
Hmm this looks kinda like vscode.
My brain hurts so good when I watch this visualization. I can't explain this feeling, so weird.
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.
I've played dos and dos2 and I liked them(well I enjoyed dos's combat system more than dos2 but I loved playing them both in general), I've never played any DnD games, should I buy bg3?
uh, this doesn't look like what those gpu passthrough things like vfio do, is it a different thing? Or I am more interested in, can this do what vfio do, run games in almost native performance in windows guest vm?
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.
I wanted to switch to nixos but current segregation between flakes and (traditional) nix features was a huge stop sign for me. Seems like this move is a good sign resolving this issue. Hope they bring things nice together -- features, doc, the community etc.
Isn't this how everybody parks usually?
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?