HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mepian

no profile record

comments

mepian
·há 29 dias·discuss
Didn't Valve release a huge update to Half-Life in 2023 (i.e. 6 years after the linked comment was written)?
mepian
·mês passado·discuss
Is it Tasha?
mepian
·há 2 meses·discuss
> I do wonder what a language with the same “taste” and minimalism as Scheme but embracing the actor model would look like.

There is Spritely Goblins: https://spritely.institute/goblins/
mepian
·há 3 meses·discuss
You haven't seen the Lisp subreddit then, there is a post complaining about having to learn Emacs at least once every week or so.
mepian
·há 3 meses·discuss
There is an explanation in the blog: https://coalton-lang.github.io/20260424-mine/

> However, the above is a tall order for someone just wanting to dip their toes in, to see if they have any interest in Coalton or Common Lisp. A couple hours on the weekend is easily sunk into getting configurations right, and the right subsystems installed, and the right paths setup, just so the first line of code can be executed.

> mine is not Emacs. It aims to eliminate all of that, and be a Coalton/Lisp-first development environment, whose only job is to be a Coalton/Lisp-first development environment. But more than that, it needs to be accessible. A non-programmer should find it easy to download, install, and run mine with nothing more than a download link.
mepian
·há 5 meses·discuss
OpenLook is nice but it's a bit of a shame it doesn't have its own version of Workbench.
mepian
·há 6 meses·discuss
A base becomes useless pretty quickly if it can't be resupplied, I suspect there is enough hostile AA around it to ensure that.
mepian
·há 6 meses·discuss
There is the Heroic Game Launcher that also interfaces with the Epic Games Store.
mepian
·há 6 meses·discuss
At least one of the lead developers of Étoilé moved on to CHERI.
mepian
·há 6 meses·discuss
Haiku is not related to Étoilé.
mepian
·há 7 meses·discuss
It's not technologically feasible unless plastic aka flexible ICs take off.
mepian
·há 8 meses·discuss
Azul Systems was making Java machines a while ago.
mepian
·há 9 meses·discuss
When did they add that? When I was trying to learn Japanese 6-7 years ago Duolingo didn’t have anything for either kana or kanji…
mepian
·há 2 anos·discuss


  Location: Dublin, Ireland
  Remote: Depends on the commute
  Willing to relocate: Yes
  Technologies: C, C++, Python, Assembly (x86, RISC-V), CUDA, MPI, L2/L3 Network Programming, Linux, Git, Jenkins, Common Lisp, Unreal Engine
  Résumé/CV: https://drive.google.com/file/d/1TDDdW3QEB1U3U2xfMik7zko0kKpzmo9p/view
  Email: [email protected]
A software engineer with 10 years of experience in systems programming and game development. Recently I have been working in high-performance computing, dealing with GPU-enabled clusters.
mepian
·há 2 anos·discuss
98 was the one that introduced NT drivers (WDM).
mepian
·há 2 anos·discuss
Carbon is a better Apple-related comparison since it's basically a cleaned-up version of the classic Mac OS API as a library that ran on both Mac OS X and classic.
mepian
·há 2 anos·discuss
What is the gameplay like, and what are your plans for it?
mepian
·há 3 anos·discuss
It's kind of a cliche at this point, but Structure and Interpretation of Computer Programs really blew my mind when I read it in high school. I didn't finish it "cover to cover" back then, but it was my first proper introduction to symbolic computation, recursion, and the concept of a metacircular evaluator was really fascinating. It inspired me to implement a simple Scheme-like interpreter in C# for my high school science project, and really put me on my adult path.