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,788,400 | comment | mikhailfranco | 2024-10-09T14:39:52 | null | Agree with both.<p>If you like Vonnegut, perhaps try the fiction of J.G.Ballard.<p><i>Empire of the Sun</i> is rightly famous, it is autobiography - but read that too. If you are American, you might not know that other things happened at the same time as the attack on Pearl Harbor [Yes, it was 8 December 1941 in Hong Kong, but across the dateline, so contemporaneous. IIRC 8am Honolulu to 6am HK is +4 hours]. | null | null | 41,758,706 | 41,756,432 | null | null | null | null |
41,788,401 | comment | fedeb95 | 2024-10-09T14:39:52 | null | what has changed? I think people need more from a comment than blind trust. | null | null | 41,787,261 | 41,786,101 | null | [
41789125
] | null | null |
41,788,402 | comment | 0xEF | 2024-10-09T14:39:56 | null | Lol, okay, you definitely do not know what you are talking about. Sorry for engaging. I will stop wasting my time. | null | null | 41,787,978 | 41,786,012 | null | [
41788474
] | null | null |
41,788,403 | comment | marcosdumay | 2024-10-09T14:39:57 | null | As always, life is not that simple, and redundant components can interact in harmful ways, correctness checks can create incorrectness, process managers or consensus algorithms can amplify small problems...<p>Just like every technique on the article also can turn out to reduce your reliability too. | null | null | 41,783,154 | 41,781,777 | null | null | null | null |
41,788,404 | story | bookofjoe | 2024-10-09T14:39:58 | Unmasking AlphaFold to integrate experiments&predictions in multimeric complexes | null | https://www.nature.com/articles/s41467-024-52951-w | 1 | null | 41,788,404 | 0 | null | null | null |
41,788,405 | comment | account42 | 2024-10-09T14:40:03 | null | > That said, 99% time when doing upper- or lowercase operation you're interested just in the 7-bit ASCII range of characters.<p>And std::tolower/toupper is the wrong tool for that as well. | null | null | 41,775,153 | 41,774,871 | null | null | null | null |
41,788,406 | comment | josephcsible | 2024-10-09T14:40:12 | null | > You could make files only readable under root, unless CD is re-mounted with specific options which probably aren't available to a non-root user in the first place.<p>Doesn't Linux give non-root users read access to the CD's block device? And with that, couldn't you read whatever files you wanted anyway? | null | null | 41,785,667 | 41,784,668 | null | null | null | null |
41,788,407 | comment | axegon_ | 2024-10-09T14:40:17 | null | I use it a lot but then again I lived a rock throw away from his house for a long period of my life but since The Rolling Stones are a bit closer to my heart, I usually resort to one of their famous songs. | null | null | 41,788,317 | 41,761,409 | null | null | null | null |
41,788,408 | comment | TaurenHunter | 2024-10-09T14:40:41 | null | We will need a paper titled '"Considered Harmful" Articles is All You Need' to complete that cycle. | null | null | 41,785,658 | 41,784,591 | null | null | null | null |
41,788,409 | story | spacexpanse | 2024-10-09T14:40:50 | null | null | null | 1 | null | 41,788,409 | null | null | null | true |
41,788,410 | comment | james_marks | 2024-10-09T14:40:59 | null | > Most of all is seeing my value not as wielding techno armageddon, but solving problems for users and customers<p>Also later in my career, I now know: change begets change.<p>That big piece of new code that “fixes everything” will have bugs that will only be discovered by users, and stability is achieved over time through small, targeted fixes. | null | null | 41,785,832 | 41,758,371 | null | null | null | null |
41,788,411 | comment | justinclift | 2024-10-09T14:41:00 | null | Hopefully it actually happens, in a way that's positive for people.<p>Maybe Google will even be forced to provide the dreaded "Customer Support" (of reasonable standard) for <i>all</i> of their products and services too. :D | null | null | 41,787,290 | 41,787,290 | null | [
41788585
] | null | null |
41,788,412 | comment | zmgsabst | 2024-10-09T14:41:06 | null | I don’t think monopolies are in-and-of-themselves entirely legal. Eg, if you have a monopoly on ads, you’re likely committing an offense.<p>But the enforcement of that has varied substantially over time: strongest at the end of the Gilded Age, lessened over time, and likely to be strengthened in our neo-Gilded Age. | null | null | 41,787,486 | 41,787,290 | null | null | null | null |
41,788,413 | comment | JohnFen | 2024-10-09T14:41:10 | null | If you're correct, and I fear that you are, then that means there's no room on the web for people like me. Which, I guess, has already been made really clear over the last couple of years.<p>I'm not arguing against your statements here, just crying in my beer over the loss. | null | null | 41,787,343 | 41,786,012 | null | null | null | null |
41,788,414 | comment | FireBeyond | 2024-10-09T14:41:37 | null | Or the Americanism of double quotes for emphasis:<p>> Bob's "Big" Bookstore! | null | null | 41,788,340 | 41,787,647 | null | [
41788936,
41788927,
41790725,
41788949,
41789154
] | null | null |
41,788,415 | comment | mananaysiempre | 2024-10-09T14:41:40 | null | I don’t think there have been significant backwards-incompatible changes in Python 3 the language. There have been <i>some</i>, e.g. async and await were first introduced as soft keywords and then switched to being actual ones. But that’s not all that different from the treatment of yield in Python 2.<p>(Recent stdlib changes have been much more destructive, but I’m assuming that, like in the original thread, we’re drawing a distinction between those and changes to the actual language.)<p>Full disclosure, I welcomed Python 3, because for me that was the first time (since 2.4 on Windows XP) that I could count on my programs not randomly shitting their pants upon encountering Cyrillic in files or filenames, which for a native speaker of Russian you can imagine is quite important. (The csv stdlib module in Python 2 did that, IIRC. Perhaps I was holding it wrong, but experience shows that absolutely everybody did.) | null | null | 41,788,310 | 41,788,026 | null | [
41792155,
41792276,
41789482
] | null | null |
41,788,416 | comment | paiute | 2024-10-09T14:41:40 | null | Exactly, python is not Java. I don’t want it to be. There are perfectly good cases to catch all exceptions like this. | null | null | 41,788,326 | 41,788,026 | null | [
41788516
] | null | null |
41,788,417 | comment | beardyw | 2024-10-09T14:41:40 | null | Since io seems as valid as many non geographic domain names I can't see why it wouldn't just become one of those. Probably money involved somewhere though. | null | null | 41,787,719 | 41,787,719 | null | null | null | null |
41,788,418 | comment | oneshtein | 2024-10-09T14:41:43 | null | Yep, but Ukraine took the risk, invaded RF, and we are still alive. | null | null | 41,779,543 | 41,769,971 | null | null | null | null |
41,788,419 | comment | ksec | 2024-10-09T14:41:44 | null | Thank You ! | null | null | 41,783,476 | 41,780,569 | null | null | null | null |
41,788,420 | comment | teqsun | 2024-10-09T14:41:49 | null | As a fellow full-stack I agree.<p>There's a joke I've told many times in interviews if they ask me to define what a full-stack engineer is, to which I joke "It means I do whatever the senior engineer doesn't want to do, which 99% of the time is front-end". The people I tell it to laugh, because it's funny but also because it's true.<p>On the front-end you're dealing with more customer/users and it's inherently more of a servile role, while it's much easier to be stubborn, eccentric, 'powerful' in the tech-facing backend.<p>I'd also wager there's a certain "tech purity" angle too, given the inherent reverence foisted upon lower level languages and programming fields that is seemingly rife.<p>To play devil's advocate on myself, perhaps it's more that the higher end technical complexity challenges for Front-End aren't commonplace enough. I've had the fortune to work in a field where the level of necessary technical complexity on the front-end part of my job is very high, so ymmv | null | null | 41,785,990 | 41,781,457 | null | null | null | null |
41,788,421 | story | fanf2 | 2024-10-09T14:42:02 | In-Place Construction for Rust | null | https://y86-dev.github.io/blog/safe-pinned-initialization/in-place.html | 1 | null | 41,788,421 | 0 | null | null | null |
41,788,422 | comment | jaimehrubiks | 2024-10-09T14:42:13 | null | This looks so good! I have two questions<p>1. What happens if the tunnels breaks? Does it retry instantly? Is there any sort of exponential backlog time? Just wondering if the server is down, if it would spike the cpu or would be gentle (while still fast enough)<p>2. Would you be adding support for Socks Proxy? The ssh command is quite simple, and it is as useful as regular remote and local tunnels. | null | null | 41,785,511 | 41,785,511 | null | [
41788606
] | null | null |
41,788,423 | comment | tivert | 2024-10-09T14:42:15 | null | > Interesting. So no USB camera, headset, etc either?<p>My workplace has a policy of no USB <i>storage</i> devices (though you can request an exception). By default, other USB devices work, and storage devices are mounted as read-only.<p>I don't think the goal is so much system security as preventing data breaches/data exfiltration. | null | null | 41,788,179 | 41,779,952 | null | [
41789316
] | null | null |
41,788,424 | comment | daedrdev | 2024-10-09T14:42:19 | null | There were at least hundreds of thousands if not millions who had easier starts them Jeff Besos. | null | null | 41,787,965 | 41,786,101 | null | [
41797976
] | null | null |
41,788,425 | comment | joshkel | 2024-10-09T14:42:31 | null | Interesting.<p>The way I was taught Python, you really, really don't want to use bare `except:`, because it catches _everything_: Ctrl-C interruptions, system exit, etc. Instead, you really ought to use `except Exception:` (where `Exception` is the base class for any "normal" runtime error).<p>So I definitely understand the rationale, but it's hard to say it's worth the pain of backward incompatibility - we have linters, style guides, etc. that can catch this. | null | null | 41,788,026 | 41,788,026 | null | [
41788485,
41790347
] | null | null |
41,788,426 | story | pncnmnp | 2024-10-09T14:42:39 | Io_uring and seccomp (2022) | null | https://blog.0x74696d.com/posts/iouring-and-seccomp/ | 1 | null | 41,788,426 | 0 | null | null | null |
41,788,427 | comment | yawpitch | 2024-10-09T14:42:40 | null | Just going to point out that if you’ve launched advertising on a platform that previously didn’t have advertising, why you haven’t done is <i>succeeded</i>. | null | null | 41,788,282 | 41,788,282 | null | null | null | null |
41,788,428 | comment | ketzo | 2024-10-09T14:42:41 | null | Antitrust law says more than that. In particular, it’s illegal for a monopoly to take anticompetitive action to <i>maintain</i> their monopoly — e.g,<p>> what Google is doing is making sure that nobody <i>else</i> gets a monopoly<p>Depending on what “making sure” is, that could very well be illegal. | null | null | 41,787,486 | 41,787,290 | null | null | null | null |
41,788,429 | comment | tuantruong | 2024-10-09T14:42:42 | null | Those 20% can sure be helped by AI , but since I got the coding skills few years back, it was better for me to put in the logic myself,save more time.<p>Yes, in term of aisheeter, will add more items once I have more requests from users, Vision is a great idea that I could try .<p>Thanks | null | null | 41,788,345 | 41,786,584 | null | null | null | null |
41,788,430 | story | thunderbong | 2024-10-09T14:42:42 | Proxying Fossil via HTTPS with Nginx | null | https://fossil-scm.org/home/doc/version-2.8/www/tls-nginx.md | 1 | null | 41,788,430 | 0 | null | null | null |
41,788,431 | comment | tracker1 | 2024-10-09T14:42:46 | null | Because this library supports dynamic linking, but can itself be statically linked, which is a default behavior for go. Trying to dynamically link a go library that dynamically links, or even statically links to Qt is just an extra level of effort for application developers.<p>This library will be easier for developers to create applications which comply with LGPL of the upstream library without adding additional burdons. | null | null | 41,787,182 | 41,784,387 | null | null | null | null |
41,788,432 | comment | my123 | 2024-10-09T14:42:48 | null | macOS 15 ships with AVX2 support on Rosetta 2 though | null | null | 41,772,370 | 41,756,219 | null | null | null | null |
41,788,433 | comment | c0balt | 2024-10-09T14:42:55 | null | It should be noted that goolum is AFAIK still the backend behind GitLabs Wikis. It works quite well Ime and was easy to setup/use for basic Markdown Documents. | null | null | 41,757,008 | 41,749,680 | null | null | null | null |
41,788,434 | story | d3witt | 2024-10-09T14:43:00 | Show HN: Dock-Boy – a tiny deploy tool for small teams on Docker Swarm and Caddy | null | https://github.com/d3witt/dockboy | 5 | null | 41,788,434 | 0 | null | null | null |
41,788,435 | comment | OscarCunningham | 2024-10-09T14:43:11 | null | One example of a time I used a bare except was when I wanted a program to retry three times if it failed for any reason. I just wrapped everything in a for loop with a catchall except.<p>The problem occurred when our scheduling program (Airflow) noticed the program was taking too long to run and decided to kill it. It sent a kill signal to Python, which dutifully caught the exception, retried and continued to run. I had to add a special case to allow Airflow to kill the program.<p>This PEP just forced me to look up the difference between the classes Exception and BaseException. It turns out that BaseException includes every exception, whereas Exception excludes those that are trying to exit the program (like SystemExit and KeyboardInterrupt). | null | null | 41,788,026 | 41,788,026 | null | [
41798909,
41788565
] | null | null |
41,788,436 | comment | zhynn | 2024-10-09T14:43:12 | null | Or you could just use fossil... | null | null | 41,749,680 | 41,749,680 | null | null | null | null |
41,788,437 | comment | justinclift | 2024-10-09T14:43:14 | null | Don't forgot Google (at least used to) routinely break Gmail and other Google provided things for people using non-Chrome browsers. | null | null | 41,787,486 | 41,787,290 | null | [
41788598
] | null | null |
41,788,438 | comment | JohnFen | 2024-10-09T14:43:22 | null | > Advertising without tracking, surveillance and shady data brokers sounds better than advertising with tracking, surveillance and shady data brokers.<p>It does! But that can be achieved with contextual advertising rather than advertising that relies on spying on everybody.<p>Also, I don't think that Mozilla's proposal eliminates the tracking and surveillance. It just makes the browser itself the one doing the tracking and surveillance. | null | null | 41,787,312 | 41,786,012 | null | null | null | null |
41,788,439 | comment | pwg | 2024-10-09T14:43:41 | null | Archive link: <a href="https://archive.is/hN0MH" rel="nofollow">https://archive.is/hN0MH</a> | null | null | 41,788,040 | 41,787,740 | null | null | null | null |
41,788,440 | comment | pansa2 | 2024-10-09T14:43:42 | null | In terms of “break everyone’s code for no good reason”, this proposal is comparable to the removal of the `print` statement. | null | null | 41,788,026 | 41,788,026 | null | [
41788499
] | null | null |
41,788,441 | comment | pdonis | 2024-10-09T14:43:45 | null | You have it backwards. The actual question is, how did the majority magically get the power to enforce its will on the minority in the first place? | null | null | 41,785,679 | 41,780,569 | null | [
41789516,
41792192,
41792714,
41789847,
41789226
] | null | null |
41,788,442 | comment | roymurdock | 2024-10-09T14:43:51 | null | love to see progressive ideas in costa rica on how to coexist with our natural brethren. such a beautiful country, hope to see a jaguar or puma there in the wild one day :) | null | null | 41,787,967 | 41,787,967 | null | [
41789054,
41788719,
41792451
] | null | null |
41,788,443 | comment | graemep | 2024-10-09T14:44:00 | null | This reeks of "our users are idiots and we need to keep them away from sharp edges".<p>A bare except is something to be flagged up by tools, not disallowed by the language. It is definitely not worth a backward-incompatible change.<p>I am slowly going off Python. | null | null | 41,788,026 | 41,788,026 | null | [
41788586
] | null | null |
41,788,444 | comment | n0us | 2024-10-09T14:44:01 | null | Hard hitting interview right here | null | null | 41,786,457 | 41,786,457 | null | null | null | null |
41,788,445 | comment | account42 | 2024-10-09T14:44:02 | null | You can't always control the case you get but often you can not care about anything outside ASCII. Scripts and configuration or text-based data formats are common examples. | null | null | 41,782,618 | 41,774,871 | null | null | null | null |
41,788,446 | comment | adastra22 | 2024-10-09T14:44:05 | null | It shows that SOME “superluminal” photons can reach us, not that ALL can. With accelerating expansion, eventually all galaxies fall out of that interval and become unreachable. | null | null | 41,788,267 | 41,782,534 | null | null | null | null |
41,788,447 | comment | aabhay | 2024-10-09T14:44:29 | null | The article continuously mentions Google, but how does that affect Alphabet, its parent company?<p>When I read about breaking up google, I had assumed that the division would simply force all alphabet companies to operate fully independently. But this is specific to the Google search engine part. | null | null | 41,787,290 | 41,787,290 | null | [
41788588
] | null | null |
41,788,448 | comment | steveklabnik | 2024-10-09T14:44:32 | null | Dropshot, the Rust HTTP framework I use, has an option to generate an OpenAPI document for your server. I use that. | null | null | 41,788,109 | 41,788,109 | null | null | null | null |
41,788,449 | comment | aitchnyu | 2024-10-09T14:44:35 | null | So what makes a phone more valuable than a pebble to the end destination? Recycling? | null | null | 41,785,023 | 41,785,023 | null | null | null | null |
41,788,450 | comment | account42 | 2024-10-09T14:44:46 | null | Cool, I will. | null | null | 41,775,511 | 41,774,871 | null | null | null | null |
41,788,451 | comment | rsynnott | 2024-10-09T14:45:01 | null | > Arguably, since OpenAI released the o1 models, LLMs are now 'smarter' than the average human when measured by IQ<p>Arguably, pigs can fly. It's not a _good_ argument, but it's an argument, I suppose.<p>No, of course LLMs aren't smarter than the average person, don't be silly.<p>(Twist: The OP was written by a self-aggrandising robot.) | null | null | 41,782,874 | 41,782,874 | null | null | null | null |
41,788,452 | comment | sdenton4 | 2024-10-09T14:45:04 | null | On the bright side, turning bare exceptions into types exceptions is the kind of thing an llm is great for. It's also basically zero cost for new code.<p>On the other hand, I completely agree that it's not worth a breaking change. | null | null | 41,788,360 | 41,788,026 | null | [
41788492
] | null | null |
41,788,453 | comment | williamsmj | 2024-10-09T14:45:05 | null | If you're referring to this PEP's "twin", i.e. "PEP 758 – Allow except and except* expressions without parentheses", that is not an opposing PEP. These two PEPs are orthogonal. One does not contradict the other. They are twins only in the sense that they are both about exception handling syntax. | null | null | 41,788,391 | 41,788,026 | null | [
41788504
] | null | null |
41,788,454 | comment | marcosdumay | 2024-10-09T14:45:18 | null | > In the limit, there is a hard tradeoff between efficiency and reliability.<p>Yes, but notice that most things on the GP's comment have an exponential impact on reliability (well, on 1 - reliability), so they are often non-brainiers as long as they follow that simple model (what they stop doing at some point). | null | null | 41,783,373 | 41,781,777 | null | null | null | null |
41,788,455 | story | hellohihello135 | 2024-10-09T14:45:22 | Ask HN: How do you stay motivated and focused for long periods of time? | Anytime I want to learn some new technology or work on a new project, I quickly lose my motivation and drop it.<p>How do you get yourself to stick with something for long period of time? | null | 4 | null | 41,788,455 | 5 | [
41788775,
41788905,
41789169,
41789981,
41788879
] | null | null |
41,788,456 | comment | fsflover | 2024-10-09T14:45:23 | null | How about Qubes OS with minimal templates? <a href="https://www.qubes-os.org/doc/templates/minimal/" rel="nofollow">https://www.qubes-os.org/doc/templates/minimal/</a><p>See also: <a href="https://www.qubes-os.org/faq/#how-does-qubes-os-compare-to-using-a-separate-physical-machine" rel="nofollow">https://www.qubes-os.org/faq/#how-does-qubes-os-compare-to-u...</a> | null | null | 41,783,399 | 41,779,952 | null | null | null | null |
41,788,457 | comment | megiddo | 2024-10-09T14:45:24 | null | I think my favorite part of this is watching LLM-bros awkwardly rediscover basic AI concepts that have been studied in depth for 5 decades. | null | null | 41,733,390 | 41,733,390 | null | [
41789937
] | null | null |
41,788,458 | comment | mossTechnician | 2024-10-09T14:45:37 | null | Even if ads must be improved for some reason, I don't see why Mozilla can come up with a solution that is only marginally better than what Google and Facebook have proposed the same group as Mozilla (PATCG). And PPA was jointly developed with Facebook, a company that has a monopoly on advertisements on its own platform. | null | null | 41,786,995 | 41,786,012 | null | null | null | null |
41,788,459 | comment | Qem | 2024-10-09T14:45:46 | null | Those figures are credible, based on research [1][2] that estimated total deaths including those by secondary effects from the attacks, like diseases and famine spread by purposeful destruction of medical[3][4], water treatment/sanitation[5][6] infrastructure and crops[7]. The figures quoted more often in the media, over 40,000 people killed, reflect only people that were directly killed and whose bodies could be recovered and identified, and so are gross underestimates of total loss of life.<p>[1] <a href="https://www.theguardian.com/world/article/2024/jul/12/gaza-death-toll-indirect-casualties" rel="nofollow">https://www.theguardian.com/world/article/2024/jul/12/gaza-d...</a><p>[2] <a href="https://www.thelancet.com/journals/lancet/article/PIIS0140-6736(24)01169-3/fulltext" rel="nofollow">https://www.thelancet.com/journals/lancet/article/PIIS0140-6...</a><p>[3] <a href="https://www.aljazeera.com/news/longform/2024/4/18/satellite-images-reveal-israeli-destruction-of-hospitals-in-gaza" rel="nofollow">https://www.aljazeera.com/news/longform/2024/4/18/satellite-...</a><p>[4] <a href="https://reliefweb.int/report/occupied-palestinian-territory/500-healthcare-workers-killed-during-israels-military-assault-gaza" rel="nofollow">https://reliefweb.int/report/occupied-palestinian-territory/...</a><p>[5] <a href="https://www.haaretz.com/israel-news/2024-07-29/ty-article/.premium/idf-commanders-gave-order-to-blow-up-rafah-reservoir-army-suspects-breach-of-intl-law/00000190-fd90-d5ef-a5fe-ff9ec3ea0000" rel="nofollow">https://www.haaretz.com/israel-news/2024-07-29/ty-article/.p...</a><p>[6] <a href="https://www.youtube.com/watch?v=2SLwaodt_Rw" rel="nofollow">https://www.youtube.com/watch?v=2SLwaodt_Rw</a><p>[7] <a href="https://www.fao.org/newsroom/detail/gaza-geospatial-data-shows-intensifying-damage-to-cropland/en" rel="nofollow">https://www.fao.org/newsroom/detail/gaza-geospatial-data-sho...</a> | null | null | 41,785,527 | 41,783,867 | null | [
41800544,
41789919
] | null | null |
41,788,460 | comment | pyrale | 2024-10-09T14:45:59 | null | > As soon as you have gender/race distribution goals that deviate from your candidate stream, you have to make hiring decisions that discriminate against your otherwise "most capable candidate"<p>The issue with this logic is that you assume the candidate stream can't be changed/expanded.<p>An example of a business decision that could be influenced by DEI hiring: rather than doing the usual outreach programs only to the usual universities, you could decide to turn stones that you wouldn't usually turn in order to find people you wouldn't usually find. This has zero impact on the quality of people you hire.<p>Also, "We only hire the best" is a bullshit catchphrase designed to flatter the ego of fresh grads in order to soften them for comp discussion. What usually happens is that you hire whoever passes an arbitrary bar you've set, and you're content not to have and waste another month in a new interview round before you start your new project.<p>> Just making sure that your hiring is not actively racist itself is not something I'm arguing against (and I would not call that "DEI hiring").<p>edit: Unfortunately, it is. e.g. someone created a throwaway account to peddle weird fantasies in answer to this message. | null | null | 41,788,015 | 41,745,798 | null | [
41788836,
41788563
] | null | null |
41,788,461 | story | thunderbong | 2024-10-09T14:46:01 | Source-Available Is Meaningless | null | https://keygen.sh/blog/source-available-is-meaningless/ | 47 | null | 41,788,461 | 72 | [
41788930,
41788941,
41788995,
41789177,
41788972,
41789145,
41788939,
41789184,
41789344,
41789160,
41789110,
41789412,
41795284,
41789166,
41789152,
41788999,
41789085,
41792074,
41790781,
41789186,
41789075,
41789163,
41789210,
41789018,
41789074,
41789135
] | null | null |
41,788,462 | comment | account42 | 2024-10-09T14:46:03 | null | You are not being excluded just because you need to use a romanized version of your name. Clear example of a first world problem. | null | null | 41,777,484 | 41,774,871 | null | [
41797616
] | null | null |
41,788,463 | comment | jimkleiber | 2024-10-09T14:46:20 | null | I do work in what I call emotional combat and I love this line:<p>> It's important to distinguish "conveying meaning" with "conveying feeling"<p>So often I've found myself paying attention to what people say with their words instead of what they're saying with their feelings. The girl who said she felt more uncomfortable with me than anyone else and was gonna block me and I said it's ok if she blocks me if she thinks it'll be best for her and she got more angry.<p>And I often haven't thought about this on sites either, the ones I've visited or the ones I've built. The text may convey a meaning if people _read_ it, but how do they _feel_ when they see a wall of text?<p>Thank you for this insight. | null | null | 41,783,128 | 41,755,303 | null | null | null | null |
41,788,464 | comment | tananan | 2024-10-09T14:46:29 | null | In both academic and industrial settings, I've seen an initial spark of hope about AlphaFold's utility being replaced with a resignation that it's cool, but not really useful. Yet in both settings it continued as a playing card for generating interest.<p>There's an on-point blog-post "AI and Biology" (<a href="https://www.science.org/content/blog-post/ai-and-biology" rel="nofollow">https://www.science.org/content/blog-post/ai-and-biology</a>) which illustrates why AlphaFold's real breakthrough is not super actionable for creating further bio-medicinal applications in a similar vein. | null | null | 41,788,000 | 41,786,101 | null | [
41788707
] | null | null |
41,788,465 | comment | causal | 2024-10-09T14:46:30 | null | The universe keeps going even when you're unconscious and having no experience at all. Others experience consciousness without your knowing. So why would you assume your past or future can't exist without your knowing? | null | null | 41,787,838 | 41,782,534 | null | [
41790370,
41788663
] | null | null |
41,788,466 | comment | airstrike | 2024-10-09T14:46:44 | null | "no societal good" != "more societal good than alternatives" | null | null | 41,786,599 | 41,784,387 | null | [
41788975
] | null | null |
41,788,467 | comment | stonemetal12 | 2024-10-09T14:46:45 | null | How many of those 10k would have the same background? We can pretend Bezos' dad raised him in a "normal" middle class background then randomly dropped 300K on him, or we can acknowledge he is the business equivalent of an Olympic athlete. | null | null | 41,788,158 | 41,786,101 | null | [
41791231,
41791407,
41788673
] | null | null |
41,788,468 | comment | mindslight | 2024-10-09T14:46:45 | null | With propane, there is also the problem of the vaporization rate being very low at winter temperatures. I've got a small 2500W (1850W continuous) dual-fuel generator that I had expected to be able to run off of a 20lb propane tank. It didn't work at all when I actually needed it (surprise!), and I ended up just running on gasoline and having to go out to get more. It has since been working fine off of 3 tanks teed together, although I still haven't seen middle of the winter arctic blast temperatures with that set up yet. | null | null | 41,787,750 | 41,764,095 | null | [
41789592
] | null | null |
41,788,469 | comment | dpwm | 2024-10-09T14:46:52 | null | From the PEP:<p>> A tool will be provided to automatically update code to replace bare except: with except BaseException:. | null | null | 41,788,360 | 41,788,026 | null | [
41788605,
41788759,
41788599,
41788515,
41788522
] | null | null |
41,788,470 | comment | williamsmj | 2024-10-09T14:46:56 | null | We may never know <a href="https://news.ycombinator.com/item?id=41234180">https://news.ycombinator.com/item?id=41234180</a>. | null | null | 41,788,350 | 41,788,026 | null | [
41788633
] | null | null |
41,788,471 | comment | wiseowise | 2024-10-09T14:46:58 | null | > The main difference is that Nazis is used as a political connotation and is usually referred to Ukrainian politicians and military members. Russian propaganda carefully describes the Ukrainian population as relatives captive of a far-right dictatorship. Ukrainian propaganda instead frequently dehumanizes the Russian population.<p>Straight up lie.<p>Russians dehumanized Ukrainians for decades. Khokli, Saloedi (pork fat eaters), chubatie (derogatory remark about cultural Cossack haircut), Petlurivci (reference to Petlura), Benderivci (Stepsn Bendera reference). I can continue for a very long while. | null | null | 41,777,903 | 41,749,470 | null | [
41797867,
41790412
] | null | null |
41,788,472 | comment | teqsun | 2024-10-09T14:47:06 | null | I don't have anything personally against htmx, but the general sentiment I've seen tossed around about it has led me to believe that some real hellmesses are going to be calcified in it by "IDGAF about the FE" devs which will inevitably be foisted upon some poor intern to "improve". | null | null | 41,781,457 | 41,781,457 | null | null | null | null |
41,788,473 | story | tosh | 2024-10-09T14:47:15 | Always use an enum for your status field | null | https://jmduke.com/posts/post/enums/ | 2 | null | 41,788,473 | 0 | null | null | null |
41,788,474 | comment | Dalewyn | 2024-10-09T14:47:16 | null | You're certainly wasting everyone else's time, you don't even know why credit cards have interest rates as high as they do. (No, it's not to prey on low income people.) | null | null | 41,788,402 | 41,786,012 | null | null | null | null |
41,788,475 | comment | sph | 2024-10-09T14:47:18 | null | Linux: let's bump the major version just because<p>Python: for the love of God [1] don't touch the version<p>I wonder if the scar tissue will ever heal and we'll see a Python 4 in two decades.<p>1: <a href="https://www.youtube.com/watch?v=asUyK6JWt9U" rel="nofollow">https://www.youtube.com/watch?v=asUyK6JWt9U</a> | null | null | 41,788,374 | 41,788,026 | null | [
41789861,
41788582
] | null | null |
41,788,476 | comment | psychoslave | 2024-10-09T14:47:20 | null | Well, for what I red, Einstein primary language stayed German all life through (Information/Informationen). And he learned English rather late in life, starting at 34 apparently.[1] And while not speaking German, he was more likely to practice some Italian as a spontaneous expression desire (informazione/informazioni) and did practice French well enough to give a lecture in this latter language (information/informations).<p>[1] <a href="https://www.lingalot.com/what-languages-did-albert-einstein-speak/" rel="nofollow">https://www.lingalot.com/what-languages-did-albert-einstein-...</a> | null | null | 41,788,012 | 41,787,647 | null | null | null | null |
41,788,477 | comment | pyrale | 2024-10-09T14:47:29 | null | There are more parameters than just changing the evaluation method applied on a fixed pool of candidates. | null | null | 41,787,688 | 41,745,798 | null | [
41788806
] | null | null |
41,788,478 | comment | Scubabear68 | 2024-10-09T14:47:31 | null | You nailed it on both counts.<p>Going back more than a quarter century ago (!), I was one of those zealots in favor of checked exceptions in Java. It took a good 15 years to finally conclude the “checked” part is more trouble than it’s worth.<p>Given that there is inevitably a root context for any given language invocation (main() for a command li program, top of a thread for a multi threaded app, etc), unchecked exceptions and a top level handler have proven to be more than enough.<p>I won’t comment on Python backwards compat, will just shake my head. | null | null | 41,788,326 | 41,788,026 | null | null | null | null |
41,788,479 | story | Chrissymoala | 2024-10-09T14:47:33 | null | null | null | 1 | null | 41,788,479 | null | [
41788480
] | null | true |
41,788,480 | comment | Chrissymoala | 2024-10-09T14:47:33 | null | [dead] | null | null | 41,788,479 | 41,788,479 | null | null | null | true |
41,788,481 | comment | PaulDavisThe1st | 2024-10-09T14:47:37 | null | 10k <i>random</i> Americans, sure.<p>10k random Americans with backgrounds in software and a business idea? Not so clear.<p>You also seem very certain that Amazon's scale is a good thing, overall, which I remain unconvinced of. | null | null | 41,788,158 | 41,786,101 | null | [
41790089
] | null | null |
41,788,482 | comment | oarsinsync | 2024-10-09T14:47:42 | null | And to think people used to think<p><pre><code> ./configure —-prefix=/home/user/appname
make
make install
</code></pre>
was too complicated | null | null | 41,788,077 | 41,749,680 | null | null | null | null |
41,788,483 | comment | amarcheschi | 2024-10-09T14:47:44 | null | Ironically enough, when I visited the neue galerie in New York (which hosts a small selection of klimt's paintings, including the expensive Adele bloch Bauer), the painting that impressed me the most was the most white and plain. The portrait of Gertrude Loew really shook me. Photos don't do it justice. I was hypnotized, it was such a strange feeling | null | null | 41,761,409 | 41,761,409 | null | null | null | null |
41,788,484 | comment | evanelias | 2024-10-09T14:47:55 | null | The only major downside to golang.org/x/crypto/ssh is that open issues seem to linger for years lately, even when people try to submit patches. So it's often necessary to look for third-party solutions.<p>The knownhosts handling in particular has a bunch of common land-mines. I'm the maintainer of a wrapper package <a href="https://github.com/skeema/knownhosts/">https://github.com/skeema/knownhosts/</a> which solves some of them, without having to re-implement the core knownhosts logic from x/crypto/ssh.<p>Just to illustrate how common these land-mines are, my wrapper package is imported by 8000 other repos on GitHub, although most of these are indirect dependencies: <a href="https://github.com/skeema/knownhosts/network/dependents">https://github.com/skeema/knownhosts/network/dependents</a> | null | null | 41,787,958 | 41,785,511 | null | [
41788703,
41788884,
41788812
] | null | null |
41,788,485 | comment | wild_pointer | 2024-10-09T14:47:58 | null | Yes, I was bitten by it in the past. Still, it'd better be a lint, or at least a very very long deprecation period... like, deprecated and removed in Python 4 or something. | null | null | 41,788,425 | 41,788,026 | null | [
41788958
] | null | null |
41,788,486 | comment | jmbwell | 2024-10-09T14:48:00 | null | As long as the flow of money isn’t disrupted, the system works as designed.<p>The most significant laws Texas enacted after the freeze — HB 3 and 5, SB 1015 and 2627 - mainly establish new funding for gas-fired plant construction, cut funding for renewable construction, and allow energy companies to raise rates on customers more frequently.<p>Observers will note that gas fired plants had the most unplanned outages, while renewable sources had the fewest. In any case, what matters is that the $9/kWh costs are duly distributed to the customers and tax payers, to the benefit of energy traders. | null | null | 41,788,182 | 41,764,095 | null | null | null | null |
41,788,487 | comment | seanw444 | 2024-10-09T14:48:02 | null | Devil's advocate: what the government says only matters because of fear of repercussion if they're not heeded. Because they're the guys with the guns, and the (increasingly under Lula) exclusive right to use them. | null | null | 41,782,402 | 41,782,118 | null | null | null | null |
41,788,488 | comment | tiltowait | 2024-10-09T14:48:11 | null | They still nag. | null | null | 41,788,382 | 41,787,290 | null | null | null | null |
41,788,489 | comment | Scoundreller | 2024-10-09T14:48:12 | null | every hospital I’m familiar with has its own backup power generation. Sometimes diesel so they can <i>fully</i> island off the grid for a while (but unsure about water & heat source). And with roll-up generator hookups+contracts if that fails.<p>Those should be the first requirements before being able to be deemed critical.<p>Heck, I’m familiar with some orgs that sell their backup generator capacity to be on-call to the grid in the event of supply shortage. To them it’s a profitable load test that reduces the risk of outage. | null | null | 41,787,696 | 41,764,095 | null | [
41788868,
41790235
] | null | null |
41,788,490 | comment | zanellato19 | 2024-10-09T14:48:17 | null | Better editor performance, more agility, the faster they can test stuff, the faster they can check what works -> better marketing. | null | null | 41,786,003 | 41,775,238 | null | null | null | null |
41,788,491 | comment | vandyswa | 2024-10-09T14:48:25 | null | I got the DEA call/email--I let our family lawyer deal with it, and it came to nothing. The crazy thing is that these pill presses, from a 3D printing perspective, are an absolutely trivial object. I'm glad that the drug war is going so well that there only remains the persection of certain shapes of plastic. (irony) | null | null | 41,785,327 | 41,784,713 | null | null | null | null |
41,788,492 | comment | relaxing | 2024-10-09T14:48:43 | null | Does that even require an LLM? It should be possible through traditional static analysis. | null | null | 41,788,452 | 41,788,026 | null | [
41788549,
41788562,
41788507
] | null | null |
41,788,493 | comment | nyrikki | 2024-10-09T14:48:44 | null | It would be nice if this was a problem with decidablity, but often it is a problem with indeterminacy that is way stronger than classic chaos.<p>The speed of causality or I information is the limit that is the speed of light.<p>Even in the case of entanglement, useful information is not ftl, If I write true on one piece of paper and false on another and randomly seed them to Sue and Bob, Sue instantly knows what Bob has as soon as she opens hers. While we teach QM similar to how it was discovered, there are less mystical interpretations that are still valid. Viewing wave function collapse as updating priors vs observer effects works but is pretty boring.<p>While wormholes are a prediction of the theory, we don't know if the map matches the territory yet. But it is a reason to look for them. But if we do find them it is likely that no useful information will survive the transit through them.<p>Kerr's rebuke of Hawkings assumption that black hole singularities are anything more than a guess from a very narrow interpretation of probably unrealistic, non rotating, non charged black holes is probably a useful read.<p>The map simply isn't the territory, but that doesn't mean we shouldn't see how good that map is or look for a better one. | null | null | 41,785,374 | 41,782,534 | null | [
41788560
] | null | null |
41,788,494 | comment | pdonis | 2024-10-09T14:48:52 | null | <i>> This would be a backward-incompatible change</i><p>Yes, indeed it would. | null | null | 41,788,310 | 41,788,026 | null | null | null | null |
41,788,495 | story | born-programmer | 2024-10-09T14:49:03 | Blackjack Simulator with basic strategy, EV, card counting and more. FOSS | null | https://github.com/AttackingOrDefending/Blackjack-Strategy-Simulator | 1 | null | 41,788,495 | 1 | [
41788496
] | null | null |
41,788,496 | comment | born-programmer | 2024-10-09T14:49:03 | null | I’ve been working on an open-source Blackjack Strategy Simulator that I think fellow blackjack fans and data enthusiasts might enjoy.<p>It’s a Python tool that lets you simulate any possible blackjack scenario, create custom basic strategy tables, and even calculate the expected value of different strategies—all based on your specific ruleset.<p>The code is on GitHub, and I’d love for you to check it out, play with it, and maybe even contribute!
Would appreciate any feedback or suggestions, too.<p>Repo: [Blackjack Strategy Simulator](<a href="https://github.com/AttackingOrDefending/Blackjack-Strategy-Simulator">https://github.com/AttackingOrDefending/Blackjack-Strategy-S...</a>) | null | null | 41,788,495 | 41,788,495 | null | null | null | null |
41,788,497 | comment | giraffe_lady | 2024-10-09T14:49:04 | null | Yeah if you start to see the impact of your work on the larger world and worry about your role in it no you didn't. | null | null | 41,787,928 | 41,786,818 | null | null | null | null |
41,788,498 | comment | jmyeet | 2024-10-09T14:49:06 | null | For context, this relates to an earlier court ruling that Google search was an illegal because it pays others to make Google the default search engine. This isn't about Android or any other thing that might separately be investigated.<p>So the government wants "structural relief" here meaning to break up Google. But isn't the remedy simply tp make such payments illegal? That's certainly one argument I would make were I Google's lawyers. In addition to just appealing the finding outright of course.<p>Now I've previously said (and I stand by this) that making such payments illegal would <i>help</i> Google maintain its search dominance. Why? Because Firefox, Apple, etc could no longer extort Apple to make Google the default when that's what most users want anyway.<p>Mozilla already tried making Bing the default. They went back to Google eventually, probably because Google paid them, but I would guess the user response was probably negative too. That's just a guess however.<p>Those of us who are old enough will remember the Microsoft antitrust trial and how that really went nowhere in the end. And that was for something that was profoundly much more harmful. There is such a larger barrier to entry to installing a new browser.<p>And that's the thing: this will take a decade or longer to actually play out. Any administration in the meantime could not have the same resolve or otherwise choose to settle with Google in some form of consent decree that limits their behaviour for a period of time.<p>So I don't see this going anywhere realistically. | null | null | 41,787,290 | 41,787,290 | null | [
41788728,
41789114,
41788652
] | null | null |
41,788,499 | comment | kstrauser | 2024-10-09T14:49:19 | null | At least that one was beneficial in the long run. It had clear advantages beyond purity. | null | null | 41,788,440 | 41,788,026 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.