<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: cr0sh</title><link>https://news.ycombinator.com/user?id=cr0sh</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 02:14:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cr0sh" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cr0sh in "Teardown of a $1.25 LED Lightbulb"]]></title><description><![CDATA[
<p>My wife and I were talking about what lamps we had that were LED vs fluorescent vs incandescent; one of the bulbs that we have that is of the latter is in our closet, and has been there since before we bought the house in 2002 (the house was built in 1973).<p>18 years now, maybe longer, but it still turns on and has yet to burn out. Of course, we don't use it much, and it's only something like 30 watts (clear bulb).<p>Someday, maybe, it'll get replaced.</p>
]]></description><pubDate>Thu, 20 Feb 2020 16:30:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=22376222</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22376222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22376222</guid></item><item><title><![CDATA[New comment by cr0sh in "C4: C in Four Functions (2014)"]]></title><description><![CDATA[
<p>To clarify, you don't usually see just "a" for an accumulator, as there are usually more than one accumulator-style registers in a CPU, and in many cases they are split along byte (possibly word) boundaries.<p>So you end up with accumulators called "A" and "B", but are composed of registers "AX" and "AY", and "BX" and "BY", with each being one byte (or word) wide; X and Y being high and low bytes/words of the register (and dependent on "endian-ess" too).<p>Sometimes you even get where multiple registers can be referenced by a singular name - "D" is a popular choice, and may be made up of "A" and "B" (being low/high "registers" of the larger word). IIRC, the 6809 was like this (?) - A and B were 16 bit registers, but could be referenced as a 32-bit word "D" (or maybe I am thing of the 68k or some other architecture - it's been a long while).<p>The only other time I have ever seen singular letters used for registers in assembly was for very old pre-microcomputer systems (beasts like the Univac and System/360 - though I think the PDP-8 had similar style). Also some of the very early "microcontrollers" (which were more like glorified sequencers with some extra memory and rudimentary branching, if any) had similar "registers" (Radio Shack once sold, as a part of their "Science Fair" electronic kits, a "Microcomputer Trainer" that was something like a very small 4-bit microcontroller with 128 bytes of memory or something like that - to teach assembler and a bit of hardware interfacing - it had "small" registers like that referred to in single letters).</p>
]]></description><pubDate>Tue, 18 Feb 2020 16:39:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=22357279</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22357279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22357279</guid></item><item><title><![CDATA[New comment by cr0sh in "Corona Labs is shutting down, will open-source everything under MIT"]]></title><description><![CDATA[
<p>I used Corona around that time - and from what I recall, projects did build locally; the only exception being that if you wanted to build an iOS version, you had to do so on a Mac with XCode installed. I also recall having to set up the Android dev environment in order to build for Android. I know that later they had where you could build on their servers, but what I recall (and I admit, it's been a while), local building was there back then.</p>
]]></description><pubDate>Fri, 14 Feb 2020 21:44:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=22330707</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22330707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22330707</guid></item><item><title><![CDATA[New comment by cr0sh in "Corona Labs is shutting down, will open-source everything under MIT"]]></title><description><![CDATA[
<p>This is kinda sad to see. It's been almost a decade since I last used Corona (then, it was called Ansca Corona), and I found it fun and exciting to use. My employer at the time wanted to use it to build a game app, and I spent a while messing around with it, learning Lua on the fly, and in general having fun making a "game".<p>I found the system to be easy to use, and relatively high performance. The only thing that was an issue - at the time - was something very strange, which kinda impacted another app we were building:<p>Corona had a map component, for google maps - but for some reason, it wouldn't work for Android - only for iOS! So - you could create an app with that component, but if you compiled it to install on Android, it would fail, but you could compile it for iOS and load it on an iphone and it would work fine.<p>At the time, we had an app idea from a client that we wanted to use Corona for, but because it needed mapping, and that didn't work, we were forced to go with another option (PhoneGap and Bootstrap Mobile), that wasn't nearly as performant - but we could embed a google map easily.<p>Contact with Corona revealed they were working on a fix to get the map component to work with Android, but it came too late for our purposes (and actually didn't happen until about a year or so after I had left that position and had moved on).<p>Anyhow - I'm glad that the system will live on, although today there are a ton of other options available for easy cross-platform mobile development. Still, I haven't found anything that worked quite as well as Corona.</p>
]]></description><pubDate>Fri, 14 Feb 2020 21:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=22330624</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22330624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22330624</guid></item><item><title><![CDATA[New comment by cr0sh in "Show HN: I published my first website – ShellMagic.xyz"]]></title><description><![CDATA[
<p>Gotta say thank you for this resource; I'm always using bash for one thing or another, and this will be a helpful site for the future. I've got it bookmarked for just that reason!</p>
]]></description><pubDate>Fri, 14 Feb 2020 05:59:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=22324295</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22324295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22324295</guid></item><item><title><![CDATA[New comment by cr0sh in "What's SAP?"]]></title><description><![CDATA[
<p>I probably posted to that one as well...</p>
]]></description><pubDate>Wed, 05 Feb 2020 17:56:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=22249325</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22249325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22249325</guid></item><item><title><![CDATA[New comment by cr0sh in "What's SAP?"]]></title><description><![CDATA[
<p>Years after I worked for the company I mentioned before (building an in-house VB6-based ERP system), I worked for another web applications development company who had a client I was "assigned to" to develop software for healthcare management and billing, etc.<p>It was all web-based - we even had a version for "mobile" (at the time which meant a ipaq personal assistant, running a version of Windows CE and a browser that made IE6 look sane).<p>The idea behind it was "patient-centricity"; the patient could manage, view, and "edit" their own healthcare records, and any physician on the system could have access to that patient's records (the patient would have to give approval to share with the provider).<p>It wasn't ever going to replace EPIC or any of the other large medical record systems, but the fact that a patient could control their own data was a significant part of the core marketing behind it - provided you could get other providers and support people on-board.<p>Things were going rather smoothly (but not very quickly) in the progress of the development of this app, until the client wanted to make the entire thing HIPAA compliant. At the time, this meant taking it off our in-house shared hosting environment, and get it on something else. What we found was, at the time the only option was to lease a full rack from Rackspace and use their services (and servers), as they were (supposedly) fully HIPAA compliant.<p>The client balked at the cost to implement such a system, and instead opted to roll their own. Then the client decided to hire their own developer (without telling us), and wanted us to backdate some HIPAA "compliancy documents" to say their system was fully compliant on a date when it wasn't. My employer thankfully decided not to go down that road, and instead to drop the client and contract (probably the best decision he ever made).</p>
]]></description><pubDate>Wed, 05 Feb 2020 17:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=22248766</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22248766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22248766</guid></item><item><title><![CDATA[New comment by cr0sh in "What's SAP?"]]></title><description><![CDATA[
<p>I once worked for a company that let me go because I looked bad on their bottom line and they were looking to sell the company, around 2003. So, severance package in hand, and one week later I had a new position at another company making much more than I was originally.<p>Anyhow - I was essentially the sole developer of a simple ERP system written in VB6 and using an Access 2003 MDB file for storage. It was being used in-house by most of the company at that point, from billing, to shipping software and patches, to other reporting, CRM, etc. I looked bad to the bottom line because my salary was going entirely into this in-house developed product, that was producing no revenue for the company. I was a literal cost center; I don't blame them for letting me go - it was probably a good business decision...<p>When I was let go, I was trying to transition to postgresql for the backend (away from the MDB file), and hopefully move the frontend away from VB6 - and make the whole thing a web application in some manner.<p>They told me when I was let go they told me they were looking into other options to replace the software I had almost single-handedly written to manage the business.<p>So - I was let go, and the business was sold. Twice. Today, it's part of HP, last I was aware - about 3 years ago. That was about the time that I had to look for a new job, and talked to my former supervisor there (he'd since become VP of his department).<p>Yep - still using the same old software, with virtually no updates or fixes. Still running on the MDB file. And somehow, it was still all working, nearly 15 years later. I'm amazed, impressed, shocked, and also in complete wonderment how it hasn't fallen over hard since then.<p>As far as I know - they are still using it. I've been told that both the original company that bought them, then HP (after they bought that company), both looked at the software and wanted to monetize it - everyone who's seen it has been fairly impressed with it, from what I understand. But, because it's so tightly integrated with the business, plus that it was never designed to be modular and salable, has meant that without a major refactor, it can't be easily done.<p>Honestly, I'm glad it can't - I'd do so many things differently today that I didn't do then (and if done, they could probably sell it as well); it's the kind of code that I know some developer will look at, then want to track me down for a good ol' fashioned murdering - or at least to beat me with a baseball bat.</p>
]]></description><pubDate>Wed, 05 Feb 2020 16:44:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=22248496</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22248496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22248496</guid></item><item><title><![CDATA[New comment by cr0sh in "What's SAP?"]]></title><description><![CDATA[
<p>SAP is a company (and software system) that exists to buy up other company's software, business, and services and then integrate that all into SAP's "core" systems, and do so in such a poor manner that their name and the system has almost become synonymous with the words and phrases "nasty", "unreliable", "run away now", "if you know what's good for ya" and a host of others.<p>However, due to their entrenchment in various other markets (and who knows if there is any graft or other under-the-table business going on), they continue to manage to exist, and scary enough sell their products to new victims (ahem - customers).<p>SAP is the old-is-new-again-we're-IBM type of business; nobody ever got fired for buying SAP (but the golden parachute was nice)?<p>Ok - hyperbole and I don't really know what I'm talking about, so the above should probably be ignored...<p>...that said - I don't think I'm too far off, either.</p>
]]></description><pubDate>Wed, 05 Feb 2020 16:31:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=22248339</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22248339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22248339</guid></item><item><title><![CDATA[New comment by cr0sh in "Programming an HP-15C (2013)"]]></title><description><![CDATA[
<p>Yeah - I'm not mathematically inclined enough to understand what would be so funny about the 38x^3 denominator either?<p>Unless it's something that would cause an error due to memory/register size constraints, or cause the calculator to sit there forever on some of the other larger squares or test values due to 1986 speed of the ALU or whatever is in the calc?<p>My gut assumption is that it's some mathematics inside joke of some sort...</p>
]]></description><pubDate>Tue, 04 Feb 2020 16:26:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=22237423</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22237423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22237423</guid></item><item><title><![CDATA[New comment by cr0sh in "Things I Believe About Software Engineering"]]></title><description><![CDATA[
<p>> The industry as a whole used to be more aligned with engineering but this has changed considerably since, say, the rise of "Agile".<p>I'd argue that it changed once smaller businesses could afford (and have room for) their own computer. My best guess would be somewhere around the PDP-8 era (late 1960s-early 1970s).<p>Once things started to move away from large-scale computer rooms and consoles of blinking lights, towards a more "hands-on" and interactive approach, where the programmer didn't have to wait between "batches" of runs to see what their code did (correct or not), that is when (from a software development point of view) so-called "engineering" went out the window.</p>
]]></description><pubDate>Mon, 03 Feb 2020 16:52:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=22225983</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22225983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22225983</guid></item><item><title><![CDATA[New comment by cr0sh in "How to build a search engine with common Unix tools (2018) [pdf]"]]></title><description><![CDATA[
<p>Should be open now:<p><a href="https://www.smiffy.de/dbkda-2018/" rel="nofollow">https://www.smiffy.de/dbkda-2018/</a></p>
]]></description><pubDate>Mon, 03 Feb 2020 03:58:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=22221319</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22221319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22221319</guid></item><item><title><![CDATA[New comment by cr0sh in "Ask HN: How do we stop the polarization/toxicicity filling the web?"]]></title><description><![CDATA[
<p>> The biggest difference is that comment threads are the majority of how people create content on the internet now and they weren't before.<p>Were you not around for newsgroup flame-wars of the early 90s (and probably long before that, if you were among the lucky few that had access)...?</p>
]]></description><pubDate>Fri, 31 Jan 2020 21:26:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=22205956</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22205956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22205956</guid></item><item><title><![CDATA[New comment by cr0sh in "Ask HN: How do we stop the polarization/toxicicity filling the web?"]]></title><description><![CDATA[
<p>> Social media such as twitter, for example, everyone now has a voice (what it gives), but with its char limit (what it takes) doesn't give critical thinking and rational debate a highlight, therefore it spirals down into madness.<p>Twitter has a hard, small limit. Most other platforms either have no limit, or the limit is fairly large.<p>The problem is, people don't use it.<p>Worse, those that do use it are ridiculed, or their words are ignored (TL;DR anyone?)...<p>Thinking about this, I wonder if any of it has to do with people's "inner monologue" that was discussed yesterday here on HN? If you didn't see it, the gist was that there are some people who don't have such a monologue, and it came as a surprise to one person. Similarly, those without such a monologue are often surprised that others have it; one person commented that they often wished that the voiceover of characters in a movie, expressing their inner thoughts, was a real thing - and were shocked to find out that for most people - it is!<p>Anyhow - does this play into how people write online? Do they tend to write less or smaller messages, because their inner monologue is too loud or constant? Do those without such monologue write more thoughtful and longer posts? Then I think of myself; I have an inner monologue, but I tend to write long things (case in point - this post?) - but I don't find my inner monologue a burden.<p>But some do - I know I have read of people who either must always have some noise around them to drown out their "inner monologue", or if left in silence, even for small moments, will declare themselves "bored", perhaps because their inner monologue isn't perceived as interesting (whereas I and others have no problems thinking and pondering things, in silence, with no boredom)...?<p>Does this effect how people compose and type their messages? Does it help or hinder understanding? Does it facilitate or does it block meaningful conversations?<p>Twitter may have tapped into something that was always there to begin with, and in essence has helped foster that communication style - making it acceptable widely - conversation as "sound bites" - which has perhaps led to our present situation.</p>
]]></description><pubDate>Fri, 31 Jan 2020 21:23:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=22205916</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22205916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22205916</guid></item><item><title><![CDATA[New comment by cr0sh in "Ask HN: How do we stop the polarization/toxicicity filling the web?"]]></title><description><![CDATA[
<p>What you may or may not know is that at one time, there was a doctrine by the FCC known as the "Fairness Doctrine":<p><a href="https://en.wikipedia.org/wiki/FCC_fairness_doctrine" rel="nofollow">https://en.wikipedia.org/wiki/FCC_fairness_doctrine</a><p>"The fairness doctrine had two basic elements: It required broadcasters to devote some of their airtime to discussing controversial matters of public interest, and to air contrasting views regarding those matters."<p>This doctrine was eliminated in 1987, after a series of lawsuits about it.<p>Arguably, it's part of what started this whole mess we now find ourselves a part of.</p>
]]></description><pubDate>Fri, 31 Jan 2020 21:08:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=22205759</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22205759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22205759</guid></item><item><title><![CDATA[New comment by cr0sh in "How to build a search engine with common Unix tools (2018) [pdf]"]]></title><description><![CDATA[
<p>I've put out a request to his email address for access; if I hear anything, I will post back to this thread...</p>
]]></description><pubDate>Fri, 31 Jan 2020 05:36:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=22199380</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22199380</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22199380</guid></item><item><title><![CDATA[New comment by cr0sh in "Microsoft urged: Open-source Windows 7 to 'undo past wrongs'"]]></title><description><![CDATA[
<p>> I wonder how long they will support 32x Windows 10?<p>I noted in another comment that they have a similar problem with people wanting VB6 open sourced, because so many businesses rely on VB6 apps - some written internally or exclusively for their business.<p>Windows 10 (from what I remember) almost didn't support VB6, but in the end they included the runtime DLL to allow for the apps to work. I wonder if this is a part of the 32x thing? Seems a likely possibility...<p>VB6 and the companies relying on it might be an albatross around Microsoft's neck; for how much longer, I'm not sure.</p>
]]></description><pubDate>Tue, 28 Jan 2020 16:22:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=22170785</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22170785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22170785</guid></item><item><title><![CDATA[New comment by cr0sh in "Microsoft urged: Open-source Windows 7 to 'undo past wrongs'"]]></title><description><![CDATA[
<p>That's pretty much also why they'll never open source VB6, despite a very large number of developers wanting it.<p>Instead, Microsoft has been virtually forced to continue to include the VB runtime DLL in every version of Windows since, because there are so many businesses out there that rely on software developed in VB6 that can't (easily or cheaply) switch to something else.<p>Windows 10, from what I understand, almost became the first version to ship without it, but Microsoft relented under the pressure (maybe I'm misinformed here, though).<p>VB.NET is sufficiently different enough that conversion either isn't possible, or due to the source code not being available (or the 3rd-party company that wrote it not existing any longer as an entity - or the source code assets not available or whatnot due to dissolution) - conversion becomes nearly impossible, short of a very expensive reverse-engineering effort by another 3rd party.</p>
]]></description><pubDate>Tue, 28 Jan 2020 16:14:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=22170708</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22170708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22170708</guid></item><item><title><![CDATA[New comment by cr0sh in "KnightOS was an interesting operating system"]]></title><description><![CDATA[
<p>I was about to post about the TI-92+ not getting any love, saw this, got happy, then saw it dead...sad again. Oh well. :)</p>
]]></description><pubDate>Tue, 28 Jan 2020 15:51:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=22170448</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22170448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22170448</guid></item><item><title><![CDATA[New comment by cr0sh in "Aurora is finally ready to show the world what it’s been up to"]]></title><description><![CDATA[
<p>> Because people aren't going to trust self-driving cars unless they're drastically better than humans are.<p>I believe that people aren't ever going to trust self-driving cars, unless they are "perfect". Even ten 9s of reliability (no driving errors or accidents) would probably be too imperfect for people to accept (and I don't believe humans have ever made anything that close to perfection).<p>I believe the reason this is probably so has to do with assignment of blame and guilt. Something easily done with human drivers, less so (or maybe impossible) for self-driving vehicles.</p>
]]></description><pubDate>Mon, 27 Jan 2020 16:57:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=22161174</link><dc:creator>cr0sh</dc:creator><comments>https://news.ycombinator.com/item?id=22161174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22161174</guid></item></channel></rss>