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&#x27;ve just released SwiftyJSONLine (<a href="https:&#x2F;&#x2F;github.com&#x2F;fumito-ito&#x2F;SwiftyJSONLines">https:&#x2F;&#x2F;github.com&#x2F;fumito-ito&#x2F;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&#x27;s the reason I write my signature from right to left, starting from the last letter.<p>It&#x27;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 &quot;why should I bother with Tcl if I know Perl&quot; but your comment nearly sold me. When I do Perl it&#x27;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&#x27;t know all these details, and it isn&#x27;t spelled out. I can&#x27;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&#x27;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
&gt; 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 &#x27;warmup stutter&#x27; when running WASM code for the first time - although this has gotten a lot better over the years).<p>...also I&#x27;m pretty sure you can dynamically create a WASM blob in the browser and then dynamically instantiate and run that - not sure if that&#x27;s possible in other WASM runtimes though, and even in the browser you&#x27;ll have to reach out Javascript, but that&#x27;s needed for accessing any sort of &#x27;web API&#x27;.
null
null
41,796,296
41,795,561
null
[ 41796440 ]
null
null
41,796,309
comment
KronisLV
2024-10-10T07:01:57
null
&gt; This raises an interesting question: should email addresses be private?<p>I sadly don&#x27;t think that&#x27;s viable.<p>What might be, in our current world, would be having a mail server&#x2F;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&#x27;d be fairly obvious (with some basic bookkeeping, e.g. a text field with purpose&#x2F;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&#x27;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>&gt;Wasm on the Server<p>&gt;Why on earth are we talking about Wasm? Isn&#x27;t it for the browser?<p>&gt;And I really hope even my mention of that question becomes dated, but I still hear this question quite often so it&#x27;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&#x2F; Buy a domain of your choice 2&#x2F; Register an account on Migadu.com and pay them $20&#x2F;year 3&#x2F; Configure your domain nameserver with the settings provided by Migadu 4&#x2F; 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&#x27;re usually about &quot;pure emotional intelligence&quot;
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&#x27;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&#x2F;Compositors in containers, but it doesn&#x27;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:&#x2F;&#x2F;democraticmedia.org&#x2F;assets&#x2F;cdd-ctv-report-oct24-1.1.pdf" rel="nofollow">https:&#x2F;&#x2F;democraticmedia.org&#x2F;assets&#x2F;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&#x27;s not &quot;splitting hairs&quot; but a logical argument. When Pre-Scientific-Age &quot;Natural Philosophy&quot; was partitioned into &quot;Physics, Chemistry, Biology, Mathematics&quot; 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 &quot;Nobel Prize for inter-disciplinary&#x2F;cross-disciplinary achievements&quot; with the disciplines listed out. So in this case it would mention Biology&#x2F;Physics&#x2F;Mathematics&#x2F;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&#x27;s has been offline for a year following a cyber attack. It&#x27;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
&gt; 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 &#x27;only&#x27; 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&#x27;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&#x27;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
&gt; You&#x27;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 &quot;no-emulation&quot; 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 &quot;be like his brother&quot; 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&#x27;t want it in my literal daily driver.<p>&quot;My car shuts off when I open all the doors&quot;<p>&quot;Why would you want it to run? You can&#x27;t drive with your doors open! Marking as won&#x27;t fix, working as intended.&quot;<p>&quot;It&#x27;s open source! You can fix the code yourself!&quot;<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&#x27;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&#x27;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&#x27;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:&#x2F;&#x2F;github.com&#x2F;wolfgang42&#x2F;paper-hn">https:&#x2F;&#x2F;github.com&#x2F;wolfgang42&#x2F;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&#x27;re using the sendBeacon method triggered by the visibilitychange event. sendBeacon doesn&#x27;t delay the unload and asynchronously makes the network request simultaneously.<p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Navigator&#x2F;sendBeacon" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Navigator&#x2F;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 &quot;new maintainers could step up&quot; 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
&gt; 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 &quot;False positives for the question is this a C++ program&quot; the Ill-Formed No Diagnostic Required features, nothing like these exist in Rust, they&#x27;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&#x27;ve seen guesses that most or even all non-trivial C++ invokes IFNDR. So that&#x27;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&#x27;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&#x27;s stabilization process is solving those tough issues, for example Aria&#x27;s &quot;Strict Provenance experiment&quot; 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&#x27;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&#x27;t know why you&#x27;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
&gt; 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>&quot;wheel of reincarnation &quot;[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>&quot;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&#x2F;Buddhist theological idea. See also blitter.&quot;<p><a href="https:&#x2F;&#x2F;www.catb.org&#x2F;jargon&#x2F;html&#x2F;W&#x2F;wheel-of-reincarnation.html" rel="nofollow">https:&#x2F;&#x2F;www.catb.org&#x2F;jargon&#x2F;html&#x2F;W&#x2F;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&#x27;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 &quot;\x00...\xff&quot;. 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??&#x2F;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 &#x27;C compiled to the asm.js subset of Javascript&#x27;, that would be on second place right after WASM (the switch from asm.js to WASM was hardly noticeable in my C&#x2F;C++ code performance-wise - some browsers had special &#x27;fast paths&#x27; 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&#x27;t say about mass popularity but for me personally the lack of static types has held me back from using it. Now that it&#x27;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&#x27;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&#x27;ve had some troubles with reading up on tech&amp;Co. as that always seems to get my expectations higher than what I can achieve, which ends up being somewhat discouraging even if I&#x27;m visibly improving at the thing, which is far less of a problem with doodle art as I&#x27;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
&gt; 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&#x27;s this:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;woutdp&#x2F;live_svelte">https:&#x2F;&#x2F;github.com&#x2F;woutdp&#x2F;live_svelte</a><p>&gt; 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:&#x2F;&#x2F;github.com&#x2F;elixir-lsp&#x2F;elixir-ls">https:&#x2F;&#x2F;github.com&#x2F;elixir-lsp&#x2F;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
&gt; 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&#x27;t work anymore). Windows will show a scare popup with a very hard to find &#x27;run anyway&#x27; button, unless your application download is above a certain &#x27;reputation score&#x27; or is code-signed with an expensive EV certificate.<p>&gt; 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&#x27;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&#x27;ll need an Apple developer account, and AFAIK even then there will be a &#x27;mild&#x27; 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
&gt;TCL was chosen here because its regex engine isn&#x27;t too powerful.<p>Uh, not sure I see the significance but wouldn&#x27;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&#x27;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 &quot;promo&quot; video for this <a href="https:&#x2F;&#x2F;youtu.be&#x2F;EHqPrHTN1dU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;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 &quot;paperclip maximizer&quot;.
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:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;fun">https:&#x2F;&#x2F;github.com&#x2F;rodlaf&#x2F;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&#x27;m decent at it. It&#x27;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&#x27;m not very good at it because I only did it once a week for an hour, but I got better!<p>It&#x27;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&#x27;s AI analyzes the job requirements to tailor your resume to match the job&#x27;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&#x27;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:&#x2F;&#x2F;resumeset.com" rel="nofollow">https:&#x2F;&#x2F;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&#x27;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&#x27;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&#x27;s typically buttons and programming stuff on the right. So you could argue that it&#x27;s right handed because the keyboard stuff is on the right. But when you&#x27;re running a show, it&#x27;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&#x27;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&#x27;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 &quot;breakup&quot;.<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&#x27;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&#x27;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&#x27;s The Latency, Stupid: <a href="http:&#x2F;&#x2F;www.stuartcheshire.org&#x2F;rants&#x2F;latency.html" rel="nofollow">http:&#x2F;&#x2F;www.stuartcheshire.org&#x2F;rants&#x2F;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. &quot;Gold&quot;, including the color of the actual metal, isn&#x27;t saturated enough to be among them.<p>The real problem is that gold is a mirror. It&#x27;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&#x27;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&#x2F;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
&gt; One of the most valuable life lessons is you can&#x27;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&#x27;t (couldn&#x27;t?) take an interest in. A situation being important isn&#x27;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&#x27;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&#x27;s many, but here&#x27;s just one.<p><pre><code> Python 3.7.9 (default, Aug 23 2020, 00:57:53) [Clang 10.0.1 ] on linux Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information. &gt;&gt;&gt; import cgi &gt;&gt;&gt; Python 3.13.0 (main, Oct 8 2024, 01:04:00) [Clang 18.1.8 ] on linux Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information. &gt;&gt;&gt; import cgi Traceback (most recent call last): File &quot;&lt;python-input-0&gt;&quot;, line 1, in &lt;module&gt; import cgi ModuleNotFoundError: No module named &#x27;cgi&#x27;</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&#x27;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