Viewing profile — ssrc
ssrc
HN member- Joined
- Mon, Jul 04, 2022, 4:59 PM UTC
- HN karma
- 127
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About ssrc
No profile information was provided.
Recent public activity
-
comment
Comment #46267685
Arguably this started in the mainframe world in 1969, with IBM "unbundling" software and services from hardware sales, after the US government launched an antitrust suit against th…
-
comment
Comment #46233575
Some patterns in the GoF book only apply to C++/Java as they were in 1994, but I don't see any reason why other languages would have no useful patterns. The Linux kernel (C) is ful…
-
comment
Comment #45980792
If you are ok with the performance you can obtain from an FPGA, you could do it now. Look at FPGA hardware-software co-design and related stuff. If you mean, in general, for the ha…
-
comment
Comment #45947038
And the FPGA is a modern day equivalent to an ULA. If they could have put all of the chips in a single programmable one, they would.
-
comment
Comment #45946942
I'm old enough to have seen the "written in lisp", "written in ruby", "written in javascript" eras, among others. It's natural.
-
comment
Comment #45945037
I remember the books on undocumented functionality like https://archive.org/details/Undocumented_DOS
-
comment
Comment #45912924
For me, the "human-readable" part is key. It's not just that the output is e.g. javascript, but that it is more or less human-readable with about the same organization as the origi…
-
comment
Comment #44090998
'Was' is more likely. The list is from 2003, and if FORTH Inc, the (only? biggest?) remaining forth company hasn't updated it...
-
comment
Comment #43679731
What's remarkable about Infocom's z-machine is the level of sophistication and polish vs the intended application, maybe unsurprising coming from MIT graduates with access to a PDP…
-
comment
Comment #42888167
"Well, Steve [Jobs], I think there's more than one way of looking at it. I think it's more like we both had this rich neighbor named Xerox and I broke into his house to steal the T…
-
comment
Comment #42341142
Yep, if you have in one hand "Inside Windows NT" by Helen Custer (or one of its successors, "Windows Internals"[0]) and on the other "VMS Internals and Data Structures"[1]... [0]: …
-
comment
Comment #42175515
Like any other discussion of this kind[1] I think this one will go nowhere because 1) the question doesn't have a black and white answer, it's a sliding scale. 2) almost no one is …
-
comment
Comment #41808446
The most similar thing to a "static" Prolog would be Mercury[0] or Turbo Prolog[1]. OTOH, if you want an embed-able logic programming library there is the mini/microKanren family[2…
-
comment
Comment #41651401
VxWorks, LynxOS or RTEMS. RTEMS is open source.
-
comment
Comment #41601177
I mean, it's fun and interesting bullshit that cheats a lot. I'm sure that you could emulate a MIPS using a one-bit processor like the MC14500[0] with enough supporting hardware, r…
-
comment
Comment #41503963
Months ago I found this presentation on youtube, "Re-architecting SWIS for X86-64"[0], about how VMS was ported from VAX to Alpha to Itanium to x86 that did not have the same AST b…
-
comment
Comment #41500014
I remember reading those books (ok, it was the 4.3 BSD edition instead of 4.4) alongside Bach's "The Design of the Unix Operating System" and Uresh Vahalia's "UNIX internals: the n…
-
comment
Comment #40731889
And then we send them to Jupiter. https://en.wikipedia.org/wiki/Victory_Unintentional
-
comment
Comment #40720844
Occam looks like a concurrent Pascal, not like a Forth. The transputer had a 3-element hardware stack but it was used more like a cache for the workspace (kind of the memory stack)…
-
comment
Comment #39006366
Just for the moment, consider the idea of implementing the requirements shown in the figure using a network of connected microcomputers, one microcomputer per bubble. Structured An…
-
comment
Comment #39005666
You are right, but in this case I have some sympathy for the argument. If all the technical terms in one methodology (scrum, sprint, velocity, commitment, ...) look like they were …
-
comment
Comment #38153248
No, that would be just a component of this system. It looks more like "Distributed OSGi done right" or CORBA's endgame as prophesied by Grady Booch in the 90s. Historically these k…
-
comment
Comment #37648328
Depending on the meaning of "small-scale kafka", both RabbitMQ and redis do support streams.
-
comment
Comment #37059440
For the tooling part, I suppose it's something like a "golden path"[1] where you have predefined templates from which the developers may choose the most appropriate for their probl…
-
comment
Comment #37051140
I have no strong feelings about PRs (usually). I was acting as devil's advocate to try to answer supremekurt question in a positive way (others have pointed out the negative ways) …