Readit News logoReadit News
RNCTX commented on URL-Driven State in HTMX   lorenstew.art/blog/bookma... · Posted by u/lorenstewart
bob1029 · a month ago
At some point I hope it becomes obvious that well-engineered SSR webapps on a modern internet connection are indistinguishable from a purely client side experience. We used this exact same technology over dialup modems and it worked well enough to get us to this point.

Being able to click a button and experience 0ms navigation is not something any customer has ever brought to my attention. It also doesn't help much in the more meaningful domains of business since you can't cheat god (information theory). If the data is so frequently out of sync that every interaction results in JSON payloads being exchanged, then why not just render the whole thing on the server in one go? This is where I can easily throw the latency arguments back in the complexity merchant's face - you've simply swept the synchronization problem under a rug to be dealt with later.

RNCTX · a month ago
> Being able to click a button and experience 0ms navigation is not something any customer has ever brought to my attention.

"it's too slow" is a thing a lot of customers have mentioned to me over the years.

RNCTX commented on Show HN: Kreuzberg – Modern async Python library for document text extraction   github.com/Goldziher/kreu... · Posted by u/nhirschfeld
RNCTX · 7 months ago
Awesome.

I modified a library card software (Blacklight) into a searchable PDF industrial manual system awhile back on a one-off basis. It couldn't go any further than a contract project that delivered the source code because it's hard to do anything programmatically (at the time) to a PDF without Ghostscript.

I've often thought of rewriting it with Python (and Postgres, to get rid of Solr or Elastic as the search backend), maybe now's the time...

I trust you long enough for a second look because I ctrl-f'd the readme and found "pdfium" so I know I don't have to retread old ground in your github issues about how there's really only a couple of ways to parse a PDF with a semblance of reliability, lol...

(for anyone else reading this getting started with documents.. Adobe and Chrome are really the only PDF rendering libraries that work. PDF.js aka Firefox has always been broken, and Apple's is problematic as well, in both cases rearing their heads in terms of incorrect word / letter spacing).

RNCTX commented on Floods kill, long after the water has gone   medicalxpress.com/news/20... · Posted by u/wglb
RNCTX · 2 years ago
In New Orleans they called it the "Katrina cough".

People would just get sick from random things and die 6 months or a year after they'd survived the hurricane. Happened to one relative on my father's side of the family. He just never shook the cough, right up until the day he died.

I will say that while I was in my 30s at the time, I took advantage of the architectural salvage goldmine that was New Orleans after Katrina. You could get priceless lumber, flooring, etc from salvaged 18th and 19th century houses that got flooded, which was great... until you didn't wear enough protective equipment while cleaning them up, and then you also got the cough.

The difference in 35 and 75 is the old uncle on my father's side of the family died from it, while I just suffered the worst sinus infection I ever had, and was fine after a few weeks.

RNCTX commented on So let’s talk about this Wayland thing   pointieststick.com/2023/0... · Posted by u/aquova
RNCTX · 2 years ago
Let's not
RNCTX commented on Ask HN: Is the quality of American customer service degrading sharply?    · Posted by u/watermelon59
RNCTX · 2 years ago
The declining phase of all capitalist markets is arbitrary, random rent-seeking, when the technological innovation value has waned.
RNCTX commented on Is there a hidden cost to noise cancelling?   theguardian.com/lifeandst... · Posted by u/bookofjoe
RNCTX · 2 years ago
As the article mentions, I can tell you that there is a stark divide between people who flew airplanes / helicopters in the civilian world before 1990 and after 1990, when noise cancelling headphones became prevalent.

Old guard can't hear anything, and has weird preferences for what small airplanes are 'good' or 'bad', whereas the younger crowd doesn't.

I personally owned a small airplane a few years ago that never made it as a viable product and wound up bankrupt, but for the remaining fleet still flying around and needing parts support. The company that made them went bankrupt in the late 1990s / early 2000s and one of the biggest knocks against it was how loud it was inside the cabin.

But with noise cancelling headphones all of that disappears and it's really a wonderful, comfortable little bird, and has had a resurgence in popularity as noise cancelling headphones became ubiquitous.

Even when I owned one I had no idea how loud it was inside the cabin until I inadvertently sat on the noise cancelling on/off switch on the cord of my headset one day and suddenly couldn't understand what the air traffic controller was saying, lol.

RNCTX commented on Amazon CEO reportedly told remote employees: It’s probably not going to work out   theverge.com/2023/8/28/23... · Posted by u/cdme
SV_BubbleTime · 2 years ago
Isn’t there anyone that can steelman the WFH situation?

Twitter, Amazon, Zoom, others are all ending or limiting their WFH programs.

Doesn’t that tell anyone that there MIGHT be facts or at least good research on this that it isn’t producing good work for the money?

I get that “corporations are bad maaaan” and all the good people are dreamy socialists… but what if you are wrong and it isn’t more effective?

RNCTX · 2 years ago
1. No, generally speaking corporate management in the 21st century does not make decisions based on effectiveness of their product or their workforce. They make decisions based on finance centered around the upcoming year or quarter. Tesla isn't interested in making good cars. Tesla is interested in selling tax credits. Period.

2. Even if #1 isn't true in an edge case, don't care.

RNCTX commented on Generative AI and Intellectual Property   ben-evans.com/benedicteva... · Posted by u/CharlesW
RNCTX · 2 years ago
letThemFight.gif
RNCTX commented on Are there any real-world studies on SPF DKIM and DMARC impact on deliverability?    · Posted by u/RNCTX
mikerg87 · 2 years ago
No numbers, but anecdotally we turned off DKIM. Telling end users we are rejecting their otherwise email because they don’t have DKIM implemented. SPF and DMARC compliance got better over time but DKIM compliance just never did get better.
RNCTX · 2 years ago
Thanks!

I'm coming from the other side of the equation. I work for a (small-ish, niche) CRM company, and have insisted that all new customers be very explicitly told that they have to set up SPF and DKIM properly during their migration/implementation.

It would be nice to have something to send them to point out "here's where X% of your emails will go to spam if you don't do this, plus you're Y% of an annoyance on our mail server's reputation, too" but there's not any hard data to be found.

u/RNCTX

KarmaCake day900June 30, 2018View Original