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,800,100 | story | speeder | 2024-10-10T15:49:18 | Advanced scanning technique proves Iron Age Iranian swords are pastiches | null | https://phys.org/news/2024-10-advanced-scanning-technique-confiscated-iron.html | 1 | null | 41,800,100 | 0 | null | null | null |
41,800,101 | comment | Atotalnoob | 2024-10-10T15:49:20 | null | It’s pretty dismissive of painters to say it requires no decisions.<p>Painting requires a lot of decisions, from the coverage, speed of drying, (for additional layers) protecting the environment, ensuring equal coverage (paint guns are harder than they look for quality and consistent coverage).<p>Cut in near non-painted features is a whole thing as well.<p>But sure, let’s dismiss an entire trade because SWE is so special. | null | null | 41,799,552 | 41,797,009 | null | [
41801194
] | null | null |
41,800,102 | comment | spicybbq | 2024-10-10T15:49:24 | null | <a href="https://archive.ph/syzum" rel="nofollow">https://archive.ph/syzum</a> | null | null | 41,798,916 | 41,798,916 | null | [
41800324
] | null | null |
41,800,103 | comment | arrosenberg | 2024-10-10T15:49:24 | null | There is no connection. Tsar and Kaiser are both derived from the name Caesar, which became a royal title (along with Augustus) in the 300s under Diocletian. | null | null | 41,799,978 | 41,798,027 | null | null | null | null |
41,800,104 | comment | agent281 | 2024-10-10T15:49:25 | null | I'm not saying that they should stop anti-trust work for browsers. I'm saying that it won't necessarily make things better for the browser ecosystem as things stand. Things would definitely get worse before they got better in browser land. | null | null | 41,796,772 | 41,784,287 | null | null | null | null |
41,800,105 | comment | ahupp | 2024-10-10T15:49:39 | null | This is a great illustration of why taking about deaths is not really informative, and they should be talking about life-years lost. | null | null | 41,799,150 | 41,799,150 | null | null | null | null |
41,800,106 | comment | mcculley | 2024-10-10T15:49:40 | null | Being unable to use the escape key is another reason why web apps will never be as consistent as desktop apps. | null | null | 41,793,597 | 41,793,597 | null | null | null | null |
41,800,107 | comment | dianliang233 | 2024-10-10T15:49:53 | null | That would be Miraheze [1]. Community funded wiki farm. However it's had some instability such as internal conflict and server issues, but it's better than all the alternatives.<p>[1]: <a href="https://miraheze.org/" rel="nofollow">https://miraheze.org/</a> | null | null | 41,799,246 | 41,797,719 | null | null | null | null |
41,800,108 | comment | null | 2024-10-10T15:50:10 | null | null | null | null | 41,798,099 | 41,790,295 | null | null | true | null |
41,800,109 | comment | flatpepsi17 | 2024-10-10T15:50:12 | null | Very old video. If one has the time to track the rest of the story, there's predictable results.<p>Millennial puts employer on blast on social media, and gets a very brief window of job offers, she's too good for any of them, then lands in long term unemployment...<p>Perhaps having a public reputation of being a toxic employee (eager to damage brand reputation) who was let go because she couldn't close sales may have something to do with it. | null | null | 41,799,951 | 41,799,951 | null | [
41800321
] | null | null |
41,800,110 | comment | allynb | 2024-10-10T15:50:14 | null | I think it's only misleading in that the only L7 protocol it supports is HTTP. It's not a huge deal, but when I work with other proxies if I see L7, I assume multiple application protocols. | null | null | 41,794,686 | 41,790,619 | null | null | null | null |
41,800,111 | comment | HarHarVeryFunny | 2024-10-10T15:50:22 | null | You're right - maybe it is the same - I don't read closely enough, but the Norwegian tax is on "unrealized assets" which may be the same thing. | null | null | 41,799,997 | 41,799,016 | null | null | null | null |
41,800,112 | comment | guelo | 2024-10-10T15:50:31 | null | Those cheap plastic water bottles should be banned. They’re one of the greatest sources of micro plastics in our bodies. (Not to mention unstudied nano plastics) | null | null | 41,799,034 | 41,765,006 | null | [
41800702,
41800511
] | null | null |
41,800,113 | comment | null | 2024-10-10T15:50:36 | null | null | null | null | 41,799,696 | 41,797,719 | null | null | true | null |
41,800,114 | story | justmarc | 2024-10-10T15:50:43 | Tales of Waste, Inefficiency and Bureaucracy | Share with us stories about waste, inefficiency, bureaucracy and other corporate lunacy.<p>Ideally in tech, but could be in any other field too. | null | 3 | null | 41,800,114 | 0 | [
41800306
] | null | null |
41,800,115 | comment | steveklabnik | 2024-10-10T15:50:45 | null | No worries! And once again, just to be clear, I don't work directly in these industries, so this is my current understanding of all of this, but some details may be slightly off. But the big picture should be correct.<p>It means a bunch of things: there are a multitude of standards, so just ISO 26262 isn't enough for some work, yes. But also, safety critical standards are different than say, the C standard. With a programming language standard, you implement it, and then you're done. Choosing to use a specific C compiler is something an organization does of their own volition, and maybe they don't care a ton about standardization, but being close enough to the standard is good enough, or extensions are fine. For example, the Linux project chose to use gcc specific extensions for C, and hasn't ever been able to work with just standard C. Clang wasn't possible until they implemented those gcc extensions. This is all fine and normal in our world.<p>But safety critical standards are more like a standardized process for managing risk. So there's more wiggle room, in some sense. It's less "here is the grammar for a language" and more "here is the way that you quantify various risks in the development process." What this means is, so like, the government has a requirement that a car follows ISO 26262. How do you demonstrate that your car does this? Well, there are auditing organizations. The government says "hey, we trust TÜV SÜD to certify that your organization is following ISO 26262." And so, if you want to sell a car, you get in touch with TÜV SÜD or an equivalent organization, and get accredited. To put it in C terms, imagine if there was a body that you had to explain your C compiler's implementation-defined behavior to, and they'd go "yeah that makes sense" or "no, that's not a legitimate implementation." (by the way, I am choosing TÜV SÜD because that is the organization that certified Ferrocene.)<p>Okay, so, I want to sell a car. I need to write some software. I have to convince TÜV SÜD that I am compliant with ISO 26262. How do I do that? Well, I have to show them how I manage various risks. One of those risks is how my software is produced. One way to do that is to outsource part of my risk management by purchasing a license for a compiler that also implements ISO 26262. If I was willing to go to the work of certifying my own compiler, I could use whatever I want. But I'm in the car business, not the compiler business, so it makes more sense to purchase a compiler like that. But that's fundamentally what it is, outsourcing one aspect of demonstrating I have a handle on risk management. Just because you have a certified compiler doesn't mean that any code produced by it is totally fine. It exists as one component of the larger project of demonstrating compliance. For example, all of the code I write may be bad. So while I don't have to demonstrate anything about the compiler other than that it is compliant, I'm gonna need to demonstrate that my code follows those guidelines. Ferrocene has not yet in my understanding qualified the Rust core or standard libraries, only the compiler, and so if I want to use those, that counts as similar to my own code. But this is what I'm getting at, there's just a lot more work to be done as part of the overall effort than "I purchased a compiler and now I'm good to go."<p>I hope that helps. | null | null | 41,793,367 | 41,771,272 | null | null | null | null |
41,800,116 | comment | cole_ | 2024-10-10T15:50:50 | null | Reminds me of <a href="https://evidence.dev/">https://evidence.dev/</a> | null | null | 41,798,477 | 41,798,477 | null | [
41800347
] | null | null |
41,800,117 | comment | null | 2024-10-10T15:50:50 | null | null | null | null | 41,798,027 | 41,798,027 | null | null | true | null |
41,800,118 | comment | chronark | 2024-10-10T15:50:53 | null | oss/acc | null | null | 41,799,998 | 41,799,998 | null | null | null | null |
41,800,119 | comment | clarkalistair | 2024-10-10T15:50:59 | null | Devyce (YC S22) | Senior/Staff Software Engineers | Remote (UK) or London onsite/hybrid if you prefer | Full time | £70k-£120k + equity
We're redesigning the business phone network from the ground up. Starting with mobile apps and a softphone, we're losing the jargon (who cares what an IVR is?) and building features customers actually want.<p>We try to be flexible around work and don't believe in regular 60-hour weeks. One key aim of our product is to help employees maintain a healthy work/life balance (who wants to be disturbed by business calls on the weekends?) in an age of remote and hybrid work. The founders lead by example, with all of us having worked 4-4.5 day weeks at times in order to spend time with our children.<p>We're looking for full stack software engineers and/or an iOS/android software engineer - doesn't matter if you're much stronger in either the front or back end, but you do need to be able to build all the parts of a feature - there's no "front end team" once the backend is done. There is naturally work that's much more one sided, so you won't be stuck for months on the back end if you prefer the front end, but we're still a small startup so we expect you to get stuck in and help out where you can!<p>More details here:<p><a href="https://www.ycombinator.com/companies/devyce/jobs/TkP5L5W-frontend-fullstack-developer">https://www.ycombinator.com/companies/devyce/jobs/TkP5L5W-fr...</a>
<a href="https://www.ycombinator.com/companies/devyce/jobs/XP9GqCz-mobile-developer-ios-swift-and-ideally-a-bit-of-kotlin-too">https://www.ycombinator.com/companies/devyce/jobs/XP9GqCz-mo...</a><p>Or email [email protected] and mention that you saw this on Ask HN: Who is hiring? | null | null | 41,709,301 | 41,709,301 | null | null | null | null |
41,800,120 | comment | joshchernoff | 2024-10-10T15:50:59 | null | These companies and the people who run them don't care about you or what happens to you. They never did. This is exactly why I will always refuse to go above and beyond for a job, It's like a lottery only a few really get what they want in the end so your odds are better off just giving them only what they pay for.<p>If you are not your code then you are also not your job. | null | null | 41,799,951 | 41,799,951 | null | null | null | null |
41,800,121 | comment | shadowgovt | 2024-10-10T15:51:05 | null | How does deprecation without removal differ from a best practice?<p>All features of a language end up used, regardless of deprecation state. | null | null | 41,789,910 | 41,788,026 | null | [
41802737
] | null | null |
41,800,122 | comment | corry | 2024-10-10T15:51:07 | null | Actually, there is a wrist device called "Aktiia" that's approved for use for continuous BP monitoring with clinical accuracy by the UK and German health authorities (I believe). It's a bit of a pain to get over the pond, but with a shipment-forwarding company + a UK App Store account you can get up and running.<p>I've dabbled a bit with it and it's very close to the cuff measurements.<p>It works by calibrating with their custom arm cuff device. I'd guess that it's correlating what the wrist sensor sees w.r.t. your wrist blood vessels and what the "true" reading is from your arm. You re-do the calibration every few weeks.<p>The device takes a reading every 20 or 30 minutes or so and seems to try to pick periods where you're more stationary.<p>However, one thing to be aware of is that you are not used to seeing your BP readings from the entire day. Did you jump in a cold plunge 10 minutes before it ran? Get ready to see a really high reading dot in the 'danger zone'. Went for a jog and are catching your breath on a park bench? High dot.<p>This isn't a bad thing, it just takes some getting used to since your "daily average" will be significantly above the readings you're used to if you're doing arm cuff measurements at the start/end of the day. Of course it's also getting readings at those more usual times too, but they get washed out in the larger number of data points from your day.<p>And goes without saying, your blood pressure SHOULD go up and down based on your activity and time of day. You just aren't used to seeing it other than at true rest.<p>But all in all it's been fascinating to see, and there's no doubt in my mind that this technology will be mainstream quickly (and Apple will likely dominate it). | null | null | 41,799,324 | 41,799,324 | null | [
41800950,
41800558,
41802765,
41800697,
41800290,
41800504,
41800250,
41802971,
41800877
] | null | null |
41,800,123 | story | paulpauper | 2024-10-10T15:51:08 | AI #85: AI Wins the Nobel Prize | null | https://thezvi.substack.com/p/ai-85-ai-wins-the-nobel-prize | 1 | null | 41,800,123 | 0 | [
41800241
] | null | null |
41,800,124 | comment | randomdata | 2024-10-10T15:51:09 | null | To be relevant usually speaks to some kind of broad social impact or defining of a culture. You might argue Green Day did that back in the day, but do they really continue to? A lot of people willing to pay to be entertained by their performance does not imply relevancy. | null | null | 41,792,796 | 41,790,295 | null | null | null | null |
41,800,125 | comment | ninetyninenine | 2024-10-10T15:51:09 | null | You do want to draw a strict line. When I say most programmers don’t get it… I’m talking about you. You don’t get why carmack is bullish about pure fp. You think it’s just map, reduce and filter and you don’t get why those functions are irrelevant.<p>To you you’re just fulfilling an ocd need to simplify your code and make it more pretty. There is deeper insight here that you missed and even when you read what carmack wrote about pure fp I doubt you’ll internalize the point.<p>Lisp is not pure. That’s why you don’t have the insight. For the true insight you need to learn about Haskell in a non trivial way. Not just youtube videos, but books that teach you the language from first principles. You need to understand the IO monad. And why it makes Haskell pure and how it forces you to organize your code in a completely different way. This is not an easy thing to understand.<p>The IO monad, when it appears, infects your code with the IO type and makes it extremely annoying to get rid of. I had a friend who learned Haskell and hated Haskell because of the IO monad. He stopped learning haskell to early and he never "got it".<p>If you reach this point you have to keep learning about Haskell until you understand why things are the way they are with haskell.<p>Just remember this: the annoyance of the IO monad is designed like that so that you write your logic in a way that doesn’t allow the monad to pollute most of your code. | null | null | 41,798,570 | 41,758,371 | null | [
41801304
] | null | null |
41,800,126 | comment | red_admiral | 2024-10-10T15:51:10 | null | I don't know, an actually double sided keyboard would be fun too. This might qualify: <a href="https://www.micwil.com/images/gallery/safetype_safetype_vertical_keyboard_p2_686x498.jpg" rel="nofollow">https://www.micwil.com/images/gallery/safetype_safetype_vert...</a> | null | null | 41,796,875 | 41,762,483 | null | null | null | null |
41,800,127 | comment | kalyantm | 2024-10-10T15:51:14 | null | This is just depressing to look at from a European perspective.... | null | null | 41,792,055 | 41,792,055 | null | [
41800152
] | null | null |
41,800,128 | comment | Timon3 | 2024-10-10T15:51:17 | null | I'm not 100% sure, they most likely scraped the author emails of all NPM packages that (transitively) depend on ajv. Here's the GitHub issue from back then: <a href="https://github.com/ajv-validator/ajv/issues/1202">https://github.com/ajv-validator/ajv/issues/1202</a> | null | null | 41,797,640 | 41,764,163 | null | null | null | null |
41,800,129 | comment | simiones | 2024-10-10T15:51:18 | null | > Some people want to write an entire library rather than writing statements. Why?<p>Because you want to make code more readable, and getting rid of extraneous intermediate results is one way of achieving that. | null | null | 41,799,723 | 41,769,275 | null | null | null | null |
41,800,130 | comment | tmpz22 | 2024-10-10T15:51:24 | null | A more accessible toolchain for complete beginners.<p>PHP was literally copy/past code snippets into a file and then upload it to a hosting provider.<p>I don't build for WASM but I'll bet the money in my pocket to a charity of your choice that its harder for a beginner. | null | null | 41,800,009 | 41,795,561 | null | [
41800749
] | null | null |
41,800,131 | story | paulpauper | 2024-10-10T15:51:25 | SB 1047: Our Side of the Story | null | https://www.astralcodexten.com/p/sb-1047-our-side-of-the-story | 3 | null | 41,800,131 | 0 | [
41800239
] | null | null |
41,800,132 | comment | tourmalinetaco | 2024-10-10T15:51:26 | null | > Florida
> 3rd world<p>Florida has more than double my state’s GDP. If we counted each state on the global scale then FL would be more than the Netherlands. And that’s ignoring the fact that 3rd world is an inaccurate misused term to begin with. | null | null | 41,799,832 | 41,799,150 | null | [
41801269
] | null | null |
41,800,133 | comment | wildzzz | 2024-10-10T15:51:28 | null | Ternary is the right word. Ternary numbers or logic have 0,1,2 or true, false, and something else. Ternary functions just have three arguments that could be binary logic, similar to a second order polynomial.<p>Ternary comes from the Latin root word ternarius (composed of three things) which contains the root word ter- or tern- which is an adverb variation of the original root terti- meaning 3rd. Same with binary, it comes from the adverb variation bi- or bin- meaning second. Bi- being derived from the original Greek dy- or di-. However, ternary is more correct than trinary because in the binary, we are not using the Latin root for the cardinal two, duo-. We use the adverb version of two, bi-. Trinary just sounds better to some people because tri- and bi- rhyme. For a numerical system composed of four components, we use quarternary which also uses the adverb form of 4, quarter(n)-, instead of the cardinal form, quadr(i)-.<p>Personal opinion, saying trinary makes you sound like you don't have any formal education. | null | null | 41,766,281 | 41,759,112 | null | null | null | null |
41,800,134 | comment | sneed_chucker | 2024-10-10T15:51:28 | null | "When you do it, it's racism. When we do it, it's vibes." | null | null | 41,786,148 | 41,785,265 | null | null | null | null |
41,800,135 | story | LVB | 2024-10-10T15:51:31 | Developer Education at Jane Street | null | https://blog.janestreet.com/developer-education-at-jane-street-index/ | 3 | null | 41,800,135 | 0 | null | null | null |
41,800,136 | comment | deely3 | 2024-10-10T15:51:34 | null | I have feeling that this is quite an oversimplification. OS like Windows is times and times more complex than washing machine.<p>I don't think that it makes any sense to choose OS by minimum requirements. | null | null | 41,798,284 | 41,794,566 | null | null | null | null |
41,800,137 | comment | justmarc | 2024-10-10T15:51:37 | null | I for one would love to read about these types of stories, I'm sure many on HN too.<p>I started a thread here <a href="https://news.ycombinator.com/item?id=41800114">https://news.ycombinator.com/item?id=41800114</a> let's see if people pick up on it. | null | null | 41,798,149 | 41,795,218 | null | null | null | null |
41,800,138 | story | topcat31 | 2024-10-10T15:51:38 | Google testing a "quick view" experience that replaces the link to your website | null | https://twitter.com/rustybrick/status/1844339847135363389 | 4 | null | 41,800,138 | 1 | [
41800238,
41800228
] | null | null |
41,800,139 | comment | gregw2 | 2024-10-10T15:51:39 | null | Counterargument:<p>Actually, Oxford English Dictionary says: <i>"OED's earliest evidence for [the term] database is from 1953, in Sociometry."</i><p>(Source: <a href="https://www.oed.com/dictionary/database_n#:~:text=Where%20does%20the%20noun%20database,base%20n" rel="nofollow">https://www.oed.com/dictionary/database_n#:~:text=Where%20do...</a>.)<p>(Perhaps this Sociometry? : <a href="https://www.jstor.org/stable/i329357" rel="nofollow">https://www.jstor.org/stable/i329357</a> ?) | null | null | 41,799,755 | 41,764,465 | null | [
41800989
] | null | null |
41,800,140 | story | paulpauper | 2024-10-10T15:51:42 | The New Culture War Is Real vs. Bogus | null | https://www.honest-broker.com/p/the-new-culture-war-is-real-vs-bogus | 2 | null | 41,800,140 | 0 | [
41800227
] | null | null |
41,800,141 | comment | hightrix | 2024-10-10T15:51:43 | null | Please read again.<p>Modern advertising is what I'm against, not advertising as a whole.<p>Similarly, I'm against lead pipes for plumbing, not plumbing as a whole. | null | null | 41,794,123 | 41,784,287 | null | null | null | null |
41,800,142 | comment | fmbb | 2024-10-10T15:51:48 | null | American eggs are incredibly sensitive due to the chlorine washing they go through before making it to the store. Not oddly specific.<p>Here in Sweden (and I assume the rest of the EU) when I buy eggs they are not refrigerated and I keep them in the pantry at room temp for weeks or months without issues. The price I pay is that they sometimes come with a little bird poop on them from the store. | null | null | 41,799,438 | 41,765,006 | null | [
41803039,
41800564
] | null | null |
41,800,143 | comment | mywittyname | 2024-10-10T15:51:51 | null | > Especially when their profit margins are often in the low single digits.<p>This is a little misleading, since a lot of their product on their shelve isn't paid for until 60/90/180/365 days after receiving it, and generally suppliers set aside money to help cover shrinkage. And they'll often agree to take back unsold goods.<p>There's a reason that so many of the largest companies in the USA are/were retailers. Borrowing something worth $100, then selling it for $103 may be low margin, but it scales incredibly well. | null | null | 41,766,997 | 41,765,006 | null | null | null | null |
41,800,144 | comment | sexysenpai69420 | 2024-10-10T15:52:12 | null | their generation and propagation on the ocean surface? | null | null | 41,794,754 | 41,789,815 | null | [
41801388
] | null | null |
41,800,145 | comment | rockskon | 2024-10-10T15:52:20 | null | And you are not entitled to kill off your competitors by operating at a loss until they're dead and then raise your price (e.g. amount of time you demand from people for them to see ads, amount of personal data you collect, and all but hiding content that isn't up to the standards you present to advertisers) to ridiculous levels.<p>You don't like it? Go out of business and have companies that are able to operate at the price consumers are willing to pay rise up in your place. | null | null | 41,798,584 | 41,784,287 | null | null | null | null |
41,800,146 | comment | ninetyninenine | 2024-10-10T15:52:31 | null | He has Moved on in general and his intro comments on how he still uses inlining for special cases. | null | null | 41,796,569 | 41,758,371 | null | null | null | null |
41,800,147 | comment | oidar | 2024-10-10T15:52:33 | null | I would love to have continuous BP monitoring. I ready for this tech to mature. I'd wager that blood pressure varies way more during the day than weight (which can vary as much as 5 lbs or more) - and continuous, easy BP monitoring at would cause HT dxs to drop significantly. | null | null | 41,799,324 | 41,799,324 | null | [
41801181,
41801353,
41800734,
41800384
] | null | null |
41,800,148 | comment | mossTechnician | 2024-10-10T15:52:35 | null | Does that mean that to the users of these wikis, the switching costs[1] of the backend would basically be zero (one day they might just end up on a different server with the same content), while on the administrators' side the switching costs are at a reasonable minimum?<p>[1] a variable in whether something <i>can</i> be enshittified, via <a href="https://en.wikipedia.org/wiki/Enshittification#History_and_definition" rel="nofollow">https://en.wikipedia.org/wiki/Enshittification#History_and_d...</a> | null | null | 41,799,946 | 41,797,719 | null | [
41800597,
41800704
] | null | null |
41,800,149 | comment | berdario | 2024-10-10T15:52:37 | null | > A new library release that ‘adds support for Python 3.14’ is very likely to include other changes in the same release that may or may not be trivial<p>There's no reason to believe that would be the case. The exceptions are:<p>- add support for Python 3.0 (that's of course a very different situation as I described before)<p>- eagerly adopt TONS of Python 3.14-only features (of course that means a different thing than "adds support for")<p>What a specific release claim to do is irrelevant. The library should run its test suite in CI against multiple Python versions.<p>in this specific case, updating to 3.14 just mean that the library stopped using bare excepts, which means that all version of Python pre-3.14 would still be able to use the library as usual (and thus, CI of those python versions can be retained).<p>If you're running a library with a version of Python against which it's not tested, of course you're in a precarious situation (and a bug that silently causes your code to behave differently is going to be a lot more tricky to deal with than a bit of syntax which is not supported anymore). | null | null | 41,790,926 | 41,788,026 | null | null | null | null |
41,800,150 | story | lermontov | 2024-10-10T15:52:38 | Author and Aviator | null | https://literaryreview.co.uk/author-aviator | 9 | null | 41,800,150 | 0 | null | null | null |
41,800,151 | story | rob | 2024-10-10T15:52:54 | Custom Elements Everywhere | null | https://custom-elements-everywhere.com/ | 2 | null | 41,800,151 | 0 | null | null | null |
41,800,152 | comment | jart | 2024-10-10T15:52:56 | null | Now you understand why my ancestors left your continent a very long time ago, and why you'll never leave. | null | null | 41,800,127 | 41,792,055 | null | [
41800807
] | null | null |
41,800,153 | story | stephenflanders | 2024-10-10T15:53:06 | Developer Marketing Explained [video] | null | https://www.youtube.com/watch?v=2G6TUYMzuKk | 3 | null | 41,800,153 | 0 | null | null | null |
41,800,154 | comment | AdrianB1 | 2024-10-10T15:53:17 | null | It is realistically much more than 14 euros. In Eastern Europe I pay almost 700 Euro per month in mandatory state health tax (it is not an insurance, it is a tax because it is a percentage of income, not related to what you are covered for). | null | null | 41,799,512 | 41,799,016 | null | null | null | null |
41,800,155 | comment | snowwrestler | 2024-10-10T15:53:18 | null | They don’t need to. Fandom benefits from being an old and popular site. Google manually adjusts their ranking to prioritize such sites, because they think those sites are what the “average” searcher expects to see come up when they search certain topics.<p>Essentially, Google fears that the average searcher will think Google is broken if certain popular sites don’t come up in their results. | null | null | 41,798,810 | 41,797,719 | null | null | null | null |
41,800,156 | comment | knicholes | 2024-10-10T15:53:18 | null | ... but were they right? | null | null | 41,799,584 | 41,765,594 | null | [
41804108
] | null | null |
41,800,157 | comment | Horffupolde | 2024-10-10T15:53:22 | null | Korean existentialism reinvented? | null | null | 41,800,035 | 41,799,170 | null | null | null | null |
41,800,158 | comment | rurban | 2024-10-10T15:53:28 | null | This looks pretty good in terms of its tradeoffs and tricks used. Makes good use of the Metadata, as in <a href="https://greg7mdp.github.io/parallel-hashmap/" rel="nofollow">https://greg7mdp.github.io/parallel-hashmap/</a> | null | null | 41,798,475 | 41,798,475 | null | null | null | null |
41,800,159 | comment | fmajid | 2024-10-10T15:53:38 | null | Like Java and JavaScript before it, WASM can also run on Kubernetes clusters and plenty of other non-browser contexts. | null | null | 41,800,009 | 41,795,561 | null | null | null | null |
41,800,160 | comment | diab0lic | 2024-10-10T15:53:39 | null | > It's almost like the banking system was designed by rich people to suit the needs of rich people or something.<p>Food for thought: If they didn’t have an investment manager before this, and their primary asset was a big house they couldn’t afford… these people weren’t rich. They were working class, over extended themselves into a house, and got lucky.<p>Your premise may have some validity but the story in this thread may be an example of a bank making a working class family rich. | null | null | 41,799,168 | 41,798,027 | null | null | null | null |
41,800,161 | comment | adamrezich | 2024-10-10T15:53:42 | null | > In virtually all browsers, pressing Escape while a webpage is loading stops the loading process.<p>Wow, you learn something new every day!<p>Kinda weird that we got “Backspace to go back” out of web browsers some time ago yet this still exists, though. | null | null | 41,793,597 | 41,793,597 | null | [
41801420
] | null | null |
41,800,162 | comment | thih9 | 2024-10-10T15:53:46 | null | While a weather page sounds good, perhaps something that loads fast would be also a good pick? Then again, the html code shows the button itself as an anchor tag, so it seems easy to customize the target url. | null | null | 41,793,597 | 41,793,597 | null | [
41800437
] | null | null |
41,800,163 | comment | hodgesrm | 2024-10-10T15:54:03 | null | The coolest and most surprising part is that the tar pits are still there! Apparently the seeps have been there for tens of thousands of years. [0] (Fun LA tourist activity: jump in yourself and contribute to the fossil record.)<p>I was similarly surprised to find that something similar occurs on the floor of the Gulf of Mexico. This came to many people's attention after the Macondo well blowout. [1]<p>[0] <a href="https://en.wikipedia.org/wiki/La_Brea_Tar_Pits" rel="nofollow">https://en.wikipedia.org/wiki/La_Brea_Tar_Pits</a><p>[1] <a href="https://www.sciencedirect.com/science/article/abs/pii/S0967064516300935" rel="nofollow">https://www.sciencedirect.com/science/article/abs/pii/S09670...</a> | null | null | 41,799,105 | 41,798,259 | null | [
41801235,
41802621,
41801568
] | null | null |
41,800,164 | comment | TZubiri | 2024-10-10T15:54:04 | null | Hard disagree.<p>First of all. Not using escape key to escape is the standard for almost all applications since the 90s. Do you use escape to close the browser? A tab? your email client? No. All software converged on the idea that a close button was not a good idea, we are left with the actual button as a vestige.<p>Second of all, this software is designed for people in high stress situations where one of their main goals is to avoid detection, they will not only memorize the escape sequence, but they will likely have their finger on the shift key at all times. | null | null | 41,798,317 | 41,793,597 | null | [
41800742,
41800273,
41800328,
41800658,
41801190,
41802289
] | null | null |
41,800,165 | story | vsmtry2learn | 2024-10-10T15:54:06 | null | null | null | 1 | null | 41,800,165 | null | null | null | true |
41,800,166 | story | paulpauper | 2024-10-10T15:54:08 | The Aphorisms of Merle Kling | null | https://arnoldkling.substack.com/p/the-aphorisms-of-merle-kling | 1 | null | 41,800,166 | 0 | null | null | null |
41,800,167 | comment | cinntaile | 2024-10-10T15:54:20 | null | If it started that way, I'd say it's less likely to end up "bad". Compared to non-profit websites that get sold to ad businesses. | null | null | 41,799,976 | 41,797,719 | null | null | null | null |
41,800,168 | comment | pragma_x | 2024-10-10T15:54:26 | null | I'm not knocking it. At first glance this reminds me of a notebook like Jupyter. Was that an inspiration here? Also, how would you say this stacks up in terms of sharing these files and/or running them locally? Thanks.<p>Edit: after seeing this, I kind of wish Jupyter worked with markdown exactly like this. Jupyter's GUI-oriented blocks jammed into my VSCode workspace always felt unnecessarily clunky to me. | null | null | 41,798,477 | 41,798,477 | null | [
41800302
] | null | null |
41,800,169 | comment | layer8 | 2024-10-10T15:54:46 | null | The article is about WASM on the server, hence the analogy to CGI(-bin) in the title. | null | null | 41,800,009 | 41,795,561 | null | [
41800644
] | null | null |
41,800,170 | comment | disintegrator | 2024-10-10T15:54:51 | null | We build our TypeScript SDK code generator on Zod. So data coming from the user or API is validated and transform using generated Zod schemas. It's a fantastic library with some caveats specifically with Zod v3:<p>- Yes, it doesn't tree-shake well because of the chaining API. We accept this tradeoff because there's a lot of value coming from those kilobytes.<p>- In pure benchmarking numbers, it's nowhere near the fastest validator but I would wondering where you're using Zod and needing millions of operations per second. In my world, the network absolutely diminishes any performance benefits of the fastest validation library.<p>- It can slow down typescript type checking in extreme cases. This one is aimed at those folks that have a large number of very complex schemas. A good majority will not encounter this problem.<p>I say all this but on the flip side, I will pick Zod again and again because it has the biggest community behind and is well on its way to having ecosystem around e.g. with react-hook-form, trpc and other framework integrations. For most of my projects the trade-offs above don't materialize. Regarding all the performance and bundle size concerns, I've spoken to Colin, creator of Zod, on a couple of occasions about these and they're all getting addressed in Zod v4 which I'm raring to try out when it's available. | null | null | 41,764,163 | 41,764,163 | null | null | null | null |
41,800,171 | comment | beAbU | 2024-10-10T15:54:57 | null | I can't imagine that this would have happened, like ever. The wiki was basically essential reading prior to starting to play Minecraft, especially in the early days. I think most the crafting recipes were documented by the developers themselves during those days.<p>If they killed the wiki, they would have killed their userbase. | null | null | 41,799,093 | 41,797,719 | null | [
41803801
] | null | null |
41,800,172 | comment | null | 2024-10-10T15:55:05 | null | null | null | null | 41,798,273 | 41,797,009 | null | null | true | null |
41,800,173 | comment | ted_dunning | 2024-10-10T15:55:10 | null | Julia does similar optimizations with the broadcast operator. The results can be mind bogglingly fast. | null | null | 41,799,258 | 41,769,275 | null | null | null | null |
41,800,174 | comment | joshribakoff | 2024-10-10T15:55:12 | null | >elixir will just recover<p>Thats not true. It just crashes the “sub” process and if the parent process spawns the sub process again with the same inputs its just going to crash again.<p>Are you aware you can also try/catch your errors in typescript?<p>The whole point of the library is to validate something at runtime so of course it is going to blow up. There are also API methods that simply return a boolean instead of crashing if it fails validation. You can then use type guarding and narrowing of the type. | null | null | 41,799,872 | 41,764,163 | null | [
41800299
] | null | null |
41,800,175 | comment | null | 2024-10-10T15:55:24 | null | null | null | null | 41,794,525 | 41,792,055 | null | null | true | null |
41,800,176 | comment | AlotOfReading | 2024-10-10T15:55:27 | null | P3375R0 is public now [0], with a couple implementations available [1], [2].<p>Subexpression combining has more general implications that are usually worked around with gratuitous volatile abuse or magical incantations to construct compiler optimization barriers. Floating point is simply the most straightforward example where it leads to an observable change in behavior.<p>[0] <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3375r0.html" rel="nofollow">https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p33...</a><p>[1] <a href="https://github.com/sixitbb/sixit-dmath">https://github.com/sixitbb/sixit-dmath</a><p>[2] <a href="https://github.com/J-Montgomery/rfloat/">https://github.com/J-Montgomery/rfloat/</a> | null | null | 41,799,892 | 41,757,701 | null | null | null | null |
41,800,177 | comment | tombl | 2024-10-10T15:55:31 | null | wasm has no way to remap writable memory as executable, but you can absolutely call back into javascript to instantiate and link a new executable module, like <a href="https://github.com/remko/waforth">https://github.com/remko/waforth</a> does. | null | null | 41,798,538 | 41,795,561 | null | [
41801264
] | null | null |
41,800,178 | comment | fmajid | 2024-10-10T15:55:32 | null | Orwellian BS indeed. You cannot serve two masters, Mozilla has chosen its camp, and it is not that of the users. | null | null | 41,786,144 | 41,786,012 | null | null | null | null |
41,800,179 | story | bilsbie | 2024-10-10T15:55:33 | null | null | null | 1 | null | 41,800,179 | null | [
41800203
] | null | true |
41,800,180 | comment | noworriesnate | 2024-10-10T15:55:38 | null | There's some truth to this, but there's a new way of rendering components on the server and pushing that HTML directly to the browser first. The components render but aren't fully interactive until the WASM comes in. It can make it feel snappy if it doesn't take too long to load the WASM. | null | null | 41,798,761 | 41,795,561 | null | null | null | null |
41,800,181 | comment | null | 2024-10-10T15:55:40 | null | null | null | null | 41,799,068 | 41,799,068 | null | null | true | null |
41,800,182 | comment | icambron | 2024-10-10T15:55:41 | null | I notice this one a lot. My sense of time is attached to how much I’ve changed, and my rate of change—-at least for music consumption—-attenuates as I age, dilating time. A couple years can seem like an eon when you’re 14 and each new album transforms you. Now a decade of music feels static and irrelevant and I barely notice it go by.<p>Related: it sure seemed like the mid-90s were special for rock music; I was 13 when Dookie came out and I felt (still feel) like I was in a sort of alternative renaissance, just crammed with amazing new music. But I’m sure every generation feels that way about whatever happened to be popular when they were teenagers. | null | null | 41,798,099 | 41,790,295 | null | null | null | null |
41,800,183 | comment | rwoerz | 2024-10-10T15:55:46 | null | As a German, I am totally fine with that now allowed use of the apostrohe. But what I find really annoying is the rise of the Deppenleerzeichen (idiot's space). In proper German, you can rely on that a single thing is being denoted by a single string with no spaces in the middle (comparable identifiers in most programming languages). Dashes are still allowed in compound words for better readability (like "dash case" in programming languages). | null | null | 41,787,647 | 41,787,647 | null | null | null | null |
41,800,184 | comment | grvdrm | 2024-10-10T15:55:46 | null | What’s the floor for non-technical? Not professional engineer but know some SQL? Or much lower? | null | null | 41,800,072 | 41,797,009 | null | [
41801476
] | null | null |
41,800,185 | comment | vel0city | 2024-10-10T15:55:58 | null | Most aluminum cans have a plastic lining inside of the can. Assuming the lining was undamaged and applied properly, it should prevent the beer from reacting with the can for a long while. Usually, the oxidization is with the oxygen which was already dissolved in the beer during brewing (important to have some for fermentation) but depending on ingredients oxidization can happen without the presence of molecular oxygen. | null | null | 41,799,607 | 41,765,006 | null | null | null | null |
41,800,186 | comment | tredre3 | 2024-10-10T15:55:58 | null | Mediawiki is trivial to cache, though. For all intent and purposes most hits will be cache hits, and thus "static" content.<p>I'm also shocked at the tens of thousands per month, it can't possibly be hosting alone. It has to be that the maintainer had a generous salary or something. | null | null | 41,800,098 | 41,797,719 | null | [
41800508,
41801588,
41800408
] | null | null |
41,800,187 | comment | eviks | 2024-10-10T15:56:18 | null | but there are more user-friendly captchas than the hydrants, which on average could be better that a total block on the tablets? | null | null | 41,799,688 | 41,797,719 | null | [
41800875
] | null | null |
41,800,188 | comment | blackeyeblitzar | 2024-10-10T15:56:19 | null | The ads and videos on fandom are out of control. I get these distractions on top and bottom with a tiny sliver of content in the middle, basically. | null | null | 41,797,719 | 41,797,719 | null | null | null | null |
41,800,189 | comment | null | 2024-10-10T15:56:24 | null | null | null | null | 41,799,329 | 41,799,011 | null | null | true | null |
41,800,190 | comment | the_sleaze_ | 2024-10-10T15:56:46 | null | This is of course the right answer, reality is often easier to change than software when the goal is to keep reality and software in sync.<p>So much harder to say no that it sounds though - sales is saying yes to everything they can, board is pressuring for more sales, the users are taking every possible opportunity to shift blame onto the software, and engineering is buckling under the churn of changing business goals every quarter. | null | null | 41,798,390 | 41,765,594 | null | null | null | null |
41,800,191 | story | jjwiseman | 2024-10-10T15:56:50 | Influence and cyber operations: an update from OpenAI [pdf] | null | https://cdn.openai.com/threat-intelligence-reports/influence-and-cyber-operations-an-update_October-2024.pdf | 1 | null | 41,800,191 | 0 | null | null | null |
41,800,192 | comment | Sharlin | 2024-10-10T15:56:54 | null | I have no idea how it works, but given that the read:write ratio is probably 100:1 or more, certainly it could just serve static, prerendered pages straight from the filesystem or something like memcached? | null | null | 41,800,098 | 41,797,719 | null | [
41801607
] | null | null |
41,800,193 | comment | agent281 | 2024-10-10T15:56:56 | null | I was replying the GP:<p>> So if Google dies then we'll have more diverse browser and mobile ecosystem<p>Initially, this won't be true. A lot of the browser ecosystem relies on Google right now. Eventually it would be replaced. I just don't think that it would be immediately true. | null | null | 41,795,478 | 41,784,287 | null | null | null | null |
41,800,194 | comment | guelo | 2024-10-10T15:56:58 | null | Why do you assume the legislators didn’t talk to industry executives? I’m sure they did and all these issues were discussed | null | null | 41,766,997 | 41,765,006 | null | null | null | null |
41,800,195 | comment | elmomle | 2024-10-10T15:56:59 | null | This is true to some extent, but his debtors had a strong interest in Julius Caesar's continued success--which means that even if his later actions were ones that the debtors would not have supported originally, their wagons had been hitched to his and they had a very strong incentive to support him. | null | null | 41,798,731 | 41,798,027 | null | null | null | null |
41,800,196 | story | ck2 | 2024-10-10T15:57:08 | NOAA Space Weather: Aurora Dashboard for Sun Coronal Mass Ejection October 10th | null | https://www.swpc.noaa.gov/communities/aurora-dashboard-experimental | 9 | null | 41,800,196 | 2 | [
41800350,
41800215,
41800212
] | null | null |
41,800,197 | comment | rahimnathwani | 2024-10-10T15:57:22 | null | Multiple requests sent in series (e.g. because each depends on the previous one) is also a problem with web apps. When you're developing locally or testing on a staging server near you, the latency is negligible and you might not notice.<p>Chrome's developer tools allow you to disable caching and choose to simulate a specific network type. Most people know those settings restrict the throughput. But they <i>also</i> increase the request latency. They do this on a request-by-request basis, not at packet level, so it's only an approximation. Still a good test. | null | null | 41,794,795 | 41,793,658 | null | null | null | null |
41,800,198 | comment | HarHarVeryFunny | 2024-10-10T15:57:25 | null | If the Portuguese economy was booming relative to Spain, then "the market" (investors) can still take advantage of that by investing in other Portuguese assets such stocks and real estate.<p>If a government wants to address a trade imbalance then import tariffs is one way to do it - or policy changes affecting cost of goods produced for export. | null | null | 41,799,954 | 41,799,016 | null | null | null | null |
41,800,199 | comment | bobosha | 2024-10-10T15:57:28 | null | am i the only relieved that for once a non-AI human has won the nobel? | null | null | 41,799,170 | 41,799,170 | null | [
41800232,
41800999,
41800543
] | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.