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,792,700
comment
itsdrewmiller
2024-10-09T21:13:22
null
Dupe of <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409</a>
null
null
41,791,369
41,791,369
null
[ 41793041 ]
null
null
41,792,701
comment
ColinWright
2024-10-09T21:13:26
null
But there is another way to think of the high-dimensional balls where &quot;spikey&quot; is the right visualisation.<p>Consider the volume of a cap. Take a plane that is 90% of the distance from the centre to the edge, and look at what percentage of the volume is &quot;outside&quot; that plane. When the dimension is high, that volume is negligible.<p>And when the dimension is really high you can get quite close to the centre, and still the volume you cut off is very small. In our 3D world the closest thing that has this property is a spike. You can cut off quite close to the centre, and the volume excised is small.<p>The sense in which a high-dimensional ball is <i>not</i> a spikey thing is in the symmetry, and the smoothness.<p>So when you want to develop an intuition for a high dimensional ball you need to think of it as simultaneously symmetrical, smooth, and spikey.<p>Then think of another five impossible things, and you can have breakfast.
null
null
41,790,891
41,789,242
null
[ 41793553, 41792941 ]
null
null
41,792,702
comment
freedomben
2024-10-09T21:13:42
null
&gt; <i>If I say I have been to McDonald&#x27;s all across the country, that does not mean I have been to EVERY single McDonald&#x27;s restaurant. Just various ones across the country</i><p>Sure, but I would argue that you&#x27;re speaking imprecisely then and using a cliche or phrase that isn&#x27;t technically accurate at best, and is actually misleading at worst. And when requested for clarity, you should say, &quot;well <i>almost</i> all.&quot; Either that or we have different definitions of what the word &quot;all&quot; means[1].<p>If someone said &quot;I have been to all the states in the US&quot; would you expect that they have been to AK and HI?<p>[1]: The MW definition matches my understanding: <a href="https:&#x2F;&#x2F;www.merriam-webster.com&#x2F;dictionary&#x2F;all" rel="nofollow">https:&#x2F;&#x2F;www.merriam-webster.com&#x2F;dictionary&#x2F;all</a>
null
null
41,792,649
41,792,055
null
[ 41798050, 41792800, 41796792 ]
null
null
41,792,703
comment
tptacek
2024-10-09T21:13:45
null
He didn&#x27;t say that at all.
null
null
41,792,696
41,791,773
null
[ 41796152 ]
null
null
41,792,704
comment
crabmusket
2024-10-09T21:13:51
null
Google does everything they can to make sure there is no &quot;something else&quot;. That&#x27;s what antitrust enforcement is meant to address.
null
null
41,792,328
41,784,287
null
null
null
null
41,792,705
comment
AnthonyMouse
2024-10-09T21:14:02
null
The actual problem is that &quot;regulations are bad&quot; has become a decent heuristic, because such a high proportion of the existing and proposed regulations are a result of regulatory capture. Your objection seems to be that you want to call this &quot;bad governance&quot; instead of &quot;bad regulations&quot; but it&#x27;s not clear how that&#x27;s even supposed to be different.<p>The number of people who think that all regulations are bad is limited to a handful of actual anarchists with no real power and a presumably larger number of rules pedants who want to play different definitional games where they use &quot;regulations&quot; to refer to the things they don&#x27;t like and call the things that they do like &quot;laws&quot; or &quot;rights&quot; or some other allegedly distinct thing where the distinguishing criteria is doing all the work.<p>Of course, getting people to spend all day arguing about terms is to the advantage of the people who like the status quo, because then they can get the people who claim regulation is generally good to pass their regulatory capture rules and get the people who claim regulation is generally bad to repeal or fail to enforce the e.g. antitrust rules intended to protect people from their predatory behavior. But then you&#x27;re just playing into their game -- the Certificate of Need laws etc. are of the first category.
null
null
41,759,196
41,750,253
null
null
null
null
41,792,706
comment
Loughla
2024-10-09T21:14:04
null
Maybe this is just a massive stereotype and a blind spot that I have, but it feels like the business they showed in the article is not equipped for international sales.
null
null
41,785,128
41,765,334
null
null
null
null
41,792,707
comment
swayvil
2024-10-09T21:14:06
null
This is green day?<p>I have no feelings.<p>90s? Ween of course.
null
null
41,790,295
41,790,295
null
null
null
null
41,792,708
comment
Ygg2
2024-10-09T21:14:06
null
&gt; Rust isn&#x27;t as nice of community as people think<p>It&#x27;s a numbers game. As the number of people using Rust grows, so does the number of Jerks using Rust. And it&#x27;s not like the Rust community is a stranger to bullying maintainers of crates for various things.<p>&gt; Async is problematic: Async Rust really is fine.<p>It&#x27;s... OK. It has a few issues, that hopefully will get fixed, like making Pin from a generic struct into a type of reference. e.g. instead of `Pin&lt;&amp;str&gt;` you would write `&amp;pin str`.<p>There is also the coloring problem which is quite a hassle and people are looking into possible solutions.
null
null
41,792,644
41,791,773
null
null
null
null
41,792,709
comment
johnklos
2024-10-09T21:14:16
null
Got me. Running Akkoma on Elixir is a piece of cake, relatively speaking. Trying to run Mastodon on Ruby by simply using the latest version of the required Ruby components hasn&#x27;t worked for me, ever.<p>The idea that we&#x27;d need to keep a snapshot of modules from a specific date in order to run certain software is ridiculous, and the idea of running it in a container like Docker is just giving in to bad practices. Too often it means things are too fragile to update when there are security issues.<p>I haven&#x27;t seen this happen with Elixir. What do they do better &#x2F; differently from Ruby that updating doesn&#x27;t cause the house of cards to come crashing down?
null
null
41,792,304
41,792,304
null
[ 41792982 ]
null
null
41,792,710
comment
AtlasBarfed
2024-10-09T21:14:18
null
The bean counters sure didn&#x27;t care, this was blatantly obvious even two decades ago.<p>I don&#x27;t fault the outsourcing companies it&#x27;s nothing different than what occurs with American consulting outsourcing before offshoring: get the deal signed, get the responsibilities transferred, and milk the cow.<p>The anti nerd bias of american culture means that IT is less respected than even blue collar workers by management.<p>The higher salaries of IT are begrudgingly given. I predict over the next two decades they will collapse to what typical engineers are paid: as in it&#x27;s more lucrative to be a plumber
null
null
41,789,469
41,785,265
null
null
null
null
41,792,711
comment
zztop44
2024-10-09T21:14:21
null
Agreed. I recently moved a production app from Zod to Valibot for exactly this reason. I still slightly prefer Zod’s syntax but the performance issues were absolutely killing us.
null
null
41,790,398
41,764,163
null
null
null
null
41,792,712
comment
throwaway48476
2024-10-09T21:14:26
null
$1M ain&#x27;t what it used to be.
null
null
41,788,883
41,786,101
null
null
null
null
41,792,713
story
mahin
2024-10-09T21:14:35
Ask HN: What would you do if you didn't have to work for a living?
null
null
10
null
41,792,713
26
[ 41799116, 41797558, 41797540, 41793562, 41796648, 41793424, 41793977, 41802124, 41794488, 41792860, 41794051, 41792789, 41796300, 41794666, 41795154, 41797757, 41792867, 41798903, 41793255, 41793204, 41792766, 41792873, 41796500, 41792745 ]
null
null
41,792,714
comment
tsimionescu
2024-10-09T21:14:35
null
There is no mystery here. The majority has the physical power to force the minority to do what they want (at least if the difference is big enough). This is an objective, measurable power, not some theoretical concept or moral right. It&#x27;s not magical, it very much comes from physical laws, like fists and clubs.
null
null
41,788,441
41,780,569
null
null
null
null
41,792,715
comment
Aachen
2024-10-09T21:14:45
null
You mean the IA included some JS polyfill from a subdomain and that&#x27;s what&#x27;s compromised &#x2F; where the alert is coming from?
null
null
41,792,656
41,792,500
null
[ 41792742, 41792752, 41792744 ]
null
null
41,792,716
comment
rabid_turtle
2024-10-09T21:14:45
null
Same here. Left hand is precision, right hand is power.
null
null
41,792,544
41,758,870
null
[ 41795420 ]
null
null
41,792,717
comment
skynr
2024-10-09T21:14:49
null
We have a high proportion of onshore on-site Indian employees who are absolutely awesome. However they&#x27;ve gone through the local company&#x27;s recruitment process so will have been selected for fit.<p>The experience with outsourced resources is significantly different.<p>I build a good rapport with one who talked me through the politics and power plays behind the scenes at their midsize outsourcing arm. Just very different social values to Western orgs. Incredibly hierarchical with no value given to autonomy or independence. Those who want to do well and try really hard frequently get their helmets dented by over zealous managers.<p>Also experienced - ex offshore very often have incredible cvs until you interview and there&#x27;s no actual experience. Polling the above contact he mentioned that for some offshore orgs promotion is literally time in role, not competency based.<p>My experience, your mileage may vary, and I reiterate those I&#x27;ve worked with on-site have been awesome, generous, funny and very supportive people.
null
null
41,789,469
41,785,265
null
null
null
null
41,792,718
comment
JojoFatsani
2024-10-09T21:14:49
null
Make a friend with an iPhone 16 Pro, shave and put on a collared shirt. Stand against a white wall and smile (think about Rust if you have to).<p>Boom. Headshot.
null
null
41,791,813
41,791,813
null
null
null
null
41,792,719
comment
relistan
2024-10-09T21:14:52
null
Sprint is the de-acronymized name for SPRINT: Southern Pacific Railroad Internal Networking Telephony<p>They started doing public long distance on their own (railroad) network in the 1970s. They were restrained (and frequently sued by) AT&amp;T. The breakup opened the floodgates. They were sold like a half dozen times in the 80s.<p>But, MCI was AFAIK the largest early fiber pioneer.
null
null
41,791,339
41,784,287
null
[ 41794875 ]
null
null
41,792,720
comment
hyperbrainer
2024-10-09T21:14:53
null
&gt; Rust is as complex as C++: ...no, it&#x27;s not.<p>Maybe not yet, but it is heading in that direction; and I only say this because of the absolutely giant pile of features in unstable that seem to be stuck there, but I hope will eventually make its way to stable at some point.<p>&gt; Async Rust really is fine<p>I dunno. Always thought it was too complicated, but as another person pointed out avoiding Tokyo::spawn solves many issues (you said this too, I think). So maybe, not Rust&#x27;s fault :D
null
null
41,792,644
41,791,773
null
[ 41794192, 41792910, 41794531, 41799418 ]
null
null
41,792,721
comment
tivert
2024-10-09T21:14:53
null
&gt; you don&#x27;t think it&#x27;s physically possible to drop your kids off at school early? The school doors are locked until 8:39am and there are zombies and werewolves patrolling outside making entering the building early, or waiting outside physically impossible?<p>What the hell does &quot;physically possible&quot; have to do with anything? Did you ever go to school? The doors may not be locked, but unless the school has some kind of <i>defined pre-care program</i>, they&#x27;re not ready to take care of random kids dropping in early. That&#x27;s why they have a start time.<p>My kids&#x27; school has a <i>20 minute</i> drop off window. They have an pre-care option, but you have to sign up for it (and pay) because they have to juggle staffing levels. You can&#x27;t just physically dump your kid outside the door and leave because you&#x27;d like to.<p>This may be easier for you understand: A store opens at 9AM, but you&#x27;re available at 8AM and have to be in the office at 9AM. Can you just drop in at 8AM to get your shopping done? No, if the employees are even there, they&#x27;re busy with &quot;getting ready for the day&quot; tasks. Same thing goes with schools.
null
null
41,792,389
41,791,570
null
null
null
null
41,792,722
comment
neeleshs
2024-10-09T21:14:53
null
Looks like this PEP has been withdrawn now
null
null
41,788,026
41,788,026
null
null
null
null
41,792,723
comment
farouqaldori
2024-10-09T21:15:00
null
The magic behind NotebookLM can&#x27;t be replicated only with fine-tuning. It&#x27;s all about the workflow, from the chunking strategy, to retrieval etc.<p>For a defined specific use-case it&#x27;s certainly possible to beat their performance, but things get harder when you try to create a general solution.<p>To answer your question, the format of the data depends entirely on the use-case and how many examples you have. The more examples you have, the more flexible you can be.
null
null
41,792,295
41,789,176
null
null
null
null
41,792,724
comment
kstrauser
2024-10-09T21:15:28
null
The struggle was in vain.
null
null
41,791,508
41,790,295
null
null
null
null
41,792,725
comment
darkwizard42
2024-10-09T21:15:34
null
Helpful tip, the word you are looking for is &quot;contiguous&quot; when describing the US states all connected together. Can also use the Lower 48
null
null
41,792,293
41,792,055
null
[ 41794125 ]
null
null
41,792,726
comment
ritcgab
2024-10-09T21:15:44
null
It&#x27;s ugly but it&#x27;s inevitable in some sense. The author should know what they are doing, and `&#x2F;&#x2F; SAFETY:` comment is a must.
null
null
41,792,477
41,791,773
null
[ 41792839 ]
null
null
41,792,727
comment
maebert
2024-10-09T21:15:52
null
Technically, Facebook is just some PHP on top of a database :)
null
null
41,792,612
41,791,369
null
[ 41792808 ]
null
null
41,792,728
comment
int_19h
2024-10-09T21:15:54
null
Things are generally better today than they used to be in most places, but historically Germany did plenty of that (and I don&#x27;t just mean the Nazis!), and that kind of history has very long term effects even once policy changes.
null
null
41,792,367
41,787,647
null
null
null
null
41,792,729
comment
daft_pink
2024-10-09T21:15:55
null
hoping it gets added to homebrew soon.
null
null
41,789,551
41,789,551
null
[ 41796273, 41793578 ]
null
null
41,792,730
comment
ryandrake
2024-10-09T21:16:03
null
Including Pike County, PA as part of the New York City area is kind of wild, too, from someone who grew up there. If you&#x27;re making $190K and living in Pike County, you&#x27;re living like a Sultan of a country with a palace made entirely of gold.
null
null
41,792,305
41,792,055
null
[ 41795264, 41792884, 41793939 ]
null
null
41,792,731
comment
jemmyw
2024-10-09T21:16:04
null
And I very much doubt the other 91.6% are onboard with his actions. People just need their income.
null
null
41,792,699
41,791,369
null
[ 41793293 ]
null
null
41,792,732
comment
freehorse
2024-10-09T21:16:15
null
Living organisms have certain features that simulations don&#x27;t, and in particular it is good to remember that whatever simulations we currently can run they are actually but abstractions. Organisms are evolved to survive, reproduce their forms and structures in time, and be in a certain allostatic equilibrium state, and that gives them a certain purpose and that simulations lack. If we look at organisms only as information processors and disregard the coupling of their physiological states with their behaviour and with the environment we lose everything that makes life, life.
null
null
41,752,695
41,746,934
null
null
null
null
41,792,733
comment
hyperbrainer
2024-10-09T21:16:23
null
&gt; I just do not see why people seem to use &quot;unsafe&quot; so much.<p>SIMD seems to be a big one.
null
null
41,792,477
41,791,773
null
null
null
null
41,792,734
comment
crabmusket
2024-10-09T21:16:28
null
Man that would be really cool. I do wish governments would move a bit faster on providing such generic public benefit services.
null
null
41,792,080
41,784,287
null
[ 41792984 ]
null
null
41,792,735
comment
mike_hearn
2024-10-09T21:16:31
null
Reasons why it probably wasn&#x27;t Hal Finney.<p>1. Satoshi emailed me at the same time Hal was taking part in a marathon. Yes, technically emails can be delayed, but ... why? There was no urgency in those discussions.<p>2. Hal preferred to write C and was still writing C up until the moment he sadly passed away. Satoshi wrote in modern(ish) C++. Note that the same problem applies for Len Sassaman and basically everyone who has been fingered as a possible Satoshi. The combination of C++, Win32 and cryptography is not very common in the cypherpunk space.<p>3. Hal was a professional cryptographer who worked on an encrypted messaging product (PGP). Satoshi had some fairly basic misunderstandings about cryptography, like believing that you can&#x27;t use elliptic curve keys to encrypt messages, and referenced having to do research to understand the cryptography he needed. Why would Hal pretend to be a newbie at cryptography, up to and including not having features Satoshi said he wanted?<p>4. Hal <i>did</i> try to create digital cash already, but tried to build it on trusted computing hardware. He had a long term interest in that approach, as did I, and his last project before his death was one I suggested related to this tech. In fact there are emails between me and Hal in list archives pre-Bitcoin where we swap notes on Intel LaGrande. If Hal had been Satoshi it seems likely that Satoshi would have at least commented on the ways TC could be used at some point, but Satoshi never showed any awareness the tech exists.<p>6. If you&#x27;re trying to be anonymous, why would you immediately and pointlessly reveal your identity by messaging yourself?<p>7. He denied that he was Satoshi.
null
null
41,783,851
41,783,503
null
[ 41794139 ]
null
null
41,792,736
comment
wisty
2024-10-09T21:16:40
null
As I said, it&#x27;s consumption not wealth. A billionaire with a super-yacht is more obscene than a trillionaire who doesn&#x27;t have one.
null
null
41,789,143
41,780,569
null
null
null
null
41,792,737
comment
jahewson
2024-10-09T21:16:41
null
Are there hundreds of applications for every engineering role? Yes. But most of those applications don’t meet the minimum requirements. A senior position requiring 4yrs experience will see &gt; 90% of its applications coming from new grads with zero experience. It’s mostly noise.<p>It should be noted that many companies don’t have any entry-level roles open. That’s not ideal, but new grads are arriving with minimal practical skills while the landscape of complexity continues to increase. Sure the top tier are amazing but they go to FANG to get rich on RSUs, or become a founder themselves.
null
null
41,790,585
41,790,585
null
[ 41795665 ]
null
null
41,792,738
comment
groby_b
2024-10-09T21:16:44
null
Because all dependency managers at some point devolve to &quot;install ocean, then boil ocean&quot;.<p>(If you care, &quot;brew deps &lt;package&gt; --tree&quot; will tell you.)
null
null
41,792,586
41,791,708
null
[ 41792810, 41792827 ]
null
null
41,792,739
comment
taylodl
2024-10-09T21:16:54
null
Hillary Clinton won the popular vote - that is a fact.<p>Plus, you&#x27;re just spreading bald-faced and already debunked lies.<p><a href="https:&#x2F;&#x2F;www.statesman.com&#x2F;story&#x2F;news&#x2F;politics&#x2F;politifact&#x2F;2022&#x2F;10&#x2F;10&#x2F;2016-election-fact-check-democrats-hillary-clinton-bernie-sanders&#x2F;69548196007&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.statesman.com&#x2F;story&#x2F;news&#x2F;politics&#x2F;politifact&#x2F;202...</a><p>The key statement <i>It’s important to point out, however, that the Democrats did not question the actual counting of ballots in 2016, as Youngkin’s statement implies, or that Trump won the election.</i>
null
null
41,792,226
41,791,435
null
null
null
null
41,792,740
comment
qianli_cs
2024-10-09T21:16:56
null
Yeah, the sequel is a great read as well!
null
null
41,791,731
41,764,465
null
null
null
null
41,792,741
comment
relistan
2024-10-09T21:16:57
null
A monopoly is a monopoly no matter how it got that way.
null
null
41,791,075
41,784,287
null
null
null
null
41,792,742
comment
mendym
2024-10-09T21:17:00
null
Yup.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41792651">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41792651</a>
null
null
41,792,715
41,792,500
null
null
null
null
41,792,743
comment
fuzzfactor
2024-10-09T21:17:05
null
In the very long fuel pipelines a foam pig can not make the whole journey to the cargo&#x27;s delivery point, so the different grades of gasoline, diesel, and blendstock are pumped sequentially back-to-back with no physical separation, resulting in many barrels of intermediate off-spec fuel that is designated transmix and segregated upon arrival.<p>Inside the tank terminals I had to witness and certify the pigging after each parcel loaded, when one chemical was done and the line needed to be cleared and volumes accounted for before filling with a different chemical. Among many other more or less toxic things. Measurement training was not easy in the full-scale industrial environment but you can&#x27;t really lead as well in the micro-scale activities without it.
null
null
41,790,099
41,764,095
null
null
null
null
41,792,744
comment
EKSolutions
2024-10-09T21:17:07
null
Correct. The source subdomain of the popup seems to be hxxps[:]&#x2F;&#x2F;polyfill[.]archive[.]org
null
null
41,792,715
41,792,500
null
null
null
null
41,792,745
comment
throwaway888abc
2024-10-09T21:17:08
null
travel
null
null
41,792,713
41,792,713
null
null
null
null
41,792,746
comment
altruios
2024-10-09T21:17:08
null
Study does not exactly imply that left-handers are the cause of the violence, just corelated to societies&#x27; total violence. Perhaps we are exceptionally annoying to right-handers. This &#x27;um, actually...&#x27; post would then be a salient self-referential sample of what I mean.
null
null
41,792,673
41,758,870
null
[ 41793012 ]
null
null
41,792,747
comment
gigatexal
2024-10-09T21:17:09
null
Zoxide looks really cool
null
null
41,791,708
41,791,708
null
[ 41793777, 41793392, 41795319, 41793628, 41793409 ]
null
null
41,792,748
comment
mastazi
2024-10-09T21:17:10
null
The &quot;Not Enough Data&quot; should really be a different color, instead it is very close to the lowest bracket which makes it confusing
null
null
41,792,055
41,792,055
null
null
null
null
41,792,749
story
chmaynard
2024-10-09T21:17:13
Improving bindgen for the kernel (Linux)
null
https://lwn.net/SubscriberLink/992693/dc5fb31e08eb90c9/
1
null
41,792,749
0
null
null
null
41,792,750
story
feross
2024-10-09T21:17:19
TC39 Advances 10 ECMAScript Proposals: Key Features to Watch
null
https://socket.dev/blog/tc39-advances-10-ecmascript-proposals-key-features-to-watch
2
null
41,792,750
0
null
null
null
41,792,751
comment
jkelleyrtp
2024-10-09T21:17:24
null
I mean, maybe?<p>If you come into Rust thinking you&#x27;re going to write doubly-linked lists all day and want to structure everything like that, you&#x27;re going to have a bad time.<p>But then in python you run into stuff like:<p>```<p>def func(list = []):<p><pre><code> list.append(1) </code></pre> ```<p>and list is actually a singleton. You want to pull your hair out since this is practically impossible to hunt down in a big codebase.<p>Rust is just different, and instead of writing double-pointer code, you just use flat structures, `Copy` keys, and `loop {}` and move on with your life.
null
null
41,792,677
41,791,773
null
[ 41793468, 41792885, 41794701 ]
null
null
41,792,752
comment
qnsc
2024-10-09T21:17:26
null
yes, &quot;<a href="https:&#x2F;&#x2F;polyfill.archive.org&#x2F;v3&#x2F;polyfill.min.js?features=fetch,IntersectionObserver,ResizeObserver,globalThis,Element.prototype.getAttributeNames,String.prototype.startsWith,Array.prototype.flat,Element.prototype.closest,Element.prototype.scroll,Element.prototype.remove,Object.entries,Object.values,Object.fromEntries" rel="nofollow">https:&#x2F;&#x2F;polyfill.archive.org&#x2F;v3&#x2F;polyfill.min.js?features=fet...</a>&quot; is the URL with the malicious code
null
null
41,792,715
41,792,500
null
[ 41792872 ]
null
null
41,792,753
story
alxjsn
2024-10-09T21:17:31
Tamari: Self-Hosted Recipe Manager
null
https://tamariapp.com/
1
null
41,792,753
1
[ 41792840 ]
null
null
41,792,754
comment
crabmusket
2024-10-09T21:17:36
null
What is the so-called &quot;ad feed&quot; mentioned in this article? What would it mean to license this to somebody else?
null
null
41,784,287
41,784,287
null
null
null
null
41,792,755
comment
PaulDavisThe1st
2024-10-09T21:17:37
null
This in no way disagrees with the GP comment and in most ways reinforces it.
null
null
41,787,661
41,758,870
null
[ 41792881 ]
null
null
41,792,756
comment
tsimionescu
2024-10-09T21:17:45
null
By this logic, if I sell you a car, no money moved, because both the car and the money are still owned by the both of us. Or at least, if you&#x27;re brother takes your car, you can&#x27;t ask the state to give it back to you, as the car didn&#x27;t really move, it&#x27;s still in the family.<p>A family is not a single entity under any law in any country I know of. Certainly not in the USA or anywhere in Europe.
null
null
41,790,000
41,780,569
null
null
null
null
41,792,757
comment
hibbelig
2024-10-09T21:17:47
null
It’s autocomplete being based on words. It knows computer and it knows keyboard and so in English it is trivial to type computer keyboard.<p>In German it also knows Computer and Tastatur, but I can’t use autocomplete to type Computertastatur.<p>Actually I just learned I can. Apparently this word is in the dictionary. But there are just so many compound nouns, it’s impossible for them all to be in the dictionary.<p>To make it work in such a language it has to understand about constructing compound nouns.
null
null
41,792,363
41,787,647
null
null
null
null
41,792,758
comment
ChrisArchitect
2024-10-09T21:18:11
null
[dupe] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409</a>
null
null
41,791,369
41,791,369
null
null
null
null
41,792,759
comment
hinkley
2024-10-09T21:18:11
null
Redefining degrees to be 2pi = 256 was a pretty clever trick.
null
null
41,792,142
41,784,591
null
null
null
null
41,792,760
comment
iknowstuff
2024-10-09T21:18:34
null
I haven’t had to „deal with” the borrow checker since like 2018. It’s quite smart
null
null
41,792,677
41,791,773
null
null
null
null
41,792,761
comment
schroeding
2024-10-09T21:18:40
null
This is true now - it definitely wasn&#x27;t in the past, especially until the 80s. My mother was still beaten (!) as a child by her teacher in Munich when she spoke too Bavarian. Eradication of dialect was the goal at the time, Hochdeutsch the only thing acceptable.<p>(But the reason was people thinking it&#x27;s a &quot;Bildungshindernis&quot;, a roadblock in the pursuit of knowledge, like if people speaking dialect were mentally challenged - not national unity)
null
null
41,792,367
41,787,647
null
[ 41793173 ]
null
null
41,792,762
comment
AtlasBarfed
2024-10-09T21:18:50
null
IS EXA PARSEABLE????!!!???<p>It&#x27;s a slowly developing trend, but I also wish that a --json output flag was a part of all cli utility output.<p>Tldr sounds interesting. Man pages are awful for quick reference. At this point it should be possible to collect the statistically ranked most common example usages of commands and provide them, especially if there are very very common associated commands that are piped with them.
null
null
41,791,708
41,791,708
null
[ 41792911 ]
null
null
41,792,763
story
edward
2024-10-09T21:18:59
Tesla Cybertruck 'too big and sharp' for European roads, say campaigners
null
https://www.theguardian.com/technology/2024/oct/08/tesla-cybertruck-too-big-and-sharp-for-european-roads-say-campaigners
6
null
41,792,763
2
[ 41792922 ]
null
null
41,792,764
comment
zuhayeer
2024-10-09T21:19:12
null
This is a great point, and something we plan to address. We currently use Nielsen&#x27;s DMA (Designated Market Area) mappings within the US to separate out regional areas which was used for TV &#x2F; media market surveys. We happen to use DMA categories for our regional pages on Levels.fyi which is why it was easiest to start with since we already had this data captured. The features can sometimes be a bit off and seem like they&#x27;re grouped very far and wide (you&#x27;ll notice there&#x27;s a bit of Denver within Nevada and its just a vestige of how it used to be categorized), but it still provides a bit of a broader level grouping than something like zip code. We&#x27;ve also been considering using Combined Statistical Areas using population instead, but the benefit with DMAs is that it offers full coverage of the entire US whereas some major tech hubs are still missing from CSAs if relying solely on population.<p>We&#x27;re planning to create some of our own regional definitions and borders using our own submissions and that should offer some more tighter bounds. This was just a v1, and I think its already resonating with folks.<p>GeoJSON data for the map borders: <a href="https:&#x2F;&#x2F;github.com&#x2F;PublicaMundi&#x2F;MappingAPI&#x2F;blob&#x2F;master&#x2F;data&#x2F;geojson&#x2F;us-states.json">https:&#x2F;&#x2F;github.com&#x2F;PublicaMundi&#x2F;MappingAPI&#x2F;blob&#x2F;master&#x2F;data&#x2F;...</a><p>Nielsen DMA regions: <a href="https:&#x2F;&#x2F;blocks.roadtolarissa.com&#x2F;simzou&#x2F;6459889" rel="nofollow">https:&#x2F;&#x2F;blocks.roadtolarissa.com&#x2F;simzou&#x2F;6459889</a>
null
null
41,792,305
41,792,055
null
[ 41794723 ]
null
null
41,792,765
comment
keybored
2024-10-09T21:19:13
null
A lot of git(1) subcommands were originally written in shell or Perl. Now most are written in C.<p>Through many decades people wrote utilities and applications in C. Not hardcore lower-level kernel modules. Just utilities and applications. Because that’s what they wanted to write them in. Over Perl or Java or whatever else the alternatives were.<p>What’s more C than that? Writing everything short of scripts in it?<p>Now people write applications in a modern programming language with modern affordances. They might be working uphill to a degree but they could have chosen much less ergonomic options.<p>The embarrassing part is criticizing people who have put in the work, not on the merits of their work, but on… having put in too much work.
null
null
41,792,529
41,791,773
null
null
null
null
41,792,766
comment
zelda420
2024-10-09T21:19:15
null
Ski, hike and swim.
null
null
41,792,713
41,792,713
null
null
null
null
41,792,767
comment
jerjerjer
2024-10-09T21:19:25
null
PhD is a thankless, low paid position with insane hours and zero guaranteed return. Outside of a few elite programs and universities getting into PhD program is fairly easy - they take anyone qualified.
null
null
41,789,779
41,786,101
null
null
null
null
41,792,768
comment
null
2024-10-09T21:19:42
null
null
null
null
41,792,438
41,792,179
null
null
true
null
41,792,769
comment
nine_k
2024-10-09T21:19:44
null
Doesn&#x27;t SlotMap save RAM and pointer dereferences?
null
null
41,792,554
41,791,773
null
[ 41793132 ]
null
null
41,792,770
comment
null
2024-10-09T21:19:48
null
null
null
null
41,792,055
41,792,055
null
null
true
null
41,792,771
comment
kbolino
2024-10-09T21:19:49
null
C++ is no excuse; it has value types and operator overloading. You can write your own types and define your own behavior, or use those already provided by others. Even if you insist on using raw ints (or just want a safety net), there&#x27;s compiler flags to define that undefined behavior.<p>Putting everything into floats as integers defeats the purpose of using floats. Obviously you will want some fractions at some point and then you will have to deal with that issue, and the denominator of those fractions being a power of 2 and not a power of 10. Approximation is good enough for some things, but not others. Accounts and ledgers are definitely in the latter category, even if lots of other financial math isn&#x27;t.<p>You need always be mindful of your operating precision and scale. Even double-precision floats have finite precision, though this won&#x27;t be a huge issue until you&#x27;ve compounded the results of many operations. If you use fixed-point and have different denominators all over the place, then it&#x27;s probably time to break out rational numbers or use the type system to your advantage. You will know the precision and scale of types called BasisPoints or PartsPerMillion or Fixed6 because it&#x27;s in the name and is automatically handled as part of the operations between types.
null
null
41,792,134
41,784,591
null
null
null
null
41,792,772
comment
atq2119
2024-10-09T21:20:07
null
Regarding compound statements returning values: There are a number of languages which have that, including Rust. Ironically, it made me wish for a reversed form of the construct, i.e. something like<p><pre><code> { ...; expr } --&gt; x; &#x2F;&#x2F; x is a new variable initialized to expr </code></pre> I feel like this would help readability when the compound statement is very large.
null
null
41,785,763
41,758,371
null
null
null
null
41,792,773
story
ValentineC
2024-10-09T21:20:13
WordPress as a Commons (2022)
null
https://poststatus.com/wordpress-as-a-commons/
4
null
41,792,773
0
null
null
null
41,792,774
comment
vrosas
2024-10-09T21:20:19
null
I can absolutely assure you that building a fast and secure gateway is not as hard as you seem to be implying. This is, again, based on my real world experience.
null
null
41,791,555
41,790,619
null
[ 41793605 ]
null
null
41,792,775
comment
null
2024-10-09T21:20:23
null
null
null
null
41,786,254
41,757,198
null
null
true
null
41,792,776
comment
voytec
2024-10-09T21:20:25
null
&gt; I wonder if they shared the &quot;data&quot; in the memo.<p>Why would they? Quoting imaginary data is a plausible explanation to all interested parties. They don&#x27;t need to prove anything to employees - just make them leave ALREADY. This immediately shows spending decrease to investors and makes them happy.<p>Quality decrease is a problem they won&#x27;t have to explain for the next 2 quarters.<p>EDIT: this topic was just demoted from 1st to 5th page, with 45 points after 2 hours of being posted. No more fresh comments under such moderation.
null
null
41,791,975
41,791,570
null
null
null
null
41,792,777
comment
schlauerfox
2024-10-09T21:20:28
null
not &#x27;beeps&#x27; so much as either Pulse-position modulation or FM to control the positions. I had a &#x27;beta test&#x27; teddy before they were released, a friend of my father was a sculptor at WoW. I guess little me didn&#x27;t want to give it back but had to, my Mom had to fight hard to find one at Christmas with a little inside info on delivery dates. You can still make cool stuff for your own sake, you don&#x27;t have to monetize every hobby.
null
null
41,792,415
41,790,295
null
[ 41794349 ]
null
null
41,792,778
comment
jemmyw
2024-10-09T21:20:29
null
By his logic, WordPress itself, being a fork, is bastardized version of the original.
null
null
41,792,612
41,791,369
null
null
null
null
41,792,779
comment
ryandrake
2024-10-09T21:20:34
null
I wonder how skewed the underlying data is, too. Perhaps they&#x27;re somehow overcounting people at the higher levels and undercounting people lower on the totem pole. The idea of $250K being a median <i>across all levels</i> -anywhere- is kind of astonishing if true. Yes, we all know a few people making $400K at Facebook who have a vacation home in Aspen and drive two Ferraris (they always tell HN how common it is), but is it really that many to drive the median so high?
null
null
41,792,621
41,792,055
null
[ 41793357, 41799692, 41793291, 41793256 ]
null
null
41,792,780
story
bun_at_work
2024-10-09T21:20:37
Cards Against Humanity Launches a Super Pac to Match Elon Musk's Super Pac
null
https://www.apologize.lol/
85
null
41,792,780
83
[ 41793586, 41793526, 41793902, 41793598, 41792905, 41793800, 41793861, 41793453 ]
null
null
41,792,781
comment
mindslight
2024-10-09T21:20:37
null
First, a disclaimer that shouldn&#x27;t even need to be said, but the legal regime being what it is - I&#x27;m not an accountant nor an attorney, but rather an just engineer that digs into the specific details of things rather than paying professionals to screw it up for me. So there is no warranty or representation for anything I&#x27;m saying, and it&#x27;s merely meant as starting pointers for your own independent analysis. Being a Random Internet Commenter, perhaps I&#x27;m even purposely giving out bad advice because I want people to end up paying more taxes to the government.<p>In your scenario, the Estate Tax would be calculated on $9B. The executor&#x2F;per.rep of your estate would then have $10B shares with a $1B loan against them. The basis of the shares would be their current value, so if they (or your heir(s)) sold $1B shares to pay off the loan there would be no capital gains tax. There would also be no capital gains tax if they sold the other $9B shares (but Estate Tax was paid on them instead). Of course, they might have to sell some of the $9B shares to pay the estate tax bill.<p>Where things get really interesting is the charitable contribution deduction. If you sell $1B in shares and donate $9B to a nonprofit (likely set up and controlled by you, and subsequently your heirs), then you get a $9B deduction on your taxes (wiping out the capital gains on the $1B). Then no estate tax, since they&#x27;re not yours when you die. From what I understand it&#x27;s also a great asset protection strategy against random creditors.<p>When we&#x27;re talking billions and minimizing estate tax, the latter dodge is more applicable since it&#x27;s going to awfully hard to actually spend down billions. The loan plus stepped up basis dynamic is more about dodging capital gains taxes while actually realizing and spending the gains while you&#x27;re alive, which isn&#x27;t really captured by your scenario.
null
null
41,792,147
41,780,569
null
[ 41794210 ]
null
null
41,792,782
comment
vidanay
2024-10-09T21:20:44
null
I&#x27;ve got ten bucks that says you&#x27;ve shopped for groceries at &quot;Jewels&quot;
null
null
41,791,348
41,787,647
null
null
null
null
41,792,783
comment
ChrisArchitect
2024-10-09T21:20:44
null
[dupe] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409</a>
null
null
41,789,428
41,789,428
null
null
null
null
41,792,784
comment
robertlagrant
2024-10-09T21:20:59
null
But why would that mean that the people who didn&#x27;t suppress died so much younger?
null
null
41,787,703
41,758,870
null
[ 41792842 ]
null
null
41,792,785
story
janandonly
2024-10-09T21:21:01
The Nobel Prize in Physics 2024 – Popular Science Background – Nobelprize.org
null
https://www.nobelprize.org/prizes/physics/2024/popular-information/
2
null
41,792,785
0
null
null
null
41,792,786
comment
scintill76
2024-10-09T21:21:04
null
With TPS they are permitted to remain, so calling them &quot;illegally in the country&quot; is incorrect.<p>Perhaps you genuinely want to clarify that these &quot;legal migrants&quot; (per grandparent post) are not permanent residents, but it&#x27;s not a very meaningful distinction here[1], so your post comes off as trying to blur the lines in order to benefit right-wing talking points wherein they are termed &quot;illegal&quot; in order to dismiss their rights and evoke xenophobia.<p>[1] The grandparent post was decrying those who would deport them despite their current permission to stay. The fact that their status could&#x2F;will change in 2026 (the current Haitian TPS deadline) isn&#x27;t relevant to whether they deserve deportation today.
null
null
41,787,348
41,776,721
null
null
null
null
41,792,787
comment
Nathans220
2024-10-09T21:21:05
null
Why go for the Internet Archive go for something else not the fucking archive!
null
null
41,792,500
41,792,500
null
[ 41793070 ]
null
null
41,792,788
comment
clvx
2024-10-09T21:21:06
null
Impressive Missoula, MT has a median higher than many metropolitan areas like Austin. One of the factors of the house market explosion in western MT.<p>In a related note, I was checking for tech meetups (at meetup.com) in Missoula and Bozeman and except for Montana programmers, there&#x27;s no much there. There are a few slack communities but nothing specific for technologies or other groups.
null
null
41,792,055
41,792,055
null
[ 41793399, 41793780, 41792859 ]
null
null
41,792,789
comment
edward
2024-10-09T21:21:08
null
Write open source software, travel to tech conferences and post comments like this on Hacker News.
null
null
41,792,713
41,792,713
null
[ 41793010 ]
null
null
41,792,790
comment
stackskipton
2024-10-09T21:21:08
null
.Net came from group we acquired who yes, deployed things on Windows. However, their code now runs on .Net Core, in Linux Containers on Kubernetes. It&#x27;s very performant as well, my only gripe is startup JIT. .Net does great in startup culture if you are not chasing trends and want code that works.
null
null
41,790,998
41,788,026
null
[ 41793476 ]
null
null
41,792,791
comment
ChrisArchitect
2024-10-09T21:21:13
null
Related: <i>Wordpress.org Login: I am not affiliated with WP Engine in any way</i><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41787409</a>
null
null
41,788,704
41,788,704
null
null
null
null
41,792,792
comment
mappu
2024-10-09T21:21:24
null
If you re-read the sentence with s&#x2F;Chris&#x2F;The Author&#x2F; I expect you&#x27;ll find the pronoun cromulent. &quot;They&quot; was exclusively plural in Middle English in the 1300s, but, we&#x27;re not speaking Middle English.
null
null
41,792,541
41,791,773
null
null
null
null
41,792,793
comment
et-al
2024-10-09T21:21:26
null
This $263k median in the Bay Area is making me sad.
null
null
41,792,055
41,792,055
null
[ 41793848, 41800458, 41793741 ]
null
null
41,792,794
comment
aguaviva
2024-10-09T21:21:44
null
The Intercept is being sloppy with its rhetoric, as usual.<p>However the idea that this was a precisely targeted operation is pure fiction. Mossad understands perfectly well that Hezbollah is a &quot;horizontal&quot; organization, widely permeated in Lebanese society. And though the pagers themselves seem to have wound up in mostly in the intended hands, Mossad knew also that, at the time of their detonation, they would be located would be be wherever the operatives were: in homes, taxis, grocery stores, cafes, hospitals, on street corners, and apparently (per news reports) at at least one funeral.<p>That&#x27;s how we ended up with a large if not yet precisely known proportion of civilian deaths and maimings (the latter category being vastly larger of course -- including a staggering 300 cases of persons losing one or both eyes). Unfortunately we&#x27;re still lacking in reliable reports, as world attention has moved onto other atrocities. But according to the Lebanese Health Ministry the deaths included 2 children and 4 health workers (one Hezbollah-affiliated), among some 42 total. From this it seems reasonable to extrapolate a &quot;non-affiliated&quot; ratio of at least 20 percent, likely higher.<p>None of which would have been accidental from Mossad&#x27;s point of view. If anything, we can be entirely sure these numbers (and the fact that they would surely include children), along with all the horrifying scenes reported in hospital rooms in the immediate aftermath, are in close agreement with the thoughtful, meticulous predictions they made when they decided to sit down and press the buttons for these attacks.<p>Finally:<p><i>I don&#x27;t believe anyone can name a more targeted military operation.</i><p>This is just silly of course, as every large war (including the current one in Ukraine) includes countless incidents of military installations being precisely targeted with 100+ entirely military KIA, and so forth.
null
null
41,789,061
41,783,867
null
[ 41799276 ]
null
null
41,792,795
comment
vrosas
2024-10-09T21:21:49
null
Until you want your gateway to handle some complex auth or routing rules and don’t want to learn a whole new programming language to implement that.
null
null
41,791,796
41,790,619
null
[ 41793580 ]
null
null
41,792,796
comment
llamaimperative
2024-10-09T21:21:52
null
It doesn’t <i>make them</i> more relevant, but it does prove they’re not irrelevant, as GP suggested.<p>Idk, not many people can sell tens or hundreds of thousands of pricy tickets to see them do their thing for 90 minutes. ¯\_(ツ)_&#x2F;¯
null
null
41,792,661
41,790,295
null
[ 41800124, 41800073 ]
null
null
41,792,797
comment
s1artibartfast
2024-10-09T21:21:55
null
I think that&#x27;s exactly the point I was getting it. Who decides what efficient is, and what do they measure. You might care about vision algorithms, and I might care about hamburgers.<p>From the economics perspective, something being Monopoly doesn&#x27;t mean it&#x27;s inefficient.<p>Depending on the situation, they can be far more efficient then diverse companies, or much less
null
null
41,792,491
41,784,287
null
[ 41797955 ]
null
null
41,792,798
comment
retzkek
2024-10-09T21:22:13
null
This is a nice trend, here&#x27;s a couple other text-only mainstream news sites:<p><a href="https:&#x2F;&#x2F;lite.cnn.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;lite.cnn.com&#x2F;</a><p><a href="https:&#x2F;&#x2F;text.npr.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;text.npr.org&#x2F;</a>
null
null
41,792,054
41,792,054
null
null
null
null
41,792,799
comment
nioj
2024-10-09T21:22:31
null
Right now it says &quot;Temporarily Offline&quot;
null
null
41,792,614
41,792,614
null
null
null
null