HN user

chrisldgk

525 karma
Posts0
Comments135
View on HN
No posts found.

One thing that I can’t seem to parse from the article is why the researchers assume that this is an unresearched part of ADHD and not a different disorder entirely. I’m sure they have their reasons, but I don’t think it’s written in the article.

To me it seems that if it’s not „treatable“ the same way ADHD is, I’m not sure if it’s useful to categorize it as such. On the other hand, I’m happy if kids with this disorder can get a diagnosis and treatment that actually helps them sometime in the future due to this research.

I would suppose it interrupts the page load after streaming the HTML and before loading and/or executing the cookie banner‘s javascript, meaning the content is there but the cookie banner will never open.

Per their own docs, D1 is primarily meant for things like Auth DBs that you have frequent read/write access to but that store limited amounts of data. If you need more storage, running Postgres somewhere else and querying via Hyperdrive is probably what you want to do instead.

Reading this back, I did entirely misinterpret your comment and may have acted on that a bit more emotionally than I would like to admit.

Thank you for clarifying and I wholeheartedly agree.

You sound exactly like the tens of doctors that misdiagnosed my aunt (who passed away through euthanasia after her symptoms got too bad to live with late last year).

I understand that the symptoms of ME/CFS might be similar to being obese/depressed or housebound, but the problem is that doctors often jump to that conclusion too quickly and don’t take efforts to diagnose ME/CFS leading to situations like my aunt’s. She was also obese and depressed and has been struggling with those symptoms for about 30 years and has constantly been misdiagnosed the entire time because doctors didn’t figure out that those were symptoms of ME/CFS and not two unrelated conditions coming from two different diagnoses.

Thanks to long-covid putting the symptoms of ME/CFS on the forefront lately, there’s finally been some much needed research into the disease and people like my aunt finally get the diagnosis they should have been getting many years ago.

My main question here is mostly why so many people still rely on axios for their fetch implementation. Native fetch has been a thing in the JavaScript world for so long, and the DX gains to using axios over it are miniscule. The only thing I can think of is axios instances, but you can easily write a tiny wrapper for fetch that would do the same.

This is a genuine question - if you still use axios, why exactly?

People tend to forget that React != React-DOM (i.e. HTML).

React is just a framework for declaratively defining components and reactivity, the end result can be whatever you want. That’s what react-native is for mobile apps, and as another commenter pointed out, in this case it was using React Native for Windows[1], which apparently calls native Windows APIs in the background.

I like to jump on the MS hate train as much as the next guy, but React itself is not the reason the start menu is bad.

[1] https://microsoft.github.io/react-native-windows/

It’s simple, you use innerHTML if you know for sure where the input comes from and if it’s safe (for example when you define it as a hard coded string in your own code). You use setHTML when you need to render HTML that is potentially unsafe (for example forum posts or IM messages). Honest question, which part of that isn’t clear?

That and losing the ability to connect displays via USB-C is what’s keeping me from switching sadly. I love what the Asahi team is doing and I’m confident they’ll get it figured out. I wish I could do something to help, but this type of programming is far beyond my skill level so there’s not much I can do other than donate here and there.

I think the point is that you can write your code using ES6 and ES7 and the TypeScript compiler allows you to output ES6 or ES5 compatible code if you want to make sure it runs in older browsers as well. You can do that with non-TypeScript ES code as well but you’re bound to use another transpiler. With TypeScript you get it „for free“ since you need to compile your code either way.

You should read the article.

The reasons stated against upscaling were that (re-)encoding video files should generally be done in a way that preserves as much of the original information and intent as possible. AI upscalers add information where there is none, thus modifying the video in a way that goes against that goal.

To add to this, when I went to school for design a long time ago, our typography teacher basically told us to never use underlines if we can use italics instead. It tends to mess with the readability of a paragraph and shifts the visual center of gravity downward, making text more difficult to parse. I assume that’s also why italics and underline seem to be used interchangeably from time to time, since they generally achieve the same goal of emphasizing text in the same semantic manner.

For me it’s a lot of layout and rendering bugs that I run into with somewhat normal CSS transforms. Anytime I build a site that has any kind of animation, there’s at least one weird rendering bug on iOS. Also that stupid playsInline prop that if you forget it makes any video in the viewport hijack the browser and go fullscreen.

Which is just laundered from real material that real humans put work in to create, only to be regurgitated by a krass homonculous of 1s and 0s for free without any mention of the real work that has been put into creating that information.

I’m not a big fan of the copyright system we have myself, but there’s a reason it exists. AI companies illegally training their AI on copyrighted content to reap the spoils of the hard work of other people that never get recognition for their work is the opposite of „giving back“.

Anecdotal evidence, but I’ve been driven into twice over the course of the last two weeks after driving every day for ten years and never having had a crash. Whether it’s touch screens mounted in the car or people being on their phone, something has to be done about people being distracted while driving.

I’m in Germany and using your phone while driving can lead to your license being revoked - the problem is that it’s not really enforced at all in my experience. Maybe it should be.

Rant over, I’m just honestly pissed about my car being wrecked TWICE and me being paranoid looking in the rear view mirror every time I’m stood still because people apparently can’t register a car standing at a signal.