Live data from Hacker News

Please make your products work with URLs

anderspitman.net

251–260 of 353 posts

Re: Please make your products work with URLs

#251

Earlier quoted context omitted.

Please see my explanation here: https://news.ycombinator.com/item?id=22038862

One possibility is to fix it so that there is a block which contains a link to the Markdown source (or if the way it is set up makes that difficult, instructions for accessing it). I highly suggest doing this if you do not want to prerender it on the server. (I saw another comment which mentioned the Markdown file, and was able to read it from that.)

Done

Re: Please make your products work with URLs

#252

Earlier quoted context omitted.

I feel like Hacker News main purpose isn't a news aggregator anymore, it's turned in to a place to test the usability of your Web site with the kinds of people who run NoScript or browse with a terminal.

Off topic: reading back through your comments here, I was surprised to learn you're Danish. Your written English is completely native and natural: is this typical of Danish people? Can schools be that effective?

In my experience, Swedes and Danes have scary good English.

Re: Please make your products work with URLs

#253

Earlier quoted context omitted.

Here's my little suggestion for all those looking for an alternative to "Smart" TVs: https://www.amazon.com/s?k=42+inch+computer+monitor

Sure... if you want to pay twice as much as the similar sized TV.[1] I actually just buy 4k TVs and use them as computer monitors instead. As long as you research to find one that has low response times (rtings.com helps with that), it works fine. 1: https://www.vizio.com/tvs/v405g9.html

Yeah another person brought up that the cost is reduced based on the data their mining for usage.

I'd also like to point out that most of the sub-$400 Smart TVs on Amazon don't have any DisplayPorts, and the display is probably of a lower quality than something that's designed to be looked at from a couple of feet away rather than dozens of feet.

Bigger than 42", I'd just recommend a projector.

Re: Please make your products work with URLs

#254
post #124

I haven't kept up with the state of video streaming, so for me this raises more questions than answers: - How inefficient is video streaming when you're downloading chunks of a compressed, static file over a flaky Internet connection? - Was it worse before? Would it work better with QUIC or HTTP/3?

Inefficient compared to what? Fundamentally you have to shift the same N bits per second at a reasonably uniform speed regardless of how the transfer is done. Your main enemy in this process is, as usual, middleboxes, which may be a bigger problem for the advanced protocols. This is why Apple created the bizarre but effective HLS system: https://en.wikipedia.org/wiki/HTTP_Live_Streaming

Inefficient compared to whatever optimized, adaptive, video-oriented protocols Netscape, YouTube, and Chromecast are using.

I'm wondering how much you lose by doing it the simple way?

Re: Please make your products work with URLs

#255
post #17

I hate smart TVs with a burning passion. They accomplish literally the bare minimum to keep people happy and sometimes not even that. Samsung’s Tizen OS is the most genuinely frustrating experience I’ve had with a consumer device outside of printing. Advertisements on my home screen that can’t be disabled, dubious privacy, bugs that require me to reboot my TV, and of course security so bad that they recommend install…

Pretty sure they stopped shipping ads enabled by default a while ago. Pretty sure both of the Samsung smart TVs in the house didn't have them enabled out of the box.

Re: Please make your products work with URLs

#256

Earlier quoted context omitted.

The URL does work. I don't say anything in the post about reading what's on the other end. What you're saying would be like if I had said in the article that I should be able to give the Roku a video format it doesn't support and expect it to work. My website should work for anyone using a browser with default settings. I never claimed it was a static HTML site. It's an interactive JavaScript application.

I feel like you’re arguing for two completely orthogonal ideas. Either you get the resource with the request or you don’t. The resource you get with your site is the same thing regardless of what the URL requested is. There is then JavaScript logic that loads more information based on the path. The content is then dynamically added to the DOM. This is how your site works, right? In this model, you never actually get…

JS vs pure data (a video file) is an important distinction. I will grant you that. My point is that it's perfectly reasonable to assume users can access this blog post just fine (and my analytics show that is the case for the vast majority of them), because the functionality is built-in to every browser on the planet. You literally have to take action to circumvent the way your browser is intended to work, in order for my site to not work.

Re: Please make your products work with URLs

#257
post #165

Anyone have a recommendation for high quality 4k dumb TVs that are truly offline? I have a media center PC I plug into my TV and don't want or need any of the "apps" or "homescreens", just give me a few inputs to HDMI cables, maybe USB slot, and I'm good.

I looked around recently, and I was surprised how many brands I had to entirely skip because of ads which could not be disabled. The best of the worst appeared to be Vizio, and after a quick Google, a previous answer from the Wirecutter agrees: https://thewirecutter.com/blog/whats-the-best-dumb-tv-withou...

RTINGS.com is pretty awesome at being able to quickly see which TVs have the more egregious data privacy practices.

Re: Please make your products work with URLs

#258

Earlier quoted context omitted.

My last TV set I bought, I specifically looked for a non-smart TV. Got it for a bit cheaper than the smart models and there's no bloat. Everything else is handled by either PS4 or laptop via hdmi. I am not sure it's even possible to find non-smart TVs anymore.

impossible indeed. however a recent kickstarter is trying to change this: https://ironcast.tv/ lets hope they can deliver.

In Europe I buy dumb panels aimed at stores.

https://www.swedx.se/#horizontalTab2

Re: Please make your products work with URLs

#259
post #12

Is this rendering Markdown to HTML on the fly in my web browser? Just render the markdown to HTML once on the server and upload it for the love of God. That being said, the article is entirely correct.

Please see my explanation here: https://news.ycombinator.com/item?id=22038862

IMNSHO, it would be better to fix your site rather than post "please see explanation" over and over in multiple comments. Don't you think?

Re: Please make your products work with URLs

#260
post #23

Irony: blank page w/o JS, fails in Outline.com.

Even worse, once the JS is whitelisted, the resulting page still can't be opened with the Firefox "Reader View" so it is unreadable for me (having the black background). JS should not be needed to show five paragraphs of text. And even with the JS the resulting HTML is still unreadable.

Not defending the OP's practice of (apparently) pushing the rendering cost on each user instead of doing it once themselves in a build task, but:

FF72, uBlock Origin in medium mode, no whitelisting => site renders just fine both in normal and in reader view.

Post reply on HN