That’s because he is. None of these people are your friends and all of them will fuck you over if it means getting richer and more powerful.
At this point, why not just write the code yourself? Defining exactly what the product is supposed to do is the hard part, writing code is the easy part. Write your specs as code and you have your product - why let your…
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…
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…
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…
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…
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…
Notice the word „decriminalize“, not „legalize“. It’s about not throwing people already struggling with addiction in jail but rather offering safe alternatives (counseling, safer use, etc.). The government‘s not passing…
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…
They did carry over into the USB era! I specifically remember my stepdads copy of Cubase (music production software) requiring a USB dongle to open.
There are sites that will happily sell you keys, though I don’t feel qualified to comment on their legitimacy. You could also sail the seven seas and run an AutoKMS script, though that might (and probably will) include…
Is this a quip I’m not understanding or is there really something here that bun‘s bundled wouldn’t be able to do? Because I can’t find anything.
Which is mainly NextJS (old and new), since under the hood that still seems to rely on Webpack.
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,…
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…
You‘re probably talking about this video: https://youtu.be/vU1-uiUlHTo The part you mentioned is at around 7:29.
The translation layer doesn’t really matter though, does it? If a user installs a game and it runs the same, the user doesn’t care about the translation layer inbetween. If installing and running a game on Linux is the…
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…
For the German HN readers, there’s a really good podcast with some investigative journalism about this exact topic made by the public broadcast services: https://www.ardaudiothek.de/episode/urn:ard:episode:305aa362... I…
It is. And it’s also the fairest platform for musicians pay-wise. Though Epic apparently acquired Bandcamp[1] recently (presumably to stuff its IP catalogue for Fortnite Festival, so who knows how long that will be true…
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…
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…
AFAICT, Chrome and Firefox on iOS are still just WebKit wrappers. I’d love for that to change though, WebKit in iOS sucks in quite a few ways.
That’s because he is. None of these people are your friends and all of them will fuck you over if it means getting richer and more powerful.
At this point, why not just write the code yourself? Defining exactly what the product is supposed to do is the hard part, writing code is the easy part. Write your specs as code and you have your product - why let your…
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…
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…
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…
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…
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…
Notice the word „decriminalize“, not „legalize“. It’s about not throwing people already struggling with addiction in jail but rather offering safe alternatives (counseling, safer use, etc.). The government‘s not passing…
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…
They did carry over into the USB era! I specifically remember my stepdads copy of Cubase (music production software) requiring a USB dongle to open.
There are sites that will happily sell you keys, though I don’t feel qualified to comment on their legitimacy. You could also sail the seven seas and run an AutoKMS script, though that might (and probably will) include…
Is this a quip I’m not understanding or is there really something here that bun‘s bundled wouldn’t be able to do? Because I can’t find anything.
Which is mainly NextJS (old and new), since under the hood that still seems to rely on Webpack.
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,…
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…
You‘re probably talking about this video: https://youtu.be/vU1-uiUlHTo The part you mentioned is at around 7:29.
The translation layer doesn’t really matter though, does it? If a user installs a game and it runs the same, the user doesn’t care about the translation layer inbetween. If installing and running a game on Linux is the…
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…
For the German HN readers, there’s a really good podcast with some investigative journalism about this exact topic made by the public broadcast services: https://www.ardaudiothek.de/episode/urn:ard:episode:305aa362... I…
It is. And it’s also the fairest platform for musicians pay-wise. Though Epic apparently acquired Bandcamp[1] recently (presumably to stuff its IP catalogue for Fortnite Festival, so who knows how long that will be true…
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…
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…
AFAICT, Chrome and Firefox on iOS are still just WebKit wrappers. I’d love for that to change though, WebKit in iOS sucks in quite a few ways.