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,799,400 | comment | lifthrasiir | 2024-10-10T14:47:29 | null | Even JS doesn't really use functional styles that much. In fact, the whole reason for functional styles is the decomposability: any language with easy function chaining like `x |> f |> g |> h` will also have an easy extraction of any part of the chain (say, `x |> fg |> h where fg = f . g`). It is not a good idea to use chaining when the language supports no such feature, as it would be much harder to work with such chains then. | null | null | 41,799,304 | 41,769,275 | null | null | null | null |
41,799,401 | story | craigkerstiens | 2024-10-10T14:47:30 | Enhanced Postgres Release Notes | null | https://www.crunchydata.com/blog/enhanced-postgres-release-notes | 2 | null | 41,799,401 | 0 | null | null | null |
41,799,402 | comment | sph | 2024-10-10T14:47:35 | null | Given that Jimmy Wales is president of Fandom, I don't know if that's a good idea for WMF to get involved. | null | null | 41,799,138 | 41,797,719 | null | [
41799476
] | null | null |
41,799,403 | comment | philwelch | 2024-10-10T14:47:37 | null | Cocaine hydrochloride (i.e. powder) isn’t even the only purified form of cocaine. There’s also crack. Would you argue that people who smoke crack aren’t doing cocaine?<p>Furthermore, the most purified form of drinking ethanol actually is called “grain alcohol”; Everclear is a popular brand. | null | null | 41,797,318 | 41,787,798 | null | [
41800713
] | null | null |
41,799,404 | comment | jdiff | 2024-10-10T14:47:37 | null | Time is of the essence when you're hitting an escape shortcut. That's why this component blanks the page immediately, then loads the decoy, there can be no delay even for the browser to tear down the page as it fetches the next. If you have enough time to just go and open Solitaire, you have no need for an escape button.<p>If you are with someone who cannot know what you are doing, who has appeared suddenly, you are quickly closing what you're doing and, yes, you will be looking at a blank page without some sort of escape mechanism like this. And if it's sudden and unexpected, you might not have been anticipating needing to pop open some decoys.<p>This seems like a complete misunderstanding of the situation. | null | null | 41,796,448 | 41,793,597 | null | [
41800043
] | null | null |
41,799,405 | comment | duxup | 2024-10-10T14:48:04 | null | I can understand the urge and frustration level.<p>Just wish there was a more centralized / good alternative to promote rather than just wrecking fandom. | null | null | 41,799,040 | 41,797,719 | null | null | null | null |
41,799,406 | comment | happyopossum | 2024-10-10T14:48:16 | null | For the vast majority of mortgages in the US, the situation is the same. You owe the bank the full amount, even in a foreclosure or short-sale. | null | null | 41,798,995 | 41,798,027 | null | null | null | null |
41,799,407 | story | jonnycomputer | 2024-10-10T14:48:25 | Ant Yogurt | null | https://www.msn.com/en-us/health/nutrition/scientists-made-ant-yogurt-recreating-an-ancient-forgotten-technique/ar-AA1rUNGS | 3 | null | 41,799,407 | 1 | [
41799453
] | null | null |
41,799,408 | comment | HarHarVeryFunny | 2024-10-10T14:48:25 | null | So what changed for you? Why are you now able to control your calorie intake, but not before (or maybe you could have, but just didn't do it that way)? | null | null | 41,778,357 | 41,777,800 | null | null | null | null |
41,799,409 | comment | delecti | 2024-10-10T14:48:30 | null | Every page has a live chat and video stream. The content tends to be better, but it's not mechanically much better than Fandom.<p>It also highlights an important difference between why wikis can be useful. If I want information about Elden Ring as a game, Fextralife is pretty good (with some ublock filters to kill the stupid chat), but it does that at the expense of information about Elden Ring as a fictional world. That's not usually why I'm looking up Elden Ring information, but it sometimes is. | null | null | 41,799,036 | 41,797,719 | null | null | null | null |
41,799,410 | comment | foxyv | 2024-10-10T14:48:36 | null | I don't think that's how it works. For all we know, in ten years, parts of the Atlantic Ocean could become uninhabitable by marine life due to radioactive plumes. Or not. The history of radioactive waste disposal is very short. Dumping further could exacerbate future problems. That's kind of why we banned it.<p>Personally I think deep bore hole disposal in geologically inactive regions makes the most sense. | null | null | 41,781,654 | 41,765,580 | null | [
41800932
] | null | null |
41,799,411 | comment | jchw | 2024-10-10T14:48:51 | null | In all fairness, running modest to large MediaWiki instances isn't easy. There's a lot of things that are not immediately obvious:<p>- For anything complex/large enough you <i>have</i> to set `$wgMiserMode` otherwise operations will just get way too long and start timing out.<p>- You have to set `$wgJobRunRate` to 0 or a bunch of requests will just start stalling when they get assigned to calculate an expensive task that takes a lot of memory. Then you need to set up a separate job runner in the background, which can consume a decent amount of memory itself. There is nowadays a Redis-based job queue, but there doesn't seem to be a whole lot of documentation.<p>- Speaking of Redis, it seems like setting up Redis/Memcached is a pretty good idea too, for caching purposes; this especially helps for really complicated pages.<p>Even to this day running a Wiki with an ambient RPS is kind of hard. I actually <i>like</i> MediaWiki because it's very practical and extensible, but on the other hand I know in my heart that it is a messy piece of software that certainly could make better use of the machine it's running on.<p>The cost of running a wiki has gone down over time in my experience though, especially if you are running things as slim as possible. A modest Digital Ocean machine can handle a fair bit of traffic, and if you wanted to scale up you'd get <i>quite</i> a boost by going to one of the lower end dedicated boxes like one of the OVHcloud Rise SKUs.<p>If anyone is trying to do this I have a Digital Ocean pro-tip. Don't use the Premium Intel boxes. The Premium AMD boxes are significantly faster for the money.<p>One trap I also fell into was I thought it might be a good idea to throw this on a hyperscaler, you know, Google Cloud or something. While it does simplify operations, that'll definitely get you right into the "thousands of dollars per month" territory without even having that much traffic...<p>At one point in history I actually felt like Wikia/Fandom was a good offering, because they could handle all of this for you. It didn't start out as a bad deal... | null | null | 41,798,956 | 41,797,719 | null | [
41800316,
41800007,
41800371
] | null | null |
41,799,412 | comment | jkestner | 2024-10-10T14:48:58 | null | I was actually thinking of scaling to a site first, and then expand horizontally to all ceiling-mounted products. Because what's the point if I can't monetize my decision-making system? | null | null | 41,798,910 | 41,794,566 | null | null | null | null |
41,799,413 | comment | sph | 2024-10-10T14:49:00 | null | I mean.. you can use your eyes to tell if it's a good wiki or not. | null | null | 41,799,132 | 41,797,719 | null | [
41799463
] | null | null |
41,799,414 | comment | jabroni_salad | 2024-10-10T14:49:03 | null | There is a browser extension called Indie Wiki Buddy that keeps track of who the best wiki for each game is. And for the ones that do insist on using fandom, it can redirect to breezewiki which is a lite and respectful rehoster.<p><a href="https://getindie.wiki/" rel="nofollow">https://getindie.wiki/</a> | null | null | 41,799,132 | 41,797,719 | null | [
41799468
] | null | null |
41,799,415 | comment | bityard | 2024-10-10T14:49:09 | null | Does anyone predict Discord might end up going down the same path? | null | null | 41,797,719 | 41,797,719 | null | null | null | null |
41,799,416 | comment | yoavm | 2024-10-10T14:49:10 | null | > what I love about K-9 whenever I've used it: configurability<p>I'm using K-9 but I cannot say configurability is the app's strongest point. For example, when getting a notification about a new email, I always wished I could just Archive directly (the current buttons are "Mark as read" and "Delete", I think). It's impossible to configure that, and the issue has been around for.... 6 years[0].<p>The FairEmail app always felt way more configurable, but it isn't shining when it comes to design, at least the last time I checked.<p>[0] <a href="https://github.com/thunderbird/thunderbird-android/issues/3403">https://github.com/thunderbird/thunderbird-android/issues/34...</a> | null | null | 41,798,615 | 41,798,615 | null | null | null | null |
41,799,417 | comment | maverwa | 2024-10-10T14:49:11 | null | I'd say if you cannot tell what its hosted at, its "good". If it shouts "fandom" in your face, its "bad". Easy! | null | null | 41,799,132 | 41,797,719 | null | null | null | null |
41,799,418 | comment | dartos | 2024-10-10T14:49:11 | null | > Maybe not yet, but it is heading in that direction<p>I have little doubt that Rust will end up being as complicated as C++ eventually, but a big difference is how explicit and well documented the discusson of new features are.<p>The Rust RFCs provide a ton of context to almost every feature of the lagnuage. I find that historical context extremely helpful when trying to figure out why something is the way that it is.<p>There may be something like that for C++, but I feel like a lot of it is "you had to be there" kind of reasons. | null | null | 41,792,720 | 41,791,773 | null | [
41802385
] | null | null |
41,799,419 | comment | whalesalad | 2024-10-10T14:49:16 | null | I recently got back into search after not touching ES since like 2012-2013. I forgot how much of a fucking nightmare it is to work with and query. Love to see innovation in this space. | null | null | 41,797,041 | 41,797,041 | null | [
41799446
] | null | null |
41,799,420 | comment | card_zero | 2024-10-10T14:49:16 | null | Some sites have a message like "hey, we can't serve you ads, you must be using an ad blocker, stop that and absorb the advertising as is your duty because we need the money". But maybe that's just desperation and they aren't losing much to ad blockers anyway. | null | null | 41,799,223 | 41,797,719 | null | [
41799527
] | null | null |
41,799,421 | comment | crazygringo | 2024-10-10T14:49:21 | null | > <i>If UNICODE had semantics for apostrophes versus right single quotes, then our documents would be unambiguous.</i><p>No -- as I said before, it's an input problem before anything else. There aren't separate keys for apostrophe and right single quote on the keyboard. We don't even have separate keys for left and right quotes. So even if there were encodings for them, they wouldn't be used correctly. They'd be used correctly about as often as people type a proper minus sign rather than a hyphen for subtraction, which is almost never. | null | null | 41,796,017 | 41,787,647 | null | [
41801309
] | null | null |
41,799,422 | comment | cubefox | 2024-10-10T14:49:28 | null | Why can't they replace the old pages with a link to the new page? Or otherwise remove the contents from the old site? | null | null | 41,799,038 | 41,797,719 | null | [
41799981,
41799617
] | null | null |
41,799,423 | comment | TZubiri | 2024-10-10T14:49:29 | null | Yeah, this is hacker news, not hacking news | null | null | 41,797,463 | 41,792,500 | null | null | null | null |
41,799,424 | comment | throwawaycities | 2024-10-10T14:49:32 | null | I love everything about this from the band, album, unique distributions of the songs, to the website.<p>The raffle style business model stood out, so I read the terms. The terms weren't any more clear, they sort of lump sweepstakes/raffle together in section 14. Sweepstakes and raffles are high regulated but they are legally distinct, and raffles are treated as gambling in many jurisdictions.<p>I hope they have it all worked out, it’s an awesome distribution of music. | null | null | 41,790,295 | 41,790,295 | null | null | null | null |
41,799,425 | comment | punnerud | 2024-10-10T14:49:37 | null | It’s starting to get way easier these days with the help of Claude.ai and Cursor.ai.
I find it’s easier to pay much more focus to details when the iteration process is faster. | null | null | 41,794,623 | 41,790,295 | null | null | null | null |
41,799,426 | comment | InDubioProRubio | 2024-10-10T14:49:40 | null | or: <a href="https://fsharpforfunandprofit.com/rop/" rel="nofollow">https://fsharpforfunandprofit.com/rop/</a> | null | null | 41,798,250 | 41,765,594 | null | null | null | null |
41,799,427 | comment | TZubiri | 2024-10-10T14:49:46 | null | shows now | null | null | 41,792,916 | 41,792,500 | null | null | null | null |
41,799,428 | comment | kreetx | 2024-10-10T14:49:53 | null | The solution is simply not to engage. The expectation of the author appears to be that everybody must change into using a social behavior they expect. I'd ask, why don't they change themselves instead? ;) | null | null | 41,799,355 | 41,799,011 | null | null | null | null |
41,799,429 | comment | teddyh | 2024-10-10T14:50:07 | null | Instance from 1998: <<a href="http://freefall.purrsia.com/ff200/fv00123.htm" rel="nofollow">http://freefall.purrsia.com/ff200/fv00123.htm</a>> | null | null | 41,798,027 | 41,798,027 | null | null | null | null |
41,799,430 | comment | FirmwareBurner | 2024-10-10T14:50:14 | null | <i>>Why impede me from viewing content on your project just because the community I'm getting refered from has some moderation approaches you don't like?</i><p>Because some people have a very thin skin and low emotional maturity despite outstanding brilliance on technical topics: <i>"I've been disrespected by a troll on HN once or twice, therefore HN is full of right wing trolls so I'm gonna block them all as revenge"</i><p>Kind of like that Twitter/Reddit/Discord mod who just bans everyone who disagrees with them. Swinging the ban hammer online is their way of fighting back to the social injustice they perceived on and offline, as IRL they're even afraid of making eye contact with the Doordash courier, let alone stand up for themselves in the face of a disagreement or argument, so these types of knee-jerk reactions are their blow-off valve.<p>See Elon Musk and his behavior online. He might be a genius in some areas, but that doesn't stop him from acting like a spoiled man-child online. A lot of people are like that unfortunately, like a lot, and they should be going to therapy and touching grass not on engaging more on social media.<p>The truth is, no matter how much good you do, the moment you put yourself out online, you're inevitably gonna have a certain percentage haters, downvotes, and generally rude comments thrown your way, and there's nothing you can do about it except ignore it. It's just inevitable and you can't let that get to you, you can't have a thin skin if you put yourself out online.<p>Imagine if Linus Torvalds would have rage-quit like that in the 90s every time someone negatively criticized him or his work. OSS devs back then were cut from a different cloth, today everyone's offended by everything. | null | null | 41,799,371 | 41,799,011 | null | null | null | null |
41,799,431 | comment | pvaldes | 2024-10-10T14:50:18 | null | fake job offer maybe | null | null | 41,785,830 | 41,774,300 | null | null | null | null |
41,799,432 | comment | brospars | 2024-10-10T14:50:20 | null | Great demo, reminds me a lot of Jupyter Notebook but the "inline" cells are so much better | null | null | 41,798,477 | 41,798,477 | null | null | null | null |
41,799,433 | comment | Retric | 2024-10-10T14:50:21 | null | Building for longer lifespans is generally fairly cheap. You’d be amazed with how far a 10% larger budget can take you, but builders are selling to buyers who don’t really understand the trade offs. | null | null | 41,799,354 | 41,798,726 | null | null | null | null |
41,799,434 | story | nissy-dev | 2024-10-10T14:50:22 | Show HN: Tenbin – minimize the differences in test execution times across shards | A typical test runner implements a sharding feature that splits tests to run on different machines. However, the sharding algorithm often randomly splits tests, leading to uneven execution times across shards.<p>Tenbin provides tools to minimize the differences in execution time across shards. It uses the execution times of past test run when splitting tests.<p>For example:<p>shard default use tenbin<p>1/3 3min 4min<p>2/3 5min 4min<p>3/3 4min 4min<p>The optimization of the sharding algorithm is considered in E2E testing tools where test execution time is a more critical issue. In Playwright, this is being discussed in <a href="https://github.com/microsoft/playwright/issues/17969">https://github.com/microsoft/playwright/issues/17969</a>. | https://github.com/nissy-dev/tenbin | 1 | null | 41,799,434 | 0 | null | null | null |
41,799,435 | comment | quux | 2024-10-10T14:50:24 | null | Nice, I was wondering if they were actually making use of progressive JPEG or just switching between images. | null | null | 41,794,033 | 41,790,295 | null | null | null | null |
41,799,436 | comment | zolbrek | 2024-10-10T14:50:25 | null | Yeah just context. | null | null | 41,795,450 | 41,787,647 | null | null | null | null |
41,799,437 | comment | sph | 2024-10-10T14:50:40 | null | I loved the Dark Souls wikidot. Sad to see the Elden Ring "official" wiki is the Fextralife one. | null | null | 41,799,225 | 41,797,719 | null | null | null | null |
41,799,438 | comment | torgoguys | 2024-10-10T14:50:43 | null | > To adhere with the requisite language outlined, any food products with a date label — with the exception of infant formula, eggs, beer, and malt beverages — must state “Best if Used By” to indicate peak quality, and “Use By” to designate food safety.<p>Infant formula is required federally, so OK. Eggs are an oddly specific one, but I guess I can see it (although I'd wonder why some other products like milk, or meat might not be similarly required). But why beer??? Legit question--I don't drink so maybe it's obvious and I'm just a knucklehead. | null | null | 41,765,006 | 41,765,006 | null | [
41799583,
41799608,
41799506,
41800570,
41800492,
41799515,
41800142
] | null | null |
41,799,439 | comment | ricardobeat | 2024-10-10T14:50:45 | null | > Ideally, I want engineers focused on building, not taking discovery meetings with potential customers, messing around in Figma, projecting financials, writing ads, or any other role<p>This is a very short-sighted view and one of the reasons a lot of engineers hate their jobs today - even though they might say they “just want to code”.<p>Software engineering is ultimately about building things for people (or machines), so the more distance you put between the engineering and the end goal, the worse outcome you get. You can definitely have specialized functions like marketing, copy-writing, design, but they all work together in a multi-disciplinary team, understand what they are building and <i>why</i> so that they have shared knowledge and goals.<p>On that strawman argument, nobody expects developers to routinely do client meetings or financial projections, though they <i>should</i> be able to delve into that if it will help build a better product. To continue your analogy, in great kitchens everyone knows the dishes they are making, the whole menu, get to taste it, and can probably take any other station if required. | null | null | 41,798,087 | 41,797,009 | null | null | null | null |
41,799,440 | comment | TZubiri | 2024-10-10T14:50:47 | null | Troy Hunt received the leak, tested it and confirmed it. You can find emails on HIBP now | null | null | 41,792,613 | 41,792,500 | null | null | null | null |
41,799,441 | comment | automatic6131 | 2024-10-10T14:51:17 | null | I follow a 37 year old Englishman on social media, a native speaker, who uses the word "women" to describe any and all numbers of women. Even his wife, his special women. I follow him purely to witness what other idiosyncrasies he'll inflict on our demotic Anglo-Saxon. | null | null | 41,789,230 | 41,787,647 | null | null | null | null |
41,799,442 | comment | happyopossum | 2024-10-10T14:51:19 | null | > people are compelled to lend to you. See the situation with government bonds.<p>Uhh, where are people compelled to buy bonds? People buy bonds when they think they're a good investment vehicle - not out of obligation. | null | null | 41,798,620 | 41,798,027 | null | [
41800748,
41799848,
41799995
] | null | null |
41,799,443 | comment | mcmcmc | 2024-10-10T14:51:20 | null | Since GP won’t, the explanation is a racist assumption that shelter animals would be slaughtered and eaten | null | null | 41,799,204 | 41,795,218 | null | [
41799893
] | null | null |
41,799,444 | comment | chownie | 2024-10-10T14:51:23 | null | Ah I realize my first comment is maybe not written so well. I meant to convey, it looks to me that some irrationally high dummy testing values (put there because we're seeing historically high winds and they wish to test that behaviour) were accidentally put into the production data source. | null | null | 41,797,629 | 41,797,048 | null | null | null | null |
41,799,445 | comment | NoMoreNicksLeft | 2024-10-10T14:51:25 | null | > Pick up a copy of Empty Planet<p>Haven't read this, thanks for the recommendation.<p>> Once a woman receives enough information and autonomy to make an informed and self-directed choice about when to have children, and how many to have, she immediately has fewer of them, and has them later.<p>I do not agree with this premise.<p>> adults under 50 who say they’re unlikely to ever have kids say a major reason is they just don’t want to<p>This is like asking the anorexic why they don't eat and believing them when they tell you that they're "just not hungry". | null | null | 41,799,048 | 41,798,726 | null | [
41799454
] | null | null |
41,799,446 | comment | staticautomatic | 2024-10-10T14:51:34 | null | I feel like it’s not that bad to interact with if you do it regularly, but if I go a while without using it I forget how to do everything. I sure as hell wouldn’t want to admin an instance. | null | null | 41,799,419 | 41,797,041 | null | null | null | null |
41,799,447 | comment | loufe | 2024-10-10T14:51:34 | null | Every small business who cares about their Google Maps standing responds to bad reviews, disputing their (proof-free) claims. Yes they have no proof but I would still be interested in knowing if dang was ever even made aware of the claims, or if there was some side-dialogue.<p>That said, maybe it's not the best approach. I phrased it openly to see if the moderation team would prefer to not comment on the story, as an option.<p>Asahi Linux has been front page here many times, so this felt like a case where a comment from the moderation team (either way) would be appropriate, to me. Feel free to disagree.<p>edit: There are specific acusations of referer editing at the end of the article. | null | null | 41,799,345 | 41,799,011 | null | [
41799530
] | null | null |
41,799,448 | comment | ExoticPearTree | 2024-10-10T14:51:36 | null | Right, the old eat the rich mantra, eh? | null | null | 41,799,313 | 41,780,569 | null | null | null | null |
41,799,449 | comment | FaridIO | 2024-10-10T14:51:43 | null | Pretty nominal for Europe to be honest. Most Americans don't realize a) how much money they make and b) how little taxes they pay. Apples and oranges with all the social safety nets and such of course, but still most (healthy) Americans get much more money in their bank accounts after all is said and done than they would in Europe. | null | null | 41,799,398 | 41,799,016 | null | [
41799591,
41799553,
41800032,
41800027,
41799496,
41799485,
41799813
] | null | null |
41,799,450 | comment | bee_rider | 2024-10-10T14:51:58 | null | Nope, and I won’t. There are a lot of programs, and with various levels of effectiveness, and I don’t particularly want to dive into the nitty-gritty details of whether or not each one is working well. We haven’t got a perfect solution. But, I think it is self-evident that without collecting any data, we are just… hoping it’ll all work out? That’s not a plan.<p>Currently in the US, businesses don’t actively have official policies of bigotry. If they did, collecting that data could be harmful. But instead we have bigotry as a sort of soft social thing, a compounding of many little challenges, “bad culture fit,” that sort of thing. Because it is subtle, we need to keep it from slipping under the radar. | null | null | 41,795,908 | 41,785,265 | null | [
41802061
] | null | null |
41,799,451 | comment | whatshisface | 2024-10-10T14:52:03 | null | Going by elementary macroeconomic principles, currency unification will always result in "dead zones," because their exchange rates can't stabilize the balance of trade. | null | null | 41,799,016 | 41,799,016 | null | [
41799578,
41801222,
41799522,
41799477
] | null | null |
41,799,452 | story | iJohnPaul | 2024-10-10T14:52:10 | Show HN: AI Personal assistant for ADHD minds | null | https://hyperaide.com | 1 | null | 41,799,452 | 2 | [
41800038
] | null | null |
41,799,453 | comment | jonnycomputer | 2024-10-10T14:52:14 | null | For what it's worth, I've read that you can also use the stems of hot peppers, e.g.<p><a href="https://miriamsearthencookware.com/mec-blog/making-yogurt-thick-delicious-healthy/" rel="nofollow">https://miriamsearthencookware.com/mec-blog/making-yogurt-th...</a> | null | null | 41,799,407 | 41,799,407 | null | null | null | null |
41,799,454 | comment | toomuchtodo | 2024-10-10T14:52:32 | null | Reality stands on its own without belief in it. Even in countries with robust (ie expensive) pro natalist fiscal policy, it does not materially improve the fertility rate.<p>I ask, out of curiosity, what you <i>do</i> believe the culprit is and what your data to back the assertion is (if the cause is not empowered women making fertility choices).<p><a href="https://reason.com/2023/05/02/storks-dont-take-orders-from-the-state/" rel="nofollow">https://reason.com/2023/05/02/storks-dont-take-orders-from-t...</a> ("South Korea spent more than $200 billion subsidizing child care and parental leave over the past 16 years, President Yoon Suk Yeol said last fall. Yet the fertility rate fell from 1.1 in 2006 to 0.81 in 2021. The amount of money required to trigger even these small effects is enormous. In "The Economic Consequences of Family Policies," published in the Journal of Economic Perspectives in 2017, researchers found "one extra percentage point of GDP spending" on early childhood education and child care programs was "associated with 0.2 extra children per woman." In the U.S., where the 2022 GDP was $25.46 trillion, that would mean spending more than $250 billion.")<p><a href="https://www.nber.org/papers/w23051" rel="nofollow">https://www.nber.org/papers/w23051</a> ("The Economic Consequences of Family Policies: Lessons from a Century of Legislation in High-Income Countries") | null | null | 41,799,445 | 41,798,726 | null | [
41800831,
41801696,
41801471
] | null | null |
41,799,455 | comment | pixl97 | 2024-10-10T14:52:37 | null | >from some once-in-a-blue-moon security breach events<p>So once every 2 years? Blue moons are not that uncommon. | null | null | 41,788,202 | 41,775,238 | null | null | null | null |
41,799,456 | comment | dilap | 2024-10-10T14:52:39 | null | Thanks, good points. | null | null | 41,799,258 | 41,769,275 | null | null | null | null |
41,799,457 | comment | weatherlite | 2024-10-10T14:52:40 | null | And what effort has the Lebanese Army made to keep Hezbollah out? It's all bullshit, we can send UNIFIL troops home and use their salaries to do something productive - there's plenty of good uses for money. These UNIFIL guys are just sitting there doing nothing, and getting hit now by what I assume was a misfire. | null | null | 41,799,297 | 41,798,445 | null | [
41799567
] | null | null |
41,799,458 | comment | ctxcode | 2024-10-10T14:52:40 | null | serverless just means that a hosting company routes your domain to one or more servers that hosting company owns and where they put your code on. And that hosting company can spin up more or less servers based on traffic.. TL;DR; Serverless uses many many servers, just none that you own. | null | null | 41,798,989 | 41,797,041 | null | [
41800637
] | null | null |
41,799,459 | comment | adamrezich | 2024-10-10T14:52:41 | null | If you use someone else's high-level game engine to make a game (metaphor: use CAD software to design mass-produced wooden products), <i>but</i> you <i>could</i> write a simple game yourself “from scratch (with libraries)” (you have carpentry experience), then you're a game developer (carpenter). If not, then you're not, you're a proficient tool-user, with no domain knowledge outside of how to use said tool.<p>> Also it’s a little funny you bring up the example of an XNA/FNA game, because that’s already a relatively high level framework, the kind of code those devs would use is really quite similar to using an engine, especially another C# engine like Unity.<p>This is untrue and you know it. XNA/FNA does not have a GUI editor, a scene graph, a physics engine, an entity/component system, and many other things that Unity et al. have. When you use XNA/FNA(/MonoGame), you have to figure out how to structure your game logic yourself. The structure you <i>think</i> in terms of is by and large something that you've written yourself, as opposed to with something like Unity, where a complete structure is provided for you, and you learn to think in terms of the primitives it exposes to you (GameObjects, Components, Prefabs, Scenes). | null | null | 41,797,904 | 41,779,519 | null | [
41800804
] | null | null |
41,799,460 | comment | altruios | 2024-10-10T14:52:47 | null | Aye, a universal mount is possible if you have a custom housing for each mount type to match the backplane. Using BMD equipment might run afoul of patents... I don't know enough about the legal end of equipment manufacturing to say.<p>But it would still require custom mounts for each lens type... which is 100% doable. | null | null | 41,794,077 | 41,760,076 | null | null | null | null |
41,799,461 | comment | TZubiri | 2024-10-10T14:53:00 | null | That much is not clear yet. It's possible the polyfill is an unrelated red herring, but it's also possible they somehow managed to elevate permissions. Seems the polyfill use was self hosted as well.<p>Maybe they managed to convince some critical service like an SSL cert provider that they were the owners of the subdomain? I don't know still wouldn't explain access to user and password database. | null | null | 41,794,200 | 41,792,500 | null | null | null | null |
41,799,462 | comment | anonymousiam | 2024-10-10T14:53:01 | null | (Link to the George C. Page Museum at the La Brea Tar Pits.)<p><a href="https://tarpits.org/experience-tar-pits/museum-exhibitions" rel="nofollow">https://tarpits.org/experience-tar-pits/museum-exhibitions</a> | null | null | 41,799,105 | 41,798,259 | null | null | null | null |
41,799,463 | comment | duxup | 2024-10-10T14:53:06 | null | I feel like there's a lot of value when searching when you see a known good domain / would help unseat fandom a great deal. | null | null | 41,799,413 | 41,797,719 | null | null | null | null |
41,799,464 | comment | flohofwoe | 2024-10-10T14:53:07 | null | There are enough binding libraries by now where you don't need to write a single line of JS (e.g. <a href="https://rustwasm.github.io/wasm-bindgen/examples/dom.html" rel="nofollow">https://rustwasm.github.io/wasm-bindgen/examples/dom.html</a>).<p>For better or worse, browser APIs have been designed to be used with Javascript so some FFI magic needs to happen when called from other languages, with or without WASM.<p>And if each web API would automatically come with a C API specification (like WebGPU kinda does for instance), Rust people would complain anyway that they need to talk to an 'archaic' C API instead of a 'modern' Rust API etc etc... | null | null | 41,799,165 | 41,795,561 | null | null | null | null |
41,799,465 | comment | mannyv | 2024-10-10T14:53:08 | null | I forgot that a reindex on solr/lucene blows away the index. Now I remember how much of a nightmare that was because you couldn't find anything until that was done - which usually was a few hours when things were hdd based.<p>Just started a search project, and this one will be on the list for sure. | null | null | 41,797,041 | 41,797,041 | null | null | null | null |
41,799,466 | comment | jillesvangurp | 2024-10-10T14:53:18 | null | Both Elastic and Opensearch also have S3 based stateless versions of their search engines in the works. The Elastic one is available in early access currently. It would be interesting to see how this on improves on both approaches.<p>With all the licensing complexities around Elastic, more choice is not necessarily bad.<p>The tradeoff with using S3 is indexing latency (the time between the write getting accepted and being visible via search) vs. easy scaling. The default refresh interval (the time the search engine waits before committing changes to an index) is 1 second. That means it takes upto 1 second before indices get updated with recently added data. A common performance tweak is to increase this to 5 or more seconds. That reduces the number of writes and can improve write throughput, which when you are writing lots of data is helpful.<p>If you need low latency (anything where users might want to "read" their own writes), clustered approaches are more flexible. If you can afford to wait a few seconds, using S3 to store stuff becomes more feasible.<p>Lucene internally stores documents in segments. Segments are append only and there tend to be cleanup activities related to rewriting and merging segments to e.g. get rid of deleted documents, or deal with fragmentation. Once written, having some jobs to merge segments in the background isn't that hard. My guess is that with S3, the trick is to gather whatever amount of writes up and then store them as one segment and put that in S3.<p>S3 is not a proper file system and file operations are relatively expensive (compared to a file system) because they are essentially REST API calls. So, this favors use cases where you write segments in bulk and never/rarely update or delete individual things that you write. Because that would require updating a segment in S3, which means deleting and rewriting it and then notifying other nodes somehow that they need to re-read that segment.<p>For both Elasticsearch and Opensearch log data or other time series data fits very well to this because you don't have to deal with deletes/updates typically. | null | null | 41,797,041 | 41,797,041 | null | null | null | null |
41,799,467 | story | Wasserpuncher | 2024-10-10T14:53:25 | An update on disrupting deceptive uses of AI | null | https://openai.com/global-affairs/an-update-on-disrupting-deceptive-uses-of-ai/ | 1 | null | 41,799,467 | 0 | null | null | null |
41,799,468 | comment | duxup | 2024-10-10T14:53:37 | null | Very cool, thank you. | null | null | 41,799,414 | 41,797,719 | null | null | null | null |
41,799,469 | comment | dcchambers | 2024-10-10T14:53:38 | null | You're right, that's incorrect on my part. Fandom (well, Wikia) was founded and run by Jimmy Wales for a long time, but there is no official connection with the Wikipedia project/Wikimedia foundation. I will fix that. | null | null | 41,799,390 | 41,797,719 | null | null | null | null |
41,799,470 | comment | igrunert | 2024-10-10T14:53:42 | null | When discussing security it's important to keep in mind the threat model.<p>We're mostly concerned with being able to visit a malicious site, and execute wasm from that site without that wasm being able to execute arbitrary code on the host - breaking out of the sandbox in order to execute malware. You say the only benefit is that access to the OS is isolated, but that's the big benefit.<p>Having said that, WebAssembly has some design decisions that make your exploits significantly more difficult in practice. The call stack is a separate stack from WebAssembly memory that's effectively invisible to the running WebAssembly program, so return oriented programming exploits should be impossible. Also WebAssembly executable bytecode is separate from WebAssembly memory, making it impossible to inject bytecode via a buffer overflow + execute it.<p>If you want to generate WebAssembly code at runtime, link it in as a new function, and execute it, you need participation from the host, e.g. <a href="https://wingolog.org/archives/2022/08/18/just-in-time-code-generation-within-webassembly" rel="nofollow">https://wingolog.org/archives/2022/08/18/just-in-time-code-g...</a> | null | null | 41,796,715 | 41,795,561 | null | [
41800216
] | null | null |
41,799,471 | comment | michaelsbradley | 2024-10-10T14:53:46 | null | On a scale of 0 – Good, I would score my <i>overall</i> experience with fextralife as "not great", especially when viewing it on my phone. I don't know the history and controversies re: other sites, I only started reading fextra wikis in 2022/23.<p>But I haven't experienced problems with information in the guides. Off the top of my head: for Elden Ring, Bloodborne, Sekiro, and Hollow Knight, I don't recall a single time when the info was flat out wrong. In the case of comments pointing out something incorrect or incomplete, it had already been fixed by the time of my reading. | null | null | 41,799,225 | 41,797,719 | null | null | null | null |
41,799,472 | comment | alwa | 2024-10-10T14:53:47 | null | To me it doesn’t seem to speak at all to “how good” anybody is, just to the nature of the work the job demands.<p>A fine artist will paint a better portrait, but they might not be the right hire to get a housing development painted and shipped (so to speak).<p>The fine artist may be less good at house painting than the tradesman, the tradesman may be less good at portraiture than the fine artist.<p>There’s always the possibility that somebody could be good at both, but they’re orthogonal: both dip something in paint, but that’s where the similarities end. | null | null | 41,798,510 | 41,797,009 | null | [
41799552
] | null | null |
41,799,473 | comment | Saline9515 | 2024-10-10T14:53:50 | null | The article says explicitly that senior software developers were fired to replace them with less qualified Indians. This is not about vibes, this is a mix of racism and greed. If roles were reversed, you would be crying about racism. | null | null | 41,786,148 | 41,785,265 | null | null | null | null |
41,799,474 | comment | mistrial9 | 2024-10-10T14:53:51 | null | passwords were bcrypt hashed | null | null | 41,795,543 | 41,793,552 | null | null | null | null |
41,799,475 | comment | mseepgood | 2024-10-10T14:53:51 | null | It's not interesting. Boring people did this a million times, the result is always the same: just use for loops. | null | null | 41,798,487 | 41,769,275 | null | null | null | null |
41,799,476 | comment | card_zero | 2024-10-10T14:54:05 | null | Ha! I didn't know that. I'm unclear on whether he actually has any influence at WMF or just serves as a fluffy mascot, but yeah, maybe not such a good idea. | null | null | 41,799,402 | 41,797,719 | null | null | null | null |
41,799,477 | comment | MichaelZuo | 2024-10-10T14:54:09 | null | What does ‘ exchange rates can't stabilize the balance of trade’ mean? | null | null | 41,799,451 | 41,799,016 | null | [
41799575
] | null | null |
41,799,478 | comment | renewiltord | 2024-10-10T14:54:10 | null | Would be cool to know what extensions you’re using on MediaWiki and how you’ve set it up to maximize performance. These wikis seem really quick to respond. | null | null | 41,797,719 | 41,797,719 | null | [
41800524
] | null | null |
41,799,479 | story | Giarty | 2024-10-10T14:54:15 | Show HN: An app where you suggest me your vet, I suggest you my babysitter | 10 Kudos is an app to share the contacts of trusted service providers with your friends.
I built it because I often seek some kind of provider: a plumber, a cat sitter, a lawyer, a web designer, even a hint for a restaurant, whatever. I don't want to just find a random provider on some website, and I don't trust their mostly fake endorsements. I want to tap my friends' network of trusted providers.
I usually end up calling my friends one by one, trying to imagine which are more likely to know a good provider, but it's not very efficient. I would prefer to have this kind of shared Rolodex.<p>Similar projects, like Yelp, usually have the two-sided-market, or chicken-and-egg issue: they are useless for costumers until they don't have providers, and useless for providers until they don't have customers.
The way I designed it, it's distributed and personal: it doesn't need a database (and actually even if it had it, a new user wouldn't see anything on it, because it only shows the favorite providers entered by your friends). Instead, even if just two or three friends use it to share their trusted contacts, it's already useful to them.
Plus, this layout eliminates the issue of the usual fake reviews, and of the effort for the real users to enter diplomatic assessments: this app is just an exchange of contacts, if I need that kind of provider I will then call my friend and ask her for more feedback.<p>This app is a formalized word-of-mouth. It serves two needs: it is useful for anyone like me who often seeks a specific kind of provider, but it's also useful for a provider who wants to increase her customer base. Suppose I'm a math tutor, I will download the app, enter my profile, and then send a broadcast from the app to my WhatsApp contacts asking them to endorse me (and then to share further the app with the endorsement).<p>The Android version of the app as I envisioned it, is complete, no users yet (I know, you'll say I should have progressed the other way around, got it). I have tested it with some people, they are positive but not enough to use it. I need to understand how to make it more appealing so that it can spread.<p>I'm not seeking investors, I believe that if the product/market fit is achieved the app can grow almost naturally, if it isn't achieved money won't help.<p>I would love your comments and suggestions! | https://play.google.com/store/apps/details?id=com.tenkudos&hl=en_US | 2 | null | 41,799,479 | 0 | [
41800060
] | null | null |
41,799,480 | comment | null | 2024-10-10T14:54:15 | null | null | null | null | 41,799,138 | 41,797,719 | null | null | true | null |
41,799,481 | comment | ChrisArchitect | 2024-10-10T14:54:16 | null | [dupe] Discussion: <a href="https://news.ycombinator.com/item?id=41786101">https://news.ycombinator.com/item?id=41786101</a> | null | null | 41,799,218 | 41,799,218 | null | null | null | null |
41,799,482 | comment | rightbyte | 2024-10-10T14:54:35 | null | How so? Fandom seems to have Google ads. We wouldn't be able to prove if Google ranked sites with their ads higher. Google's search ranking is black box. Edit: I guess at great effort you could scrape thousands of sites, not if they remove or add Google ads, and track their rating.<p>I think it is a better assumption to make, that Google puts their profit above luser experience, when it comes to search ranking. | null | null | 41,799,104 | 41,797,719 | null | [
41802740,
41800537
] | null | null |
41,799,483 | comment | subsection1h | 2024-10-10T14:54:40 | null | Yeah, that's what I was thinking.<p>deepmacro, before you created Tenno, did you try Org? It supports plain text spreadsheets[1] in Org documents whose content is marked up using Org syntax[2], which is a lightweight markup language like Markdown but with many more features. If you did try Org, how was it lacking?<p>[1] <a href="https://orgmode.org/manual/The-Spreadsheet.html" rel="nofollow">https://orgmode.org/manual/The-Spreadsheet.html</a><p>[2] <a href="https://orgmode.org/worg/org-syntax.html" rel="nofollow">https://orgmode.org/worg/org-syntax.html</a> | null | null | 41,799,019 | 41,798,477 | null | [
41799536,
41799805
] | null | null |
41,799,484 | comment | genrilz | 2024-10-10T14:54:45 | null | I do have some memories of not particularly trans positive comments in the comments section on earlier blogposts about their opengl/vulkan drivers, and also references to kiwi farms. I don't see such things commonly on most hacker news articles, but you'll usually see something like that anytime the article even incidentally has something to do with trans people.<p>Edit: I search "asahi lina site:news.ycombinator.com" in duckduckgo, and found "<a href="https://news.ycombinator.com/item?id=35237006">https://news.ycombinator.com/item?id=35237006</a>" in the first result, for people who want proof. | null | null | 41,799,329 | 41,799,011 | null | [
41800315
] | null | null |
41,799,485 | comment | baal80spam | 2024-10-10T14:54:48 | null | This is correct.<p>Here's a handy table: <a href="https://en.wikipedia.org/wiki/Tax_rates_in_Europe" rel="nofollow">https://en.wikipedia.org/wiki/Tax_rates_in_Europe</a> | null | null | 41,799,449 | 41,799,016 | null | [
41802782
] | null | null |
41,799,486 | story | simonebrunozzi | 2024-10-10T14:55:01 | The Great Evernote Reboot | null | https://www.theverge.com/2024/9/15/24242764/evernote-future-productivity-app-vergecast | 3 | null | 41,799,486 | 1 | [
41799569
] | null | null |
41,799,487 | comment | mannyv | 2024-10-10T14:55:09 | null | It's never too late to learn how to paint.<p>Remember, the best time to plant a tree was 20 years ago. | null | null | 41,756,978 | 41,756,978 | null | null | null | null |
41,799,488 | comment | myrmidon | 2024-10-10T14:55:18 | null | I will concede that if you do this very rigorously (reject out-of-quota candidates very early in the hiring pipeline, without letting current quota deviation ever influence any specific hiring decision) it is possible to not affect candidate quality.<p>But I think in practice (also from personal experience) it is <i>very hard</i> to make a business stick to this.<p>I also think that this mostly amounts to investing additional ressources into expanding the candidate stream (=> outreach programs), hiding a bunch of the costs (those outreach programs could have gotten you twice the benefit without the quota-rejection) for extremely questionable gain; consider: You could've probably gotten the same result from a DEI perspective by just paying female candidates the cost of those outreach programs (that would be a strictly <i>better</i> outcome for them, but a shit framework from an ethical POV).<p>In summary: I think it's always an excellent idea to <i>remove</i> racial/gender bias in hiring (=> create non-hostile environment, accomodate needs where possible, get rid of condescending, sexist pricks in HR), but I think it is misguided, pointless and wasteful to try and balance the outcomes at the very end... | null | null | 41,789,252 | 41,745,798 | null | null | null | null |
41,799,489 | comment | jdiff | 2024-10-10T14:55:26 | null | It's advised in the implementation documentation to add a page explaining it. Shift is also used naturally when inputting information, with the visual feedback inside the button giving an opportunity for discoverability. | null | null | 41,798,882 | 41,793,597 | null | null | null | null |
41,799,490 | comment | chaosprint | 2024-10-10T14:55:30 | null | meanwhile Norway has started a controversial exit tax that can kill many tech startups:<p><a href="https://www.forbes.com/sites/danieladelorenzo/2024/04/09/norwegian-startup-scene-petitions-against-exit-tax-towards-tech-sector/" rel="nofollow">https://www.forbes.com/sites/danieladelorenzo/2024/04/09/nor...</a> | null | null | 41,799,016 | 41,799,016 | null | [
41803872,
41799660,
41801750,
41799763,
41802295
] | null | null |
41,799,491 | story | nickpsecurity | 2024-10-10T14:55:34 | Brain-inspired learning in artificial neural networks: A review | null | https://pubs.aip.org/aip/aml/article/2/2/021501/3291446/Brain-inspired-learning-in-artificial-neural | 2 | null | 41,799,491 | 1 | [
41799551
] | null | null |
41,799,492 | comment | xutopia | 2024-10-10T14:55:34 | null | They actually get healthcare and other services with that. It's not like it's just taken away in some black hole. They get value from the taxes they pay. | null | null | 41,799,398 | 41,799,016 | null | null | null | null |
41,799,493 | comment | null | 2024-10-10T14:55:38 | null | null | null | null | 41,799,051 | 41,799,051 | null | null | true | null |
41,799,494 | story | pseudolus | 2024-10-10T14:55:45 | FTC Takes Action Against Marriott and Starwood over Multiple Data Breaches | null | https://www.ftc.gov/news-events/news/press-releases/2024/10/ftc-takes-action-against-marriott-starwood-over-multiple-data-breaches | 3 | null | 41,799,494 | 0 | [
41799856
] | null | null |
41,799,495 | comment | dahart | 2024-10-10T14:55:50 | null | You make a strong case, and you were probably right. It’s always hard to know in a discussion where we don’t have the time and space to share all the details. There’s a pretty big difference between implementing a right way from scratch and using an existing right way that already has test coverage, so that’s an important detail, thank you for the context.<p>Were there reasons the senior devs objected that you haven’t shared? I have to assume the senior devs had a specific reason or two in each case that wasn’t obviously wrong or idiotic, because it’s quite common for juniors to feel strongly about something in the code without always being able to see the larger team context, or sometimes to discount or disbelieve the objections. I was there too and have similar stories to you, and nowadays sometimes I manage junior devs who think I’m causing them to waste time.<p>I’m just saying in general it’s healthy to assume and expect imperfect use of time no matter what, and to assume, even when you feel strongly, that the level of abstraction you’re using probably isn’t right. By the Brooks adage, the way your story went down is how some people plan for it to work up front, and if you’d expected to do it twice, then it wouldn’t seem as wasteful, right? | null | null | 41,797,090 | 41,758,371 | null | null | null | null |
41,799,496 | comment | laweijfmvo | 2024-10-10T14:55:52 | null | I should look more into cost of living in Portugal, maybe, but one of the other commenters mentioned housing prices being… high. In US, making ~$20,000 you’d be considered poor (maybe not “officially”) and probably pay zero federal tax and receive quite a bit of assistance. | null | null | 41,799,449 | 41,799,016 | null | [
41802338
] | null | null |
41,799,497 | comment | sandreas | 2024-10-10T14:55:54 | null | I'd personally go for a framework Ryzen, but also heard good things about LG gram.<p>The framework has a few disadvantages one of which is the bad speakers.<p>My personal wishlist for framework:<p><pre><code> Coreboot support
Better speakers
ECC RAM support
LPCAMM2 support (modern RAM to save power and space)</code></pre> | null | null | 41,792,570 | 41,792,570 | null | null | null | null |
41,799,498 | comment | ToucanLoucan | 2024-10-10T14:55:57 | null | Not at all. They're not asleep, they knew about it. A few isolated people had reported exactly how 2008 was going to go down. The banks know the economy is underpinned by their assets, Uncle Sam is NEVER going to let them actually die, not in a million years. It would be the end-toll of the U.S. dollar as the defacto world currency, it would shred trillions of dollars in assets, far beyond the actual homes, I don't think Wall Street could ever <i>actually recover</i> from that.<p>And like, I don't even think that's necessarily wrong? Like I don't know how you would let some of these banks actually die in such a way that wasn't immensely worse for everyone. My only real issue with it is that these are for-profit businesses that funnel absolutely stressful amounts of money up the proverbial chain. If we just as a society want to say that we're comfortable with the notion of supporting banks with public money because ultimately letting them fail is worse for everyone, that's fine. I get that. I just don't think anyone at the top of those banks should be ripping millions of dollars a year out of that institution. At that point, that's not a business, it's more analogous to a utility and it should be owned and operated by the state. | null | null | 41,799,227 | 41,798,027 | null | [
41799667
] | null | null |
41,799,499 | comment | matt-p | 2024-10-10T14:56:03 | null | Pretty similar to anywhere else in Western Europe. Includes health care and a state pension and things like that. | null | null | 41,799,398 | 41,799,016 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.