I ended up at IBM around the turn of the century. They bought Lotus and I was brought on to write lotus notes applications. The article asks “what is notes”. For applications it’s a nosql database with a gui front end. You can make custom applications and share with your team easily. Lotusscript bound it together. We ported a green screen tracking software (year 2000 was approaching) to Notes and had a bunch of custo…
LotusNotes
91–100 of 113 posts
Re: LotusNotes
#92My first dev job was a Notes developer. It really was an amazing piece of tech in hindsight. IMO their real folly was chasing the web trend; at its heart it was a groupware product, and they tried to make it be too many things to everybody. I spent most of my time trying to wrestle it into doing things it wasn't meant to do. It got me extremely proficient with LotusScript which led to other opportunities (Hello ASP!)…
Re: LotusNotes
#93I joined a company in 2025 an since then I am tasked with porting all Lotus Notes databases to the web (spa+restapi). Funny to see all the comments living in the past as its so present to me.
Re: LotusNotes
#94I was a developer at Iris Associates--I worked on versions 2 through 4. For version 3 I stuck in an easter egg in the About box. A certain combination of keys would produce a Monty-Python-like cut-out of Ray Ozzie's head and the names of the developers would fly out of his mouth. [This was when the software world was young and innocent and developers were trusted far beyond what they probably should have been.] Lotus…
There were many reasons Notes died. It was very hard to get data in and out it had almost no capability for data import/export. Internet email killed Notes early advantage as one of the first email systems. It was a very closed environment hard to connect or program outside its own sandbox. Sharepoint was a full on assault by Microsoft on the groupware category and its enormous success was at the expense of Notes. Th…
Re: LotusNotes
#95I would rather use LotusNotes again than the modern Microsoft stack.
Re: LotusNotes
#96It was bad. There was a dedicated site called lotusnotessucks.com or something like that. It does not exist anymore but here is an article about it: https://www.theguardian.com/technology/2006/feb/09/guardianw...
Here's a quote from the article. Hopefully this helps the people with rose tinted glasses get some perspective... >Lotus Notes is used by millions of people, but almost all of them seem to hate it. How can a program be so bad, yet thrive?
I think half the issues people have with AI today are simply because AI has seen just as much slop in the real world as it has "good, clear code."
Re: LotusNotes
#97Earlier quoted context omitted.
One noted science fiction author, C.J. Cherryh, notes, “It is perfectly okay to write garbage --- as long as you edit brilliantly.”[1] --- for a while I've been wondering if this adage was applicable to Vibe-coding, and your methodology would seem to be a reasonable approach/response to get the benefits of this and to shield against the detriments, and to ensure that a human developer understands the code before comm…
> your methodology would seem to be a reasonable approach/response to get the benefits of this and to shield against the detriments If you're referring to the sandboxing / isolation of each app, I agree. Plus, the user can change the app quite easily, so if when they spot a bug, they can tell the agent to fix it (and cross their fingers!). > ensure that a human developer understands the code before committing Just to…
Yeah, I can see that one is on their own recognizance when letting an LLM run unsupervised.
Re: LotusNotes
#98Earlier quoted context omitted.
There were many reasons Notes died. It was very hard to get data in and out it had almost no capability for data import/export. Internet email killed Notes early advantage as one of the first email systems. It was a very closed environment hard to connect or program outside its own sandbox. Sharepoint was a full on assault by Microsoft on the groupware category and its enormous success was at the expense of Notes. Th…
It wasn't that hard to get data out. IBM released a native Windows ODBC driver for Domino databases. Since the underlying database was non-relational you couldn't really use it for SQL queries with complex joins but for basic data export tasks it worked fine.
Re: LotusNotes
#99In my experience working with Notes over many years, it was a neat architecture let down by client UI that did not meet the expectations of users who also used, for example, MS Office apps. Often, they were cosmetic things. But Notes enabled workflow applications like email on steroids; Microsoft leveraged all it could to displace Notes with Exchange and SharePoint, both IMO technically not as good as Notes in many a…
Lotus Notes Supported Formulas, LotusScript and Java.
Re: LotusNotes
#100I was a developer at Iris Associates--I worked on versions 2 through 4. For version 3 I stuck in an easter egg in the About box. A certain combination of keys would produce a Monty-Python-like cut-out of Ray Ozzie's head and the names of the developers would fly out of his mouth. [This was when the software world was young and innocent and developers were trusted far beyond what they probably should have been.] Lotus…
Lotus Notes as a thick client application was a dead end but the Domino server could have lived on as a back end database for web applications, if IBM had any vision. The core technology of a fast, secure NoSQL document database with multi-master replication actually worked really well (at least after they fixed the index corruption race condition bug that I found). But it had a weird stupid limit of (I think) 64GB p…
So having a limit of 64GB per file doesn't sound so bad.