Viewing profile — metroholografix
metroholografix
HN member- Joined
- Thu, Dec 29, 2016, 9:59 PM UTC
- HN karma
- 860
- Public activity
- 229 items
- HN profile
- View on Hacker News ↗
About metroholografix
@protonmail
Recent public activity
-
comment
Comment #49150184
There are some great remixes to Kenny Chow's legendary intro to the amazing "One Must Fall 2097" that manage to retain and enhance the tracker feel: - Original: https://www.youtube…
- comment
-
comment
Comment #49031387
There's no need to pay for questionable courses. Here's an excellent free alternative that covers all the basics: https://haqr.eu/tinyrenderer/
-
comment
Comment #48852711
Current SOTA models work great with Emacs Lisp and Common Lisp. Giving access to the REPL enables them to do an amazing job but they still work well with Unix input/output static c…
-
comment
Comment #48173226
Official chess competitions are taking place under stringent monitoring conditions and even then, with professional reputations on the line, there have been multiple high profile c…
- comment
-
comment
Comment #47018691
6$ / TB / month is a fool's bargain even for something as low as 10 TB. One can buy a used LTO-6 drive for a few hundred bucks and build tape libraries that span hundreds of TBs. T…
-
comment
Comment #46979985
The vast majority of MUDs don't even implement the full TELNET protocol, just a small subset. In typical MUD fashion, fundamental TELNET parts like option negotiation were either h…
-
comment
Comment #46560340
This doesn't apply here, a wealth tax is levied against assets not income.
-
comment
Comment #46462412
If you want Scheme, go use Scheme because these are not arguments for Common Lisp. There is tons of value in the CL specification being this big and I'm happy I can still run code …
- comment
- comment
- comment
-
comment
Comment #44566718
Great story! I also read Neuromancer for the first time in Greek translation (Αίολος), around 1995, knowing nothing about the book otherwise. It was a blind buy in a bookstore sole…
-
comment
Comment #44211550
A lot of the power of Forth comes from its metaprogramming capabilities and having the compiler available at runtime, all wrapped in a tiny footprint. Similarly to Lisp, it empower…
-
comment
Comment #43920526
I see the following in code written by newcomers to CL frequently: (optimize (speed 3) (safety 0)) but it is a very bad habit to get used to, in general, and may create the impress…
-
comment
Comment #43442233
Stallman has done more to safeguard our freedoms than all the critics and corporations that are happy to exploit his work put together. He’s also been extremely prescient and decad…
-
comment
Comment #43423686
> I commented that Patagonia made great stuff and actually cared about their materials Last I checked a lot of their clothes were full of forever chemicals and processed plastics b…
-
comment
Comment #42324123
It should become clear to everyone that reads his work that "management theorist" Stafford Beer can best be characterized without any doubt whatsoever as a charlatan. Cybernetics c…
-
comment
Comment #41281164
I always saw VLC as subpar. A typical case of software that's just trying to copy what the pioneers do. As we all know, mediocrity it not antithetical to popularity, and VLC has be…
-
comment
Comment #40871581
Folks who find this useful might also be interested in otel-profiling-agent [1] which Elastic recently opensourced and donated to OpenTelemetry. It's a low-overhead eBPF-based cont…
-
comment
Comment #40868743
Wizards for me falls flat (kinda like "soul of a new machine" that's often recommended but which I found a complete waste of time) while the Dream Machine, Dealers of Lightning [1]…
-
comment
Comment #40775649
There's no JS interpreter in EWW [1]. If you're forced to use a different browser, having JS off by default is not hard to get used to. [1] https://www.gnu.org/software/emacs/manua…
-
comment
Comment #40770476
These bugs can be described as the major or minor mode evaluating code that is provided as part of the buffer that the mode is being enabled for. The two semi-recent examples that …
-
comment
Comment #40769363
What's of greater importance here is not this specific security issue, but the default configuration of MIME handling in Emacs which can turn any unexpected evaluation bug -which w…