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,794,500
comment
slicktux
2024-10-10T00:59:34
null
Someone linked the GitHub. That should have the PCB grbr files; maybe you can get them made yourself and just buy the discrete/processor components from DigiKey. Also, DigiKey red makes PCBs.
null
null
41,794,395
41,760,076
null
[ 41796472 ]
null
null
41,794,501
comment
FpUser
2024-10-10T00:59:38
null
What a shortsighted comment
null
null
41,793,787
41,784,287
null
null
null
null
41,794,502
story
nadyatolica
2024-10-10T00:59:39
null
null
null
1
null
41,794,502
null
[ 41794503 ]
null
true
41,794,503
comment
nadyatolica
2024-10-10T00:59:39
null
[dead]
null
null
41,794,502
41,794,502
null
null
null
true
41,794,504
comment
timeon
2024-10-10T00:59:54
null
If you think the mouse traps work you probably do not need other. Anyway, marketing is not good way to find about flaws of current ways. Because that is not it's focus.
null
null
41,791,906
41,784,287
null
[ 41797937 ]
null
null
41,794,505
comment
nneonneo
2024-10-10T00:59:57
null
You put those safety comments in two places: when you declare an API as being unsafe, and when you use an unsafe API. Not coincidentally, those are the two places in the language that force you to use the “unsafe” keyword. If you declare a safe API that uses unsafe under the hood, it’s on you to ensure that it’s safe to call under any situation, so that callers can call it without worrying that their program is suddenly unsafe. If you can’t guarantee that your API is safe under all circumstances, you need to declare it unsafe and make it the caller’s job to use it safely.
null
null
41,792,839
41,791,773
null
null
null
null
41,794,506
comment
ValentineC
2024-10-10T01:00:06
null
&gt; <i>Indeed. And there was a lot of Consideration given in this exchange. Automattic owned 100% of the WordPress trademarks. Automattic&#x27;s &quot;Consideration&quot; was to give all the non-commercial use of those trademarks to the WordPress Foundation.</i><p>If I understand your comment correctly, you are saying that Automattic is still the owner of the WordPress trademarks, and granted licenses for non-commercial use to the WordPress Foundation?
null
null
41,794,100
41,781,008
null
[ 41795433 ]
null
null
41,794,507
comment
consumer451
2024-10-10T01:00:12
null
The thing with the Twitter part is that it&#x27;s not up to Twitter to decide what is, and is not, legal in a given country. It&#x27;s up to the courts in that country. Of course Musk always knew this, so I am left to assume there was an ulterior political motive on his part. In the end, we see how it all worked out.
null
null
41,791,987
41,786,368
null
null
null
null
41,794,508
comment
bagels
2024-10-10T01:00:22
null
These are all great. Unfortunately it would just be another thing to collect dust on the shelf, realistically.
null
null
41,790,295
41,790,295
null
null
null
null
41,794,509
comment
eru
2024-10-10T01:00:31
null
Any Lisp-ness comes from Elixir being a skin on Erlang, and so comes almost anything else good to say about Elixir. (And my comment was explicitly comparing Elixir to Erlang.)<p>The &#x27;pipe&#x27; is hacky, for example, because it&#x27;s just syntactic sugar that only works in one specific case, and not in general.
null
null
41,789,234
41,788,026
null
null
null
null
41,794,510
comment
alfiedotwtf
2024-10-10T01:01:30
null
I’ve been using Rust almost daily since 2015 and I’ve used unsafe twice - both when interoping with C.<p>I don’t know what fancy things you’re doing with unsafe that you’re seeing it on a daily basis… maybe it’s a you problem
null
null
41,792,477
41,791,773
null
[ 41796245 ]
null
null
41,794,511
comment
beginnings
2024-10-10T01:01:38
null
I didnt think Ryans article came across as angry at all, and hes forgot more about web development than 99.9% of people will ever know. His lead with solid has been followed by practically every major framework, hes usually ahead of the curve and right.
null
null
41,790,499
41,790,499
null
[ 41795235 ]
null
null
41,794,512
comment
f17428d27584
2024-10-10T01:01:41
null
I recently ran into an issue where Toyota’s app&#x2F;site was detecting and refusing Apple iCloud hide-my-email addresses when trying to sign up.<p>The error message was very clear: hide-my-email was not permitted.<p>I was just trying to check for available service appointments near me and didn’t want the spam. But I guess sending spam is very very important to Toyota.
null
null
41,794,390
41,792,500
null
null
null
null
41,794,513
comment
jcranmer
2024-10-10T01:01:50
null
&gt; I still don&#x27;t know what people mean when they talk about &quot;having to think about memory layout&quot;<p>The best example I&#x27;d give is the degree to which you have to ask yourself if you want to use String or if you want to use &amp;str--is this struct, or this function, going to own the string or borrow it from somebody else? If you&#x27;re borrowing it, who is owning it? Can you actually make that work (this is <i>really</i> salient for parser designs)?<p>Essentially in Rust, before you can really start on a large project, you have to sit down and plan out how the memory ownership is going to go, and this design work doesn&#x27;t really exist in most other languages. Note that it&#x27;s not inherently a good thing or a bad thing, but it is a potential source of friction (especially for small projects or exploratory tools where memory ownership might want to evolve as you figure out what needs to happen).
null
null
41,794,267
41,791,773
null
[ 41798266, 41794702, 41794973 ]
null
null
41,794,514
comment
al_borland
2024-10-10T01:01:57
null
Ah, that’s a much better deal. The wording on the main page was bad enough that I didn’t bother clicking through, since I wasn’t going to spend that much on a raffle.
null
null
41,793,408
41,790,295
null
null
null
null
41,794,515
comment
eru
2024-10-10T01:02:00
null
&gt; As someone with Indian heritage it’s super disheartening to see plenty of comments negatively generalizing a diaspora of over 1B people.<p>The diaspora is only a few dozen million, isn&#x27;t it? I don&#x27;t think you want to count every Indian inside of India as being in the &#x27;diaspora&#x27;?<p>Nitpick aside, I agree. (I wrote the original comment above.)
null
null
41,793,387
41,785,265
null
null
null
null
41,794,516
comment
azemetre
2024-10-10T01:02:17
null
Apple has operating systems, hardware, and software. Maybe Apple should spinoff OSX into its own company? They clearly abuse their positions with OS X and their hardware to push Apple specific software that only they benefit from.<p>If they had to separate their operating systems into another company, they would have to freely compete to put their app stores on their devices.<p>Or even better, spin off their hardware divisions if you want.<p>Either way Apple shouldn&#x27;t be able to control their operating systems or their hardware unless they open up their devices and allow consumers easier ways to both repair their devices and install alternative operating systems on them.
null
null
41,793,536
41,784,287
null
[ 41794946, 41794964 ]
null
null
41,794,517
story
healsdata
2024-10-10T01:02:17
Instagram and Threads moderation is out of control
null
https://www.theverge.com/2024/10/9/24266096/instagram-threads-moderation-account-post-deleted-limited
50
null
41,794,517
31
[ 41795012, 41794767, 41794645, 41797800, 41795601, 41797156, 41797460, 41794675, 41794731, 41796586 ]
null
null
41,794,518
comment
benatkin
2024-10-10T01:02:57
null
Ah, I see the point about SSR. Yes, frameworks like React and Vue make it less obvious how to do non-framework SSR. However, they don&#x27;t make it impossible. You can have React and Vue render on an individual element and not the whole document. The HTMLElement part of web components are actually a decent way to do that. You can make a thin wrapper HTMLElement that runs createRoot. <a href="https:&#x2F;&#x2F;react.dev&#x2F;reference&#x2F;react-dom&#x2F;client&#x2F;createRoot" rel="nofollow">https:&#x2F;&#x2F;react.dev&#x2F;reference&#x2F;react-dom&#x2F;client&#x2F;createRoot</a>
null
null
41,794,459
41,794,150
null
[ 41794561 ]
null
null
41,794,519
story
nano-tech8182
2024-10-10T01:03:03
Is the .io top level domain headed for extinction?
null
https://www.computerworld.com/article/3552692/is-the-io-top-level-domain-headed-for-extinction.html
3
null
41,794,519
1
[ 41794885 ]
null
null
41,794,520
comment
motoxpro
2024-10-10T01:03:07
null
After reading that and and seeing the comments here, I don&#x27;t think I will ever take people on HN seriously who say they want privacy <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40011314">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=40011314</a><p>After reading the founders thoughts, if they were any sort of sizable company they would immediately have a GDPR violation. &quot;emails and any info you give to use voluntarily (search prefs) is not PII and as such you can&#x27;t have your data back.&quot; :0
null
null
41,790,582
41,784,287
null
null
null
null
41,794,521
comment
whaaaaat
2024-10-10T01:03:10
null
You can just type MS. I understand that it was cool to use M$ in the 90s, but like, all the tech giants are bad at this point and M$ looks silly.
null
null
41,794,494
41,784,287
null
[ 41798397 ]
null
null
41,794,522
comment
IX-103
2024-10-10T01:03:19
null
People keep bringing up Manifest v3 like it&#x27;s some evil plot to show people ads. Nevermind that Chrome already <i>ships</i> with its own adblocker which blocks bad ads.<p>The fact is that with the Spectre mitigations added to Chrome, the performance of networking with manifest v2 was bad. Having to keep sending every network request through 3 different processes just in case there is a plugin (uses by the minority of users) that wants to filter the requests before they are made.<p>Of course, blocking resource fetches like that could have easily been detected by any server that cares about it, and the interaction with service workers was...weird.<p>With manifest v3 <i>you can still block ads</i>. You can remove them from the DOM, you can make them invisible, you can replace them. You just can&#x27;t programmatically decide which resources to filter - only a declarative model for resource filtering is supported.
null
null
41,794,084
41,784,287
null
[ 41795718, 41795697, 41800303, 41794680 ]
null
null
41,794,523
comment
BeetleB
2024-10-10T01:03:45
null
&gt; I would often get put in directories that I didn&#x27;t want.<p>I solved this by combining it with fzf. Get all the directories you&#x27;ve ever visited and pass on to fzf (sorted by frequency). Then do your matching. You can trivially see if the match is taking you where you want. If not it is likely the second or third match. You&#x27;re no longer constrained to navigating only to the top matched directory.<p>I have this bound to a keystroke in my shell.
null
null
41,793,777
41,791,708
null
null
null
null
41,794,524
comment
rjknight
2024-10-10T01:03:58
null
I would really like to know whether this feature gets any (non-accidental) use. It&#x27;s certainly an important problem to solve, and I can see the technical merit in the solution proposed. What I&#x27;m left wondering is how this solution is most effectively communicated to the people who need to know about it, such that they&#x27;re able to make use of it correctly in the critical moments when they need to use it. For obvious reasons there are probably no good statistics on this, but I wonder what the user research was like.
null
null
41,794,397
41,793,597
null
null
null
null
41,794,525
comment
JasserInicide
2024-10-10T01:04:22
null
<i>Why to exclude only faangs?</i><p>Because they skew the numbers upwards. Most of the market doesn&#x27;t pay their wages.
null
null
41,792,829
41,792,055
null
[ 41800175 ]
null
null
41,794,526
story
LorenDB
2024-10-10T01:05:05
Microsoft Copilot with DALL-E 3 can now be accessed easily through WhatsApp
null
https://www.notebookcheck.net/Microsoft-Copilot-with-DALL-E-3-can-now-be-accessed-easily-through-WhatsApp.899483.0.html
1
null
41,794,526
0
null
null
null
41,794,527
comment
ein0p
2024-10-10T01:05:15
null
And likely won’t be accepted unless it exits NATO. Sitting on that many chairs is not acceptable even if you control the Bosporus.
null
null
41,790,218
41,785,553
null
null
null
null
41,794,528
story
zdw
2024-10-10T01:05:17
Heart rate variability differs between smartwatch and clinical testing
null
https://wvutoday.wvu.edu/stories/2024/08/26/wvu-research-shows-smart-watch-and-clinical-testing-measures-differ
3
null
41,794,528
1
[ 41795488 ]
null
null
41,794,529
comment
timeon
2024-10-10T01:05:18
null
It is more about putting all eggs into one basket.
null
null
41,793,085
41,784,287
null
null
null
null
41,794,530
comment
gnabgib
2024-10-10T01:05:19
null
Page title: <i>Awesome-Selfhosted</i>
null
null
41,794,423
41,794,423
null
null
null
null
41,794,531
comment
faitswulff
2024-10-10T01:05:41
null
&gt; Maybe not yet, but it is heading in that direction<p>When people say that Rust is complex, they often neglect to differentiate between <i>implementation complexity</i> and <i>developer facing</i> complexity. The implementation complexity is growing in part to support the end user <i>simplicity.</i> I also don&#x27;t understand why anyone feels the need to know every feature of the language. You can just learn about and use the features that you need.
null
null
41,792,720
41,791,773
null
[ 41797908 ]
null
null
41,794,532
comment
krick
2024-10-10T01:06:02
null
I really don&#x27;t see what&#x27;s even the problem with bare excepts. Yes, I do want to catch all exceptions sometimes. Sometimes, I don&#x27;t even care what the exception is. I have ignored my linter&#x27;s suggestion to fix it on multiple occasions. So, why? Ok, I&#x27;ll use except BaseException then. How is it any better than bare except?
null
null
41,788,026
41,788,026
null
null
null
null
41,794,533
comment
throw16180339
2024-10-10T01:06:19
null
&gt; Why does money go to Automattic instead of the Foundation?<p>Matt wants Automattic to get the money and he controls both of them.
null
null
41,793,440
41,791,369
null
null
null
null
41,794,534
comment
motoxpro
2024-10-10T01:06:22
null
Apparently co-workers of devs don&#x27;t even get that much respect.
null
null
41,786,292
41,775,238
null
null
null
null
41,794,535
comment
niccl
2024-10-10T01:06:23
null
Curiously, almost every lighting control desk I&#x27;ve ever seen or heard about is left handed: the faders for controlling the lights are almost invariably on the left.
null
null
41,758,870
41,758,870
null
[ 41794833 ]
null
null
41,794,536
comment
lolinder
2024-10-10T01:06:49
null
I&#x27;m not 100% sure that that gets you wildcard email addresses that all point to the same inbox, but if they support that, sure!
null
null
41,794,367
41,792,500
null
[ 41795116, 41794579, 41794592 ]
null
null
41,794,537
comment
JohnMakin
2024-10-10T01:06:56
null
CI&#x2F;CD pipelines at large scale can pull directly from src repos sometimes causing stuff like this, just off the top of my head. I think the default is 5000 per hour which is not very much for automation to chew through. I ran into something similar with bitbucket once that I had to engineer around because it was very annoying.
null
null
41,794,055
41,792,803
null
null
null
null
41,794,538
comment
3np
2024-10-10T01:07:00
null
&gt; The timing on the last point seems to be entirely coincidental. It may also be multiple parties involved and when we&#x27;re talking breach + defacement + DDoS, it&#x27;s clearly not just one attack.<p>It could also be that the attacker has compromised IA communication channels and timed it for maximum dramatic effect and confusion.
null
null
41,794,186
41,792,500
null
[ 41795764 ]
null
null
41,794,539
comment
downWidOutaFite
2024-10-10T01:07:12
null
Ha My university (University of Florida) doesn&#x27;t even keep it&#x27;s graduation records. They have an error in my 30 year old graduation records but it has been impossible to fix because they don&#x27;t maintain the records anymore, at some point they outsourced it to a 3rd party who is almost impossible to contact.
null
null
41,793,896
41,789,815
null
[ 41794838 ]
null
null
41,794,540
comment
petesergeant
2024-10-10T01:07:40
null
You can reflect TS types out of it. There are 3rd party libraries to generate JSON Schemas from Zod objects, which is helpful if you have non-TS clients you want to support
null
null
41,794,457
41,764,163
null
[ 41797635 ]
null
null
41,794,541
comment
brcmthrowaway
2024-10-10T01:07:46
null
Have you done a whole genome study?
null
null
41,794,484
41,787,798
null
[ 41794569 ]
null
null
41,794,542
comment
null
2024-10-10T01:08:41
null
null
null
null
41,765,098
41,765,098
null
null
true
null
41,794,543
comment
consumer451
2024-10-10T01:09:00
null
Policing was the wrong term to use, I was too late to edit it.<p>What I meant was moderation. And they do moderate, whether you like it or not. CSAM, conspiracy to murder, and terrorism are beyond the pale for nearly everybody. All of those things require moderation if a company wants to stay in business.
null
null
41,794,463
41,785,553
null
[ 41803702, 41794575, 41801019 ]
null
null
41,794,544
comment
ryandrake
2024-10-10T01:09:17
null
The C++ Standard Library containers are very good and generic, and almost always the right tool to reach for. People are finally giving up on that notion that their own custom linked list is so much better than &lt;list&gt;. My estimate is that out of all the C++ programmers, 1% of them think that the C++ standard containers are not appropriate for their application, and only 1% of that 1% is right, due to their extremely specialized application needs.
null
null
41,794,012
41,791,773
null
null
null
null
41,794,545
comment
brcmthrowaway
2024-10-10T01:09:19
null
&quot;TFA&quot; has got to be the most inscrutable acronym that is common internet parlance, I simply can&#x27;t guess it could be, and I refuse to look it up
null
null
41,793,502
41,787,798
null
[ 41795504, 41794842, 41794956 ]
null
null
41,794,546
comment
null
2024-10-10T01:09:20
null
null
null
null
41,794,367
41,792,500
null
null
true
null
41,794,547
story
spzx
2024-10-10T01:09:52
Hurricane Milton live updates: category 3 storm makes landfall in Florida
null
https://www.theguardian.com/us-news/live/2024/oct/09/hurricane-milton-landfall-florida-latest-updates
3
null
41,794,547
0
null
null
null
41,794,548
story
sea-gold
2024-10-10T01:10:05
Why don't your psychiatric drugs work better?
null
https://www.vox.com/future-perfect/376854/mental-health-therapy-medications-drugs-neuroscience
5
null
41,794,548
1
[ 41794866 ]
null
null
41,794,549
comment
aleclarsoniv
2024-10-10T01:10:17
null
TypeBox[1] differentiates between optional and undefined.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;sinclairzx81&#x2F;typebox">https:&#x2F;&#x2F;github.com&#x2F;sinclairzx81&#x2F;typebox</a>
null
null
41,790,557
41,764,163
null
null
null
null
41,794,550
comment
zoklet-enjoyer
2024-10-10T01:10:20
null
I ordered some from a Bolivian website when I was a teen. I chewed them a couple times at work while doing landscaping. The closest thing I could compare it to is a nicotine buzz.
null
null
41,793,426
41,787,798
null
null
null
null
41,794,551
comment
tkgally
2024-10-10T01:10:33
null
As of 01:09 GMT on October 10, the Internet Archive is back up.<p>In fact, the Wayback Machine and the book archives are responding more quickly than they did for me a week ago, when I showed the Archive to the students in an online class I teach. I gave the students a homework assignment that involves accessing some old books at the Archive. That assignment is due in about 12 hours, and I was just getting ready to e-mail the students about the outage when I saw that the site is working again.
null
null
41,792,500
41,792,500
null
[ 41796835 ]
null
null
41,794,552
comment
matteocantiello
2024-10-10T01:10:40
null
The findings in chimpanzees indicate that both humans and chimpanzees exhibit population-level asymmetries in handedness, though humans show more pronounced lateralization (e.g. <a href="https:&#x2F;&#x2F;www.ncbi.nlm.nih.gov&#x2F;pmc&#x2F;articles&#x2F;PMC3676728" rel="nofollow">https:&#x2F;&#x2F;www.ncbi.nlm.nih.gov&#x2F;pmc&#x2F;articles&#x2F;PMC3676728</a>). I think this suggests that anatomical asymmetries in the brain likely preceded handedness and contributed to the evolution of hemispheric specialization. As brain size increased and corpus callosum connectivity decreased, specialized functions in each hemisphere became more pronounced. Thus, handedness and brain asymmetry likely co-evolved, influenced by both genetic and environmental (including socio-cultural) factors, rather than one directly causing the other.
null
null
41,794,256
41,758,870
null
null
null
null
41,794,553
comment
ohlanre
2024-10-10T01:11:08
null
It wasn&#x27;t and I&#x27;m not particularly fond of LLMs, that&#x27;s just how i write.
null
null
41,794,499
41,794,150
null
null
null
null
41,794,554
story
baanist
2024-10-10T01:11:51
There Is No Energy Transition – Interview with Mark Mills [video]
null
https://www.youtube.com/watch?v=ZXkEgF1I2FA
1
null
41,794,554
0
null
null
null
41,794,555
comment
rhcom2
2024-10-10T01:12:01
null
A fun history fact:<p>&gt; The stair spirals counter-clockwise and is known as the &quot;left-handed staircase&quot; as it would put right-handed attackers at a disadvantage. The story is that in 1513 when the left-handed Sir Andrew Kerr came back from the Battle of Flodden, he had his men learn to use their left hands when swordfighting. In Scotland, left-handedness has been dubbed &quot;Corrie-fisted&quot; or &quot;Kerr-handed&quot;.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ferniehirst_Castle" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Ferniehirst_Castle</a>
null
null
41,794,450
41,758,870
null
null
null
null
41,794,556
comment
talldatethrow
2024-10-10T01:12:01
null
I&#x27;m also left handed and this was never an issue for me. You hold the pencil out from your fingers thus your hand is sitting slightly below the line that is being written, traveling over unused paper constantly.<p>Only people that do that weird claw thing have that problem.
null
null
41,794,201
41,758,870
null
[ 41797172, 41796567, 41796123, 41795147 ]
null
null
41,794,557
comment
musicale
2024-10-10T01:12:05
null
Regarding software longevity, IBM&#x27;s z&#x2F;Architecture mainframes are backward compatible descendants of the System&#x2F;360 family (1964).<p>DOS programs from 1981 can still run on modern x86 PC hardware, natively or via virtualization. HP laptops and Dell n Series &quot;no OS&quot; machines can still run FreeDOS.<p>And of course emulation (DOSbox etc.) doesn&#x27;t even require compatible hardware.<p>Regarding hardware longevity, as noted in other comments, many PCs from the 1970s (Apple II, CP&#x2F;M, etc.) and 1980s (IBM PC and compatibles, Macintosh, etc.) are still functional today.
null
null
41,781,018
41,765,098
null
null
null
null
41,794,558
comment
wakawaka28
2024-10-10T01:12:05
null
That is not a good argument. People have a right to self-determination. The same logic of populism can be applied on a trans-national scale, even. There is no limit because under your logic, any person&#x27;s vote is as good as any other&#x27;s. The fact is we have states to provide a level of autonomy and independence to geographically separate groups of people, so they can live with more freedom. I don&#x27;t care if the entire state of California is against how I live, because they are thousands of miles away and deserve less say in how I live than my neighbors. The federal system we have strikes a balance between the two.<p>A president of a federation such as the US must represent the individual states equally, because there can only be one president and that seat has disproportionate power. I really think people flip flop on the popular vote issue based on whether they think it helps their particular party or not, which is unbelievably short-sighted.
null
null
41,793,988
41,792,780
null
[ 41795698 ]
null
null
41,794,559
comment
toisanji
2024-10-10T01:12:05
null
nice work, can you export the code later for integration with our CI&#x2F;CD pipeline?
null
null
41,789,633
41,789,633
null
[ 41794896 ]
null
null
41,794,560
comment
atrettel
2024-10-10T01:12:20
null
I often use custom domains for email and haven&#x27;t encountered this. From what I know, the best practice is to use a domain that you have had for a while and to use nameservers or MX records from an established service (basically). I don&#x27;t run my own server but I am sure there are tricks to getting it to work that way too.
null
null
41,794,214
41,792,500
null
null
null
null
41,794,561
comment
ohlanre
2024-10-10T01:12:41
null
Do you know what SSR is?
null
null
41,794,518
41,794,150
null
[ 41795390 ]
null
null
41,794,562
comment
Yeul
2024-10-10T01:12:43
null
No it&#x27;s probably much simpler. Humans love to shit on anyone who doesn&#x27;t follow the tribe program.
null
null
41,793,193
41,758,870
null
null
null
null
41,794,563
comment
aguaviva
2024-10-10T01:12:52
null
I do too, thus far. But you&#x27;ve opened up a lot of doors, and I don&#x27;t think we&#x27;ll have time to go through all of them. For now I&#x27;ll just pick the one that seems most important: Herzl.<p>First, how&#x27;d you land on the beard angle? That&#x27;s quite a supposition you&#x27;re making there. I have no problem at all with the Assyrian beard! I think it&#x27;s kind of cool, actually, and we can hardly imagine him without it, now can we.<p>Nor do I have any negative feelings about the guy as a person -- and more broadly, I don&#x27;t see my characterization as ad-hominem. The reference to his nationality was simply to showcase the obvious fact that whatever one may make of his ideas, they were in both substance and origin <i>utterly alien</i> to the actual people living in the place he wanted to set up his utopian colony in. (We&#x27;ll get to that later).<p>As for his &quot;scribblings&quot; -- his prose was known to be manic at times, and even in highly sympathetic sources one encounters that description.<p>As for &quot;weird&quot;? He definitely had some peculiar ideas. His various epithets (<i>Jiden</i>, <i>Mäuschel</i>) for Jews who didn&#x27;t buy into his program seem to stand out quite prominently. More significant were the strains in his thinking seemed to be manifestations of internalized antisemitism: such as his salient view that Jews needed to overcome the traits that triggered the antisemites&#x27; negative perceptions of them -- ironically by adopting idealized Germanic traits. As revealed in random passages such as these:<p><pre><code> As early as 1885, Herzl wrote in a telegram to his parents: “Yesterday at grand soirée at Treitel’s. Some thirty or forty ugly little Jews and Jewesses. No consoling sight.” (Bein et al. 1983–1996 I: 212; Beller 1991: 12, n. 22) A little later, when he was staying in Paris as a correspondent of the Vienna journal Die Neue Freie Presse, Herzl visited a local synagogue and noted in his diary: “I had a look at the Parisian Jews and indeed I noticed similarities in names; audacious and unfortunate faces, furtive and cunning eyes.” (See, e.g. Kornberg 1999: 16–17.) Moreover, after Herzl’s visit to the Roman ghetto, he wrote: “They do not realize that they are creatures of the ghetto and most of our people are just like them.” (See, e.g. Wistrich 1995: 15.) </code></pre> But these are side tangents. What was really weird about the guy was his central thesis.<p>First and foremost -- independent of whether he had genuinely racist, paternalistic otherwise disdainful attitudes about the Arab population (there are indications that he did, but they are also comparatively muted and ancillary in his writings); or whether he intended or essentially knew his grand project would entail a significant degree of violence and coercion against them (for which there&#x27;s also good evidence, but also conflicting indications) -- it is beyond question that he was deeply <i>indifferent to</i> and profoundly <i>disinterested in</i> this community as a people. At the end of the day, they were a problem to be managed and assuaged - objects and a matter of circumstance in his utopia, but certainly not partners, or even central characters or protagonists.<p>It is equally clear, in my view, that the forceful expropriation and disenfranchisement that did ultimately occur were not a matter of historical happenstance, but inherently &quot;baked into&quot; his ideology. And that, as acknowledged by the early Zionists themselves, his project would never be realized without a major component of such coercion, and the corresponding negation of their collective rights of self-determination in <i>their</i> homeland.<p>So that I find weird. Also, and even more deeply: the idea the Jewish people people of Europe could attain a form of liberation for themselves, not just by abrogating the rights of the vast majority of the indigenous population in Palestine -- but by in effect denying their very identity and legitimacy as a people. And not just liberation, but a form of &quot;moral and spiritual perfection&quot;, thus forming a society that would become &quot;a light unto the nations&quot;.<p>That&#x27;s what I find weird.
null
null
41,676,968
41,671,406
null
null
null
null
41,794,564
comment
xyst
2024-10-10T01:12:58
null
decentralization.<p>I don’t want these massive entities (Google, MS, CF) controlling my data.
null
null
41,794,378
41,792,500
null
[ 41794827, 41794775 ]
null
null
41,794,565
comment
ionelaipatioaei
2024-10-10T01:13:02
null
The booster is not going to Mars, only the ship which will have legs for the landing. I also think they plan to catch the ship as well so there will be different versions.
null
null
41,786,956
41,782,054
null
null
null
null
41,794,566
story
andyg_blog
2024-10-10T01:13:09
How to make Product give a shit about your architecture proposal
null
https://gieseanw.wordpress.com/2024/10/09/how-to-make-product-give-a-shit-about-your-architecture-proposal/
156
null
41,794,566
138
[ 41795621, 41795814, 41797561, 41795688, 41795134, 41795580, 41797763, 41795338, 41797869, 41797079, 41797127, 41795348, 41801197, 41795327, 41796574, 41795925, 41795492, 41795463, 41798246, 41795653, 41796962, 41796425, 41795904, 41795089, 41795574 ]
null
null
41,794,567
comment
vunderba
2024-10-10T01:13:32
null
Couple notes:<p>1. There&#x27;s a HUGE difference in skill sets between software engineers. Some of us have deep understandings of algorithms, linear algebra, and CS theory, and others know how to style a button with appropriate margins. I&#x27;ll leave it as an exercise to the reader to decide which of these is more difficult.<p>2. Inequity exists everywhere, and neurotic self-guilt doesn&#x27;t really accomplish anything. The bottom line is we&#x27;re all brought into this world with differing advantages&#x2F;disadvantages across both nature and nurture.<p>Rather than bemoaning the inherent nature of a free market on a random news board, you&#x27;d be better off searching for methods of active altruism, donating to auditable charities (Charity Navigator and GiveWell come to mind), and actively helping those in need.
null
null
41,793,757
41,792,055
null
[ 41797769 ]
null
null
41,794,568
comment
bbor
2024-10-10T01:13:52
null
Interesting point, fair enough! Orion is indeed thicker than normal glasses now that I look (<a href="https:&#x2F;&#x2F;about.fb.com&#x2F;wp-content&#x2F;uploads&#x2F;2024&#x2F;09&#x2F;05_whatcomesnext.png?resize=960%2C836" rel="nofollow">https:&#x2F;&#x2F;about.fb.com&#x2F;wp-content&#x2F;uploads&#x2F;2024&#x2F;09&#x2F;05_whatcomes...</a>), tho I can&#x27;t access this article for a direct weight comparison (if Meta even published that for Orion). I&#x27;m a nerd that would be thrilled with either, but I can see the qualitative difference it would make to many more casual users to have normal looking glasses.
null
null
41,788,754
41,760,503
null
null
null
null
41,794,569
comment
cjbgkagh
2024-10-10T01:13:53
null
Yes, a 30x WGS, I recommend it to everyone and you only have to do it once.
null
null
41,794,541
41,787,798
null
[ 41794580 ]
null
null
41,794,570
comment
komali2
2024-10-10T01:13:57
null
I don&#x27;t know their reasons, but for me, I do use cloudflare, but only in a way that I have a transfer-off plan.<p>So far as I can tell, Cloudflare seems to still be in the early stages of enshittification [1], and while I as a business customer am probably going to be taken for a ride later than most customers, I&#x27;m also small fry, so I&#x27;m guessing at some point in the next 5 years, some of the &quot;for free&quot; features like zero trust &#x2F; tunnels are going to become prohibitively expensive for me.<p>[1] <a href="https:&#x2F;&#x2F;pluralistic.net&#x2F;2023&#x2F;01&#x2F;21&#x2F;potemkin-ai&#x2F;#hey-guys" rel="nofollow">https:&#x2F;&#x2F;pluralistic.net&#x2F;2023&#x2F;01&#x2F;21&#x2F;potemkin-ai&#x2F;#hey-guys</a><p>I assume Cloudflare will enshittify because too much of its services are free or too cheap to make sense, so my guess is they&#x27;re trying to achieve massive market capture and dependency so they can later start squeezing customers for way more money.<p>I prefer more transparent cost structures, like what I get through Migadu for example.
null
null
41,794,378
41,792,500
null
null
null
null
41,794,571
comment
greedylizard
2024-10-10T01:13:59
null
As a child I solved this problem by rotating my paper 90° to the right and writing “down”. Still do it til this day.<p>Although it gets awkward when someone wants to hold the paper for me while I sign. I have to gently tug it away from them so I can turn it.
null
null
41,794,201
41,758,870
null
[ 41796402 ]
null
null
41,794,572
comment
throwup238
2024-10-10T01:14:07
null
Wikipedia says that 59% to 90% of the alkaloid is absorbed when drunk as a tea [1].<p>[1] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Coca" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Coca</a>
null
null
41,794,372
41,787,798
null
[ 41799166 ]
null
null
41,794,573
comment
xyst
2024-10-10T01:14:12
null
it “works”, but handing over this control to Google is a no-go for me.
null
null
41,794,172
41,792,500
null
null
null
null
41,794,574
comment
cmrdporcupine
2024-10-10T01:14:16
null
You can get something like what you&#x27;re used to a &quot;traditional&quot; language without compiler safeguards by using RefCell and .borrow_mut() on it. That will let you get past the compile-time borrow checks but will do runtime borrow checking and throw panic if more than one borrow happens at runtime.<p>It&#x27;s verbose, but it&#x27;s explicit, at least.<p>So:<p><pre><code> struct Node { parent: Rc&lt;RefCell&lt;Node&gt;&gt;, left: Option&lt;Rc&lt;RefCell&lt;Node&gt;&gt;&gt;, right Option&lt;Rc&lt;RefCell&lt;Node&gt;&gt;&gt;, } </code></pre> and just off the top of my head it&#x27;d be something like<p><pre><code> { let my_parent = my_node.parent.borrow_mut(); ... do stuff with my_parent ... } ... my_parent drops out of scope here, now others can borrow ... </code></pre> etc.<p>Haven&#x27;t tried this in compiler my memory might not be right here.
null
null
41,793,754
41,791,773
null
[ 41794704 ]
null
null
41,794,575
comment
squigz
2024-10-10T01:14:19
null
Yup, and those are the things I want them to moderate (and they do, about as well as any large tech company does)
null
null
41,794,543
41,785,553
null
null
null
null
41,794,576
comment
jallbrit
2024-10-10T01:14:31
null
That was interesting. I also found Haidt’s response:<p><a href="https:&#x2F;&#x2F;www.afterbabel.com&#x2F;p&#x2F;phone-based-childhood-cause-epidemic" rel="nofollow">https:&#x2F;&#x2F;www.afterbabel.com&#x2F;p&#x2F;phone-based-childhood-cause-epi...</a>
null
null
41,780,842
41,777,476
null
null
null
null
41,794,577
story
thunderbong
2024-10-10T01:14:40
Open-TV: Ultra-fast, simple and powerful cross-platform IPTV app
null
https://github.com/Fredolx/open-tv
115
null
41,794,577
24
[ 41801323, 41798243, 41798848, 41801565, 41801495, 41798921, 41798391, 41799236 ]
null
null
41,794,578
comment
schneems
2024-10-10T01:14:44
null
&gt; Most […] don’t want to be known<p>But some do.
null
null
41,784,500
41,780,569
null
null
null
null
41,794,579
comment
criddell
2024-10-10T01:14:45
null
Not sure about Apple, but Google calls has that and calls it catch-all-routing.
null
null
41,794,536
41,792,500
null
null
null
null
41,794,580
comment
brcmthrowaway
2024-10-10T01:14:49
null
Do you have an affiliate link?
null
null
41,794,569
41,787,798
null
[ 41794628 ]
null
null
41,794,581
comment
kranner
2024-10-10T01:14:56
null
You&#x27;re right, my mistake.
null
null
41,791,765
41,764,692
null
null
null
null
41,794,582
comment
djtango
2024-10-10T01:15:00
null
Yes... Like Taylor Swift<p>To my mind, Joe Rogan is the most recent embodiment of the American dream which is why I think he is so popular
null
null
41,791,649
41,786,101
null
null
null
null
41,794,583
comment
hzia
2024-10-10T01:15:22
null
That’s revenue not profits. Majority goes to app devs.<p>Profits are all that matter
null
null
41,794,101
41,784,287
null
[ 41797550, 41795484, 41794918 ]
null
null
41,794,584
comment
throw16180339
2024-10-10T01:15:37
null
&gt; But isn&#x27;t the burden of proof, and thus most of the litigation costs, on the patent troll?<p>Litigants in the US are responsible for their own legal fees. It&#x27;s quite common for patent trolls to ask for an amount that&#x27;s cheaper than going to court.<p>&gt; The court can&#x27;t just assume that you&#x27;re violating their patent because they say so, they have to prove it to a reasonable level, right?<p>They have to prove it, but the Western District of Texas is notoriously friendly to plaintiffs in patent lawsuits. Judge Albright handles about 40% of cases; he&#x27;s biased as hell (<a href="https:&#x2F;&#x2F;www2.law.temple.edu&#x2F;10q&#x2F;how-the-west-became-the-east-the-patent-litigation-explosion-in-the-western-district-of-texas&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www2.law.temple.edu&#x2F;10q&#x2F;how-the-west-became-the-east...</a>).
null
null
41,793,782
41,730,415
null
null
null
null
41,794,585
comment
aleclarsoniv
2024-10-10T01:15:46
null
TypeBox[1] also supports bi-directional transforms.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;sinclairzx81&#x2F;typebox">https:&#x2F;&#x2F;github.com&#x2F;sinclairzx81&#x2F;typebox</a>
null
null
41,793,583
41,764,163
null
[ 41796866 ]
null
null
41,794,586
comment
swatcoder
2024-10-10T01:16:03
null
That&#x27;s not easier, that&#x27;s the same but with a worse scale fit.<p>If you need free, you need free.<p>But if you can pay, you want to pay a vendor whose scale is such that you mean something to them while still being mature enough to rely on.<p>This applies to pretty much everything, not just email.<p>With Google and Apple, you service needs are overhead and with Google in particular, your value is entirely in them being able to monitor as much as they legally can about your activity.<p>With Fastmail, Protonmail, etc, you are a customer already and they&#x27;re invested in making you a bigger happy cuatomer in the future. They have staff that will service your support tickets, you represent profit on their books, and the services they offer you are generally designed for your scale more precisely.
null
null
41,794,367
41,792,500
null
[ 41794809 ]
null
null
41,794,587
comment
kragen
2024-10-10T01:16:05
null
Plenty of people are writing Python 3 today, too, but because things like this proposal seem reasonable, and things like removing cgitb and asyncore are actually happening, most of them will regret it eventually. Sometimes volunteers screw up, and sometimes they have dysfunctional social dynamics that hurt people.
null
null
41,792,515
41,788,026
null
null
null
null
41,794,588
comment
paxys
2024-10-10T01:16:07
null
We have been &quot;eerily close&quot; to WWIII since the day WWII ended. There&#x27;s nothing really special about today&#x27;s situation.
null
null
41,791,271
41,780,569
null
[ 41795857, 41795602 ]
null
null
41,794,589
comment
sensanaty
2024-10-10T01:16:09
null
I trust gorhill and UBO infinitely more than any corporation, especially since it&#x27;s all free and completely open source.
null
null
41,784,718
41,784,287
null
null
null
null
41,794,590
comment
AceFromOttawa
2024-10-10T01:16:13
null
This seems like it would have side effect punishments to companies like Apple, Samsung, Firefox etc.<p>Sorry guys, but because Google made itself into a monopoly you can no longer sell default positions on your platform (Which is essentially a company buying an ad placement).<p>I&#x27;m really curious what the Judge decides the remedy is for this issue. Anyone have any possible remedies in mind that doesn&#x27;t completely tank some of these other guys revenues?
null
null
41,792,377
41,784,287
null
[ 41799773 ]
null
null
41,794,591
comment
gjs278
2024-10-10T01:16:16
null
[dead]
null
null
41,793,351
41,790,619
null
null
null
true
41,794,592
comment
move-on-by
2024-10-10T01:16:32
null
I don’t know about Google, but I know iCloud supports domain wildcarding
null
null
41,794,536
41,792,500
null
[ 41794749 ]
null
null
41,794,593
comment
resoluteteeth
2024-10-10T01:17:18
null
It&#x27;s only a problem if you rest your hand on the paper while writing rather than holding your hand above the paper and writing with your whole arm which i suspect used to be the norm in most places.<p>Also in languages written vertically and then right to left it would be less of an issue because the ink would have more time to dry before you get to the left of a given character.
null
null
41,794,359
41,758,870
null
null
null
null
41,794,594
comment
xyst
2024-10-10T01:17:37
null
Meh, it’s not that bad. I have a short domain and usually use an abbreviated version for user part. If it’s a big corp, just the stock ticker will suffice and nobody bats an eye. Some boomers raise an eye if it’s not @gmail.com or one of the big providers, but otherwise nobody cares.<p>But better than giving them an iCloud “hide my email” generated addy ;)
null
null
41,794,290
41,792,500
null
[ 41794714 ]
null
null
41,794,595
comment
christianqchung
2024-10-10T01:17:41
null
Yeah, but in 12 years when reflection is in the language and is widely used, people will probably have to deal with a significantly increased amount of weirdness as a result of that feature. Though all that&#x27;s to say the complexity gap between rust and C++ is only going to go up.
null
null
41,794,258
41,791,773
null
null
null
null
41,794,596
comment
nchmy
2024-10-10T01:17:42
null
The wordpress foundation has never been anything BUT a mockery. It doesnt do anything - it is a shell for Matt&#x27;s trademark schemes and tax fraud
null
null
41,793,262
41,791,369
null
[ 41801675 ]
null
null
41,794,597
comment
wakawaka28
2024-10-10T01:17:58
null
The lines on maps are not arbitrary. People decided them by choice and in some cases by force. You might feel no particular attachment to your state, but if another state decided that your state should be exploited in some way, your primary source of support would be your neighbors within those so-called arbitrary lines.
null
null
41,793,920
41,792,780
null
[ 41795454 ]
null
null
41,794,598
comment
throwaway2037
2024-10-10T01:18:00
null
About Warren Buffett, I was surprised to see his name here. Wiki tells me that his father, Howard Buffett, was:<p><pre><code> &gt; four-term Republican United States Representative for the state of Nebraska </code></pre> To me, that doesn&#x27;t sound super impressive. Also:<p><pre><code> &gt; After failing to secure a job in the family grocery business, he started a small stock brokerage firm. </code></pre> Ok, that sounds less impressive. Further:<p><pre><code> &gt; During his first term, when congressional salary was raised from $10,000 </code></pre> Oh wait. That is real money. 10k USD in 1943 is 180k today. Surely upper middle class by any measure.
null
null
41,787,591
41,786,101
null
null
null
null
41,794,599
comment
jyafffyasdfs
2024-10-10T01:18:00
null
I use Box::leak without shame.
null
null
41,793,442
41,791,773
null
[ 41798228 ]
null
null