Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisldgk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
chrisldgk
1mo ago
The difference here I think is that the company (Anthropic, not OpenAI) was specifically selecting rare books for training (and subsequently destroying). I think the value proposition is a much different one in this case. In your example th
2.
▲
by
chrisldgk
1mo ago
It’s sluggish, it’s incredibly bloated with all the services that Docker (the company) wants to sell you and the UI is badly designed. OrbStack is my go-to when it comes to running docker on Mac. It also uses macOS native containerization A
3.
▲
by
chrisldgk
1mo ago
I feel like people are focusing on the wrong thing here. He starts off at 2027, where he’ll have a headband that can read his thoughts. That’s in 4-16 months. Correct me if I’m wrong, but last I checked we‘re quite far from being able to r
4.
▲
by
chrisldgk
1mo ago
To be fair, that is a thing mostly done by the political elites and not an opinion that most citizens (that I’ve interacted with) hold. Most of us would much prefer all of the money that’s being put into weapons for Israel to be invested in
5.
▲
by
chrisldgk
2mo ago
I remember at the ad agency I used to work at (somewhere around 2018) we used to have a happy hour every Friday where from 5pm onwards all drinks (including booze) in the cafeteria were free, which led to people of all departments including
6.
▲
by
chrisldgk
4mo ago
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.
7.
▲
by
chrisldgk
5mo ago
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 LLM do the fun part?
8.
▲
by
chrisldgk
5mo ago
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 a
9.
▲
by
chrisldgk
5mo ago
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.
10.
▲
by
chrisldgk
5mo ago
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 Hyperdri
11.
▲
by
chrisldgk
5mo ago
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.
12.
▲
by
chrisldgk
5mo ago
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 ob
13.
▲
by
chrisldgk
6mo 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
14.
▲
by
chrisldgk
6mo ago
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
15.
▲
by
chrisldgk
7mo ago
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 out drugs in the st
16.
▲
by
chrisldgk
7mo ago
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 unsaf
17.
▲
by
chrisldgk
8mo ago
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.
18.
▲
by
chrisldgk
8mo ago
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 some malware.
19.
▲
by
chrisldgk
8mo ago
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.
20.
▲
by
chrisldgk
8mo ago
Which is mainly NextJS (old and new), since under the hood that still seems to rely on Webpack.
21.
▲
by
chrisldgk
8mo ago
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 pr
22.
▲
by
chrisldgk
8mo ago
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
23.
▲
by
chrisldgk
8mo ago
You‘re probably talking about this video: https://youtu.be/vU1-uiUlHTo The part you mentioned is at around 7:29.
24.
▲
by
chrisldgk
9mo ago
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 same as running it on
25.
▲
by
chrisldgk
9mo ago
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
26.
▲
by
chrisldgk
11mo ago
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...
27.
▲
by
chrisldgk
11mo ago
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 for. [1] https:
28.
▲
by
chrisldgk
11mo ago
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 c
29.
▲
by
chrisldgk
1y ago
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
30.
▲
by
chrisldgk
1y ago
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.
More ›