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,810,800 | comment | DowagerDave | 2024-10-11T16:16:02 | null | >> after my death or dishonor<p>honest question: why do you care? | null | null | 41,810,680 | 41,809,879 | null | [
41810874,
41811001
] | null | null |
41,810,801 | comment | altruios | 2024-10-11T16:16:08 | null | How much attention do you need?<p>...is probably an important question too. | null | null | 41,810,386 | 41,808,683 | null | null | null | null |
41,810,802 | comment | MBCook | 2024-10-11T16:16:22 | null | I think my favorite little bit from the article is that they’re using a VM to “fix“ the page size differences between macOS and Windows.<p>What an ingenious idea. | null | null | 41,799,068 | 41,799,068 | null | null | null | null |
41,810,803 | comment | water-data-dude | 2024-10-11T16:16:23 | null | A gentleman. | null | null | 41,810,660 | 41,809,469 | null | null | null | null |
41,810,804 | comment | talldayo | 2024-10-11T16:16:25 | null | It doesn't have to do anything for GNU/Linux games, that's been an option for years and it's a ghost town a-la Metal-native games. Valve (and the community) are doing the right thing by ignoring the Apple strategy of enforcing distribution terms they will abandon within the decade. Developers that <i>want</i> to program for Linux still can. It's just as stupid as it was when the first <i>Steam Machine</i> rolled out.<p>By supporting Proton, they are guaranteeing that modern <i>and</i> retro Windows games will be playable on Linux far into the future. Trying to get the next <i>Call of Duty</i> to support Linux natively is, quite literally, a waste of everyone's time that could possibly be involved in the process. I cannot see a single salient reason why Linux users would want developers to release a proprietary, undersupported and easily broken native build when translation can be updated and modified to support practically any runtime. | null | null | 41,810,698 | 41,799,068 | null | [
41811061
] | null | null |
41,810,805 | comment | verdverm | 2024-10-11T16:16:25 | null | Have you shared it someplace besides Twitter for those of us who will not visit that site anymore? (much of the content requires login now too) | null | null | 41,810,373 | 41,810,373 | null | [
41811568
] | null | null |
41,810,806 | story | giuliomagnifico | 2024-10-11T16:16:29 | ByteDance's TikTok cuts jobs in shift towards AI content moderation | null | https://www.reuters.com/technology/bytedance-cuts-over-700-jobs-malaysia-shift-towards-ai-moderation-sources-say-2024-10-11/ | 5 | null | 41,810,806 | 0 | [
41810995
] | null | null |
41,810,807 | comment | WhitneyLand | 2024-10-11T16:16:38 | null | Please provide your precise definitions of “reasoning” and “original”.<p>There’s no consensus in the literature on what these mean even if you make it more specific by talking about “mathematical reasoning”, so I don’t really understand what opinions like these are based on.<p>I see a lot of no true Scottsman fallacy going around, even the paper resorts to this as it actually uses phrases like “true reasoning” several times.<p>I don’t think the paper is very convincing btw, the abstract is kind of click-baity and talks about 65% variation when that was a cherry picked example from a tiny phi model and the SOTA models showed way less variation which was arguably not that interesting. | null | null | 41,810,076 | 41,808,683 | null | [
41812447
] | null | null |
41,810,808 | comment | adamdecaf | 2024-10-11T16:16:48 | null | Yea the idea is that if your service doesn’t check-in then a preconfigured alert triggers. | null | null | 41,810,680 | 41,809,879 | null | null | null | null |
41,810,809 | comment | asoneth | 2024-10-11T16:16:53 | null | Agreed, guessing only gets you so far and unfortunately the symptoms of iron overload can look similar to those of iron deficiency. Before self-diagnosing and supplementing something like iron (or B12, D, calcium, magnesium, etc) it's worth talking to a doctor and/or getting tested. Most of these tests are inexpensive, especially if you have health coverage, and many doctors will happily prescribe them if you have reasonable concerns.<p>Once upon a time I was taking a vitamin supplement based on what I <i>assumed</i> I was low in based on my diet, but when I finally got a blood test some years later it turns out I had been supplementing something I didn't need and had an actual deficiency in something I had assumed was fine. Thankfully in my case I was just pissing away money (literally) rather than harming myself, but the fact that I had just guessed at solutions rather than analysing my health using data as I would to diagnose other technically complex system made me feel a little ridiculous. | null | null | 41,810,240 | 41,753,677 | null | null | null | null |
41,810,810 | comment | EGreg | 2024-10-11T16:16:59 | null | Speaking of not using anyone’s specific infra, we deployed software on blockchains to do this.<p>We had to implement a “heartbeat” and “succession” in our blockchain-based solutions for organizations to control things together.<p>It’s part of our “application suite for organizations” where each one is sort of this general-purpose LEGO block that could be used to build a custom solution.<p>In each case, you’d enter some parameters and create an instance from a Factory. We made it simple and secure for any organization to use this.<p>In this specific one, ControlFactory is used to create ControlContract instance that can be used to control an address together (to sign off things collectively, like transfer tokens or call an arbitrary method on a different address)<p>We had to handle what happens if the M of N people don’t show up for a while. And we said they have to call a heartbeat() method every so often. If they fail to call it then control temporarily passes to the next group in succession, until the OGs can finally call the heartbeat() method again.<p>Here is more info on the why:
<a href="https://community.intercoin.app/t/intercoin-applications-control-and-multisignature/2898" rel="nofollow">https://community.intercoin.app/t/intercoin-applications-con...</a><p>And here are the rest of the blockchain apps for organizations:
<a href="https://community.intercoin.app/t/applications-of-intercoin-making-crypto-mainstream/87" rel="nofollow">https://community.intercoin.app/t/applications-of-intercoin-...</a><p>You can go ahead and use it, the factory it’s been deployed on many EVM blockchains, at the same address.<p>PS: fun fact, you can configure a ControlContract to also manage calling methods on itself, thereby creating custom “policies” for organizations when it comes to granting/recoving rights of other people to the quorum. | null | null | 41,809,879 | 41,809,879 | null | null | null | null |
41,810,811 | comment | jjtheblunt | 2024-10-11T16:17:06 | null | i agree (!), and it was my typo (amid Figaro the rescue kitten helping with the keyboard) and attempt to remark that such titles probably don't even get clicked. | null | null | 41,808,305 | 41,801,415 | null | null | null | null |
41,810,812 | comment | adamdecaf | 2024-10-11T16:17:33 | null | Thanks. We already rely on PD so preconfiguring the alert/snooze isn’t additional risk for us. | null | null | 41,810,769 | 41,809,879 | null | null | null | null |
41,810,813 | comment | j_bum | 2024-10-11T16:17:36 | null | Glad you liked it :)<p>When I started grad school and was learning how to write effectively, I struggled with passive/active voice differentiation… until I learned the zombies tip. It’s so absurd that you can’t forget it, and it’s simple enough to differentiate the two in a split second! | null | null | 41,810,504 | 41,808,943 | null | null | null | null |
41,810,814 | story | RahulBodana | 2024-10-11T16:17:51 | null | null | null | 1 | null | 41,810,814 | null | null | null | true |
41,810,815 | story | tosh | 2024-10-11T16:18:00 | Request for developer feedback: customizable select | null | https://developer.chrome.com/blog/rfc-customizable-select | 1 | null | 41,810,815 | 0 | null | null | null |
41,810,816 | comment | OptionOfT | 2024-10-11T16:18:08 | null | I am tied to Microsoft Edge for sync between desktop and phone, and Microsoft Edge on iOS has AdBlock built in. But looking at this it seems inevitable that Edge will retain V2.<p>As to switching to Firefox? I'd love to, but Firefox on iOS refuses to put in an AdBlocker. Yea, you can use Firefox Focus but that one doesn't sync.<p>I don't understand Mozilla's stance on this. | null | null | 41,809,698 | 41,809,698 | null | [
41812618,
41812204
] | null | null |
41,810,817 | comment | bediger4000 | 2024-10-11T16:18:11 | null | Greppability is an interesting idea, and a good one, but I'm going to disagree with the recommendation<p>> Stop hard-wrapping and just use soft-wrapping,<p>Grep for some pattern in soft-wrapped text and you get a lot of extraneous material.<p>You also can't grep for things "at the beginning of the line", which is often an important indicator. When I did a lot of plain C programming, I would put function names at the start of a line, below their return type to make it easy to grep for a function definition, rather than just uses.<p>Soft-wrapping also limits the use of diffability, a complement to grepability. You might correct a single letter in a misspelled word in a soft-wrapped paragraph. Do a "git diff" or equivalent and you'll get back a huge block of "changed" text. Useless. Short, hard wrapped lines make it easy to see diffs. | null | null | 41,797,271 | 41,797,271 | null | null | null | null |
41,810,818 | comment | stonogo | 2024-10-11T16:18:15 | null | The website leans hard on "fully cross-platform" for a program that clearly isn't. | null | null | 41,808,943 | 41,808,943 | null | [
41810880
] | null | null |
41,810,819 | story | hliyan | 2024-10-11T16:18:30 | Λ-2D: An Exploration of Drawing as Programming Language | null | https://www.media.mit.edu/projects/2d-an-exploration-of-drawing-as-programming-language-featuring-ideas-from-lambda-calculus/overview/ | 4 | null | 41,810,819 | 0 | null | null | null |
41,810,820 | comment | adamdecaf | 2024-10-11T16:18:36 | null | Yep. I looked at Cronitor and thought about using it, but direct to PD removed a step for us at Moov. | null | null | 41,810,779 | 41,809,879 | null | null | null | null |
41,810,821 | comment | mike_hearn | 2024-10-11T16:18:46 | null | Clinical trials do use placebos all the time, even when studying things that don't involve pain.<p>Somewhat notoriously some trials give patients a placebo that's actually another drug, as otherwise people could unblind themselves by not suffering side effects. The COVID vaccine trials did this. It doesn't make sense if you think the placebo effect only influences perception of pain, as otherwise you could lose the placebo entirely and double your statistical power (compare against a synthetic control group). | null | null | 41,809,591 | 41,780,328 | null | null | null | null |
41,810,822 | comment | zw7 | 2024-10-11T16:18:51 | null | The article briefly mentions non-lethal methods and that they are underfunded. I worked with a grad student who was doing research (supported by the USDA IIRC) on different dog breeds for use as guard dogs. Ironically, sometimes the guard dogs will kill a calf — they assume due to boredom and playing too rough. | null | null | 41,810,038 | 41,809,224 | null | null | null | null |
41,810,823 | comment | throw88888 | 2024-10-11T16:18:54 | null | I am not sure I get the point here. Do you want just one standard for symmetrical encryption?<p>How should e.g. a C++ program know how PHP encrypts something through “encrypt_message_symmetrically”?<p>Embedded machinery has other needs and resources than e.g. online banking. So we can’t just have one algorithm for symmetrical/asymmetrical crypto. | null | null | 41,808,731 | 41,801,883 | null | null | null | null |
41,810,824 | story | UchennaUduma | 2024-10-11T16:19:02 | Idea2Product: Developing an AI Integrated Data Platform via AI Product Architect | null | https://angel-kalu.medium.com/from-idea-to-product-developing-an-ai-powered-integrated-data-and-user-feedback-tool-for-product-71f182e0ed04 | 1 | null | 41,810,824 | 0 | null | null | null |
41,810,825 | comment | xrd | 2024-10-11T16:19:10 | null | I like Hugo but was hoping for something even more minimalistic and suited just for a resume. But I'll do more research.<p>Do you have a good example of a resume on Hugo I could look at? Is your resume project source available?<p>Thanks so much. | null | null | 41,809,967 | 41,809,843 | null | null | null | null |
41,810,826 | comment | tpoacher | 2024-10-11T16:19:13 | null | I found the vision behind gestures very intuitive.<p>The main idea you had to understand was that you have 'edge' gestures, and 'inner' gestures. 'Edge' gestures relate to functionality that has to do with the phone as a whole and are available at all times, and 'inner' gestures relate to functionality that has to do with the specific app currently in use, and if any actions are available they will be clearly signposted in the app. And the apps were explicitly designed with this interface in mind.<p>I thought the onboarding tutorial was very clear, and the learning curve to start using the phone effectively was negligible once the above 'phone vs app gestures' was understood.<p>By contrast, Android has attempted to copy these gestures, but they are severely lacking with no unifying theme in my view (I cannot speak for iPhones since I do not own one, but from my limited interaction with them they don't seem any better, and when I used relative's iPads, my personal response was that the gestures effectively needed to be 'learned' and really didn't make intuitive sense to me).<p>Effectively android doesn't quite make the distinction clear between 'edge vs inner' or 'phone vs app' gestures, and it comes down to the user (and/or app developer) to figure out what works where by trial and error; the horizontal swipe from the edge constitutes a 'back' button (but only if you keep it 'pressed'), the vertical constitutes a 'apps list' button (but only if you keep it 'pressed'), and a vertical swipe without keeping it pressed acts as a 'home' button. The only thing they've kept from Sailfish is the top-to-bottom edge swipe showing you notifications. But it shows that effectively instead of making gestures a first class citizen, they've just said "how can we add gestures that act as buttons", but it's still a button-centric experience rather than a genuinely intuitive gesture-based UX.<p>As a result, most people I know tend to turn these off and use the software buttons instead, despite the slighty cost of screen real-estate. I've chosen to keep them on, but whenever I hand my phone over to my wife, the first thing she asks is if I can enable buttons so that she can do what she wants to effectively. | null | null | 41,785,632 | 41,749,296 | null | null | null | null |
41,810,827 | story | maxwell | 2024-10-11T16:19:15 | null | null | null | 1 | null | 41,810,827 | null | null | null | true |
41,810,828 | comment | null | 2024-10-11T16:19:30 | null | null | null | null | 41,810,734 | 41,808,943 | null | null | true | null |
41,810,829 | story | neustradamus | 2024-10-11T16:19:31 | Conversations 2.17.0 – Jabber/XMPP client for Android | null | https://conversations.im/ | 6 | null | 41,810,829 | 0 | null | null | null |
41,810,830 | comment | rincebrain | 2024-10-11T16:19:35 | null | It might be interesting for someone to make a collection of these for easy perusal.<p>e.g. a collection including this and [1], which is the long-form version of this[2] c3 talk.<p>[1] - <a href="https://cs.oberlin.edu/~ctaylor/classes/341F2012/xbox.pdf" rel="nofollow">https://cs.oberlin.edu/~ctaylor/classes/341F2012/xbox.pdf</a><p>[2] - <a href="https://events.ccc.de/congress/2005/fahrplan/attachments/674-slides_xbox.pdf" rel="nofollow">https://events.ccc.de/congress/2005/fahrplan/attachments/674...</a> | null | null | 41,771,452 | 41,771,452 | null | null | null | null |
41,810,831 | comment | hedgehog | 2024-10-11T16:19:38 | null | Ollama (also wrapping llama.cpp) has GPU support, unless you're really in love with the idea of bundling weights into the inference executable probably a better choice for most people. | null | null | 41,810,695 | 41,773,020 | null | [
41810988,
41810869
] | null | null |
41,810,832 | story | ColinWright | 2024-10-11T16:19:39 | The Importance of Illustration for Mathematical Research [pdf] | null | https://www.ams.org/notices/202401/rnoti-p105.pdf | 2 | null | 41,810,832 | 0 | null | null | null |
41,810,833 | comment | happytoexplain | 2024-10-11T16:19:50 | null | I absolutely love the explicitness (for understanding) and lack of abbreviations (for searching). | null | null | 41,810,385 | 41,809,911 | null | null | null | null |
41,810,834 | comment | porphyra | 2024-10-11T16:19:56 | null | Didn't the unfortunate incident where it dragged a pedestrian happen because it tried to "safely pull over" while dragging her? | null | null | 41,810,713 | 41,805,706 | null | null | null | null |
41,810,835 | comment | alternatex | 2024-10-11T16:19:57 | null | Although I agree with your observation wholeheartedly, it should be obvious that shipping something at Microsoft is way more involved than shipping a hobby project. Just security and privacy compliance is half the work.<p>That Microsoft is just not good at building consumer-facing software in general is hard to deny though. | null | null | 41,810,691 | 41,808,943 | null | null | null | null |
41,810,836 | comment | yowzadave | 2024-10-11T16:20:01 | null | > there are hundreds of scientific papers about collective intelligence, how to make teams online more effective, how to socialize newcomers to online sites,<p>I'm curious what research there is about how to create better-socialized groups of people in general; obviously some cultures are more successful in certain areas than others, despite starting with basically the same human genetics--is there any evidence that a culture can learn/adapt in intentional pro-social ways? How does a society learn to be less corrupt over time? How do people decide to stop littering/speeding/parking illegally? How does a society develop a respect for their environment, for their neighbors, for future generations, etc.? | null | null | 41,803,734 | 41,780,328 | null | [
41812444
] | null | null |
41,810,837 | comment | tinkrr | 2024-10-11T16:20:12 | null | It seems like you re-use the code from the web app to create the hybrid mobile apps.<p>Which tool / framework do you use to achieve this? | null | null | 41,808,943 | 41,808,943 | null | [
41812769
] | null | null |
41,810,838 | comment | mike_hearn | 2024-10-11T16:20:20 | null | Sure, but I think most people would place very hard limits on what you can do to just think yourself better. Your mind can't cure cancer, eliminate viruses, regrow arms etc. Yet we routinely design clinical trials as if it can. And ... nobody seems to think this is in any way strange! | null | null | 41,809,411 | 41,780,328 | null | null | null | null |
41,810,839 | comment | svilen_dobrev | 2024-10-11T16:20:27 | null | there's no way for such images to happen in more densely populated area.
The night city glow we as civilization have created is like a light-blanket.. | null | null | 41,771,709 | 41,771,709 | null | null | null | null |
41,810,840 | comment | mardifoufs | 2024-10-11T16:20:38 | null | It has a very good type system, imo better than most "natively" typed languages. | null | null | 41,807,979 | 41,787,041 | null | null | null | null |
41,810,841 | story | UchennaUduma | 2024-10-11T16:20:45 | null | null | null | 1 | null | 41,810,841 | null | null | null | true |
41,810,842 | story | thunderbong | 2024-10-11T16:20:45 | WiFi-QR-code-generator: Generate a QR code with your WiFi credentials | null | https://github.com/calinvladth/wifi-qr-code-generator | 2 | null | 41,810,842 | 0 | null | null | null |
41,810,843 | story | throw0101c | 2024-10-11T16:20:46 | Sustained greening of the Antarctic Peninsula observed from satellites | null | https://www.nature.com/articles/s41561-024-01564-5 | 1 | null | 41,810,843 | 0 | null | null | null |
41,810,844 | comment | ezekg | 2024-10-11T16:20:47 | null | > However, "the Tesla presented challenges due to the small interior space, 'smart car' features, and low vehicle profile limiting maneuverability (e.g., jumping curbs, off-road use)."<p>Should've picked the Cybertruck. | null | null | 41,810,627 | 41,810,627 | null | [
41811068,
41810879
] | null | null |
41,810,845 | story | mamoswined | 2024-10-11T16:20:55 | The Gotchas of Building an In-House Observability Platform Using Prometheus | null | https://www.sawmills.ai/blog/the-gotchas-of-building-an-in-house-observability-platform-using-prometheus | 1 | null | 41,810,845 | 0 | null | null | null |
41,810,846 | comment | RankingMember | 2024-10-11T16:20:58 | null | I thought so too until more recently when the people who don't think this way seem to have given a megaphone by the internet | null | null | 41,810,348 | 41,809,469 | null | null | null | null |
41,810,847 | comment | adamdecaf | 2024-10-11T16:21:00 | null | Thanks, yea I’d like to support other vendors. Haven’t heard of Squadcast<p>I have <a href="https://github.com/adamdecaf/deadcheck/issues/12">https://github.com/adamdecaf/deadcheck/issues/12</a> tracking additional vendors<p>Edit: I'm open to a PR if you're willing. Curious, but would you use their delayed notification config to implement?<p><a href="https://apidocs.squadcast.com/?version=latest#7742a9af-29fe-4c08-b7c6-40a1f1796e2f" rel="nofollow">https://apidocs.squadcast.com/?version=latest#7742a9af-29fe-...</a> | null | null | 41,810,758 | 41,809,879 | null | null | null | null |
41,810,848 | comment | andrewla | 2024-10-11T16:21:19 | null | I expected much more of a hit piece, but the findings of the police departments seem very well thought-out and explored. Police vehicles require extensive after-market work to meet the unique requirements of police forces, and there's not a long track history of how to do this with Teslas. The initial forays into this space are going to be pretty dicey and expensive until there is sufficient know-how to make the changes. Or Tesla itself could engage with this and work on a police model Tesla, but that is not likely to happen for a while.<p>I do wonder if the choice to use the Model 3 sedan was the right one; it feels like one of the SUVs would be a better choice because many of the complaints revolve around having sufficient interior room. | null | null | 41,810,627 | 41,810,627 | null | [
41811105,
41811125
] | null | null |
41,810,849 | comment | null | 2024-10-11T16:21:24 | null | null | null | null | 41,809,406 | 41,808,696 | null | null | true | null |
41,810,850 | comment | null | 2024-10-11T16:21:29 | null | null | null | null | 41,810,544 | 41,803,324 | null | null | true | null |
41,810,851 | comment | andai | 2024-10-11T16:21:44 | null | A stricter, faster subset of JS would be very welcome, which seems to be what the unshared struct part of this proposal provides.<p>By the way, doesn't V8's optimizer already do something like this internally? I read one of their tech blogs back in the day that explained how they analyze the structure of objects and whenever possible, compile it to the equivalent of a C++ class.<p>I guess doing it explicitly makes the optimizer's job much easier -- the more guarantees you give it about what <i>won't</i> happen, the more optimizations it's free to make. | null | null | 41,787,041 | 41,787,041 | null | null | null | null |
41,810,852 | comment | nickpp | 2024-10-11T16:21:46 | null | What do you think innovators will feel when they see the government breaking up a private company? Do you think they’ll be more or less motivated to create one to meet the same fate down the road in the unlikely case of success, after immeasurable difficulties and struggle?<p>Ever heard of second order effects and chilling effect of regulation? | null | null | 41,794,073 | 41,784,287 | null | null | null | null |
41,810,853 | comment | deafpolygon | 2024-10-11T16:21:47 | null | I agree, which is why I use it. But there are a few quirks that rely on on reading mode. | null | null | 41,810,121 | 41,808,943 | null | null | null | null |
41,810,854 | comment | adamdecaf | 2024-10-11T16:21:53 | null | Exactly. At Moov we rely on PD, so if they’re down we have bigger issues anyway. I plan to support additional integrations so a check-in could update multiple | null | null | 41,810,738 | 41,809,879 | null | null | null | null |
41,810,855 | comment | anonfordays | 2024-10-11T16:21:55 | null | Yes, a lot, it's basically confirmed. Last time someone linked proof, it got flagged immediately. Kiwifarms is a dumpster fire, so I'm not going to search or link anything. | null | null | 41,803,751 | 41,799,068 | null | [
41810916
] | null | null |
41,810,856 | comment | tnolet | 2024-10-11T16:22:03 | null | or Checkly's heartbeat check<p><a href="https://www.checklyhq.com/docs/heartbeat-checks/" rel="nofollow">https://www.checklyhq.com/docs/heartbeat-checks/</a> | null | null | 41,810,565 | 41,809,879 | null | [
41811706
] | null | null |
41,810,857 | comment | diggan | 2024-10-11T16:22:09 | null | > Furthermore, officers reported “autopilot interference,” which caused “a delay when officers shift into drive” and also triggered an automatic stop when officers tried to pull over to the side of the road, possibly because the car assumed the vehicle was wrongfully veering off course.<p>It sounds like the police, just like Tesla and the Cybertruck, are testing these things out in the public?! Wouldn't these issues be discovered before these cars were actually deployed, like in a simulated road stop or something? Seems a bit bananas that they discovered these issues once officers use these cars in public. | null | null | 41,810,627 | 41,810,627 | null | [
41811059,
41810999
] | null | null |
41,810,858 | comment | monkeynotes | 2024-10-11T16:22:09 | null | Don't coding LLMs kind of fill this gap? I can't imagine anyone who isn't a pro wanting to spend time learning HTML when they can just describe what they want in plain text and get something good enough. | null | null | 41,801,334 | 41,801,334 | null | null | null | null |
41,810,859 | comment | thebruce87m | 2024-10-11T16:22:12 | null | Dangerous criminals still have human rights, which I imagine include things like food and toilet stops. Maybe food can be eaten on-the-go, but toilet stops are reasonable. | null | null | 41,810,771 | 41,807,092 | null | [
41811743
] | null | null |
41,810,860 | comment | joshbetz | 2024-10-11T16:22:13 | null | Very clever. I have Alertmanager in a second region so it can check on my first Alertmanager, but this is much nicer. | null | null | 41,809,879 | 41,809,879 | null | [
41811352,
41810923
] | null | null |
41,810,861 | comment | WhitneyLand | 2024-10-11T16:22:17 | null | I agree it wasn’t that convincing, moreover the variation wasn’t that dramatic for the large sota models.<p>Why should they write a paper about the inherent reasoning capabilities for “large” language models and then in the abstract cherrypick a number that’s from a tiny 1B parameter model? | null | null | 41,810,517 | 41,808,683 | null | null | null | null |
41,810,862 | comment | edm0nd | 2024-10-11T16:22:17 | null | Would be cool to have some kind of "deadmans infra AI or bot" that would auto fund your server bills for X amount of additional months/years and then send out emails and post a notice you have died and your service EOL is estimated to be X or Y.<p>I also suppose you would have to also roll in some kind of automated patching and etc into it which would be rather difficult and break a lot of thing if went bad but some kind of "self healing" bot could perhaps also look after this part to fix anything should it break.<p>Also kinda opens up an entirely new attack vector. Threat actors could scan for these notices and go "hey this person is dead. lets hack their stuffs". | null | null | 41,810,680 | 41,809,879 | null | null | null | null |
41,810,863 | comment | detourdog | 2024-10-11T16:22:24 | null | I’m only familiar with the Abrahamic strain of religion. I usually don’t recognize other people’s description of this religion.<p>I have always assumed that it was the King James Bible that established the “modern” of religion and has distorted its emphasis.<p>The distortion is so intense that it doesn’t usually make sense to even point out the misunderstanding. | null | null | 41,809,644 | 41,776,631 | null | [
41812754
] | null | null |
41,810,864 | comment | xemdetia | 2024-10-11T16:22:24 | null | Emergency vehicles are the kind of vehicles I don't really want electric yet. Power goes out when there are emergencies, and then what? They break out a bunch of beater crown vics?<p>Also inevitably lithium packs are the last thing I want to bring more of to an emergency.. imagine bringing more lithium to a California wildfire when most fire depts struggle to extinguish packs in the most favourable conditions. | null | null | 41,810,627 | 41,810,627 | null | [
41811029
] | null | null |
41,810,865 | comment | vundercind | 2024-10-11T16:22:36 | null | I read the requirements and concerns as yet another sign we need to split up traffic enforcement and ordinary policing. The cars writing traffic tickets and responding to breakdowns and minor accidents don’t need half this crap. We could get by with a ton fewer cops that way.<p>(“What about car chases?” statistically they’re a terrible idea and we should stop doing them in almost all circumstances, so there’s little harm in losing the “tactical” capacity of your traffic enforcement cars) | null | null | 41,810,627 | 41,810,627 | null | [
41811215,
41811024,
41810890
] | null | null |
41,810,866 | comment | unsnap_biceps | 2024-10-11T16:22:45 | null | Weight matters. They can add a bunch of armor but then the cars range is shot and it's too slow. It's already a heavy vehicle. | null | null | 41,810,795 | 41,810,627 | null | null | null | null |
41,810,867 | story | bookofjoe | 2024-10-11T16:22:48 | ADHD Diagnosis, Treatment and Telehealth Use in Adults –US October/November 2023 [pdf] | null | https://www.cdc.gov/mmwr/volumes/73/wr/pdfs/mm7340a1-H.pdf | 1 | null | 41,810,867 | 0 | [
41810990
] | null | null |
41,810,868 | comment | qnleigh | 2024-10-11T16:22:51 | null | > At the risk of sounding racist...<p>I wouldn't consider it racist to call out racism. | null | null | 41,785,794 | 41,785,265 | null | null | null | null |
41,810,869 | comment | yjftsjthsd-h | 2024-10-11T16:22:53 | null | When I said<p>> such great performance that I've mostly given up on GPU for LLMs<p>I mean I used to run ollama on GPU, but llamafile was approximately the same performance on just CPU so I switched. Now that might just be because my GPU is weak by current standards, but that is in fact the comparison I was making.<p>Edit: Though to be clear, ollama would easily be my second pick; it also has minimal dependencies and is super easy to run locally. | null | null | 41,810,831 | 41,773,020 | null | null | null | null |
41,810,870 | story | Appsmith | 2024-10-11T16:23:07 | Ask HN: How to Build Low-Latency AI SaaS Product Without BYOK? | For a B2C AI SaaS product, the need to route every request via the backend (to protect keys) is one of the hurdles in offering low-latency experiences. The only solution is to ask the user to bring their own keys, which is a poor UX requiring them to sign up with each separate provider.<p>Anyone's got a better idea? | null | 1 | null | 41,810,870 | 0 | null | null | null |
41,810,871 | story | alice45 | 2024-10-11T16:23:07 | null | null | null | 1 | null | 41,810,871 | null | [
41810872
] | null | true |
41,810,872 | comment | null | 2024-10-11T16:23:07 | null | null | null | null | 41,810,871 | 41,810,871 | null | null | true | null |
41,810,873 | comment | deafpolygon | 2024-10-11T16:23:16 | null | > because I know most applications will be outlived by my notes<p>A robust export option is what we're all looking for here.<p>> taking notes is a very personal thing<p>I agree with that. | null | null | 41,809,761 | 41,808,943 | null | null | null | null |
41,810,874 | comment | vincnetas | 2024-10-11T16:23:18 | null | if you care about people that you leave behind... | null | null | 41,810,800 | 41,809,879 | null | null | null | null |
41,810,875 | comment | thesepretzels2 | 2024-10-11T16:23:22 | null | Location: Europe<p>Remote: Yes<p>Willing to relocate: No<p>Technologies: Golang, Python, C, Flask, FastAPI, Gin, SQLAlchemy, Alembic, Gorm, Kubernetes, Docker, PostgreSQL, MongoDB, Redis, AWS, GCP, CI/CD, AWS Lambda.<p>* Site: <a href="https://o-st.dev" rel="nofollow">https://o-st.dev</a><p>* GitHub: <a href="https://github.com/shaked8634">https://github.com/shaked8634</a><p>* LinkedIn: <a href="https://www.linkedin.com/in/ozt-3890324" rel="nofollow">https://www.linkedin.com/in/ozt-3890324</a><p>* Email: contact(at)o-st.dev<p>I am a Software Engineer and Architect with more than 10 years of experience (Backend, Cloud, tooling, Desktop...), ranging from developing small tools to full SaaS products. My expertise includes Backend Engineering, Cloud Solutions, DevOps, Maintenance, as well as code refactoring and migrations. | null | null | 41,709,299 | 41,709,299 | null | null | null | null |
41,810,876 | comment | greenie_beans | 2024-10-11T16:23:27 | null | would be curious to see some real data about this | null | null | 41,804,307 | 41,780,229 | null | [
41811082
] | null | null |
41,810,877 | comment | nickpp | 2024-10-11T16:23:33 | null | As a consumer a care greatly about the fate of businesses: they are the ones providing the services and products I enjoy. The government gives me nothing. Less than nothing, actually, since they are taking most of my income for the crap they provide.<p>And I care about every single business since I know that the more competition there is - the better and cheaper the products and services will be. | null | null | 41,801,135 | 41,784,287 | null | [
41810901
] | null | null |
41,810,878 | comment | lallysingh | 2024-10-11T16:23:35 | null | The $150k budget included the price of 2 cars. They probably didn't get base models. $35k was for modifying both.<p>They have to bootstrap the r&d for armoring Teslas. They could only find a performance shop that mostly does fiber aero kits. That's the actual issue - no existing armorers. For the "engine block hide", though, would keeping some extra vests in the frunk do the job?<p>Perhaps they're better off with an EV Blazer? | null | null | 41,810,795 | 41,810,627 | null | null | null | null |
41,810,879 | comment | Thrymr | 2024-10-11T16:23:41 | null | The F150 Lightning actually worked for the purpose, if you read the article. | null | null | 41,810,844 | 41,810,627 | null | [
41811002
] | null | null |
41,810,880 | comment | alex-titarenko | 2024-10-11T16:23:41 | null | If you are talking about Linux, you can use the Web version, which is Progressive Web Application, works offline and can be installed. | null | null | 41,810,818 | 41,808,943 | null | null | null | null |
41,810,881 | comment | solardev | 2024-10-11T16:23:42 | null | What is? | null | null | 41,809,734 | 41,801,279 | null | null | null | null |
41,810,882 | story | TheMashaBrand | 2024-10-11T16:23:49 | Death Clock – When will I die Calculator(NEW) | null | https://famous-deaths.com/death-clock | 1 | null | 41,810,882 | 5 | [
41810919,
41811513,
41811041
] | null | null |
41,810,883 | comment | lupusreal | 2024-10-11T16:24:04 | null | Life being plentiful in the universe, and the kind of lame arguments for this assumption, entered into the secular science enthusiast dogma as a countercultural reaction to the prevailing Christian dogma of life on Earth being special. Sagan/etc's hand-wavy argument about the number of stars being a prime example.<p>The dogma is such that people who subscribe to it will often reflexively assume that anybody challenging it is a disingenuous Christian. FWIW I am not a Christian, nor do I have any other religion, but I think there is fair reason to doubt that advanced life is common. For one, you don't have to stack too many improbabilities to easily overpower the number of stars. Secondly, evolution isn't a process that works towards the goal of creating human-like advanced life; in fact if anything it favors crabs a lot more than smart apes. Third, and most important, the rare earth hypothesis is consistent with all of our observations thus far. | null | null | 41,809,641 | 41,760,971 | null | [
41811479,
41811018
] | null | null |
41,810,884 | comment | melomac | 2024-10-11T16:24:13 | null | A bit sad it's always the same defaults than everywhere else.<p>When I setup a new system, I always end up here: <a href="https://github.com/mathiasbynens/dotfiles/blob/master/.macos">https://github.com/mathiasbynens/dotfiles/blob/master/.macos</a><p>Then I add the few missing ones as I use the machine, like this one for example:
<a href="https://macos-defaults.com/finder/showwindowtitlebaricons.html" rel="nofollow">https://macos-defaults.com/finder/showwindowtitlebaricons.ht...</a> | null | null | 41,810,292 | 41,810,292 | null | [
41810975
] | null | null |
41,810,885 | story | randomor | 2024-10-11T16:24:29 | Show HN: ZenMD converts a Markdown folder to a site with a single command | I have been dogfooding this npx tool to build all my markdown content sites. It allows me to start a site within minutes. As it's just `npx zenmd && netlify deploy` without downloading any framework starter kit, cloning any repo, or generating any folder structure with configs.<p>It's built on remark.js, supports images, [[wikilinks]], and raw html in markdown, as well as custom layout.html customizations. Once the site is built, you can open the output `.html` pages without a server to preview.<p>Demo: here is a post expanding on the "whys" on my personal site (built with ZenMD) - <a href="https://idealistspace.com/zenmd" rel="nofollow">https://idealistspace.com/zenmd</a><p>Just made the Github repo: <a href="https://github.com/randomor/zenmd">https://github.com/randomor/zenmd</a> public if you'd like to look at the code. | https://www.npmjs.com/package/zenmd | 2 | null | 41,810,885 | 0 | null | null | null |
41,810,886 | comment | noname120 | 2024-10-11T16:24:36 | null | <a href="https://resources.arc.net/hc/en-us/articles/25540117353623-What-Happens-to-Ad-Blocking-in-Arc-when-Google-upgrades-to-Manifest-V3" rel="nofollow">https://resources.arc.net/hc/en-us/articles/25540117353623-W...</a> | null | null | 41,810,380 | 41,809,698 | null | null | null | null |
41,810,887 | comment | Analemma_ | 2024-10-11T16:24:36 | null | You can do this, but at that point what are you really benchmarking? If you invent a de novo logic puzzle and give it to 100 people on the street, most of them won't be able to solve it either. If your aim is to prove "LLMs can't <i>really</i> think like humans can!", this won't accomplish that. | null | null | 41,809,452 | 41,808,683 | null | null | null | null |
41,810,888 | story | mantegna | 2024-10-11T16:24:40 | null | null | null | 1 | null | 41,810,888 | null | [
41810969
] | null | true |
41,810,889 | story | beadey | 2024-10-11T16:24:57 | Ask HN: What breakthrough helped you build and maintain better relationships? | Pretty much just the title.<p>As a very small, but highly frequent example, I’ll invite an acquaintance to get a coffee or beer with me a few times but never have this acquaintance seemingly think of me if I’m not directly asking them to hang.<p>I can’t really figure out why. Maybe I’m a boring person? Maybe I’m abrasive? Maybe most people like to stay in a perpetual state of acquaintance-ness?<p>How do you fix something like this if you can’t diagnose what’s wrong? | null | 33 | null | 41,810,889 | 34 | [
41813261,
41812103,
41812680,
41812215,
41811435,
41811132,
41812307,
41811090,
41811092,
41812332,
41811153,
41812029,
41811100,
41811152,
41812269,
41811205,
41811106,
41812584,
41812287,
41811991,
41811149,
41812563,
41812963,
41812232,
41811196
] | null | null |
41,810,890 | comment | unsnap_biceps | 2024-10-11T16:24:58 | null | I thought a majority of arrests are made during traffic stops, if you run and they can't chase, how do you expect arrests to happen?<p>I'm not a fan of the current system, but I struggle to personally come up with a better one. | null | null | 41,810,865 | 41,810,627 | null | [
41810956,
41810989,
41811207
] | null | null |
41,810,891 | comment | octopoc | 2024-10-11T16:25:19 | null | Communicate with your local beekeepers on when you do this and they’ll really appreciate it. Might even get some free honey. | null | null | 41,804,814 | 41,780,229 | null | null | null | null |
41,810,892 | comment | detourdog | 2024-10-11T16:25:20 | null | Maybe but I’m not sure it has to do with religion. This type of behavior is generally only a sub-group of any believers. | null | null | 41,810,235 | 41,776,631 | null | [
41810915
] | null | null |
41,810,893 | story | nburr | 2024-10-11T16:25:32 | WordPress CEO puts the torch to WP Engine | null | https://slate.com/technology/2024/10/wordpress-wpengine-matt-mullenweg-drama-explained.html | 4 | null | 41,810,893 | 1 | [
41811054,
41810958
] | null | null |
41,810,894 | comment | yjftsjthsd-h | 2024-10-11T16:25:36 | null | > Look at how many in Kaspersky’s list are advertised as ad blockers<p>By my count 5, 6 if we include "Autoskip for Youtube", out of 34. That might be an argument for dropping extensions, but I don't think it's an argument for breaking ad blockers. | null | null | 41,810,448 | 41,809,698 | null | [
41811442
] | null | null |
41,810,895 | story | _vaporwave_ | 2024-10-11T16:25:44 | Show HN: Gradually slow the infinite scroll of Reddit/Twitter | Many people try to limit their screen time and I'm sure I'm not the only one who found the existing tools lacking. Mostly, they consist of locking yourself out of accessing some websites after a certain amount of time or during certain hours of the day. The problem with these is that - as long as you have the unlock code - you still need to have the willpower to avoid turning them off.<p>This led me down the path of making the content itself less interesting; to break down the carefully crafted feedback loop that leads to endless scrolling.<p>Sleeping Policeman is my attempt to create a gentile nudge to lower screen time. It slowly adds a delay to each request over the course of the day until content takes long enough to load that you find something better to do.<p>Would love to hear your feedback! | https://github.com/elijahrogers/sleeping_policeman | 3 | null | 41,810,895 | 0 | null | null | null |
41,810,896 | comment | signalToNose | 2024-10-11T16:25:47 | null | What is the definition of plain text? There is hardly any such thing | null | null | 41,809,617 | 41,808,569 | null | [
41813286,
41812772,
41810927,
41810930
] | null | null |
41,810,897 | comment | aaron695 | 2024-10-11T16:25:49 | null | "We do not recommend the use of the fish-shaped iron ingot in Cambodia" -<p>Randomized controlled trial assessing the efficacy of a reusable fish-shaped iron ingot to increase hemoglobin concentration in anemic, rural Cambodian women - <a href="https://www.sciencedirect.com/science/article/pii/S000291652202562X" rel="nofollow">https://www.sciencedirect.com/science/article/pii/S000291652...</a> (2017)<p>"This can be used as a strategy for reduction of iron deficiency anemia. However, more research is required to understand the efficacy of this approach." -<p>Effect of cooking food in iron-containing cookware on increase in blood hemoglobin level and iron content of the food: A systematic review - <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8266402/" rel="nofollow">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8266402/</a> (2021)<p>Surface area iron fish - 143 cm2 Leaching ability give temperature (100 C) compared to a simmering pot left to reader | null | null | 41,753,677 | 41,753,677 | null | null | null | null |
41,810,898 | comment | asdfman123 | 2024-10-11T16:26:25 | null | I thought this was going to be some way to exact retribution on your employer after being laid off | null | null | 41,810,593 | 41,809,879 | null | [
41811551,
41811035,
41810978
] | null | null |
41,810,899 | comment | pie420 | 2024-10-11T16:26:35 | null | in industrial manufacturing, recovering waste heat is a very common junior engineer task, usually a great first year project from recent grads to do a simple, $50-100k project that has a 1-2 year payback period.<p>Surely someone in the trillion dollar datacenter industry can figure out a way to take waste heat and use it in a profitable way, right? | null | null | 41,810,295 | 41,805,446 | null | [
41811058
] | null | null |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.