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,796,300 | comment | vijitdhingra | 2024-10-10T06:59:38 | null | Workout, play some sports, eat all day, get buff | null | null | 41,792,713 | 41,792,713 | null | null | null | null |
41,796,301 | story | mdp2021 | 2024-10-10T06:59:39 | Smart TVs are spying on everyone | null | https://www.theregister.com/2024/10/09/smart_tv_spy_on_viewers/ | 4 | null | 41,796,301 | 3 | [
41796319,
41796927
] | null | null |
41,796,302 | story | fumitoito | 2024-10-10T07:00:24 | Show HN: SwiftyJSONLines – The better way to deal with JSONLines data in Swift | Hi HN! I've just released SwiftyJSONLine (<a href="https://github.com/fumito-ito/SwiftyJSONLines">https://github.com/fumito-ito/SwiftyJSONLines</a>), the better way to deal with JSONLines data in Swift.<p>It enables you to easily handle `.jsonl` format files, string and data with Swift.<p>JSON Lines is a convenient format for storing structured data that may be processed one record at a time.<p>The JSONLines format is also often used as the format for returning batch results in LLM services such as Anthropic Claude and ChatGPT. | https://github.com/fumito-ito/SwiftyJSONLines | 1 | null | 41,796,302 | 0 | null | null | null |
41,796,303 | comment | arictial | 2024-10-10T07:00:33 | null | That's the reason I write my signature from right to left, starting from the last letter.<p>It's weirdly left slanted but actually better than my normal handwriting. | null | null | 41,794,201 | 41,758,870 | null | null | null | null |
41,796,304 | story | FinMursk | 2024-10-10T07:01:15 | null | null | null | 1 | null | 41,796,304 | null | null | null | true |
41,796,305 | comment | kqr | 2024-10-10T07:01:32 | null | I came into this comment thread thinking "why should I bother with Tcl if I know Perl" but your comment nearly sold me. When I do Perl it's because I can afford to be sloppy, and coming with a GUI sounds like a good deal! | null | null | 41,795,086 | 41,791,875 | null | null | null | null |
41,796,306 | story | mjcurl | 2024-10-10T07:01:44 | Ask HN: What is something you made that failed? | null | null | 1 | null | 41,796,306 | 0 | null | null | null |
41,796,307 | comment | sinkasapa | 2024-10-10T07:01:55 | null | It definitely seems misleading to talk about coca leaf use as cocaine use, given the common expectation for what that means. People reading the newspaper probably don't know all these details, and it isn't spelled out. I can't imagine some guy in a club not feeling like he was robbed after paying for a powdery drug and then receiving a handful of leaves. I can't imagine an Andean woman sitting down for morning tea being pleased to have a bunch of powder dumped in her cup. | null | null | 41,793,634 | 41,787,798 | null | [
41797903
] | null | null |
41,796,308 | comment | flohofwoe | 2024-10-10T07:01:56 | null | > Just in Time (JIT) compilation is not possible as dynamic Wasm code generation is not allowed for security reasons.<p>Browsers definitely use a form of JIT-ing for WASM (which is a bit unfortunate, because just as with JITs, you might see slight 'warmup stutter' when running WASM code for the first time - although this has gotten a lot better over the years).<p>...also I'm pretty sure you can dynamically create a WASM blob in the browser and then dynamically instantiate and run that - not sure if that's possible in other WASM runtimes though, and even in the browser you'll have to reach out Javascript, but that's needed for accessing any sort of 'web API'. | null | null | 41,796,296 | 41,795,561 | null | [
41796440
] | null | null |
41,796,309 | comment | KronisLV | 2024-10-10T07:01:57 | null | > This raises an interesting question: should email addresses be private?<p>I sadly don't think that's viable.<p>What might be, in our current world, would be having a mail server/client setup where you can generate random addresses for yourself like [email protected] and never re-use an e-mail address, much like with passwords, while being able to see all of the incoming mail in the same place and respond with the corresponding accounts.<p>Then, when your address gets traded around, it'd be fairly obvious (with some basic bookkeeping, e.g. a text field with purpose/URL for why a certain address was created) who is to blame for it and blocking incoming traffic from somewhere would be trivial as well.<p>I do have a self-hosted mail server and there are commands to create new accounts pretty easily, I'd just need to figure out the configuration for collecting everything in one place, as well as maybe make a web UI for automating some of the bits. I wonder if there are any off the shelf solutions for this out there. | null | null | 41,795,388 | 41,792,500 | null | [
41796383,
41796437
] | null | null |
41,796,310 | comment | jmb99 | 2024-10-10T07:02:07 | null | For the “least painful” self-hosted email setup, you can’t be hosting on an IP in a subnet that’s ever sent spam, if you want to avoid being blackholed occasionally. This means you can’t have an IP allocated to you by a hosting provider, or a residential ISP, or a “business” ISP, or any cloud provider. That leaves very few options.<p>Note that I am speaking from personal experience here. I have been self-hosting email for over a decade, from the same IP, with (roughly) the same DNS records. Occasionally, for no reason, I will end up on the global spam list for Gmail, Outlook, or iCloud - never more than one at the same time, and never with a discernible reason. The best I can figure is that the IP is allocated to me by a hosting provider that occasionally sends out spam from its subnet (aka any hosting provider that doesn’t block smtp). I have also tried self-hosting a different mail server from a variety of residential IPs in different cities and countries, and ran into the same problem. | null | null | 41,795,636 | 41,792,500 | null | null | null | null |
41,796,311 | comment | palmfacehn | 2024-10-10T07:02:08 | null | From the article:<p>>Wasm on the Server<p>>Why on earth are we talking about Wasm? Isn't it for the browser?<p>>And I really hope even my mention of that question becomes dated, but I still hear this question quite often so it's worth talking about. Wasm was initially developed to run high performant code in the web browser. | null | null | 41,796,110 | 41,795,561 | null | null | null | null |
41,796,312 | comment | beAbU | 2024-10-10T07:02:13 | null | 1/ Buy a domain of your choice
2/ Register an account on Migadu.com and pay them $20/year
3/ Configure your domain nameserver with the settings provided by Migadu
4/ Done. | null | null | 41,795,531 | 41,792,500 | null | null | null | null |
41,796,313 | comment | kbrkbr | 2024-10-10T07:02:28 | null | What would you like to call psychology instead? | null | null | 41,795,896 | 41,794,807 | null | [
41796731
] | null | null |
41,796,314 | comment | hot_gril | 2024-10-10T07:02:35 | null | They're usually about "pure emotional intelligence" | null | null | 41,796,261 | 41,794,807 | null | null | null | null |
41,796,315 | comment | grujicd | 2024-10-10T07:02:50 | null | Samsung Magician on Windows uses CTRL+W as a global shortcut and then it doesn't work in browser anymore. That took a while to figure out. | null | null | 41,794,903 | 41,793,597 | null | [
41797361
] | null | null |
41,796,316 | comment | ChocolateGod | 2024-10-10T07:02:51 | null | Yeh. I know people have run DE/Compositors in containers, but it doesn't really have any benefits outside of testing. | null | null | 41,795,699 | 41,790,619 | null | null | null | null |
41,796,317 | comment | nosianu | 2024-10-10T07:03:08 | null | Uhmm.... I have to admit that I fail to see any connection whatsoever between your original comment that I replied to (included in the reply) and your reply... | null | null | 41,793,280 | 41,784,287 | null | null | null | null |
41,796,318 | story | yusufaytas | 2024-10-10T07:03:15 | Helene was supercharged by ultra-warm water made up to 500 times more | null | https://www.cnn.com/2024/10/09/climate/hurricane-helene-supercharged-climate-change/index.html | 4 | null | 41,796,318 | 0 | null | null | null |
41,796,319 | comment | mdp2021 | 2024-10-10T07:03:38 | null | Original article, extensive and with references, at <a href="https://democraticmedia.org/assets/cdd-ctv-report-oct24-1.1.pdf" rel="nofollow">https://democraticmedia.org/assets/cdd-ctv-report-oct24-1.1....</a> | null | null | 41,796,301 | 41,796,301 | null | null | null | null |
41,796,320 | story | mahin | 2024-10-10T07:03:52 | Compare Laptop Prices | null | https://comparelaptopprices.com/ | 2 | null | 41,796,320 | 0 | null | null | null |
41,796,321 | comment | hot_gril | 2024-10-10T07:03:56 | null | If the tech market is dead, most markets are even more dead | null | null | 41,790,904 | 41,784,287 | null | null | null | null |
41,796,322 | story | mfiguiere | 2024-10-10T07:03:59 | JEP Draft: Treat Loop Variables as Effectively Final in All For() Loops | null | https://openjdk.org/jeps/8341785 | 3 | null | 41,796,322 | 0 | null | null | null |
41,796,323 | comment | null | 2024-10-10T07:04:03 | null | null | null | null | 41,794,868 | 41,793,597 | null | null | true | null |
41,796,324 | comment | rramadass | 2024-10-10T07:04:05 | null | It's not "splitting hairs" but a logical argument. When Pre-Scientific-Age "Natural Philosophy" was partitioned into "Physics, Chemistry, Biology, Mathematics" etc. there was an understanding of their boundaries (though technically there are none and everything could be argued to be just Physics) and the Nobel prizes were designed accordingly. Now of course we know better and it might be time to come up with something like "Nobel Prize for inter-disciplinary/cross-disciplinary achievements" with the disciplines listed out. So in this case it would mention Biology/Physics/Mathematics/CS. | null | null | 41,779,475 | 41,775,463 | null | null | null | null |
41,796,325 | comment | Daviey | 2024-10-10T07:04:08 | null | The British Library which is responsible for hosting our PhD's has been offline for a year following a cyber attack. It's really frustrating how long it is taking them to bring it back, and would really value IA having an archive. | null | null | 41,789,815 | 41,789,815 | null | [
41796493
] | null | null |
41,796,326 | comment | eru | 2024-10-10T07:04:08 | null | > Think of early quantum computers as tools for scientific discovery, not for addressing industrial problems. Their abilities to solve commercial problems comes later, that is, decades from now.<p>Well, they might become very useful for simulations in material science, even if they 'only' thing they can do better than normal computers is simulate quantum physics. | null | null | 41,794,391 | 41,753,626 | null | [
41797803
] | null | null |
41,796,327 | comment | vbezhenar | 2024-10-10T07:04:37 | null | Because you can write `this[anything()]()` and it's impossible to analyze it. IDE false negative will not do anything bad, but treeshaker false negative will introduce a bug, so they have to be conservative. | null | null | 41,794,189 | 41,764,163 | null | [
41799913
] | null | null |
41,796,328 | comment | kqr | 2024-10-10T07:04:42 | null | Generally, I've found more success in professional interactions if I approach them not with the intent of convincing the other person of something, but with the intent of learning about their fears, concerns, and desires.<p>It takes a little longer and gets to my desires only obliquely, but I still tend to like the outcome more. | null | null | 41,795,621 | 41,794,566 | null | null | null | null |
41,796,329 | comment | Netch | 2024-10-10T07:04:52 | null | > You're not limited to 650MB provided you use UDF rather than ISO 9660.<p>You donʼt take into account case of booting real ISO on an old hardware. If it doesnʼt know DVD, chance of UDF support in BIOS is vague. More so, itʼs possible to barge in to a system without "no-emulation" support so the real boot part will be limited to 2880M due to floppy emulation.<p>Yep, all this is very old. UDF and no-emulation support appeared circa 2000. Bootable USB sticks appeared appoximately the same couple of years. En mass, these systems had been gone circa 2010. (Iʼm even slightly confused I still remember all these barriers, among with CHS addressing, geometry translation, etc.) So each boot media creator has to select what part of this legacy is to be supported... or drop it at all and orient only to a common base for last ~10 years. | null | null | 41,788,845 | 41,784,668 | null | [
41799098
] | null | null |
41,796,330 | comment | 01acheru | 2024-10-10T07:05:15 | null | My father did it when he was a child so he could "be like his brother" who was 1.5 year older and the favorite son of his mother (this brother was the first male son after a female who was the first overall).<p>He is now right handed for almost everything but really skilled with the left hand, I remember that once he broke the right wrist and could easily write with the left hand for example. | null | null | 41,796,246 | 41,758,870 | null | null | null | null |
41,796,331 | comment | bongodongobob | 2024-10-10T07:05:22 | null | As much as I love OSS I wouldn't want it in my literal daily driver.<p>"My car shuts off when I open all the doors"<p>"Why would you want it to run? You can't drive with your doors open! Marking as won't fix, working as intended."<p>"It's open source! You can fix the code yourself!"<p>No fucking thanks. Some things should cost money and have real stakes. | null | null | 41,795,625 | 41,795,075 | null | [
41799212
] | null | null |
41,796,332 | comment | scottyeager | 2024-10-10T07:05:23 | null | I'm working on my first project with htmx and had a similar dilemma. The core issue is that the input form itself has some state, in terms of which options are selected or which options are available. Even in the case of a simple drop down, the user's selection can get cleared if they drill into a result and then hit the browser back button.<p>At first I was reaching for JS and this feels good—total control! But I wanted to challenge myself to use a hypermedia based approach, and in the end the outcome felt better.<p>One key insight was that I needed to rerender the form too when I returned the results. At first I only inserted the results into the page and left the form untouched. Later I also realized that if you want to encode the entire search in the url as parameters, then you need a way to render that combo of results and form state on page load anyway.<p>I guess where it can get tricky is with the templating system. I used FastHTML and wrote all my HTML as Python code. This gives the full expressiveness of the programming language, which is nice, but it seems that templating systems typically provide plenty of logic and control flow. A single template can do a lot. For your example of making only certain regions selectable depending on search results, you could pass the list of regions into the template engine and use a for loop capability in the template.<p>But hey, you found a way that works and that's great. Just wanted to share that I found with a bit of paradigm shift I found the hypermedia approach really straightforward and clean. | null | null | 41,770,357 | 41,766,882 | null | [
41799179
] | null | null |
41,796,333 | comment | mihaigalos | 2024-10-10T07:05:36 | null | I self-host paper-hn in a k3s cluster. Homepage here: <a href="https://github.com/wolfgang42/paper-hn">https://github.com/wolfgang42/paper-hn</a> | null | null | 41,742,210 | 41,742,210 | null | null | null | null |
41,796,334 | comment | GeoAtreides | 2024-10-10T07:05:41 | null | Phonebooks were a thing not so long ago... | null | null | 41,795,548 | 41,792,500 | null | [
41796365
] | null | null |
41,796,335 | comment | closewith | 2024-10-10T07:05:56 | null | Most probably they're using the sendBeacon method triggered by the visibilitychange event. sendBeacon doesn't delay the unload and asynchronously makes the network request simultaneously.<p><a href="https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon" rel="nofollow">https://developer.mozilla.org/en-US/docs/Web/API/Navigator/s...</a> | null | null | 41,796,257 | 41,793,597 | null | [
41796429
] | null | null |
41,796,336 | comment | diffeomorphism | 2024-10-10T07:06:13 | null | Wishful thinking. It is much too large of a project for "new maintainers could step up" once google jumps off both chrome and chromium. Chromium would either slowly wither away or the new maintainers would be MS Edge or Amazon or some other large company. | null | null | 41,795,306 | 41,784,287 | null | [
41796638
] | null | null |
41,796,337 | story | impish9208 | 2024-10-10T07:06:40 | Did that startup founder really work through his wedding? | null | https://techcrunch.com/2024/10/09/did-that-startup-founder-really-work-through-his-wedding/ | 2 | null | 41,796,337 | 0 | null | null | null |
41,796,338 | comment | epicureanideal | 2024-10-10T07:07:11 | null | Although hopefully if the government is paying for that it’s helping the underlying technology become cheaper over time. | null | null | 41,796,243 | 41,795,187 | null | [
41796525
] | null | null |
41,796,339 | comment | KomoD | 2024-10-10T07:07:17 | null | See, this would have been a good response from them, instead of just not answering the question. | null | null | 41,796,200 | 41,794,342 | null | [
41798182,
41796609
] | null | null |
41,796,340 | comment | tialaramex | 2024-10-10T07:07:25 | null | > Also, there are far more ways to cause UB in C++.<p>As well as lots of Undefined Behaviour, C++ also has what its own experts call "False positives for the question is this a C++ program" the Ill-Formed No Diagnostic Required features, nothing like these exist in Rust, they're cases where you can write what appears to be C++ but actually although there are is no error or warning from the compiler your entire program has no meaning and might do absolutely anything from the outset. I've seen guesses that most or even all non-trivial C++ invokes IFNDR. So that's categorically worse than Undefined Behaviour.<p>Finally, C++ has cases where the standard just chooses not to explain how something works because doing so would mean actually deciding and that's controversial so in fact all C++ where this matters also has no defined meaning and no way for you to discover what happens except to read the machine code emitted by your compiler, which entirely misses the point of a high level programming language.<p>One of the things happening in Rust's stabilization process is solving those tough issues, for example Aria's "Strict Provenance experiment" is likely being stabilized, formally granting Rust a pointer provenance model, something C++ does not have and C23 had to fork into a separate technical document to study. | null | null | 41,794,192 | 41,791,773 | null | [
41796542
] | null | null |
41,796,341 | comment | eru | 2024-10-10T07:07:26 | null | I wonder what quantum effects you can use for dating. Perhaps there's some natural quantum decay process that you can use to figure out the age of some system? (Like C14 carbon dating or so?)<p>But I don't know why you'd need an app for that. Sounds more like a lab process? | null | null | 41,794,952 | 41,753,626 | null | [
41796764
] | null | null |
41,796,342 | story | COINTURK | 2024-10-10T07:07:30 | null | null | null | 1 | null | 41,796,342 | null | null | null | true |
41,796,343 | comment | DougMerritt | 2024-10-10T07:07:36 | null | > The whole industry has swung from fat clients to thin clients and back since time immemorial. The pendulum will keep swinging after this too.<p>Indeed, graphics pioneer and all-around-genius Ivan Sutherland observed (and named) this back in 1968:<p>"wheel of reincarnation
"[coined in a paper by T.H. Myer and I.E. Sutherland On the Design of Display Processors, Comm. ACM, Vol. 11, no. 6, June 1968)] Term used to refer to a well-known effect whereby function in a computing system family is migrated out to special-purpose peripheral hardware for speed, then the peripheral evolves toward more computing power as it does its job, then somebody notices that it is inefficient to support two asymmetrical processors in the architecture and folds the function back into the main CPU, at which point the cycle begins again.<p>"Several iterations of this cycle have been observed in graphics-processor design, and at least one or two in communications and floating-point processors. Also known as the Wheel of Life, the Wheel of Samsara, and other variations of the basic Hindu/Buddhist theological idea. See also blitter."<p><a href="https://www.catb.org/jargon/html/W/wheel-of-reincarnation.html" rel="nofollow">https://www.catb.org/jargon/html/W/wheel-of-reincarnation.ht...</a> | null | null | 41,796,108 | 41,795,561 | null | [
41797028,
41799100
] | null | null |
41,796,344 | story | COINTURK | 2024-10-10T07:07:53 | null | null | null | 1 | null | 41,796,344 | null | null | null | true |
41,796,345 | comment | jatins | 2024-10-10T07:08:25 | null | Whatever the stack is they need to change it. Love Claude on web, but it's unusable on Android app. _Always_ hangs mid generation, image upload corrupts images, swallows chats at will | null | null | 41,795,712 | 41,795,712 | null | [
41796481
] | null | null |
41,796,346 | comment | afiori | 2024-10-10T07:08:36 | null | I agree that there need to be utf-8 specific functionality but not everything `is` utf-8, for example filenames and filepaths. For example a JSON document should be utf8 encoded, but json strings should be able to encode arbitrary bytes as "\x00...\xff". since they can already contain garbage utf16 we would not lose much. | null | null | 41,792,249 | 41,788,026 | null | null | null | null |
41,796,347 | comment | null | 2024-10-10T07:08:44 | null | null | null | null | 41,792,898 | 41,765,127 | null | null | true | null |
41,796,348 | comment | rmu09 | 2024-10-10T07:09:28 | null | Once upon a time (Tcl??/Tk3.6) there was XF by Sven Delmas. It had some issues and really would have needed something like namespaces. AFAIR it took forever to get a stable version for Tk4.0. | null | null | 41,794,672 | 41,791,875 | null | null | null | null |
41,796,349 | comment | beAbU | 2024-10-10T07:09:33 | null | In certain adversarial workplaces this basically gives the other party a perpetual license to blame you and your work for any failures, no matter how circumstantial the link. | null | null | 41,795,906 | 41,794,566 | null | [
41797709
] | null | null |
41,796,350 | comment | flohofwoe | 2024-10-10T07:09:50 | null | You forgot 'C compiled to the asm.js subset of Javascript', that would be on second place right after WASM (the switch from asm.js to WASM was hardly noticeable in my C/C++ code performance-wise - some browsers had special 'fast paths' for the asm.js subset though). | null | null | 41,796,139 | 41,795,561 | null | null | null | null |
41,796,351 | comment | throw49sjwo1 | 2024-10-10T07:10:07 | null | Yeah, but Turkey went way far away from EU much earlier. | null | null | 41,792,231 | 41,785,553 | null | [
41796556
] | null | null |
41,796,352 | comment | devjab | 2024-10-10T07:10:14 | null | What makes you think you know more about customer needs than the people working directly with the customers?<p>I think we sort of agree though. I think presenting product with various options and letting them decide includes a lot of what you suggest here. Including working with product. Ultimately though, it’s the job of engineering to deliver what creates business value. Refusing to add a bathroom to a customers house because there are engineering concerns or thinking you are better at spotting customer needs than product is the opposite of that in my opinion. Of course the flip-side or this is that you need an organisation which will accept it when engineering points out that adding a bathroom will be widely expensive because the foundation needs to be reinforced, or maybe the entire house needs to be rebuild. Without that you end up with Boeing.<p>I do think that thinking you know better is unfortunately one of the pitfalls of our profession because we’re so used to working with patterns, but often engineering won’t even be told the full picture. I find it to often be a humongous waste of time if engineering has to be taught why something is actually necessary before they can get on board with it. This is not me saying that forcing engineers to do something they think is a bad idea is the right way to do things. This is me saying that I prefer engineering departments which are cultivated towards delivering value, and not being obstacles you need to “convince”. This is so often the reason software engineering (and IT) in general is disregarded or seen as “them” in organisations, because they are the people who deliver problems rather than solutions. | null | null | 41,796,120 | 41,794,566 | null | [
41796805
] | null | null |
41,796,353 | comment | guappa | 2024-10-10T07:10:15 | null | It sells them all of our data. | null | null | 41,791,642 | 41,784,287 | null | null | null | null |
41,796,354 | comment | jatins | 2024-10-10T07:10:30 | null | I can't say about mass popularity but for me personally the lack of static types has held me back from using it. Now that it's being gradually introduced I am looking forward to trying it | null | null | 41,792,304 | 41,792,304 | null | null | null | null |
41,796,355 | comment | curtisblaine | 2024-10-10T07:10:35 | null | Previously people would <i>crack</i> CS from Adobe then work with that version for many, many years to come :) | null | null | 41,796,205 | 41,795,561 | null | [
41797089,
41796588
] | null | null |
41,796,356 | comment | matfrana | 2024-10-10T07:10:54 | null | Have a look at React Bricks. You can create content blocks in React and then the editors are autonomous with a visual editing interface. | null | null | 41,785,585 | 41,775,238 | null | [
41801360
] | null | null |
41,796,357 | comment | eklavya | 2024-10-10T07:10:57 | null | [flagged] | null | null | 41,796,191 | 41,795,218 | null | null | null | true |
41,796,358 | comment | globalnode | 2024-10-10T07:11:09 | null | could i put the appropriate algorithm onto a raspberry pi and put it inline with my cheap router to fix the issue? in theory? | null | null | 41,793,658 | 41,793,658 | null | null | null | null |
41,796,359 | comment | torginus | 2024-10-10T07:11:15 | null | Apps like these were incredibly common on Windows from the late 90s-early 2010s era. They could do all this (except for the sandboxing thing). You just downloaded a single .exe file, and it ran self-contained, with all its dependencies statically linked, and it would work on practically any system.<p>On MacOS, the user facing model is still that you download an application, drop it
in the Applications folder, and it works. | null | null | 41,796,234 | 41,795,561 | null | [
41797306,
41799095,
41796368
] | null | null |
41,796,360 | comment | tygra | 2024-10-10T07:11:19 | null | Our pre-trained models are tailored to specific document types, such as bank statements, invoices, bills of lading, etc.<p>When using pre-trained models, you'll find that the majority of fields are readily available during the document review process, and no initial training is required. You can start extracting data immediately. | null | null | 41,796,124 | 41,792,632 | null | [
41797526
] | null | null |
41,796,361 | comment | alonzo_bazaar | 2024-10-10T07:11:22 | null | Started doodling the same way, been on and off at it for some years and I must say prolongued, boredom-driven brute force works better than expected<p>I've had some troubles with reading up on tech&Co. as that always seems to get my expectations higher than what I can achieve, which ends up being somewhat discouraging even if I'm visibly improving at the thing, which is far less of a problem with doodle art as I'm mostly having some stupid fun<p>Curse you, expectations! | null | null | 41,796,001 | 41,756,978 | null | null | null | null |
41,796,362 | comment | AlexLue | 2024-10-10T07:11:41 | null | Nice | null | null | 41,790,911 | 41,790,911 | null | null | null | null |
41,796,363 | comment | saagarjha | 2024-10-10T07:11:51 | null | Well I for one am not going around explaining to people how Twitter was 6 months away from bankruptcy for no reason | null | null | 41,787,604 | 41,727,021 | null | null | null | null |
41,796,364 | comment | h0l0cube | 2024-10-10T07:11:59 | null | > I still believe Phoenix LiveView is a really, really good tech and currently wish that Svelte could implement something like that.<p>Not what you meant, but there's this:<p><a href="https://github.com/woutdp/live_svelte">https://github.com/woutdp/live_svelte</a><p>> I did fail to understand how to use the VS Code debugger to step through functions.<p>Did you have any luck with the ElixirLS extension?<p><a href="https://github.com/elixir-lsp/elixir-ls">https://github.com/elixir-lsp/elixir-ls</a> | null | null | 41,796,109 | 41,792,304 | null | null | null | null |
41,796,365 | comment | mdp2021 | 2024-10-10T07:12:04 | null | And they contained data of which people allowed disclosure. When you did not want your information to be published, you informed the telephony provider and the phonebooks would not include it. | null | null | 41,796,334 | 41,792,500 | null | [
41798607
] | null | null |
41,796,366 | comment | EVa5I7bHFq9mnYK | 2024-10-10T07:12:06 | null | The Hopfield paper was published in a Biophysics section of Proc. NatL Acad. Sci., and was followed by a flood of spin-glass papers in Phys Review A and similar. So there is some connection to physics. | null | null | 41,776,285 | 41,775,463 | null | null | null | null |
41,796,367 | comment | eigart | 2024-10-10T07:12:42 | null | How does Tesla sell vehicles in California then? | null | null | 41,795,376 | 41,795,075 | null | [
41796434
] | null | null |
41,796,368 | comment | flohofwoe | 2024-10-10T07:12:54 | null | > You just downloaded a single .exe file, and it ran self-contained, with all its dependencies statically linked, and it would work on practically any system.<p>Yeah, but try that today (and even by 2010 that wouldn't work anymore). Windows will show a scare popup with a very hard to find 'run anyway' button, unless your application download is above a certain 'reputation score' or is code-signed with an expensive EV certificate.<p>> On MacOS, the user facing model is still that you download an application, drop it in the Applications folder, and it works.<p>Not really, macOS will tell you that it cannot verify that the app doesn't do any harm and helpfully offer to move the application into the trash bin (unless the app is signed and notarized - for which you'll need an Apple developer account, and AFAIK even then there will be a 'mild' warning popup that the app has been downloaded from the internet and whether you want to run it anyway). Apple is definitely nudging developers towards the app store, even on macOS. | null | null | 41,796,359 | 41,795,561 | null | null | null | null |
41,796,369 | story | gnabgib | 2024-10-10T07:12:58 | The new Global Signal Exchange will help fight scams and fraud | null | https://blog.google/technology/safety-security/the-new-global-signal-exchange-will-help-fight-scams-and-fraud/ | 1 | null | 41,796,369 | 0 | null | null | null |
41,796,370 | comment | stackghost | 2024-10-10T07:12:59 | null | >TCL was chosen here because its regex engine isn't too powerful.<p>Uh, not sure I see the significance but wouldn't that make Tcl less apt for this than something else? Why would you purposely choose a less powerful regex engine? | null | null | 41,794,316 | 41,791,875 | null | [
41797026
] | null | null |
41,796,371 | comment | lynx23 | 2024-10-10T07:13:21 | null | How do you compensate for death? How do you insure patients against death? Do you realize how cynic your comment is? Even though it is full of facts, these facts are pretty much beside the point. Ruining someones body isn't the same as a casual parking damage. I, for instance, have been a victim of deliberate malpractice as a child, which resulted in 100% blindness. NO money on this planet could actually compensate for what I have to cope with on a daily basis. | null | null | 41,796,047 | 41,795,187 | null | [
41796810,
41798739
] | null | null |
41,796,372 | comment | fisian | 2024-10-10T07:13:24 | null | Also check out the "promo" video for this <a href="https://youtu.be/EHqPrHTN1dU" rel="nofollow">https://youtu.be/EHqPrHTN1dU</a> | null | null | 41,762,483 | 41,762,483 | null | null | null | null |
41,796,373 | comment | nickpp | 2024-10-10T07:13:36 | null | Life is a "paperclip maximizer". | null | null | 41,790,196 | 41,784,287 | null | null | null | null |
41,796,374 | story | andes314 | 2024-10-10T07:13:42 | WebSockets with React Server Components | null | https://colorfun.fly.dev/ | 1 | null | 41,796,374 | 1 | [
41796375
] | null | null |
41,796,375 | comment | andes314 | 2024-10-10T07:13:42 | null | This is a showcase of <a href="https://github.com/rodlaf/fun">https://github.com/rodlaf/fun</a>, a fun way I found of learning to work with websockets and react server components in one go. Colors are a shared state between all users, and the initial colors are rendered using RSC on the server. Let me know what you think. | null | null | 41,796,374 | 41,796,374 | null | null | null | null |
41,796,376 | comment | jblecanard | 2024-10-10T07:13:58 | null | Totally agree there, the article makes complete confusion between the execution model and the tech used to execute. Especially since it says « not CGI as the protocol but as the model ».<p>As far as model goes, the serverless one is not a different model. It is still a flavor of the CGI concept. But the underlying tech is different. And not that much. It is only serverless for you as a customer. Technically speaking, it runs on servers in micro-VMs.<p>Those are orthogonal matters, and even if such tech as the middleware mentioned get some wind, the execution model is still the same and is not new. | null | null | 41,795,890 | 41,795,561 | null | null | null | null |
41,796,377 | comment | jedberg | 2024-10-10T07:14:17 | null | I started learning pottery at 43. Four years later I'm decent at it. It's all about practice. I do two hours of classes and two hours of practice each week.<p>Some people in my class started learning after me but put in many more hours of practice, and are a lot better than I am (and also started as adults in their 30s and 40s).<p>I also started doing drawing classes with my daughter during the pandemic. I'm not very good at it because I only did it once a week for an hour, but I got better!<p>It's really just all about practice. | null | null | 41,756,978 | 41,756,978 | null | null | null | null |
41,796,378 | comment | surajrmal | 2024-10-10T07:14:27 | null | What data does Google sell exactly? As far as I know they sell impressions. | null | null | 41,791,967 | 41,784,287 | null | null | null | null |
41,796,379 | story | josylad | 2024-10-10T07:14:36 | Show HN: I Made an AI Resume Maker That Turns Any Job Link into Tailored Resumes | Hey HN,
I am a solopreneur building AI SaaS and mini tools.<p>I recently built ResumeSet, an AI resume builder that creates tailored resumes based on job descriptions from any job link.<p>Job hunting can feel like a full-time job itself, especially with the growing reliance on Applicant Tracking Systems (ATS) that automatically filter out resumes. I wanted to help job seekers create resumes more likely to pass ATS checks without endless manual tweaking.<p>How it works:
- Paste the job link, and ResumeSet's AI analyzes the job requirements to tailor your resume to match the job's key requirements and skills.
- The result? A resume that is ATS (Applicant Tracking System) friendly and increases the likelihood of passing automated screenings.
- PDF export feature for easy downloads and integrations into existing job platforms.
- No fancy templates, just functional and ATS-friendly formatting.<p>Why I built this: I noticed how time-consuming and frustrating it is to repeatedly tweak resumes for every job application, especially when fighting against rigid ATS systems. I wanted to automate this process and make job hunting more efficient by focusing on what matters—tailoring resumes specifically to each role.<p>ResumeSet helps users avoid the generic, one-size-fits-all resumes that often get rejected. I see how often good candidates are missed due to poorly optimized resumes. My goal was to make a simple but effective tool that bridges that gap.<p>Tech Stack:
- Built with Django and OpenAI API for the core AI functionality.
- Frontend is a simple Bootstrap for a responsive design.<p>I'd love to get feedback from the community. Thoughts on improving it or potential features? You can try it for free here: <a href="https://resumeset.com" rel="nofollow">https://resumeset.com</a>.<p>Looking forward to your comments and suggestions! | https://resumeset.com/ | 4 | null | 41,796,379 | 7 | [
41797015,
41796837,
41796526
] | null | null |
41,796,380 | comment | jmb99 | 2024-10-10T07:14:52 | null | Truly unique email addresses and passwords per service is the strongest approach, but there may be alternatives. For instance, Gmail allows [email protected], which will save you from the lowest hanging fruit (block the +tag when it’s compromised to prevent the laziest spam from reaching you). iCloud also allows automatically generating a new email address that forwards to your inbox for a new account when using iCloud Keychain (possibly when using other password managers too, but I haven’t tried). | null | null | 41,795,077 | 41,792,500 | null | [
41798489
] | null | null |
41,796,381 | comment | p2hari | 2024-10-10T07:14:56 | null | om shanti. | null | null | 41,795,218 | 41,795,218 | null | null | null | null |
41,796,382 | comment | surajrmal | 2024-10-10T07:14:58 | null | Yes it does. | null | null | 41,793,673 | 41,784,287 | null | null | null | null |
41,796,383 | comment | ddoeth | 2024-10-10T07:15:00 | null | I also have my own mailserver and I don't create new accounts, I have a wildcard filter that drops all emails that come to my domain in my inbox. This is of course only viable when you are the only person using the domain, but I just sign up with a new mail address every time I sign up, for example my hackernews account would be [email protected] That way I have a clear differentiator for every domain. | null | null | 41,796,309 | 41,792,500 | null | [
41796809,
41796433
] | null | null |
41,796,384 | comment | oneeyedpigeon | 2024-10-10T07:15:03 | null | It was refreshingly candid - then I remembered we're reading a government blog where they can say that kind of thing with impunity. | null | null | 41,796,277 | 41,793,597 | null | [
41796826,
41797798,
41796784
] | null | null |
41,796,385 | comment | niccl | 2024-10-10T07:15:07 | null | It's typically buttons and programming stuff on the right. So you could argue that it's right handed because the keyboard stuff is on the right. But when you're running a show, it's the faders you need, and need to manipulate accurately and carefully, not the programming stuff. If they were for people who were most used to manipulating things accurately with their right hand, then I think the faders would be on the right.<p>So I guess it's a long winded way of saying that it seems as though most lighting operators are fundamentally left-handed, which is quite .. curious? I don't know what the right word is | null | null | 41,794,833 | 41,758,870 | null | null | null | null |
41,796,386 | comment | graemep | 2024-10-10T07:15:08 | null | Abused men have similar problems although we are probably less likely to have no internet access restricting and monitoring communications is a common part of abuse.<p>My ex wife did not want me to get a smartphone and, in retrospect, it was because it let me keep in closer touch with family abroad (which is the main reason I have one at all). She also got very upset when I changed the password on my desktop some years previously. | null | null | 41,795,529 | 41,793,597 | null | null | null | null |
41,796,387 | comment | creativenolo | 2024-10-10T07:15:28 | null | Personal experience. | null | null | 41,792,158 | 41,791,570 | null | null | null | null |
41,796,388 | comment | 1vuio0pswjnm7 | 2024-10-10T07:15:45 | null | Pretending that this is a sincere comment, it raises a question: Why is Google fighting the charges. If divestiture creates a more profitable company for the shareholders, according to this HN commenter, then why not settle with the US government.<p>No one can predict the future. HN commenters love to try, every day. For example, speculating about a "breakup".<p>If neither side changes their position, Google will be fighting the US government for many years to come. That we can say with reasonable certainty. Regardless of the remedy sought.<p>As a shareholder I do not want the company to be fighting the US government for years to come. It's not good for business.<p>But Google fans no doubt read the news and spin it to be positive. No matter what, in their minds only Google can win. Self-delusion.<p>Meanwhile, the legal process will continue. More money for the lawyers. | null | null | 41,793,933 | 41,784,287 | null | null | null | null |
41,796,389 | comment | kybernetikos | 2024-10-10T07:16:02 | null | I'm not sure if I believe there would be consumer benefit from breaking Google up or not but I think that breaking Amazon up is a much clearer and more urgent proposition. | null | null | 41,784,287 | 41,784,287 | null | null | null | null |
41,796,390 | story | skeptrune | 2024-10-10T07:16:17 | Electronic music similarity search engine | null | https://cosine.club | 1 | null | 41,796,390 | 0 | null | null | null |
41,796,391 | comment | msla | 2024-10-10T07:16:19 | null | Previously:<p>It's The Latency, Stupid: <a href="http://www.stuartcheshire.org/rants/latency.html" rel="nofollow">http://www.stuartcheshire.org/rants/latency.html</a> | null | null | 41,793,658 | 41,793,658 | null | null | null | null |
41,796,392 | comment | anal_reactor | 2024-10-10T07:16:21 | null | <i>Sad European noises.</i> | null | null | 41,792,055 | 41,792,055 | null | null | null | null |
41,796,393 | comment | cvz | 2024-10-10T07:16:32 | null | sRGB is a red herring here. There are colors outside the sRGB gamut, but those colors are all very saturated. "Gold", including the color of the actual metal, isn't saturated enough to be among them.<p>The real problem is that gold is a mirror. It's shiny and changes appearance based on viewing angle and environment. A computer can only simulate that for the scene within the computer. It can't make the image itself more or less shiny than the physical monitor.<p>Without the shininess, gold just looks like a dirty yellow. | null | null | 41,793,327 | 41,761,409 | null | null | null | null |
41,796,394 | story | jakemanger | 2024-10-10T07:16:37 | null | null | null | 1 | null | 41,796,394 | null | null | null | true |
41,796,395 | comment | racingmars | 2024-10-10T07:16:49 | null | The article addresses this: what happened with .su is part of what caused ICANN/IANA to update their policies to not have defunct country codes stick around. | null | null | 41,795,323 | 41,778,139 | null | [
41797284
] | null | null |
41,796,396 | comment | roenxi | 2024-10-10T07:17:03 | null | > One of the most valuable life lessons is you can't get anyone else to care about what you want them to care about basically ever.<p>And, just to echo this, it is quite common to see people go down in flames because of issues they knew about, were told about repeatedly and simply didn't (couldn't?) take an interest in. A situation being important isn't normally enough to get people to change their methods. They generally just do what they always do come hell or high water.<p>A lot of people seem to struggle with this and put it down to stupidity - which is correct, but it is more useful to see that one of the mechanisms is people not being able to do things differently based on how urgent circumstances outside their immediate concerns are. | null | null | 41,795,621 | 41,794,566 | null | [
41797304
] | null | null |
41,796,397 | comment | Timon3 | 2024-10-10T07:17:30 | null | Personally a big factor: I haven't had the Zod creator scrape my email and send me a newsletter asking for money. That kind of soured me on ajv. | null | null | 41,794,457 | 41,764,163 | null | [
41797640
] | null | null |
41,796,398 | comment | gkbrk | 2024-10-10T07:17:34 | null | There's many, but here's just one.<p><pre><code> Python 3.7.9 (default, Aug 23 2020, 00:57:53)
[Clang 10.0.1 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cgi
>>>
Python 3.13.0 (main, Oct 8 2024, 01:04:00) [Clang 18.1.8 ] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import cgi
Traceback (most recent call last):
File "<python-input-0>", line 1, in <module>
import cgi
ModuleNotFoundError: No module named 'cgi'</code></pre> | null | null | 41,790,331 | 41,788,026 | null | null | null | null |
41,796,399 | comment | js8 | 2024-10-10T07:17:56 | null | On average, it's actually a good heuristic, because people are mostly clones. You correct for that bias by understanding yourself and others better, but it takes time and effort. | null | null | 41,795,346 | 41,794,807 | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.