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,801,600 | comment | jph | 2024-10-10T18:15:42 | null | > add assertions to your code.<p>Yes, and many programming languages have assertions such as "assert greater than or equal to".<p>For example with Rust and the Assertables crate:<p><pre><code> fn calculate_something() -> f64 {
let big = get_big_number();
let small = get_small_number();
assert_ge!(big, small); // >= or panic with message
(big - small).sqrt
}
</code></pre>
It turns out it's even better if your code has good error handling, such as a runtime assert macro that can return a result that is NaN (not a number) or a "maybe" result that is either Ok or Err.<p>For example with Rust and the Assertables crate:<p><pre><code> fn calculate_something() -> Result(f64, String) {
let big = get_big_number()
let small = get_small_number()
assert_ge!(big, small)?; // >= or return Err(message)
(big - small).sqrt
}</code></pre> | null | null | 41,754,386 | 41,754,386 | null | [
41804112
] | null | null |
41,801,601 | comment | ChumpGPT | 2024-10-10T18:15:43 | null | [flagged] | null | null | 41,801,520 | 41,801,271 | null | null | null | true |
41,801,602 | comment | uticus | 2024-10-10T18:15:47 | null | > There is still a possibility that we could reach G5 (Extreme) levels.<p>An event like what happened this past May.<p>Having 2 G5 events in the same solar cycle would be quite notable. Ref last night’s media presentation by the NOAA at <a href="https://m.youtube.com/watch?v=eBh5-uB77ns" rel="nofollow">https://m.youtube.com/watch?v=eBh5-uB77ns</a> | null | null | 41,801,583 | 41,801,583 | null | null | null | null |
41,801,603 | comment | jeanlucas | 2024-10-10T18:15:56 | null | So neat! | null | null | 41,800,602 | 41,800,602 | null | null | null | null |
41,801,604 | comment | rafaelbco | 2024-10-10T18:15:59 | null | In Zope you can create a local variable named __traceback_info__ and its value will be inserted in the traceback. It is very useful.<p>Like add a line to a log, but only when an traceback is shown.<p>See: <a href="https://zopeexceptions.readthedocs.io/en/latest/narr.html#traceback-info" rel="nofollow">https://zopeexceptions.readthedocs.io/en/latest/narr.html#tr...</a><p>Seems like the zope.exceptions package can be used independent from Zope. | null | null | 41,754,386 | 41,754,386 | null | null | null | null |
41,801,605 | comment | alchemist1e9 | 2024-10-10T18:15:59 | null | Something like your proposal will have to be included in any future hard fork that takes Bitcoin dark by adding full privacy. It’s likely miners will one day embrace such a fork if governments become hostile to their business. | null | null | 41,799,853 | 41,783,503 | null | null | null | null |
41,801,606 | comment | Animats | 2024-10-10T18:16:06 | null | Maybe people are getting dumber because of COVID.[1] Even after recovery, having mild COVID seems to cost 3 IQ points.[1] Reinfection, 2 more IQ points.[2] This is for people who have <i>recovered</i>, and does not include "long COVID".<p>[1] <a href="https://www.cbsnews.com/news/covid-19-iq-brain-age-cognitive-health/" rel="nofollow">https://www.cbsnews.com/news/covid-19-iq-brain-age-cognitive...</a><p>[2] <a href="https://www.nejm.org/doi/full/10.1056/NEJMe2400189" rel="nofollow">https://www.nejm.org/doi/full/10.1056/NEJMe2400189</a> | null | null | 41,801,271 | 41,801,271 | null | [
41801809,
41801927,
41801688,
41801731,
41801903,
41801732,
41802597
] | null | null |
41,801,607 | comment | bawolff | 2024-10-10T18:16:08 | null | [Im a mediawiki dev]. Typically people use varnish for that use case. MediaWiki does support serving logged out views from a filesystem cache, but varnish is generally a better idea. There are also some caches out of memcached (mediawiki has "parser cache" in memcached which is the part of the page that stays constant between all users. Typically people use varnish on top of that for the entire page for logged out users)<p>Sometimes people add things to their sites that are incompatible with caching, which will make hosting costs go way up. | null | null | 41,800,192 | 41,797,719 | null | [
41803867
] | null | null |
41,801,608 | comment | shadeslayer | 2024-10-10T18:16:15 | null | Because implementing designing/manufacturing/validating SR-IOV HW is expensive. It's not something that would be useful as a differentiating feature for most consumer grade HW. | null | null | 41,793,661 | 41,780,929 | null | null | null | null |
41,801,609 | comment | hermitcrab | 2024-10-10T18:16:21 | null | More likely to be HS (human stupidity). | null | null | 41,797,379 | 41,797,048 | null | null | null | null |
41,801,610 | comment | ladzoppelin | 2024-10-10T18:16:28 | null | Not disagreeing with you but I think people underestimate how many users would not watch Youtube if there were no Adblockers, I only say this because many in the content space and sometimes in the SAS/Webapp space are severely overestimating there products value and would not even with bother with Youtube specifically because of the unknown factor when they deliver adds. I think something like Tubi does it better and feels more like they actually respect the viewer while Youtube, like all Google, respect nothing which makes the breakup so so funny but I digress. | null | null | 41,800,964 | 41,784,287 | null | null | null | null |
41,801,611 | comment | null | 2024-10-10T18:16:40 | null | null | null | null | 41,792,672 | 41,791,369 | null | null | true | null |
41,801,612 | comment | jampekka | 2024-10-10T18:16:43 | null | The law is not enforced. The non-enforcement is largely by design/lobby though. | null | null | 41,800,357 | 41,797,719 | null | [
41803276
] | null | null |
41,801,613 | comment | Washuu | 2024-10-10T18:16:44 | null | The reason behind Fandom buying Gamepedia/Curse is both a blessing and a curse(HAH!) that would require a specific set of circumstances to happen again.[1]<p>Basically during 2018 Curse's owners, Twitch and Amazon, wanted more head count for Twitch and to cut out anything that was not part of Twitch's main mission. The decision at the time from the Twitch CEO was to completely shut down Curse and fire everyone by the end of 2018 even though Curse was a cash positive subsidiary. That would mean turning off every single wiki with no transfer to anywhere else. It would all just be gone.<p>So the director of Curse at the time worked his ass off find a buyer for the company. The final options came down to The Verge, Wikia, and one other that I forgot. Essentially Wikia was the only one that could promise to meet all of the buyout terms and a two year transition period of employee benefits for current employees.<p>I'm not going to call Wikia a savior here, but without any company offering to buy Curse a lot of wikis and jobs may have been lost that December.<p>[1]I signed some NDA about this, but it has been many years and I don't care. | null | null | 41,799,992 | 41,797,719 | null | null | null | null |
41,801,614 | comment | jauntywundrkind | 2024-10-10T18:16:55 | null | I read something once about contracts over 99 years being invalid in the courts eye. Not the same case but feels related. Would love to find a story about that 99 year thing! | null | null | 41,801,584 | 41,801,584 | null | null | null | null |
41,801,615 | comment | crazygringo | 2024-10-10T18:16:57 | null | I love the idea of finding new and better interfaces for spreadsheets, and I applaud this effort!<p>That being said, if you want this to be useful for people in general, not just programmers:<p>- People like WYSIWIG. Markdown and the split-pane view seems to be something only programmers like. So I'd suggest being able to do everything, or mostly everything, directly in the rendered/HTML panel. (Maybe the Markdown panel is for power users only)<p>- This is great for working with individual calculations, but a lot (most?) of spreadsheet use is about applying formulas to whole rows, columns, and tables of values. I see you support basic tables, but they're a huge pain to encode/format/edit in Markdown, and I don't see any ability to support things like 200 rows x 5 columns and do things like calculate sums and averages<p>So I think there's a ton of potential here! But I think WYSIWIG and easy tabular data support are going to be key here for broader usage. While the kinds of programmers this seems aimed at now, are already using Jupyter notebooks and Matplotlib for this kind of thing. (Like, when you describe "why did I build this", I don't understand why you didn't just fire up a Google Colab notebook.) | null | null | 41,798,477 | 41,798,477 | null | [
41801751,
41803840
] | null | null |
41,801,616 | comment | Moldoteck | 2024-10-10T18:16:57 | null | Romania total taxes are quite high, because we don't have tax ladders, it's one size fits all solution and it's a lot. It's that cost of living here is smaller and as result it's not that bad | null | null | 41,800,264 | 41,799,016 | null | [
41801948
] | null | null |
41,801,617 | comment | Spivak | 2024-10-10T18:17:02 | null | Huh? The end of the new Alien movie is deeply uncomfortable.<p>You have to put it up front while the audience is still hyped to see the move. And it's a movie from 45 years ago that was so culturally significant that even if you never saw it you know what happens because you've seen other media reference it. It's a showing specifically for people who've already seen it. Special edition VHS tapes with director commentary put it at the beginning for the same reason. Which yeah, who even has VHS tapes anymore but its the one of the few non-cinema formats constrained by having to make everything serial where you can see the norm. | null | null | 41,801,582 | 41,801,300 | null | [
41801651,
41802976,
41801762
] | null | null |
41,801,618 | comment | moate | 2024-10-10T18:17:08 | null | If you put European eggs in the fridge, it actually DIMINISHES shelf life because it can cause condensation that begins to erode the cuticle (the thing that allows the egg to be stored at room temp w/o bacterial penetration).<p>Like I said, there's advantages and trade offs to BOTH, otherwise the move would just be to do one and not the other (similar to how there are advantages to the Imperial measuring system that keeps it in place, but we're not going down that trail). | null | null | 41,801,089 | 41,765,006 | null | [
41802676
] | null | null |
41,801,619 | comment | brcmthrowaway | 2024-10-10T18:17:15 | null | The Sunset Strip is really a shadow of its former self<p>LA is dead | null | null | 41,801,072 | 41,798,259 | null | null | null | null |
41,801,620 | comment | bluefirebrand | 2024-10-10T18:17:16 | null | If all you are interested in doing is churning out code then that's fine, but we shouldn't consider be promoting you into higher and higher roles<p>Higher roles implies greater responsibilities, not just to the product but also to your team and your company. That means you cannot just be an assembly line code slinger anymore. You have to talk to people, mentor people, figure out what the higher level company goals are, figure out what the product needs to meet those goals, etc<p>None of that just happens without communication skills | null | null | 41,801,242 | 41,797,009 | null | [
41802273
] | null | null |
41,801,621 | comment | xattt | 2024-10-10T18:17:22 | null | I can’t imagine this kind of stuff happens in the PRC.<p>The upside to a tightly-controlled “infosphere” is that people who are at the controls and have rational thought can jump right in and quench the idiocy fires right away. | null | null | 41,801,366 | 41,801,271 | null | [
41801925,
41801857,
41801788
] | null | null |
41,801,622 | story | rob | 2024-10-10T18:17:26 | Inertia.js v2.0 beta is now available | null | https://v2.inertiajs.com | 2 | null | 41,801,622 | 1 | [
41801623
] | null | null |
41,801,623 | comment | rob | 2024-10-10T18:17:26 | null | <a href="https://twitter.com/reinink/status/1844422104256758108" rel="nofollow">https://twitter.com/reinink/status/1844422104256758108</a><p>The Inertia.js v2.0 beta is now available!<p>This marks a huge step forward for Inertia. The core library has been completely rewritten to architecturally support asynchronous requests, enabling a whole set of new features, including:<p>- Polling
- Prefetching
- Deferred props
- Infinite scrolling
- Lazy loading data on scroll | null | null | 41,801,622 | 41,801,622 | null | null | null | null |
41,801,624 | story | hacxx | 2024-10-10T18:17:32 | null | null | null | 1 | null | 41,801,624 | null | null | null | true |
41,801,625 | comment | withinboredom | 2024-10-10T18:17:36 | null | The lowest score you can get is like 55 or something like that. | null | null | 41,798,180 | 41,794,807 | null | null | null | null |
41,801,626 | comment | summerlight | 2024-10-10T18:17:36 | null | I don't think she is best known for a beautiful, insightful writing styles. To understand this case better, you probably want to understand the modern history of S. Korea, especially the connection between her book "Human acts" and the Gwangju massacre.<p>EDIT: Actually Nobel Committee's bibliography does a good job on her works.<p><a href="https://www.nobelprize.org/prizes/literature/2024/bio-bibliography/" rel="nofollow">https://www.nobelprize.org/prizes/literature/2024/bio-biblio...</a> | null | null | 41,801,126 | 41,799,170 | null | null | null | null |
41,801,627 | comment | moate | 2024-10-10T18:17:42 | null | Your eggplaination was eggactly correct. | null | null | 41,800,888 | 41,765,006 | null | null | null | null |
41,801,628 | comment | ChumpGPT | 2024-10-10T18:17:44 | null | Yes you're correct, will edit my post. | null | null | 41,801,595 | 41,801,271 | null | null | null | null |
41,801,629 | comment | rambambram | 2024-10-10T18:17:46 | null | Ou est mon scrollbar? | null | null | 41,765,594 | 41,765,594 | null | null | null | null |
41,801,630 | comment | empath75 | 2024-10-10T18:18:14 | null | It turns out that "The remedy for bad speech is more speech" doesn't actually scale globally.<p>You can blame this on Russian and/or Chinese disinformation ops and tik-tok, etc, but the problem is more general than that. One of the assumptions around free speech ideals is that the people who are speaking or publishing are citizens of the community in which they are speaking or publishing, and now a large part of the content on the internet is produced by people who are crossing national boundaries, or not even produced by people at all.<p>You used to be able to assume that the vast majority of the content you're exposed to is produced by people who live in your community or country and would not like to see it destroyed, and now, in fact, you should probably assume the opposite. You should assume that most content on the internet is produced by bad actors trying to rip the fabric of your society apart, particularly if you're reading something that enrages you.<p>The especially insidious part of this is that most of the rage bait stuff plays on widespread personal biases so it's self sustaining after a while. People start to hate each other, so then they do stuff to each other to make each other hate each other more and so on and so on until you've got Rwanda. | null | null | 41,801,366 | 41,801,271 | null | [
41801691
] | null | null |
41,801,631 | comment | hnfong | 2024-10-10T18:18:16 | null | It's simple Darwinian evolution.<p>The relatively few families that have five children, and assuming that the values of having a large family can be passed to offspring, they will continue to have large families.<p>In a couple generations these people will become the majority of the population and the birth rate goes back up again. | null | null | 41,799,311 | 41,798,726 | null | null | null | null |
41,801,632 | comment | zargon | 2024-10-10T18:18:33 | null | The "best by" period is arbitrary, so a packed on date removes ambiguity that varies from producer to producer. | null | null | 41,801,347 | 41,765,006 | null | null | null | null |
41,801,633 | story | cardz | 2024-10-10T18:18:39 | Show HN: Hacktrack.info – Email Notifications for New CVEs Affecting Your Stack | I've been working part-time on <a href="https://hacktrack.info" rel="nofollow">https://hacktrack.info</a>, a SaaS that alerts you when new CVEs or exploits are published for the software you use. By subscribing to assets in the CVE database, you'll receive email notifications whenever a new vulnerability or exploit is released that impacts your stack.<p>Alongside notifications, we provide users with an AI-generated analysis of each CVE, including potential impact and recommended mitigation steps, helping you understand the severity and take action faster.<p>The idea came to me while working on an incident response team, where I noticed that many companies were hacked due to using software versions affected by recently published CVEs or exploits. | https://hacktrack.info | 2 | null | 41,801,633 | 1 | [
41802296
] | null | null |
41,801,634 | comment | Terretta | 2024-10-10T18:18:39 | null | Check this out:<p>Soulver - <a href="https://soulver.app" rel="nofollow">https://soulver.app</a><p><i>Notepad, meet calculator...</i><p>Soulver <i>is a natural language notepad calculator app for the Mac, iPad & iPhone.</i><p><i>It is a better way to work things out than a traditional calculator, and a more lightweight tool for working through problems than a spreadsheet.</i><p>Here's an example from a real user:<p><a href="https://x.com/hisaac/status/1355720844929019909" rel="nofollow">https://x.com/hisaac/status/1355720844929019909</a> | null | null | 41,800,302 | 41,798,477 | null | [
41803442
] | null | null |
41,801,635 | comment | Jtsummers | 2024-10-10T18:18:39 | null | > Life is inherently unfair<p>If you want to complain about life being unfair like "an emo 6th grader" that's your choice, I was just pointing out that she wrote the opposite of that. Your original comment appeared to equate her statement with "life is unfair" when that was the opposite of what she wrote (as it was translated, at least). Critique her writing all you want, but critique what she wrote, not what she didn't. | null | null | 41,801,535 | 41,799,170 | null | [
41803038
] | null | null |
41,801,636 | comment | kaibee | 2024-10-10T18:18:49 | null | > From what I've seen I more associate the issue with Democrats than Republicans, especially in the COVID lockdown days.<p>Can you explain the chain of logic here? During the pandemic I "did my own research" which amounted to basically masking when other people did and getting the vaccines as they came out. At the time my SO was a nurse working on a hospital covid floor, so it seemed prudent. So, I'm not really sure how you see Democrats as being less science based? No snark intended, I'm truly curious. | null | null | 41,801,520 | 41,801,271 | null | [
41801700,
41801827,
41801729
] | null | null |
41,801,637 | comment | randomdata | 2024-10-10T18:18:50 | null | <i>> That doesn't mean agile is bad just that it wasn't the "silver bullet" management wanted.</i><p>Managers didn't want to be eliminated? Who'd a thunk it. Which is also why Agile is oft considered "bad" as management by and large never actually walked away, they just pushed some of workload off onto developers under the guise of "Agile" and half-ass adopted tools designed for a flat organizational structure in a hierarchical structure with all of the impedance mismatches to go along with that.<p><i>> Everyone wants to throw out Agile. However I don't see anything to replace it.</i><p>It's not so much that anyone, non-manager at least, wants to throw out Agile per se, but in this high (relatively, at least) interest rate environment there is more of a crackdown on the work people are doing, so managers are trying to reel back in the boring work they earlier tried to outsource onto developers in order to continue to justify their jobs. That is what has replaced it, so to speak. | null | null | 41,801,370 | 41,797,009 | null | [
41802262
] | null | null |
41,801,638 | comment | idontwantthis | 2024-10-10T18:18:58 | null | I don’t think I’ll ever see a movie in a theater again. Enough people no longer know how to sit still and shut up that it’s a complete waste of at least $15. | null | null | 41,801,300 | 41,801,300 | null | [
41801678,
41801709
] | null | null |
41,801,639 | comment | ninalanyon | 2024-10-10T18:19:15 | null | > It's strange that milk, for example, doesn't have any requirements for its expiration date.<p>Why should it? It won't do you any harm. Just don't buy from suppliers who lie to you. But surely if it went sour before the Best before Date then the supplier has supplied goods that were not of merchantable quality and not in accordance with the implied contract and has failed to uphold their side of the contract.<p>But surely your complaint should be directed against the shop that sold it to you? I would expect the shop to either refund or replace the goods. | null | null | 41,801,241 | 41,765,006 | null | [
41803063
] | null | null |
41,801,640 | comment | Suppafly | 2024-10-10T18:19:18 | null | >The WordPress Foundation President is Matt. There are only two other board members, only one of whom is active, and both were appointed by Matt unilaterally.<p>The thing is, once you organize a foundation as a non-profit with the government, you lose some of your ability to make decisions that are contrary to whatever charter and goals and such you specified when it was created. Matt may have screwed himself over by putting the stuff he wants to profit off of into ownership of the non-profit. | null | null | 41,800,277 | 41,791,369 | null | null | null | null |
41,801,641 | comment | GeekyBear | 2024-10-10T18:19:23 | null | I had a buddy who worked in customer service for an earlY ISP, and his co-workers were shocked that he could print to the Windows NT print server at work from the dial up internet connection he used at home.<p>Broadcast name resolution couldn't work over his dial up internet connection, but you could still manually set up an LMHosts file on his home Win95 box. | null | null | 41,798,354 | 41,795,919 | null | null | null | null |
41,801,642 | comment | steveBK123 | 2024-10-10T18:19:25 | null | Portugal is an interesting microcosm of the general economic problems in EU vs US.<p>I don't think tinkering with income tax brackets/credits is going to fix the actual problem - robust and steady job creation of good paying jobs.<p>There are ~11M people in Portugal, 3M of which are in Lisbon metro and 2M are in Porto metro areas. This leads them to having the same problem as Japan - the population is decreasing, BUT the countryside and 2nd/3rd tier cities are emptying out.<p>So housing affordability in the major cities remains poor. The youth therefore get squeezed out and emigrate, leaving an increasing tax burden problem paying for all the benefits given to the increasingly aging population.<p>My father visited his home town in the countryside in the last decade and found much of the town essentially abandoned. No one lived in the home he grew up in. His uncle owned an inn that had no guests, etc.<p>Meanwhile, Portugal remains a beautiful place and I will visit more in the future, and could even see wanting to retire there. | null | null | 41,799,016 | 41,799,016 | null | [
41802134,
41803919,
41803416
] | null | null |
41,801,643 | comment | tuna74 | 2024-10-10T18:19:26 | null | "Animation would definitely be much worse off if rotoscoping was all we had." Yeah, then it wouldn't be animation anymore. | null | null | 41,800,628 | 41,797,462 | null | [
41801936
] | null | null |
41,801,644 | comment | mrkramer | 2024-10-10T18:19:27 | null | aggressively pursue ad revenue* | null | null | 41,786,681 | 41,767,648 | null | null | null | null |
41,801,645 | comment | perpil | 2024-10-10T18:19:38 | null | Neat, you might also look at <a href="https://speedrun.cc" rel="nofollow">https://speedrun.cc</a> for ideas. It's a slightly different space, it's markdown to wrap tools with UI's instead of to plot things, but the way I enable you to prompt the user and run little bits of javascript might be of interest to you. | null | null | 41,798,477 | 41,798,477 | null | null | null | null |
41,801,646 | comment | tshaddox | 2024-10-10T18:19:40 | null | I haven’t even seen the movie but I know about that iconic scene. This is a bit like complaining about spoiling the flood scene in the Noah film. | null | null | 41,801,300 | 41,801,300 | null | [
41801986
] | null | null |
41,801,647 | comment | kunley | 2024-10-10T18:19:41 | null | Worth to mention runit - bit bigger thing but still smaller than systemd | null | null | 41,783,556 | 41,764,578 | null | null | null | null |
41,801,648 | comment | EasyMark | 2024-10-10T18:19:42 | null | I have my doubts on this. It’s probably better to split it into emotional intelligence and cognitive intelligence being fuzzily orthogonal with perhaps a bit of dependency. | null | null | 41,794,807 | 41,794,807 | null | null | null | null |
41,801,649 | comment | ako | 2024-10-10T18:19:45 | null | That is what you get when you stop funding general education because you think people should pay for it themselves. People lose the ability to separate fact from fiction, lack the ability for critical thinking.<p>I benefit when others around me get better education, that's why I'm happy when my taxes are used to fund schools and universities and other ways of educating people. And it also benefits the economy, so every tax dollar/euro spend on education has a huge ROI. | null | null | 41,801,271 | 41,801,271 | null | [
41801879,
41801829,
41803823,
41801978,
41802594,
41801915,
41801856,
41801744,
41802557,
41801683
] | null | null |
41,801,650 | comment | s1artibartfast | 2024-10-10T18:19:46 | null | incredibly non-controversial take:<p>The majority of Re-release audiences have seen the movie before and don't want to sit through the credits for extras.<p>I get that this sucks for first timers, but they are not the target market. | null | null | 41,801,300 | 41,801,300 | null | [
41801764,
41802008,
41803825,
41801772,
41802596,
41802230,
41801862,
41801787,
41801839
] | null | null |
41,801,651 | comment | polotics | 2024-10-10T18:19:50 | null | "you" are what age in this?
Alien 1979 is rated: R - Under 17 requires accompanying parent or adult guardian. | null | null | 41,801,617 | 41,801,300 | null | null | null | null |
41,801,652 | comment | dredmorbius | 2024-10-10T18:19:53 | null | The syntax (and theory behind it) are <i>really</i> arcane, but jq <i>is</i> phenomenally powerful.<p>For websites which can publish JSON extracts, piping that through jq to get just what you want and how you want it is an absolute lifesaver. | null | null | 41,793,384 | 41,791,708 | null | null | null | null |
41,801,653 | comment | rootusrootus | 2024-10-10T18:19:55 | null | As always, the media softens the truth to try and keep their subscriber numbers up. Or their inboxes from overflowing with death threats. They sugarcoat the problem as "political polarization" but this is bullshit. These conspiracy theories are almost entirely a right wing phenomenon.<p>If you put a Trump sign in your yard, will you get death threats? Nope. Laughed at? Maybe, but not to your face.
People are afraid of Trump supporters. Now try putting a Harris sign in your yard. Your local sheriff will tell the world to make sure they keep track of you for future recriminations. You'll get anonymous death threats in your mailbox.<p>There is sickness in politics today, but the solution is not "fix both sides." | null | null | 41,801,271 | 41,801,271 | null | [
41801725,
41801736,
41801847
] | null | null |
41,801,654 | comment | codingwagie | 2024-10-10T18:19:56 | null | A lot of storms are blown out of proportion to get clicks. There is a large gap between the predicted damage and the actual damage. | null | null | 41,801,271 | 41,801,271 | null | [
41801752
] | null | null |
41,801,655 | story | hippich | 2024-10-10T18:20:13 | FinCEN Assesses Record $1.3B Penalty Against TD Bank | null | https://www.fincen.gov/news/news-releases/fincen-assesses-record-13-billion-penalty-against-td-bank | 4 | null | 41,801,655 | 1 | [
41801742
] | null | null |
41,801,656 | comment | ojl | 2024-10-10T18:20:23 | null | No, it’s not people from one college. The members of the different committees are professors or scientists from various Swedish universities, and the Royal Swedish Academy which gives the awards doesn’t not only have Swedish members as far as I know.<p>Edit: It seems the committee for physiology and medicine is actually at Karolinska institutet, so in this case it was one college. | null | null | 41,801,217 | 41,799,170 | null | null | null | null |
41,801,657 | comment | sundarurfriend | 2024-10-10T18:20:25 | null | > Malty strong beers age well. Hoppy beers don't because the compounds are volatile.<p>> IPA's always taste off to me.<p>That sounds contradictory to what I've heard about IPAs: that they were created because the normal beers the British had at the time wouldn't survive the journey to India, so they added a lot more hops and called it India Pale Ale. Based on that, I'd expect them to age better, not worse, than other kinds, but I'm not a beer person and this is just secondhand knowledge that I've never bothered to verify. | null | null | 41,800,051 | 41,765,006 | null | [
41801826,
41801838
] | null | null |
41,801,658 | story | heywoods | 2024-10-10T18:20:31 | I Created an A.I. Voice Clone to Prank Telemarketers. But the Joke's on Us | null | https://www.nytimes.com/2024/10/10/opinion/ai-voice-telemarketers.html | 2 | null | 41,801,658 | 1 | [
41801659
] | null | null |
41,801,659 | comment | heywoods | 2024-10-10T18:20:31 | null | <a href="https://archive.is/4hkfL" rel="nofollow">https://archive.is/4hkfL</a> | null | null | 41,801,658 | 41,801,658 | null | null | null | null |
41,801,660 | comment | didgetmaster | 2024-10-10T18:20:34 | null | I have seen many TV ads for a company called Indeed, that promises to provide companies who are hiring, a curated list of qualified candidates. I am sure there are other agencies out there trying to do the same thing.<p>I have never used one of them, but I am curious if those who have used them really think that their service ended up being worthwhile. | null | null | 41,790,585 | 41,790,585 | null | null | null | null |
41,801,661 | comment | Isamu | 2024-10-10T18:20:40 | null | The comment was about naive tracing. When Disney used rotoscoping they had animators draw conforming to a character model on top of the live action pose.<p>The experienced animator and inbetweeners knew how to produce smooth line motion, and the live action was used for lifelike pose, movement, etc. It wasn’t really tracing.<p>There’s examples of this in the Disney animation books, the finished animation looks very different from the live actors, but with the same movement. | null | null | 41,800,208 | 41,797,462 | null | null | null | null |
41,801,662 | comment | codingwagie | 2024-10-10T18:20:54 | null | Russian disinformation is itself a conspiracy theory. Trump was investigated for the last decade, they essentially found nothing. | null | null | 41,801,366 | 41,801,271 | null | [
41801681,
41801916,
41801763
] | null | null |
41,801,663 | comment | thebruce87m | 2024-10-10T18:21:00 | null | I was under the impression that fast charging requires an up to date ssl certificate, so a manufacturer going down might affect that. Can’t seem to find a source for this though. | null | null | 41,796,446 | 41,795,075 | null | [
41804061
] | null | null |
41,801,664 | comment | yencabulator | 2024-10-10T18:21:02 | null | > left-handers [..] feel disadvantaged in our right-handed society<p>> You have to wield your sword like everybody else<p>This right here is why. | null | null | 41,796,613 | 41,758,870 | null | null | null | null |
41,801,665 | comment | bitcoin_anon | 2024-10-10T18:21:11 | null | The case for higher population is that it indicates that a species is thriving. | null | null | 41,799,042 | 41,798,726 | null | null | null | null |
41,801,666 | comment | megous | 2024-10-10T18:21:11 | null | Yep. ~300 addresses on my domain, 0 breaches across all of them on HIBP domain search over >6 years.<p>I guess internet security is not as bad these days. :) | null | null | 41,795,077 | 41,792,500 | null | null | null | null |
41,801,667 | story | KainBoorde | 2024-10-10T18:21:12 | null | null | null | 1 | null | 41,801,667 | null | null | null | true |
41,801,668 | comment | HarryHirsch | 2024-10-10T18:21:17 | null | Capital equipment is also a durable asset, but it is productive. Sick of stumbling over hundred homeless whenever I go shopping, and then there's the knock-on effects of people not being able to take jobs because of the excessive costs of housing. | null | null | 41,801,591 | 41,800,642 | null | [
41801785
] | null | null |
41,801,669 | comment | johnisgood | 2024-10-10T18:21:23 | null | I would go further than that - does this checkbox serve any real function, or is it just dead code / no-op? Are there any repercussions for lying? | null | null | 41,793,601 | 41,791,369 | null | null | null | null |
41,801,670 | comment | whizzter | 2024-10-10T18:21:27 | null | Not sure this is a good idea or not, for one it'd be awesome for doing performance oriented and threaded code in JS/runtimes, the idea seems related to how C# struct's already work (and tuples under the hood). Interop with WASM code might also be simplified if struct-like access was a built-in.<p>The bad is that people wouldn't necessarily be prepared for their semantics (are they value or reference based?), how to shared prototypes between environments (mentioned as problem in the proposal itself), not entirely sure if this proposal would add to the complexity vs security for spectre like attacks.<p>It'd be useful, but worth it is another question? (And would all major players see interest in it? esp considering that it'd need to be "JSzero" level propsal if they go in that direction. (There was a post here a few days ago about layering runtimes with JS0 being the core with everything else being syntax transforms on top). | null | null | 41,787,041 | 41,787,041 | null | null | null | null |
41,801,671 | comment | labster | 2024-10-10T18:21:27 | null | No, equality of opportunity is specifically not needed for a meritocracy. It wasn’t in the original book[1], it didn’t happen in the old Chinese examination system, and it sure doesn’t happen now.<p>Merits are measurements, and society adapts to make those measurements a target.<p>[1]: <a href="https://en.m.wikipedia.org/wiki/The_Rise_of_the_Meritocracy" rel="nofollow">https://en.m.wikipedia.org/wiki/The_Rise_of_the_Meritocracy</a> | null | null | 41,800,868 | 41,793,597 | null | null | null | null |
41,801,672 | comment | ozim | 2024-10-10T18:21:28 | null | That is something that comes from experience - automate happy flow so you can handle all normal cases super fast - handle edge cases manually.<p>It always was the biggest issue I have seen “sorry cannot help you with that because our system says so”, which should never be the case. There should always be way around the system. Then of course way around the system needs approval from some higher up anyways. | null | null | 41,765,594 | 41,765,594 | null | null | null | null |
41,801,673 | comment | vixen99 | 2024-10-10T18:21:44 | null | A few people say or do something completely nutty and the 'country is suffering this lunacy'. At what golden period in history were there no nutcases pitching some irrational extremes into the public sphere?<p>On the other hand maybe I'm quite wrong about all this. Someone has estimated (an open calculation) the payback time for the US debt burden at 90,000 years if it was paid back at the rate of $1,000,000 per day. Some might argue there's lunacy at work over many decades to achieve this result.<p>(from a comment on this blog) - -<a href="https://philip.greenspun.com/blog/2024/10/08/the-smartest-person-in-the-world-says-that-ai-will-end-civilization-within-20-years/" rel="nofollow">https://philip.greenspun.com/blog/2024/10/08/the-smartest-pe...</a> | null | null | 41,801,366 | 41,801,271 | null | [
41801859,
41801912
] | null | null |
41,801,674 | story | athrowaway3z | 2024-10-10T18:21:48 | Mozilla Foundation Security Advisory 2024-51 | null | https://www.mozilla.org/en-US/security/advisories/mfsa2024-51/ | 9 | null | 41,801,674 | 0 | null | null | null |
41,801,675 | comment | Suppafly | 2024-10-10T18:21:56 | null | >The wordpress foundation has never been anything BUT a mockery. It doesnt do anything - it is a shell for Matt's trademark schemes and tax fraud<p>It does kinda seem that way as an outsider looking in. There definitely seems to be some legal shenanigans going on when he's using his for-profit company Automattic to complain about stuff happening to the non-profit Wordpress Foundation. They should be legally separate enough that what he's doing shouldn't be possible. | null | null | 41,794,596 | 41,791,369 | null | null | null | null |
41,801,676 | comment | nisegami | 2024-10-10T18:21:58 | null | Two tidbits from me:<p>Several years ago, I got an omron wrist cuff blood pressure monitor. Some doctors showed heavy skepticism at the time but I've never seen any reason to think it's inaccurate when properly mounted and with healthy batteries.<p>I had a sleep study done last year using a brand new machine the lab got (literally unboxed while I was there) that uses a combination of the ecg signals and pulse timing to calculate blood pressure continuously once calibrated. Seemed pretty cool to me and I got the impression this technique is fairly new? | null | null | 41,799,324 | 41,799,324 | null | null | null | null |
41,801,677 | comment | croes | 2024-10-10T18:22:10 | null | Science doesn't lie, people do.
And people are stubborn that's why new discoveries need time to get accepted.<p>But this is different, this is not science but simply BS that is spread. | null | null | 41,801,504 | 41,801,271 | null | null | null | null |
41,801,678 | comment | s1artibartfast | 2024-10-10T18:22:25 | null | you need to go to nicer communities to watch films without disruption.
That specialized screenings that target film buffs. | null | null | 41,801,638 | 41,801,300 | null | [
41801884,
41801789,
41802007
] | null | null |
41,801,679 | comment | mykowebhn | 2024-10-10T18:22:29 | null | The paradox seen in many today is that the stupider people in fact really are the smarter they believe themselves to be. | null | null | 41,801,271 | 41,801,271 | null | null | null | null |
41,801,680 | comment | deepmacro | 2024-10-10T18:22:29 | null | I think having to use a tool different than excel is hard because
people have been used to that type of UI for 40 years.<p>The problem I have is that once you go beyond a simple thing it becomes messy
and you never know what you are dealing with.
The way you present things graphically and they way you organize data
to perform computations are tangled, making hard to read IMO. | null | null | 41,801,364 | 41,798,477 | null | null | null | null |
41,801,681 | comment | HeatrayEnjoyer | 2024-10-10T18:22:29 | null | This is just a flat lie. | null | null | 41,801,662 | 41,801,271 | null | null | null | null |
41,801,682 | comment | bell-cot | 2024-10-10T18:22:29 | null | > Murdering meteorologists won’t stop hurricanes<p>But even before the <i>Speed: Horseback</i> tech upgrade was discovered, "kill the messenger" was an all-too-common human reaction. | null | null | 41,801,271 | 41,801,271 | null | null | null | null |
41,801,683 | comment | gjsman-1000 | 2024-10-10T18:22:49 | null | I actually disagree.<p>This is what you get when scandal after scandal happens to public institutions. People go flat earth most often, not because of the "science," but because they do not trust the government for honesty.<p>This also happens whenever there is an apparent "win" even if it isn't quite so. For example, when a judge last week ordered federal Fluoride standards to be re-examined. It doesn't need to be a total vindication of the conspiracy theorists, for trust to be substantially damaged. Same for the Iraq war, with "weapons of mass destruction" - imagine if your child died from that lie. Repeat this every year, in multiple institutions, for 20+ years straight; and yes, observant people might well think that everything the government has ever said is a hoax. It's not about the science, or their ability to track truth from falsehood, but their reactionary hate of anything the institutions say. | null | null | 41,801,649 | 41,801,271 | null | [
41801767,
41801783,
41801719,
41801995,
41801953,
41801760,
41803389,
41802200,
41801786,
41801840,
41801819,
41801721
] | null | null |
41,801,684 | comment | bawolff | 2024-10-10T18:23:00 | null | Microsoft did open source a bunch of their mediawiki extensions. <a href="https://github.com/microsoft/mediawiki-extensions">https://github.com/microsoft/mediawiki-extensions</a><p>Last i heard though they were moving off it. | null | null | 41,800,316 | 41,797,719 | null | null | null | null |
41,801,685 | comment | sundaeofshock | 2024-10-10T18:23:01 | null | I have to disagree with you here. Most of the Senators from the GOP have been happy to share the same drivel. Indeed, Senator JD Vance and Donald Trump — arguably the most powerful men in the GOP are as unhinged as MTG. | null | null | 41,801,595 | 41,801,271 | null | [
41803715
] | null | null |
41,801,686 | comment | karmakurtisaani | 2024-10-10T18:23:01 | null | > Geoff Hinton was denied an academic position at the University of Sussex's CS department<p>These kind of anecdotes are fairly common I believe. Understanding anyone's academic potential is enormously difficult, and the competition is fierce. Hindsight is 20/20 and whatnot. | null | null | 41,797,740 | 41,753,626 | null | null | null | null |
41,801,687 | comment | null | 2024-10-10T18:23:07 | null | null | null | null | 41,801,582 | 41,801,300 | null | null | true | null |
41,801,688 | comment | rootusrootus | 2024-10-10T18:23:21 | null | This was going full force well before COVID. Before 2016, though that was when it became a lot more overt. | null | null | 41,801,606 | 41,801,271 | null | null | null | null |
41,801,689 | comment | erik_seaberg | 2024-10-10T18:23:25 | null | I thought inetd let you conserve memory because rarely-used daemons don't need to run continually. | null | null | 41,784,637 | 41,764,578 | null | null | null | null |
41,801,690 | comment | bluGill | 2024-10-10T18:23:28 | null | Yet this is something where it should be possible to produce evidence. Paperwork like is needed is generally available if you ask the right place. Any company trying that was rejected is has a bunch of people who did that paperwork and they could talk about it - indeed if the company was serious they have incentive to talk about it.<p>Now it is possible that the paperwork required means hundreds of companies never even tried, and evidence of that chilling effect is hard to produce. However that is not the claim. | null | null | 41,801,128 | 41,787,798 | null | [
41802265
] | null | null |
41,801,691 | comment | mistrial9 | 2024-10-10T18:23:29 | null | not really -- rather consider the ability of a very small minority of voices to amplify tremendously without sufficient dampening.. stability in public communication is never simple. A psychologist might say that social rage itself, or anger with blame itself, is the root of the behavior. Every language group on Earth has rational, constructive people in it. | null | null | 41,801,630 | 41,801,271 | null | null | null | null |
41,801,692 | comment | marcosdumay | 2024-10-10T18:23:33 | null | > That’s what the law is for: for the seller and producer not being able to hide the awful conditions in which the eggs were produced.<p>AFAIK, those laws are about eggs getting silently contaminated because their shells became porous during the wash.<p>But that one is a really nice side-effect. | null | null | 41,800,967 | 41,765,006 | null | null | null | null |
41,801,693 | comment | AStonesThrow | 2024-10-10T18:23:44 | null | During a recent visit, I mentioned my "White Coat Syndrome" was probably affecting me right there, so they selected their most attractive woman with the best perfume and a manual sphygmomanometer for a hands-on measurement, before releasing me. | null | null | 41,800,877 | 41,799,324 | null | null | null | null |
41,801,694 | story | vector_spaces | 2024-10-10T18:23:46 | The World According to GaWC (2022) | null | https://gawc.lboro.ac.uk/gawc-worlds/the-world-according-to-gawc/ | 1 | null | 41,801,694 | 0 | null | null | null |
41,801,695 | comment | profeatur | 2024-10-10T18:23:46 | null | Yes, there is a public health system, but people tend to avoid it when they can. Most opt to go private for their dental, for example. And if they have any kind of systematic (sibo, ibs, autoimmune, etc) problem the public system is useless and they will have to travel to find a private specialist. On the other hand, the private system is really good here, and also pretty cheap. | null | null | 41,799,512 | 41,799,016 | null | [
41803501
] | null | null |
41,801,696 | comment | mrguyorama | 2024-10-10T18:23:47 | null | >Even in countries with robust (ie expensive) pro natalist fiscal policy<p>Nit: This patently does not exist. Zero countries pay or provide anywhere close to the actual cost of raising a child, let alone the lost opportunity of choosing to raise children vs living a life dedicated to yourself.<p>That actual cost is horrifically high, but I promise you if it was offered, people would have more children. We WILL have to have that discussion eventually, unless we somehow return to a society where women are property and don't have rights, or unless we just outsource the whole baby making process to the places of the world that DO work like that, but people hate immigrants, especially when they are poor (for some fucking reason). | null | null | 41,799,454 | 41,798,726 | null | [
41803943
] | null | null |
41,801,697 | comment | SHAadder | 2024-10-10T18:23:51 | null | Is this what hackers do all day? Watch mainstream media articles talk sh* about politicians they don't like?
<a href="https://www.aoml.noaa.gov/hrd/tcfaq/tcfaqC.html" rel="nofollow">https://www.aoml.noaa.gov/hrd/tcfaq/tcfaqC.html</a>
<a href="https://en.wikipedia.org/wiki/High-frequency_Active_Auroral_Research_Program" rel="nofollow">https://en.wikipedia.org/wiki/High-frequency_Active_Auroral_...</a>
<a href="https://patentimages.storage.googleapis.com/ee/53/36/ac05709c93ba8f/US20030085296A1.pdf" rel="nofollow">https://patentimages.storage.googleapis.com/ee/53/36/ac05709...</a><p>It's an interesting theory, at best this is virtue signalling taken as GOSPEL by the other side.. so BAU. | null | null | 41,801,271 | 41,801,271 | null | null | null | null |
41,801,698 | story | ksp41865 | 2024-10-10T18:23:51 | Engineering SVE in .NET 9 | null | https://devblogs.microsoft.com/dotnet/engineering-sve-in-dotnet/ | 1 | null | 41,801,698 | 1 | [
41801699
] | null | null |
41,801,699 | comment | ksp41865 | 2024-10-10T18:23:51 | null | .NET introduces Arm's Scalable Vector Extension. | null | null | 41,801,698 | 41,801,698 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.