mrami | 3 years ago | on: Show HN: An opinionated and statically-typed TypeScript SDK generator
mrami's comments
mrami | 3 years ago | on: Why is it easy to implement a Lisp?
Really, the comment was referring to "accidentally quadratic" bugs, as documented here, for example: https://accidentallyquadratic.tumblr.com/
mrami | 4 years ago | on: An ultra-precise clock shows how to link the quantum world with gravity
mrami | 4 years ago | on: Ask HN: Tools you have made for yourself?
https://github.com/BlueCircleSoftware/bluecircle-json-interf...
mrami | 5 years ago | on: Outrun: Execute local command using processing power of another Linux machine
mrami | 5 years ago | on: Is the web getting slower?
mrami | 6 years ago | on: Passionate kissing is not a human universal (2015)
mrami | 6 years ago | on: An Antique Toaster That's Better Than Today’s [video]
Maybe the next generation beyond 3D printing will be able to do multi-component assembly tasks, and you can get/print your own high quality components, and assemble your own high quality toaster... Maybe
mrami | 6 years ago | on: Richard Stallman resigns from CSAIL at MIT
mrami | 6 years ago | on: Visualizing and exploring sorting algorithms in two dimensions
https://commons.wikimedia.org/wiki/File:Achilleus_Lyra.jpg#/...
mrami | 6 years ago | on: Visualizing and exploring sorting algorithms in two dimensions
If comparisons are a fixed, non-zero cost, and assignments are a fixed, non-zero cost, then the comparisons in your selection sort will always overwhelm the assignments, and I can tell you at exactly which input size.
https://gist.github.com/mrami4/56d6e234f34787b8c5daf543a299a...
mrami | 6 years ago | on: Visualizing and exploring sorting algorithms in two dimensions
And if you ignore the bottom half of the centaur, it's just a dude playing a flute. :)
"In computer science, the time complexity is the computational complexity that describes the amount of time it takes to run an algorithm." [1] We shouldn't be confusing people that actually want to learn about this stuff.
mrami | 6 years ago | on: Visualizing and exploring sorting algorithms in two dimensions
mrami | 6 years ago | on: Why we're ending support for MySQL
> POSTGRES has undergone several major releases since then. The first "demoware" system became operational in 1987 and was shown at the 1988 ACM-SIGMOD Conference. Version 1, described in The implementation of POSTGRES , was released to a few external users in June 1989. In response to a critique of the first rule system ( A commentary on the POSTGRES rules system ), the rule system was redesigned ( On Rules, Procedures, Caching and Views in Database Systems ), and Version 2 was released in June 1990 with the new rule system. Version 3 appeared in 1991 and added support for multiple storage managers, an improved query executor, and a rewritten rule system. For the most part, subsequent releases until Postgres95 (see below) focused on portability and reliability.
Your point stands, nonetheless. There are no whippersnappers present.
mrami | 7 years ago | on: Ask HN: What was the Internet like before corporations got their hands on it?
I had done lots of BBSing before that, and I treated the Internet the same way - a bunch of different tools to get the same sort of social experience.
Email w/ pine. BBS message boards became Usenet w/ trn. Gopher. Finding random people with finger, and chatting with ytalk. Once talked with a random girl named Thuy in Perth, which blew my mind at the time. Some shlub in the US sending messages live to Australia. Downloading all sorts of freeware from wuarchive.wustl.edu.
It felt smaller then, and something inviting (to me at least). You'd recognize email addresses from one corner popping into a new one, and it gave the whole Internet a sense of continuity. It was a place I wanted to interact with.
Usenet, in particular, was usually a pretty good source of information. As a matter of course, people attached their email address to each posting. And they usually only had one - HoTMaiL and its ilk wouldn't come around until '96 or so. If you saw an email address you recognized, you'd have an idea of trustability.
Today, I really don't contribute much. I don't surf r/new or whatever, so somebody else has usually said anything I want to say. C'est la vie.
mrami | 7 years ago | on: Letter of Recommendation: Old English
mrami | 7 years ago | on: Systemd is bad parsing
mrami | 7 years ago | on: Oracle Java SE 8 Release Updates
Personally, I've been transitioning my stuff to OpenJDK (probably should have a long time ago).
mrami | 7 years ago | on: Oracle Java SE 8 Release Updates
mrami | 7 years ago | on: SICP Goodness – Why you don't need looping constructs
That said, I love my for loops, too.
For anybody that still uses Java. :D
https://github.com/BlueCircleSoftware/bluecircle-json-interf...