Viewing profile — chrisldgk
chrisldgk
HN member- Joined
- Fri, Jun 10, 2022, 3:55 PM UTC
- HN karma
- 562
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About chrisldgk
No profile information was provided.
Recent public activity
-
comment
Comment #49237394
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 proposit…
-
comment
Comment #49231859
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…
-
comment
Comment #49189682
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 wro…
-
comment
Comment #49166110
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 mone…
-
comment
Comment #49081563
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…
-
comment
Comment #48219236
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.
-
comment
Comment #47996548
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 a…
-
comment
Comment #47972376
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 h…
-
comment
Comment #47875946
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…
-
comment
Comment #47808280
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, run…
-
comment
Comment #47776478
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 wholehearte…
-
comment
Comment #47676181
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 t…
-
comment
Comment #47594810
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…
-
comment
Comment #47466358
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. …
-
comment
Comment #47168817
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 u…
-
comment
Comment #47168586
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 se…
-
comment
Comment #46850677
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.
-
comment
Comment #46773121
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 …
-
comment
Comment #46703472
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.
-
comment
Comment #46703460
Which is mainly NextJS (old and new), since under the hood that still seems to rely on Webpack.
-
comment
Comment #46703385
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 ou…
-
comment
Comment #46575287
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 …
-
comment
Comment #46561334
You‘re probably talking about this video: https://youtu.be/vU1-uiUlHTo The part you mentioned is at around 7:29.
-
comment
Comment #46481308
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 install…
-
comment
Comment #46478307
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 infor…