id
int64 0
12.9M
| type
large_stringclasses 5
values | by
large_stringlengths 2
15
⌀ | time
timestamp[us] | title
large_stringlengths 0
198
⌀ | text
large_stringlengths 0
99.1k
⌀ | url
large_stringlengths 0
6.6k
⌀ | score
int64 -1
5.77k
⌀ | parent
int64 1
30.4M
⌀ | top_level_parent
int64 0
30.4M
| descendants
int64 -1
2.53k
⌀ | kids
large list | deleted
bool 1
class | dead
bool 1
class |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41,790,400 | comment | nuz | 2024-10-09T17:25:42 | null | Not necessarily to fend off hostile takeovers, Anthropic adopted that structure too and it might be that they're just admitting that it's the right option | null | null | 41,790,026 | 41,790,026 | null | [
41790604,
41791730,
41790550
] | null | null |
41,790,401 | comment | Thaxll | 2024-10-09T17:25:53 | null | I highly doubt that claim, maybe it's an ARM thing but there is no way that using the TLS package from Go add ms of processing on requests.<p>Did you tried with GOEXPERIMENT=boringcrypto ? | null | null | 41,789,366 | 41,785,511 | null | null | null | null |
41,790,402 | comment | smbullet | 2024-10-09T17:26:03 | null | This seems silly. I hate backwards compatibility but this change will just cause people to use `except BaseException` everywhere which seems even less idiomatic than bare excepts.<p>ETA:
Nobody is going to dig through a large codebase to find exactly what exceptions can be bubbled up if they didn't design it with explicit exception handling in mind from the beginning. It will also potentially become a pattern people will copy in new code. | null | null | 41,788,026 | 41,788,026 | null | null | null | null |
41,790,403 | story | mgh2 | 2024-10-09T17:26:13 | Teen survey reveals Apple Intelligence will push more iPhone 16 upgrades | null | https://9to5mac.com/2024/10/09/teen-survey-reveals-apple-intelligence-will-push-more-iphone-16-upgrades/ | 1 | null | 41,790,403 | 0 | null | null | null |
41,790,404 | comment | asdff | 2024-10-09T17:26:20 | null | If they did this 15 year ago, I bet google reader would still be actively maintained today. More innovation is possible when there are smaller companies working on fewer things. Yes there are economies of scale with large entities, but you then run up against the economy of shareholder attention if your little effort within the larger organization is not the current golden child of the day. When you work at a smaller company, that little effort is the entire company's product. It has to work and get better to succeed. It can't be forgotten about and left to languish like so many potentially great products and technologies that are chained to some large org today. | null | null | 41,784,287 | 41,784,287 | null | [
41790483
] | null | null |
41,790,405 | comment | _fat_santa | 2024-10-09T17:26:31 | null | I think the killer feature of Zod is type inference. Not sure if Joi has support for it yet but you can take a zod schema and wrap it in `z.infer` to get the typescript type.<p>Personally I use zod in my API for body validations, it's super nice to write the schema then just use `type Body = z.infer(schema)` to get the TS type to use inside the code. | null | null | 41,790,292 | 41,764,163 | null | [
41790936
] | null | null |
41,790,406 | comment | ksenzee | 2024-10-09T17:26:43 | null | The choices are not “Google as it currently exists” vs “a world without Google,” but rather “Google as it currently exists” and “Google as subject to stricter regulation.” There’s a fair case to be made that the world is worse than it would have been if the US had kept a tighter rein on Google. | null | null | 41,790,048 | 41,784,287 | null | [
41799303
] | null | null |
41,790,407 | comment | dig1 | 2024-10-09T17:26:51 | null | IMHO, working on a programming language is only for some, just like working on a database is only for some. The first rule should be: "you should never break the language, ever". Just like you should never break the database or kernel behavior.<p>This is why I like to stick to C, Common Lisp, Clojure, and (to some extent) Java/JVM. I don't know about Clojure's future, but C and Common Lisp have been fine for the last 40 years, and I'm not expecting the least in the upcoming years. | null | null | 41,788,732 | 41,788,026 | null | [
41791384
] | null | null |
41,790,408 | comment | triceratops | 2024-10-09T17:26:52 | null | But they don't have to work. | null | null | 41,789,580 | 41,780,569 | null | [
41790620
] | null | null |
41,790,409 | comment | dang | 2024-10-09T17:26:57 | null | Please don't start hellwars on HN. It's not what this site is for, and destroys what it is for.<p><a href="https://news.ycombinator.com/newsguidelines.html">https://news.ycombinator.com/newsguidelines.html</a> | null | null | 41,785,919 | 41,785,265 | null | [
41797053
] | null | null |
41,790,410 | comment | QuadrupleA | 2024-10-09T17:26:59 | null | Hard disagree on most of this. The immutability dogma for one (changing data is "the worst felony you can commit to your data"). Computing IS manipulation and transformation of data. The contortions people go through to try and sidestep that seem delusional.<p>Plus all this 1995-era OOP and domain-driven-design crap, "business logic" and data layers and all this other architectural rigidity and usually-needless complexity, layers of boilerplate (and then tools to automate the generation of that), etc.<p>If your function takes a dict, and is called from many different places, document the dict format in the function comment. Or yes, create a dataclass if it saves more trouble than its additional boilerplate and code and maintenance causes. But take it case by case and aim for simplicity. Most of the time I call out to an API in python, I process its JSON/dict response right after the call, using maybe 10% of the data returned. That's so much cleaner and simpler than writing a whole Data Object Layer, to be used by my API Interface Layer, to talk to my Business Logic layer, etc. | null | null | 41,781,855 | 41,781,855 | null | null | null | null |
41,790,411 | comment | williamsmj | 2024-10-09T17:27:00 | null | 1. Such a script is proposed in the PEP.<p>2. Python does not use semantic versioning. 3.13 is a different major version to 3.12. | null | null | 41,789,880 | 41,788,026 | null | null | null | null |
41,790,412 | comment | aguaviva | 2024-10-09T17:27:04 | null | Care to name any more? That'd be greatly appreciated. Preferably in Cyrillic if possible.<p>(As for why: let's just say it's for a science project). | null | null | 41,788,471 | 41,749,470 | null | [
41792909
] | null | null |
41,790,413 | story | null | 2024-10-09T17:27:05 | null | null | null | null | null | 41,790,413 | null | null | true | null |
41,790,414 | comment | naberhausj | 2024-10-09T17:27:08 | null | I've not used either, but it appears to be similar to JOI, yes.<p>The main distinction is that ZOD allows you to extract a TypeScript type from your schema. This means you get both compile-time and run-time type checking. | null | null | 41,790,292 | 41,764,163 | null | null | null | null |
41,790,415 | comment | mindslight | 2024-10-09T17:27:09 | null | Yeah, I researched it after the surprise. Practically for as much propane as I use, it didn't feel worth it to look at larger tanks (there's a price jump, larger ones still have limited lifespan, and smaller is easy to transport/refill). Plus I already had several 20lb tanks kicking around, so teeing them together was the straightforward option.<p>Down the line I figure I'll be building some sort of generator "shed", and perhaps look at using the generator exhaust to warm the tanks. A loop from the heating system would positively solve the problem, but that feels like way too big of a circular dependency. | null | null | 41,789,592 | 41,764,095 | null | null | null | null |
41,790,416 | comment | duped | 2024-10-09T17:27:13 | null | That's not always accurate, many of these government bodies <i>fight</i> the evolution of the vernacular and suppress dialects or loanwords. | null | null | 41,790,294 | 41,787,647 | null | [
41791567
] | null | null |
41,790,417 | comment | astrobe_ | 2024-10-09T17:27:13 | null | I've heard that a good reaction time is around 200 ms, some experiments seem to confirm this figure [1]. At 60Hz, a frame is displayed every 17 ms.<p>So it would take a 12 frames animation and a trained gamer for a couple of frames to make a difference (e.g. push the right button before the animation ends and the opponent's action takes effect).<p>[1] <a href="https://humanbenchmark.com/tests/reactiontime/statistics" rel="nofollow">https://humanbenchmark.com/tests/reactiontime/statistics</a> | null | null | 41,789,402 | 41,758,371 | null | [
41790734,
41791396,
41790495
] | null | null |
41,790,418 | comment | Timon3 | 2024-10-09T17:27:18 | null | I recently stumbled onto this when looking for alternatives, and though it might sound a bit extreme: the style of documentation means I'll never consider it for any project. It's strange and honestly somehow unnerving to read documentation written from a first-person perspective. Is there some good reason for this that I'm missing? Or am I just crazy and this isn't an issue for anyone else? | null | null | 41,790,169 | 41,764,163 | null | [
41790674,
41790964,
41792472,
41798248
] | null | null |
41,790,419 | comment | moffkalast | 2024-10-09T17:27:33 | null | Language is power,<p>France is bacon. | null | null | 41,790,161 | 41,787,647 | null | null | null | null |
41,790,420 | comment | dang | 2024-10-09T17:27:34 | null | "<i>Don't feed egregious comments by replying; flag them instead.</i>"<p>a.k.a. please don't feed the trolls<p><a href="https://news.ycombinator.com/newsguidelines.html">https://news.ycombinator.com/newsguidelines.html</a> | null | null | 41,786,894 | 41,785,265 | null | null | null | null |
41,790,421 | story | coloneltcb | 2024-10-09T17:27:42 | Rockets, the Long Arm of History, and the Future of Space Access | null | https://www.longshotspace.com/post/rockets-the-long-arm-of-history-and-the-future-of-space-access | 1 | null | 41,790,421 | 1 | [
41790664
] | null | null |
41,790,422 | comment | eli | 2024-10-09T17:27:50 | null | What would the owner have done if they decided to sell the assets shortly before death? Either they can establish a cost basis, or the basis is assumed to be $0. I don't see why this is a big problem. | null | null | 41,789,217 | 41,780,569 | null | [
41794235
] | null | null |
41,790,423 | comment | mppm | 2024-10-09T17:27:52 | null | For those interested, I highly recommend "The Unfolding of Language" by Guy Deutscher, in which he describes how languages evolve over time, to the great annoyance of purists, but without either losing or gaining sophistication in the long run. It's a very entertaining read and has considerably reduced my irritation at "incorrect" use of language. | null | null | 41,787,647 | 41,787,647 | null | [
41792209,
41790573
] | null | null |
41,790,424 | comment | ramzez | 2024-10-09T17:27:58 | null | but they track assets of common people especially overseas like FATCA | null | null | 41,783,677 | 41,780,569 | null | [
41794415
] | null | null |
41,790,425 | comment | SR2Z | 2024-10-09T17:27:59 | null | This is unironically the reason why stock trading is so heavily regulated.<p>If you looked at Bitcoin, whose entire pitch is that it's a poorly regulated speculative instrument, and thought "I'm going to put my house in this" you are an adult accepting unreasonable levels of risk.<p>Just because FTX (predictably) was run by a con man who got his whole company shut down DOESN'T MEAN that you're a victim. You gambled money you didn't have on a system you didn't care to understand and you are lucky to even get the money back. | null | null | 41,777,486 | 41,773,212 | null | null | null | null |
41,790,426 | story | jedisct1 | 2024-10-09T17:28:08 | Cat-human interaction from the viewpoint of physics: an equation of motion | null | https://arxiv.org/abs/2409.05400 | 1 | null | 41,790,426 | 0 | null | null | null |
41,790,427 | comment | Vincentpocholle | 2024-10-09T17:28:08 | null | [dead] | null | null | 41,788,603 | 41,788,603 | null | null | null | true |
41,790,428 | story | steamingpenis | 2024-10-09T17:28:17 | Recent Dr.Web cyberattack claimed by pro-Ukrainian hacktivists | null | https://www.bleepingcomputer.com/news/security/recent-drweb-breach-claimed-by-dumpforums-pro-ukrainian-hacktivists/ | 2 | null | 41,790,428 | 1 | [
41790429
] | null | null |
41,790,429 | comment | steamingpenis | 2024-10-09T17:28:17 | null | Dr. Web is a "Russian anti-malware company."<p><a href="https://en.wikipedia.org/wiki/Dr._Web" rel="nofollow">https://en.wikipedia.org/wiki/Dr._Web</a><p><a href="https://www.drweb.com/" rel="nofollow">https://www.drweb.com/</a> | null | null | 41,790,428 | 41,790,428 | null | null | null | null |
41,790,430 | comment | williamsmj | 2024-10-09T17:28:21 | null | Python does the same thing. It just calls Throwable something different.<p>Java Throwable ~= Python BaseException.<p>Java Exception ~= Python Exception.<p>The problem here is that a bare except catches something similar to Throwable, not something similar to Exception. | null | null | 41,789,854 | 41,788,026 | null | null | null | null |
41,790,431 | comment | stvltvs | 2024-10-09T17:28:21 | null | Yeah, the brain changing is another way of saying learning and remembering stuff. I trust the study is more than that. | null | null | 41,790,320 | 41,789,277 | null | null | null | null |
41,790,432 | comment | ssklash | 2024-10-09T17:28:31 | null | If ads are the only way people are able to learn about products, then there is clearly a massive failure of imagination, as well as innovation. People know what they need, and have always known. The concept of exploiting human psychology in order to sell more of a product to people who likely don't need it is a relatively recent development in human history. Plus you can just search for stuff you need in a search engine... | null | null | 41,790,322 | 41,784,287 | null | [
41791906
] | null | null |
41,790,433 | comment | tannhaeuser | 2024-10-09T17:28:35 | null | HN isn't that special a place considering nerds think about Google as a "search engine" lol.<p>Google/Alphabet, first and foremost, is the largest online advertiser via its acquisitions of YouTube, DoubleClick, and others, in addition to selling ad placement on Google Search via AdWords, plus a growing number of consumer portals for price comparisons etc. integrated with Google Search (leaving out tracking your activity on Android devices, Google's cloud business, and Books/scholar). The immediate antitrust perspective starts by looking at Alphabet/Google subsidiaries both providing search results and ads on the pages listed in search results (and to a lesser degree even by pushing Google services via Google Search). This is what had ruined the web in more than one way. | null | null | 41,789,991 | 41,784,287 | null | [
41790643
] | null | null |
41,790,434 | comment | sigmoid10 | 2024-10-09T17:28:37 | null | But who's to say which new words are "acceptable" and which aren't? Of course if you ask old people they will give these Shakespearean answers, but they are not the ones defining the future of a language. It's the young generation. And they have a very different approach to creating new words. Why should their new words be worth less? And the example in the original post is actually the worst kind according to your definition, because it makes the language less consistent. | null | null | 41,789,826 | 41,787,647 | null | [
41791081
] | null | null |
41,790,435 | comment | SR2Z | 2024-10-09T17:28:38 | null | Because many people do not want the government to regulate crypto. | null | null | 41,785,182 | 41,773,212 | null | [
41790748
] | null | null |
41,790,436 | comment | vzaliva | 2024-10-09T17:28:39 | null | Now, it looks almost like a binomial distribution. Yet, an Uber driver may not feel like being in the same bucket as someone worth $499M.<p>The diagram makes the point but misses subtlety. | null | null | 41,790,371 | 41,789,751 | null | [
41790459,
41790518
] | null | null |
41,790,437 | comment | Muromec | 2024-10-09T17:28:44 | null | How about up to seven cases and three genders in Slavic languages? That's the real struggle. | null | null | 41,788,986 | 41,787,647 | null | null | null | null |
41,790,438 | comment | ghaff | 2024-10-09T17:28:45 | null | Yeah. There are things I don’t like about TripIt. It’s no use for planning and I wish it had the option of a calendar style output to make gaps and inconsistencies more obvious. The email feature that usually works is pretty killer though. | null | null | 41,789,823 | 41,788,246 | null | null | null | null |
41,790,439 | comment | HeyLaughingBoy | 2024-10-09T17:28:45 | null | Maybe those people should just get over themselves? | null | null | 41,789,926 | 41,780,569 | null | null | null | null |
41,790,440 | comment | stevenicr | 2024-10-09T17:28:51 | null | project was forked a while back in a semi-big way (classicPress) and I was super excited about it.<p>Some years later I believe the story I saw said that they had less than $200 / month being donated to the project to keep it going.<p>Now I LOVE the idea of a wordpress minus gutenberg, with all the code quality and security updates and modern themes and plugins all working together..<p>Do I think this is legit going to be sustainable with hardly anyone chipping in time and money - well, for an open source hobby site, $200 a year put into security might be fine..<p>Some of the more important websites using wordpress as a backend might want to rethink all of that.<p>Which is funny, because essentially that is what Matt is saying in the first place - for those who profit from it and can afford to, please donate so we can keep on keeping on. | null | null | 41,788,741 | 41,791,369 | null | [
41800423
] | null | null |
41,790,441 | comment | danielfoster | 2024-10-09T17:28:51 | null | Maybe I'm missing something here, but isn't Wordpress open source? WPE is under no obligation to contribute source code or money. If WP is unhappy with the outcome, they should have released their product under a different license. | null | null | 41,790,171 | 41,791,369 | null | [
41792672,
41790498,
41798336
] | null | null |
41,790,442 | comment | bbqfog | 2024-10-09T17:28:52 | null | The amazing thing is that a dollar is only worth what all those millions of people agree it is. A few people having infinitely more wealth than everyone else is a very precarious position. | null | null | 41,789,751 | 41,789,751 | null | null | null | null |
41,790,443 | comment | whtsthmttrmn | 2024-10-09T17:28:54 | null | Forgive my ignorance, but is the difference because a burial FOR a dog implies some meaningful significance since the focus is on the pet, whereas being buried WITH the dogs is just a way for the dogs to be sent to the afterlife with the deceased (and the focus isn't on them, they're just along for the ride)? | null | null | 41,788,871 | 41,761,783 | null | [
41790881
] | null | null |
41,790,444 | comment | Hugsun | 2024-10-09T17:28:56 | null | Thank you <3
The trigonometry involved was pretty intense at times. | null | null | 41,790,372 | 41,789,242 | null | null | null | null |
41,790,445 | comment | kragen | 2024-10-09T17:28:57 | null | If that was their point, then why did they use the example of nicotine, one of the few frequently lethal chemicals that <i>haven't</i> been linked to various cancers and other long-term health conditions?<p>I think the point CapstanRoller was making was just that their understanding of toxicology is limited to vague hunches, so they feel comfortable in dismissing any information from anyone who knows more than they do about the subject. | null | null | 41,786,703 | 41,742,210 | null | null | null | null |
41,790,446 | comment | ta1243 | 2024-10-09T17:29:01 | null | Ahh, comes with an xfce edition, great.<p>I moved from blackbox to xfce about the time I moved from a desktop to a laptop, mainly for things like access to wireless etc, I don't see a particular need to move again, will try to remember it next time I get a new laptop. | null | null | 41,789,729 | 41,788,557 | null | null | null | null |
41,790,447 | comment | null | 2024-10-09T17:29:05 | null | null | null | null | 41,775,610 | 41,775,238 | null | null | true | null |
41,790,448 | comment | null | 2024-10-09T17:29:20 | null | null | null | null | 41,789,277 | 41,789,277 | null | null | true | null |
41,790,449 | story | thunderbong | 2024-10-09T17:29:23 | Casio supersized a classic digital watch to create this retro desk clock | null | https://www.theverge.com/2024/10/9/24265964/casio-digital-watch-desk-a158w-clock-japan-retro-vintage | 2 | null | 41,790,449 | 0 | null | null | null |
41,790,450 | comment | michaelt | 2024-10-09T17:29:46 | null | <i>> So it's definitely not impossible.</i><p>Well, it's definitely not impossible to publish a document <i>declaring itself</i> the standard form of english.<p>But I'm pretty sure it <i>would</i> be impossible to get english speakers to comply - or even to get any countries to make the standard legally binding. | null | null | 41,789,798 | 41,787,647 | null | [
41790653
] | null | null |
41,790,451 | comment | cko | 2024-10-09T17:29:50 | null | Seizing it would also have the secondary effect of a mass exodus of investment capital from the country, like capital flight in China.<p>A more reasonable way is to seize it is through taxation, either by a wealth tax or tax on unrealized gains, but it would be very difficult to implement. | null | null | 41,790,349 | 41,789,751 | null | [
41804094
] | null | null |
41,790,452 | story | MmdYw | 2024-10-09T17:29:51 | Palantir CIO Jim Siders thinks there are better uses for AI than a chatbot | null | https://video-api.wsj.com/api-video/player/v3/iframe.html | 2 | null | 41,790,452 | 0 | [
41790888
] | null | null |
41,790,453 | comment | umanwizard | 2024-10-09T17:30:06 | null | > Canada (considered native speakers)<p>A quarter of the population of Canada is in Quebec where the only official language is French and most people would not be considered native English speakers. | null | null | 41,787,980 | 41,787,647 | null | null | null | null |
41,790,454 | comment | petesergeant | 2024-10-09T17:30:29 | null | On the front page there is a prominent section addressing the differences from Zod, which appear to be “much better performance” | null | null | 41,790,394 | 41,764,163 | null | null | null | null |
41,790,455 | story | nfriedly | 2024-10-09T17:30:32 | Raspberry Pi Official Bumper Case & A2 MicroSD, Command Queuing Support on Pi 5 | null | https://www.raspberrypi.com/news/sd-cards-and-bumper/ | 1 | null | 41,790,455 | 1 | [
41791155
] | null | null |
41,790,456 | story | nharada | 2024-10-09T17:30:37 | Meteorologist sets up surge cam livestream for hurricane Milton [video] | null | https://www.youtube.com/watch?v=8UE3fzpLwq0 | 1 | null | 41,790,456 | 0 | null | null | null |
41,790,457 | comment | Muromec | 2024-10-09T17:30:38 | null | To nobody's surprise ніж, світ, жаба have exactly right genders so it's Germans who are confused. | null | null | 41,788,944 | 41,787,647 | null | [
41790636
] | null | null |
41,790,458 | comment | dang | 2024-10-09T17:30:41 | null | > It's okay to be racist against Indians according to hacker news guidelines<p>Please let's not respond to false or mean comments by making up more false or mean things. Nothing could be further against the HN guidelines. We (and I personally) have banned many accounts for posting slurs against Indians (same as against any other group), including in this thread.<p>The only reason posts like that would go unmoderated is that we haven't seen them. We don't come close to seeing everything (or even 10%) of what gets posted to HN. We rely on users to point us to the things that most need attention, so the helpful way to react to such a comment is to flag it and/or email us at [email protected]. | null | null | 41,787,238 | 41,785,265 | null | null | null | null |
41,790,459 | comment | byearthithatius | 2024-10-09T17:30:44 | null | Disagree, the point is to visually show there is an exponential difference between LITERALLY EVERYONE (uber driver to Google engineer to VP) and like 100 people who have insane amounts of wealth. I agree Uber driver is not in the same bucket, but the way to fix it isn't going after VP its going after the other hump in the binomial where the wealth is being hoarded for generations. | null | null | 41,790,436 | 41,789,751 | null | [
41790599
] | null | null |
41,790,460 | comment | Damogran6 | 2024-10-09T17:30:54 | null | I probably will when the budget frees back up, the ROI isn't there for the number of times a year we boondock completely off-grid. | null | null | 41,790,265 | 41,764,095 | null | null | null | null |
41,790,461 | comment | Heff | 2024-10-09T17:30:57 | null | Oh boy, I could write a book in response to this...<p>> a section on their site explaining how they are able to undercut everyone in the business and still keep going<p>This is great feedback that I'm putting on our todo list. We should absolutely have this.<p>We'll never put pricing out there that we can't handle with our economics, or at least have a clear path to supporting. All of our volume pricing is available publicly, so you should never be bait-and-switched if you're understanding concepts like credits. This is in contrast to some of our competitors that regularly surprise users with new pricing when they hit scale. I hate that so much.<p>Under the hood we use just-in-time encoding and other advanced optimizations that do give us an edge. Not to mention economies of scale. Writeup to come.<p>But a challenge comes in customer perception. Some of our customers understand encoding and it's cost, plus the benefits it brings like adaptive streaming and handling user-generated uploads. Many devs are new to video and expect it to cost the same as uploading an MP4 to S3. Some point to our competitors with no encoding costs, and some even point to Youtube as a reason why it should be cheaper. In the past Mux has been labeled as "the expensive option" because we charged for encoding, so we've been working on new pricing shape (some launched already, some to come) that allows you to come in at levels using less encoding that we can support economically, then elect higher levels of encoding costs/values when you understand if they're worth it to you.<p>We also think video should be more places than it is today, but video is inherently expensive in comparison to many other costs related to building an app, so we see it as our job to keep pushing costs down and shaping pricing so video is accessible to more use cases. | null | null | 41,785,453 | 41,780,297 | null | null | null | null |
41,790,462 | comment | brodouevencode | 2024-10-09T17:31:01 | null | As libertarian as my proclivities tend to be I cannot disagree with this move. | null | null | 41,789,965 | 41,789,965 | null | null | null | null |
41,790,463 | comment | tightbookkeeper | 2024-10-09T17:31:10 | null | Agreed.<p>But For C++ template combinatorics are going to dominate any slow down due to function length. | null | null | 41,788,689 | 41,758,371 | null | null | null | null |
41,790,464 | comment | photochemsyn | 2024-10-09T17:31:20 | null | The neoliberal program initiated in the 1970s is to blame, and the conditions for that program were set by the gross expenditures of the Vietnam War, whose origins date back to Truman's decision to support French recolonization of Indochina after WWII.<p>The fundamental goal of neoliberalism is to place all capital in private hands and eliminate any governmental control over capital - and that means eliminating the middle class and creating a two-tiered society of serfs and aristocrats, as existed in 19th century Russia, Britain and Germany.<p>The methodology is roughly threefold - (1) destroy domestic unions by exporting all well-paid unionized manufacturing jobs in the USA to sweatshop zones in offshore client states, and (2) import as much cheap labor as possible to fill jobs that cannot be exported (construction, services, agribusiness etc), ideally undocumented so that any unionization efforts can be resisted by deporting union leaders and organizers at will. This ensures starvation wages for the serf class. (3) Establish large homeless and prison populations as a constant threat to the serf class - no matter how bad your situation is, it could be worse! | null | null | 41,789,751 | 41,789,751 | null | [
41790497
] | null | null |
41,790,465 | comment | sweezyjeezy | 2024-10-09T17:31:22 | null | France has a mechanism to try to stop this: the Académie Française [1] that publishes the official French dictionary. Rather than simply recording language as its used, they do actively try to steer it. They're most well known for trying to suppress anglicisms, e.g. in the early 2000s they pushed 'courriel' instead of 'email'. That one did not work out - email is much more common, and finally entered the dictionary in 2009 (to this day labelled 'anglicism' and discouraged over 'mél').<p>FWIW the German equivalent is much less prescriptive, it only weighs in on grammar / punctuation.<p>[1] <a href="https://en.wikipedia.org/wiki/Acad%C3%A9mie_Fran%C3%A7aise" rel="nofollow">https://en.wikipedia.org/wiki/Acad%C3%A9mie_Fran%C3%A7aise</a> | null | null | 41,790,161 | 41,787,647 | null | [
41790646,
41791095
] | null | null |
41,790,466 | story | wonderaus | 2024-10-09T17:31:26 | null | null | null | 1 | null | 41,790,466 | null | [
41790661
] | null | true |
41,790,467 | comment | vorticalbox | 2024-10-09T17:31:27 | null | At work I have used zod, myzod, joi though I have settled on class-validator as it ties in with nestjs really well. | null | null | 41,764,163 | 41,764,163 | null | null | null | null |
41,790,468 | comment | jamincan | 2024-10-09T17:31:34 | null | And the origin of that plural form comes from Latin. | null | null | 41,789,458 | 41,787,647 | null | null | null | null |
41,790,469 | comment | aftbit | 2024-10-09T17:31:38 | null | Well I'd be careful, that's a classic example of untrusted user data. | null | null | 41,789,597 | 41,788,026 | null | [
41791084
] | null | null |
41,790,470 | comment | asdff | 2024-10-09T17:31:49 | null | What might deep mind have looked like today if it were given the same resources in an academic or national lab setting and no ultimate profit motive? | null | null | 41,790,304 | 41,784,287 | null | [
41796549,
41790489
] | null | null |
41,790,471 | comment | dave4420 | 2024-10-09T17:31:49 | null | Don’t worry, there’ll be a transition period for people to migrate to other domains. | null | null | 41,790,336 | 41,789,941 | null | [
41790544
] | null | null |
41,790,472 | comment | sigmoid10 | 2024-10-09T17:31:50 | null | If you spend enough time among the right communities, you'll find tons of people speaking that way or any other way. Especially among the uneducated demographics. The very same ones that created this new rule in the original article (hence the name "idiot's" apostrophe). Now should we listen to them or not? I see highly conflicting statements here. | null | null | 41,790,387 | 41,787,647 | null | null | null | null |
41,790,473 | comment | aiauthoritydev | 2024-10-09T17:31:52 | null | Yes, the title is completely misleading.<p>What the article seems to suggest is what economists have always known. People react to incentives (and so do animals). Ranchers do not have blind hate for cats but rather care more about their cattle than the cats. By making few changes that are profitable for them cats can co-exist. But that does not make them allies.<p>Cats are not helping the ranchers in any ways. | null | null | 41,788,512 | 41,787,967 | null | null | null | null |
41,790,474 | comment | aguaviva | 2024-10-09T17:31:52 | null | <i>Ukrainian propaganda instead frequently dehumanizes the Russian population.</i><p>Sources, please. Otherwise you'll need to retract. | null | null | 41,777,903 | 41,749,470 | null | [
41797878
] | null | null |
41,790,475 | comment | wahern | 2024-10-09T17:31:56 | null | Just curious, why would symlinks not work here? That's traditionally how this sort of thing was done, even on Linux.<p>Is it a chroot issue? Interestingly, OpenBSD services seem to be moving away from chroot now that it has unveil. (Not that that would help you here and now.) | null | null | 41,788,648 | 41,785,595 | null | [
41795850
] | null | null |
41,790,476 | comment | xenocratus | 2024-10-09T17:32:16 | null | [flagged] | null | null | 41,790,371 | 41,789,751 | null | [
41790510,
41792235,
41790506
] | null | true |
41,790,477 | comment | consumer451 | 2024-10-09T17:32:17 | null | How is it exactly that Discord was banned for political reasons? | null | null | 41,790,227 | 41,786,368 | null | [
41791987
] | null | null |
41,790,478 | comment | samatman | 2024-10-09T17:32:20 | null | There are basically political reasons for this. Wade-Giles is associated with Taiwan, and is in fact mostly used when referring to Taiwanese subjects, I've always seen Kaohsiung for the city, never Gāoxióng.<p>The Mainlanders would find it very insulting to not use Pinyin when referring to subjects in the PRC, so understandably, American journalism goes along with that.<p>For what it's worth I think both systems have different disadvantages, in that neither does a good job of reflecting the actual pronunciation of Guoyu. Excuse me, Putonghua. Doing so with the English character set isn't actually possible. | null | null | 41,789,917 | 41,787,647 | null | [
41791721
] | null | null |
41,790,479 | comment | null | 2024-10-09T17:32:22 | null | null | null | null | 41,788,791 | 41,786,670 | null | null | true | null |
41,790,480 | comment | endo_bunker | 2024-10-09T17:32:31 | null | Additional wealth has diminishing marginal returns, obviously. | null | null | 41,790,371 | 41,789,751 | null | [
41790528
] | null | null |
41,790,481 | comment | jazzyjackson | 2024-10-09T17:32:32 | null | OSX Monterey continued to receive security updates until the release of Sequoia last month, which means a 10 year old mac mini would have continued to receive patches.<p>Devices compatible with Monterey (mostly 2015 models, oldest is 2013 mac pro trashcan) <a href="https://support.apple.com/en-us/103260" rel="nofollow">https://support.apple.com/en-us/103260</a> | null | null | 41,781,704 | 41,765,098 | null | null | null | null |
41,790,482 | comment | HeyLaughingBoy | 2024-10-09T17:33:08 | null | > I’d like to think that our tax system was designed to be fair<p>It is. But everyone has a different definition of "fair." | null | null | 41,787,224 | 41,780,569 | null | [
41799296
] | null | null |
41,790,483 | comment | aiauthoritydev | 2024-10-09T17:33:10 | null | Google engineer's time was not worth Google reader. If you think it was a useful product you could have created it yourself for profit. | null | null | 41,790,404 | 41,784,287 | null | [
41792915,
41790732
] | null | null |
41,790,484 | comment | dyingkneepad | 2024-10-09T17:33:12 | null | > the video encode and decode blocks were on an entirely different piece of silicon from the GPU.<p>As far as I understand this is not true. It's a different engine within the graphics device, and it shares the execution units. | null | null | 41,783,560 | 41,780,929 | null | [
41791597,
41791365
] | null | null |
41,790,485 | comment | felix089 | 2024-10-09T17:33:13 | null | Thanks! We have a free tier with limited features. Our pro plan starts at €50 per seat per month and includes all features. Teams often collaborate with domain experts to create datasets. And for custom integrations, we offer custom plans on request.<p>More details here: <a href="https://docs.finetunedb.com/getting-started/pricing" rel="nofollow">https://docs.finetunedb.com/getting-started/pricing</a><p>Any specific features or use cases you're interested in? | null | null | 41,789,835 | 41,789,176 | null | [
41797897
] | null | null |
41,790,486 | comment | Muromec | 2024-10-09T17:33:22 | null | Corporate life is just really boring and this kind of nonsense is understood as <i>fun</i> by people engaging in it. | null | null | 41,788,075 | 41,787,647 | null | null | null | null |
41,790,487 | comment | endo_bunker | 2024-10-09T17:33:25 | null | Not just money, that's liquidating all of their assets at current market prices. | null | null | 41,790,383 | 41,789,751 | null | null | null | null |
41,790,488 | comment | idontwantthis | 2024-10-09T17:33:31 | null | Do they let you type in your password yet? Last time I looked at it you had to click an onscreen keyboard. | null | null | 41,786,670 | 41,786,670 | null | [
41796699,
41790514
] | null | null |
41,790,489 | comment | mensetmanusman | 2024-10-09T17:33:52 | null | Sans access to the worlds top supercomputer infra. | null | null | 41,790,470 | 41,784,287 | null | [
41790650
] | null | null |
41,790,490 | comment | dang | 2024-10-09T17:34:03 | null | Posts like this will get you banned on HN. Regardless of which group you have a problem with, please don't do this again.<p><a href="https://news.ycombinator.com/newsguidelines.html">https://news.ycombinator.com/newsguidelines.html</a> | null | null | 41,786,342 | 41,785,265 | null | null | null | null |
41,790,491 | comment | pestatije | 2024-10-09T17:34:06 | null | FSD - Full Self Driving | null | null | 41,789,466 | 41,789,358 | null | null | null | null |
41,790,492 | story | mgh2 | 2024-10-09T17:34:06 | Nvidia and MediaTek Collaborate on 3nm AI PC CPU | null | https://www.tomshardware.com/pc-components/gpus/nvidia-and-mediatek-collaborate-on-3nm-ai-pc-cpu-chip-reportedly-ready-for-tape-out-this-month | 10 | null | 41,790,492 | 4 | [
41791347
] | null | null |
41,790,493 | comment | jazzyjackson | 2024-10-09T17:34:06 | null | Yea, really Youtube and browser bloat is the problem. one more reason to pirate. | null | null | 41,790,041 | 41,765,098 | null | [
41801501
] | null | null |
41,790,494 | comment | umanwizard | 2024-10-09T17:34:12 | null | Nothing like what you described exists in Canada.<p>You are presumably referring to the OQLF (a provincial institution, not a “Canadian” one) which enforces French as the dominant public language in Quebec. Given that Quebec, despite being surrounded by the Anglosphere, hasn’t ended up like Louisiana or Ireland where French or Irish as the primary native language is a distant memory, suggests that their efforts are successful. | null | null | 41,788,171 | 41,787,647 | null | [
41792667,
41792095
] | null | null |
41,790,495 | comment | underdeserver | 2024-10-09T17:34:27 | null | I'm not sure this is the right way to look at it. I can't find stats right now, but I recall reading top players making frame-perfect moves in games like Smash Bros. Melee and Rocket League. | null | null | 41,790,417 | 41,758,371 | null | [
41791062,
41790688
] | null | null |
41,790,496 | comment | eli | 2024-10-09T17:34:35 | null | These are just generic anti-tax arguments. Yes, if you pay your taxes you will have less money. And maybe you would have used some of that money to do good things. Oh well.<p>I don't think anyone is seriously suggesting you shouldn't be allowed to borrow against assets. That isn't even the problem. The problem is that you can go your whole life without paying taxes on gains of those assets, then pass them on to your heirs who can sell them and also never have to pay those taxes. It's like a big gift from the IRS: your assets that were previously encumbered by unpaid capital gains taxes instantly become more valuable upon your death.<p>Your heirs should have the same cost basis as you did. And so if they sell they have pay the taxes that you never did. | null | null | 41,783,931 | 41,780,569 | null | [
41793307,
41790946,
41800676,
41790699,
41793149,
41797364
] | null | null |
41,790,497 | comment | endo_bunker | 2024-10-09T17:34:36 | null | > The fundamental goal of neoliberalism is to place all capital in private hands and eliminate any governmental control over capital<p>Okay<p>> and that means eliminating the middle class and creating a two-tiered society of serfs and aristocrats, as existed in 19th century Russia, Britain and Germany.<p>No, that simply does not follow. | null | null | 41,790,464 | 41,789,751 | null | [
41792165
] | null | null |
41,790,498 | comment | jart | 2024-10-09T17:34:37 | null | How would you feel about Google if they used things like Linux and never contributed anything to open source? As the most profitable entity in the WordPress space, WPE has a duty to give something back. What Matt is asking for isn't unreasonable. | null | null | 41,790,441 | 41,791,369 | null | [
41790897,
41791257,
41790678,
41791475,
41791420,
41797786,
41796917
] | null | null |
41,790,499 | story | technojunkie | 2024-10-09T17:34:41 | Liskov's Gun: The Parallel Evolution of React and Web Components | null | https://www.baldurbjarnason.com/2024/liskovs-gun/ | 39 | null | 41,790,499 | 8 | [
41793633,
41797896,
41793188,
41794511,
41795727,
41793629,
41793702,
41792851
] | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.