__null_dask_index__
int64
0
524k
title
stringlengths
1
198
url
stringlengths
1
2k
text
stringlengths
1
56.7k
dead
bool
1 class
by
stringlengths
2
15
score
int64
-1
5.77k
time
int64
1.16B
1.67B
timestamp
unknown
type
stringclasses
5 values
id
int64
1
33.6M
parent
int64
1
33.6M
descendants
int64
-1
4.58k
ranking
int64
deleted
bool
1 class
800
null
null
<i>Microsoft BitLocker in its most secure mode is the gold standard because it protects against more attack modes than other software. Unfortunately, Microsoft has only made it available with certain versions of Microsoft Windows.</i><p>Though MS says that BitLocker doesn't have back doors [1], I wonder how true this actually is...<p>[1] <a href="http://blogs.msdn.com/b/si_team/archive/2006/03/02/542590.aspx" rel="nofollow">http://blogs.msdn.com/b/si_team/archive/2006/03/02/542590.as...</a>
null
kia
null
1,325,508,888
"2012-01-02T12:54:48Z"
comment
3,415,765
3,415,322
null
null
null
801
null
null
Like what Apple does?<p>Guess some of the Chinese iPhone copycats using Android are following this model to some extent.
null
shimon_e
null
1,325,508,888
"2012-01-02T12:54:48Z"
comment
3,415,764
3,415,017
null
null
null
802
null
null
I&#x27;m all for high speed rail, but why is it so expensive and why does it take so long to build?<p>China has been able to build out a high speed network fairly quickly. Why is it that? Is it just because they&#x27;re cutting corners?
null
tryitnow
null
1,568,408,950
"2019-09-13T21:09:10Z"
comment
20,966,588
20,966,557
null
null
null
803
null
null
No, bioavailability of the nutrient is the only real thing that matters when it comes to fertilizers. Most organic fertilizers are not as bioavailable as even the most basic hydroponic fertilizer.
null
lightedman
null
1,568,408,956
"2019-09-13T21:09:16Z"
comment
20,966,589
20,966,396
null
null
null
804
null
null
I don't know if there's a good alternative for Adblock Plus on Firefox, but for Chrome there's one called simply "Adblock", which has been there since the beginning on Chrome, before Adblock Plus, and I'm happy with it.
null
nextparadigms
null
1,325,508,868
"2012-01-02T12:54:28Z"
comment
3,415,761
3,415,732
null
null
null
805
null
null
JavaScript or TypeScript don&#x27;t have the problem (except for globals, but those are usually few and far between).<p>Python doesn&#x27;t have this problem (unless you use wildcard imports, which is often recommend against [1]).<p>Java does not have this problem, except for protected&#x2F;internal classes which have only local use anyway (yes there are wildcard imports, but they are rather rare [2]).<p>Go has this problem for files in the same package, but not from other packages.<p>C and C++ are far from a hallmark of readability. Though there is at least a common C++ practice to at least <i>always</i> use the fully qualified name [3].<p>Ruby shares this issue.<p>---<p>What makes Scala worse is that wildcard imports are <i>strongly</i> encouraged by libraries and in very frequently found practice, for things such as implicits whose whole purpose is to not be explicitly named.<p>Plus in Scala, object, classes, fields, methods...all of these can be imported into the scope. So in practice this becomes a more common problem.<p>[1] <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;3615125&#x2F;should-wildcard-import-be-avoided" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;3615125&#x2F;should-wildcard-...</a><p>[2] <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;147454&#x2F;why-using-a-wild-card-with-a-java-import-statement-bad" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;147454&#x2F;why-using-a-wild-...</a><p>[3] <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1452721&#x2F;why-is-using-namespace-std-considered-bad-practice" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;1452721&#x2F;why-is-using-nam...</a>
null
paulddraper
null
1,568,408,934
"2019-09-13T21:08:54Z"
comment
20,966,584
20,966,370
null
null
null
806
null
null
What are the alternatives?<p>Since you all like car analogies, then you would have only 2 car producers Ford and Toyota, Ford does work cars and Toyota city cars, so your choices are limited to the extreme. Then say you buy a Ford and want to put a cat sticker on your car, you can&#x27;t do it yourself and you go to a Frod store, then when you want to buy the cat sticker the store people direct you to buy dog stickers made by Ford, you insist you don&#x27;t want the Ford sticker but a cat sticker so they send you to search in the back where the lights are dim because only Ford products get illuminated and put n the front of the store.<p>The people that make stickers don&#x27;t like it at all when you want to buy a cat stickers but Ford are not showing them to you but instead pushing you to get the dog ones made by them. Then you ask some respect from Ford and they say if you don&#x27;t like it don&#x27;t use it you have so many choices (in fact just 1),
null
simion314
null
1,568,408,935
"2019-09-13T21:08:55Z"
comment
20,966,585
20,965,711
null
null
null
807
null
null
MOVIEPASS4EVER<p>Probably my favorite startup yet. If you&#x27;re going to burn through millions of VC money, may as well let everyone come along for the ride!
null
cityzen
null
1,568,408,942
"2019-09-13T21:09:02Z"
comment
20,966,586
20,966,027
null
null
null
808
null
null
It gets sold of course. Unfortunately you need to be involved in the right circles to have a shot at grabbing any of the IP. If you are lucky enough to be in those you could grab it for as low as USD 1000.
null
thepangolino
null
1,568,408,947
"2019-09-13T21:09:07Z"
comment
20,966,587
20,966,366
null
null
null
809
null
null
&gt; In a world before multi-core processors, these threads weren’t actually running simultaneously, as the underlying processor could only execute one instruction at a time.<p>This is not true. Before multi-core processors there were <i>many</i> computers with multiple CPUs.<p>Is the author under 30 or something?
null
jlv2
null
1,568,408,900
"2019-09-13T21:08:20Z"
comment
20,966,580
20,966,019
null
null
null
810
null
null
Oh, it&#x27;s not that I find it controversial, favor an alternative or object to any of it. It seemed quite compelling, and I&#x27;m open to it. It&#x27;s just that I&#x27;ve only read a single book on the topic, and health and physiology are fiendishly complex, and I long ago discovered that a single book, even if compelling and seemingly supported, may still not represent the whole picture.
null
skygazer
null
1,568,408,933
"2019-09-13T21:08:53Z"
comment
20,966,583
20,966,052
null
null
null
811
null
null
Except the &quot;stuff&quot; isn&#x27;t everything, it&#x27;s a few specific things (medicine and bednets). No one being given this stuff was about to go synthesize malaria drugs and make a fortune. Nothing is getting in the way of Africa&#x27;s biggest economic activities such as mining, agriculture, and financial services.
null
elil17
null
1,660,050,701
"2022-08-09T13:11:41Z"
comment
32,397,317
32,395,956
null
null
null
812
null
null
It could not be any easier to get a LAMP stack up and running on a fresh server.<p>$ apt-get install lamp-server
null
bti
null
1,362,666,941
"2013-03-07T14:35:41Z"
comment
5,337,749
5,337,710
null
null
null
813
null
null
Wait. I think I am supposed to grab lunch with you through our mutual friend Eric S. Does this sound familiar?
null
phasetransition
null
1,552,685,101
"2019-03-15T21:25:01Z"
comment
19,404,455
19,403,923
null
null
null
814
null
null
What I want is a scale on both sides of airport security. I weight myself as I enter and weigh myself as I exit and if it matches, I know I didn’t leave anything behind.<p>Bottomless seems like a clever solution to a common problem. I don’t like subscribing to auto-refills based on dates as I end up with more than I need and causes the reverse of the problem I was trying to solve.
null
davidgh
null
1,552,685,096
"2019-03-15T21:24:56Z"
comment
19,404,454
19,403,664
null
null
null
815
null
null
It&#x27;s better to rent a datacenter then to build one for companies that reach a certain threshold. At certain amount of loads AWS becomes to limited and expensive. Certainly not true for the typical AWS sites or companies.<p>Even Amazon uses their own separate, dedicated systems for a lot of stuff - not public AWS I heard.
null
kerng
null
1,552,685,102
"2019-03-15T21:25:02Z"
comment
19,404,457
19,402,699
null
null
null
816
null
null
My other dog which is a mutt, mix of small&#x2F;medium dog has total hunger control. He will eat til he is full, then we have to move his leftover food away otherwise the Lab will eat his food too.
null
brianbreslin
null
1,552,685,101
"2019-03-15T21:25:01Z"
comment
19,404,456
19,391,640
null
null
null
817
null
null
I’d worry about talent pool being too small (Estonia has a population of only over a million people). It might not be easy to get people from outside to relocate there, as no one else in EU (expect apparently some Finnish people) speaks Estonian, the weather is grim and wages aren’t that enticing. That’s probably why the government is trying very hard to attract foreign startup investors, as otherwise Tallin is at a disadvantage vs say Warsaw.
null
badpun
null
1,552,685,090
"2019-03-15T21:24:50Z"
comment
19,404,451
19,404,012
null
null
null
818
null
null
&gt;I definitely don&#x27;t want to mess them up too much<p>You‘re actively trying to get other people to boycott them, which would eventually put them out of business. It‘s the first time I’ve heard about them and I don‘t care one way or the other but be honest. There‘s no „openness to believing“ the „potentially complicit“ here, your post is a complete contradiction.
null
lampenrad
null
1,552,685,079
"2019-03-15T21:24:39Z"
comment
19,404,450
19,404,152
null
null
null
819
null
null
Very interesting read!<p>&quot;it turns out a war crime is any war crime that you can condemn them for but they can’t condemn us for&quot;
null
mfoy_
null
1,552,685,094
"2019-03-15T21:24:54Z"
comment
19,404,453
19,404,181
null
null
null
820
null
null
I mean that if resources were reallocated by a market, literally EVERYONE would be better off. The current situation is not Pareto-optimal.<p>To put it another way: if the users being asked to conserve water could just pay farmers to use their water, both would come out ahead. The farmers would get more value than from using it for farming, and the other consumers would get more water for a lower price than from alternatives.<p>In any case, it&#x27;s bizarre you cringe at the word &quot;markets&quot;. Societies that try to avoid markets are horror shows. Markets are an utterly essential social technology for the modern world.
null
pfdietz
null
1,552,685,091
"2019-03-15T21:24:51Z"
comment
19,404,452
19,403,886
null
null
null
821
null
null
I don't think that many people are interested in preserving their wealth until after 3000 AD, so let's forget about science-fiction scenarios.
null
w0utert
null
1,345,135,182
"2012-08-16T16:39:42Z"
comment
4,392,184
4,391,860
null
null
null
822
null
null
I actually wrote a post yesterday about how custom IP / software shouldn't be a requirement for a new startup: <a href="http://planscope.io/blog/a-programmers-advice-to-startup-founders/" rel="nofollow">http://planscope.io/blog/a-programmers-advice-to-startup-fou...</a><p>A lot of people would be surprised how many startups could be created leveraging just email and and maybe Excel, and only graduating to custom software when that becomes too much of a pain in the ass.
null
bdunn
null
1,345,135,183
"2012-08-16T16:39:43Z"
comment
4,392,185
4,390,897
null
null
null
823
null
null
For anyone interested, there was an interesting article on this subject published earlier this year.<p><a href="http://articles.latimes.com/2012/may/05/business/la-fi-0506-golden-ticket-20120506" rel="nofollow">http://articles.latimes.com/2012/may/05/business/la-fi-0506-...</a>
null
MrMember
null
1,345,135,193
"2012-08-16T16:39:53Z"
comment
4,392,186
4,391,946
null
null
null
824
null
null
You have to buy a domain and if u know to write HTML, Javascript and CSS then just use Google cloud storage as everything is static.
null
bobbydreamer
null
1,591,123,525
"2020-06-02T18:45:25Z"
comment
23,394,608
23,390,308
null
null
null
825
null
null
&gt; For investors, a company that perpetually misses deadlines is a serious, real-world problem indicative of poor planning, leadership, and management.<p>Huh, I guess it must not be worth tens of billions of dollars to investors then.
null
darawk
null
1,552,685,108
"2019-03-15T21:25:08Z"
comment
19,404,459
19,404,140
null
null
null
826
null
null
A system to avoid fakes and etc seems like something Amazon should be doing. Not sure if this actually protects everyone or just a few...
null
duxup
null
1,552,685,105
"2019-03-15T21:25:05Z"
comment
19,404,458
19,403,399
null
null
null
827
null
null
I'd be more than happy to have Kim Kardashian spent the rest of her life in the Ecuadorian embassy.<p>My point is that although Assange is well known, he is not a prisoner of conscience like Mandela, Ai WeiWei, Ghandi etc etc. He is not being pursued for bravely standing up to an oppressive regime. He is being pursued for taking sexual advantage of two women.
null
gadders
null
1,345,135,137
"2012-08-16T16:38:57Z"
comment
4,392,182
4,391,902
null
null
null
828
null
null
Note this is dated May&#x2F;18th, two weeks ago.
null
mtmail
null
1,591,123,515
"2020-06-02T18:45:15Z"
comment
23,394,606
23,394,300
null
null
null
829
null
null
&quot;Your only comments on HN seem to be to criticize RISC-V.&quot;<p>And in that, he&#x27;s not alone: have you looked at RISC-V ISA? Compared to MC68000, it&#x27;s exceptionally retarded, even more so when compared to OpenSPARC. Extremely dumb ISA.
true
Annatar
null
1,535,535,862
"2018-08-29T09:44:22Z"
comment
17,866,983
17,864,674
null
null
null
830
null
null
When we&#x27;re talking &#x27;value&#x27; here for startups, we mean value to the user. If Uber didn&#x27;t produce any value for the user people wouldn&#x27;t be taking them. Or if there was no value for the drivers they wouldn&#x27;t drive. Whether or not people get windfalls from the process doesn&#x27;t change what the end-user gets in the transaction.
null
karmakaze
null
1,561,300,176
"2019-06-23T14:29:36Z"
comment
20,255,752
20,254,812
null
null
null
831
null
null
I don&#x27;t think so, Firefox had profiles since forever and they don&#x27;t have a nice UI for handling those for the whole time.
null
krzyk
null
1,561,300,186
"2019-06-23T14:29:46Z"
comment
20,255,753
20,255,232
null
null
null
832
null
null
That&#x27;s terrible to hear. Is there any upside at all, you think? I mean things like communities coming together and changing the city over time without government intervention, or maybe some kind of hitting rock bottom is often followed by positive change.
null
sgt
null
1,561,300,172
"2019-06-23T14:29:32Z"
comment
20,255,750
20,255,310
null
null
null
833
null
null
I wish they actually did... can&#x27;t open the newspaper anyday now without this twerp popping up all the time.
null
dddw
null
1,535,535,854
"2018-08-29T09:44:14Z"
comment
17,866,982
17,859,353
null
null
null
834
null
null
Well ... whatever your startup endeavours to do. If your startup is building widgets, then you want to make the best widgets you can and make a mark in the industry AND get rich.
null
macspoofing
null
1,561,300,194
"2019-06-23T14:29:54Z"
comment
20,255,756
20,255,613
null
null
null
835
null
null
Being able to observe all inputs sources at the same time requires extra hardware(more utilisation of the FPGA resources), considering only one input is connected to the display at a time. So it&#x27;s probable that the check is sequential.
null
jamesissac
null
1,561,300,193
"2019-06-23T14:29:53Z"
comment
20,255,754
20,255,288
null
null
null
836
null
null
<i>Literally all he did was monetarily support a cause ($3,100) in private.</i><p>Political donations are not private. They&#x27;re a matter of public record (a point Eich himself has agreed with in interviews).
null
onion2k
null
1,602,735,417
"2020-10-15T04:16:57Z"
comment
24,784,887
24,783,751
null
null
null
837
null
null
As long as you can ignore it is ok. &#x2F;s
null
tobltobs
null
1,591,123,505
"2020-06-02T18:45:05Z"
comment
23,394,603
23,394,581
null
null
null
838
null
null
Especially a ballon filled with reflective spinning cube, aka Radar reflector.<p>This theory makes a lot of sense and would imply perhaps an adversary has been spoofing advanced radar systems.<p>edit: Also reports of underwater disturbances would be consistent with the concept of these being launched by submarines and ... maybe retrieved by them.
null
svd4anything
null
1,561,300,203
"2019-06-23T14:30:03Z"
comment
20,255,758
20,255,474
null
null
null
839
null
null
It only takes like a month or two to get your skills back.
null
0xDEFC0DE
null
1,561,300,206
"2019-06-23T14:30:06Z"
comment
20,255,759
20,253,965
null
null
null
840
null
null
This CNET article features a diagram of how the cat was wired up. Pretty crazy that 1960s surveillance tech would be miniature enough to go unnoticed inside a cat.<p><a href="https:&#x2F;&#x2F;www.cnet.com&#x2F;pictures&#x2F;crazy-cia-spy-tech-from-the-50s-60s-and-70s&#x2F;2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cnet.com&#x2F;pictures&#x2F;crazy-cia-spy-tech-from-the-50...</a><p>Also, I hope anyone looking for a band name is taking note of this project&#x27;s name.
null
LukeLambert
null
1,602,735,396
"2020-10-15T04:16:36Z"
comment
24,784,883
24,767,889
null
null
null
841
null
null
It’s funny cause the nypost is about to get sued out of existence.<p>Why was the pdf created in 2019? If the emails were supposedly found now and turned into a pdf for distribution.<p>It’s almost as if Rudy Giuliani is terrible at committing crimes like he’s been doing for the past 4 years.
null
esotericimpl
null
1,602,735,378
"2020-10-15T04:16:18Z"
comment
24,784,882
24,780,859
null
null
null
842
null
null
That&#x27;s no denial. That guideline specifically asks people to notify us so we can investigate. We do that every time anyone asks. I&#x27;ve personally spent hundreds (probably thousands) of hours investigating such things, have banned many accounts and sites for it, and have put tons of effort into writing code to combat it. We take it seriously. We just need some evidence. Surely you don&#x27;t think we should lower the bar below that?<p>If you don&#x27;t believe me, ask troydavis, who went to all the trouble of investigating the above case and writing the OP, whether we take evidence seriously and ban accounts and sites based on it. Or any of the countless other HN users who spot things and ask us to look into them. They&#x27;re the ones who actually care enough about the community to help protect it.<p>The problem is that there&#x27;s another side of the coin: most of the cheap insinuations of astroturfing, shilling, foreign-agenting, spying, botting, and all the rest of it—where by &quot;most&quot; I mean the vast majority—are pulled (begging your pardon) purely out of the insinuator&#x27;s ass. Internet users just love to make this stuff up as a cheap way of throwing shade on whatever they dislike. <i>That&#x27;s</i> the dross the guidelines ask HN users to keep out of the threads. This is important because gratuitously accusing others of dishonesty is a fast track to poisoning community, and it&#x27;s 1000x easier to generate such accusations than it is to answer them.<p>&gt; <i>This is because these sites realize the exact opposite. That the percentage of this stuff is absolutely massive and they are terrified what will happen if the public finds out how common it is.</i><p>Here is something I can answer definitively—you&#x27;re talking about what&#x27;s going on in my mind and I think I can speak with some authority about that. No, that is not what&#x27;s happening. What&#x27;s happening is that I worry about the integrity of the community on two sides: protecting it from actual abuse and manipulation on the one hand, and protecting it from toxic fantasy bullshit on the other.
null
dang
null
1,602,735,371
"2020-10-15T04:16:11Z"
comment
24,784,881
24,784,816
null
null
null
843
null
null
What usually happens is that &quot;legitimate&quot; software distributors aren&#x27;t. Just read the GP again.<p>Second to that, it&#x27;s that people set the information up so that they&#x27;ll mislead your verification processes just enough to pass.<p>Certificates stolen are way down from that.
null
marcosdumay
null
1,591,123,505
"2020-06-02T18:45:05Z"
comment
23,394,602
23,394,351
null
null
null
844
null
null
Using diodes and a quick enough scan cycle, this is a non-issue.
null
tincholio
null
1,591,123,499
"2020-06-02T18:44:59Z"
comment
23,394,601
23,392,994
null
null
null
845
null
null
As far as American access to semiconductors goes, it doesn&#x27;t matter if the takeover is peaceful or not. Chinese control over Taiwan could easily disrupt the supply chain through tariffs, export bans, backdoored hardware, etc etc.
null
whichfawkes
null
1,637,794,186
"2021-11-24T22:49:46Z"
comment
29,336,108
29,335,330
null
null
null
846
null
null
Beautifully succinct.
null
I_complete_me
null
1,637,794,203
"2021-11-24T22:50:03Z"
comment
29,336,109
29,335,990
null
null
null
847
null
null
This blog was great when Apple was the underdog.<p>Just doesn&#x27;t work in 2021 (or even the past 5 years), for the same reason I wouldn&#x27;t read the blog of Goliath&#x27;s biggest cheerleader either.
null
whywhywhywhy
null
1,637,794,153
"2021-11-24T22:49:13Z"
comment
29,336,106
29,335,834
null
null
null
848
null
null
I heard an anecdote from a rural insurance agent that the fire insurance is crazy because repairing&#x2F;rebuilding a house after a fire costs much more than the market price of the house + land, or an equivalent house + land nearby - the issue is that (in some areas) the rural house prices there are way down as there&#x27;s no demand and everyone&#x27;s leaving, while the costs of construction are sky high.<p>So if they offer a policy that covers the market value of the house, that&#x27;s much less than what it would cost to repair&#x2F;rebuild (so insured people can&#x27;t afford to get their house back after a fire), and they don&#x27;t want to offer full repair&#x2F;rebuild value, as that incentivizes people to just burn the house down because in that case the insurance payment would be much more than what they can sell the house for.
null
PeterisP
null
1,637,794,185
"2021-11-24T22:49:45Z"
comment
29,336,107
29,335,872
null
null
null
849
null
null
Happen to know what model it uses? (I have a background in DSP, including plugin design, but I&#x27;m also maybe 5-10 years out of date with whatever&#x27;s current SOTA)
null
loxias
null
1,637,794,147
"2021-11-24T22:49:07Z"
comment
29,336,104
29,336,080
null
null
null
850
null
null
In matter of scheme you have the guile project. <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;guile&#x2F;guile.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;guile&#x2F;guile.html</a>
null
anton96
null
1,591,123,498
"2020-06-02T18:44:58Z"
comment
23,394,600
23,394,412
null
null
null
851
null
null
Working at FB isn&#x27;t wage slavery, though, is it? If they can work there, cant they go get a similar job?
null
jkljkljkl1
null
1,637,794,123
"2021-11-24T22:48:43Z"
comment
29,336,102
29,335,512
null
null
null
852
null
null
Some backup versioning schemes are disabled on purpose by some cryto-malware.
null
Someone1234
null
1,637,794,128
"2021-11-24T22:48:48Z"
comment
29,336,103
29,335,325
null
null
null
853
null
null
I still have a huge crate of SCSI cables for my obsolete gear. Stuff like 25 pins to 50, 50 to 68, 68 to 80 pins, HVD and LVD cables with a bunch of various connectors, cables with integrated passive or active terminators, terminators that only terminate the high bits, cables with 3 connectors (yes, really) for devices with only one SCSI port, etc.<p>Like the old saying goes, &quot;there are valid technical reasons that demand that you sacrifice a black goat here and there to your SCSI chain&quot;.
null
wazoox
null
1,637,794,104
"2021-11-24T22:48:24Z"
comment
29,336,100
29,334,955
null
null
null
854
null
null
Not if they are only interested in getting power to their factories ^^.
null
johnchristopher
null
1,637,794,116
"2021-11-24T22:48:36Z"
comment
29,336,101
29,335,096
null
null
null
855
null
null
Does Google autofill transfer over to Firefox easily? I&#x27;d reckon that&#x27;s a big pain point for a lot of people when considering switching browsers
null
Zagill
null
1,662,583,555
"2022-09-07T20:45:55Z"
comment
32,756,580
32,756,089
null
null
null
856
null
null
Everybody comments about how there are all these amazing tools that help your productivity (which is true), but they don&#x27;t talk about how the opposing force of organizational complexity ultimately results in &quot;just normal&quot; levels of productivity.<p>They don&#x27;t cancel each other out exactly though, so some things are <i>way</i> easier (spinning up a huge computation), while some things are <i>way</i> harder (making a small change to shared components).
null
jeremysalwen
null
1,567,962,282
"2019-09-08T17:04:42Z"
comment
20,911,735
20,911,340
null
null
null
857
null
null
I trust RDS to backup the DB properly.<p>I don&#x27;t trust myself to have perfectly configured RDS backups; to not have missed something critical (S3 bucket); to not have any number of other things outside the DB itself that may come into play should the worst happen.<p>Running through a &quot;restore from backup&quot; exercise every so often helps suss out where the missing pieces are.
null
kemitche
null
1,567,962,279
"2019-09-08T17:04:39Z"
comment
20,911,734
20,911,374
null
null
null
858
null
null
The reality is, if a cloud based password manager doesn&#x27;t fit your threat model, you probably need to adjust your threat model.
null
diminoten
null
1,567,962,299
"2019-09-08T17:04:59Z"
comment
20,911,736
20,909,019
null
null
null
859
null
null
I was on Grand Bahama island in Freeport last summer for my Brother-in-law&#x27;s wedding. We took a guided tour one day and there were still entire parts of the city ravaged by the previous hurricane that came through.<p>China Town was uninhabitable and was just a bunch of collapsed buildings.<p>I can&#x27;t imagine the damage there now.
null
bernierocks
null
1,567,962,247
"2019-09-08T17:04:07Z"
comment
20,911,731
20,911,637
null
null
null
860
null
null
I don&#x27;t know if you actually read the whole article you linked, but the &quot;unique&quot; part of that is the packaging, not the actual operation of the system or the individual components.<p>Like the literal placement of the parts in that piece of plastic (which have no effect on it&#x27;s function) is what&#x27;s interesting, the parts and workings besides the actual plastic bottle&#x27;s <i>shape</i> not surprising or unique.<p>It&#x27;s impressive in the &quot;wow they really went out of their way to make this thing?&quot; sense, not a &quot;how on earth is that possible&quot; or &quot;no one else could do this&quot;. That&#x27;s why it&#x27;s described as &quot;slick&quot;<p>Other manufacturers wouldn&#x27;t do this because you can make the same exact system using parts that have an infinitely better economy of scale, and the penalty in space taken is not large relative to a million other things going into an EV.
null
BoorishBears
null
1,567,962,245
"2019-09-08T17:04:05Z"
comment
20,911,730
20,908,495
null
null
null
861
null
null
Seems like the author of this video has gone silent after being asked for the references he used to make his claims.
null
stemcc
null
1,567,962,259
"2019-09-08T17:04:19Z"
comment
20,911,733
20,911,536
null
null
null
862
null
null
&quot;However, the prime minister&#x27;s office said specially developed software is helping with the count.&quot;<p>I have no doubt people are planting trees but this quote makes me feel like perhaps someone should do so numbers on this, 300 million just doesn&#x27;t sound right unless somewhere like 500,000 people are participating, if that is what is happening I feel like getting 500,000 people to participate is a story in and of itself.
null
humble_engineer
null
1,567,962,254
"2019-09-08T17:04:14Z"
comment
20,911,732
20,909,610
null
null
null
863
null
null
I have no opinion of whether or not drones should be banned over national parks, and am happy to defer to them on the topic.<p>We live in a democracy governed by the rule of law though. I&#x27;m strongly against attempts to work around the rule of law by government agencies even if I think the outcome is somewhat positive.<p>In this case that means in order to ban drones flying over national parks they either need to convince the legislative branch to grant them the power to do so, or if the FAA has already been granted such power they need to convince the FAA to pass such regulations. What they shouldn&#x27;t be doing (in my opinion) is work arounds like this trying to seize authority that the legislature has not granted them. (I acknowledge but disagree with an argument that this is not a workaround&#x2F;splitting hairs but instead a legitimate use of their granted power)
null
gpm
null
1,567,962,334
"2019-09-08T17:05:34Z"
comment
20,911,739
20,911,677
null
null
null
864
null
null
Sometimes, I get some North American food items in recaptcha in India, which I&#x27;m quite sure not many have heard in this part of the world; I wonder what decision process went through in selection of food images.
null
Abishek_Muthian
null
1,567,962,311
"2019-09-08T17:05:11Z"
comment
20,911,738
20,911,491
null
null
null
865
null
null
I think that these statistics are a bit under-rated and a bit misleading<p>-under-rated: CSS: has 80% more pushes than C++ WOW :O Javascript: remains to be super for small projects but man this sure brings a tear to your eye when you see 10.69 pushes per repo i think i may have misunderstood JS alot Safe Languages: are probably not as safe as we think<p>-misleading: the fact that this isn&#x27;t talking in anyway about the industry itself but about the LOVE given to each programming language for the following reasons:<p>a)Developers in general contribute to opensource programming projects with the same concept gcc devs used when saying &quot;compiling GCC as C++, we are writing code if you want it as C do so your self&quot; as i understood it<p>b)Interest and Time and Location on Github diverge from reality: Interest: Developers are interested in doing new things when it comes to Open Source so this may affect numbers alot Time:time changes everything Location: i think Github is number 1 place when it comes to Front-end programmers although every one likes it but in Javascript i think Github is the super man
null
snhkicker
null
1,423,676,496
"2015-02-11T17:41:36Z"
comment
9,034,225
9,032,226
null
null
null
866
null
null
Maybe there will be some problems on weird platforms. But if game is good some datails can be resolved. With bad games too ;) With source code, that is.
null
Woodi
null
1,660,595,094
"2022-08-15T20:24:54Z"
comment
32,474,910
32,474,138
null
null
null
867
null
null
&gt; Composite views in the app take 1-2s to render on an 8-core Xeon and a T1 line<p>Those composite views have lots of assets. A second or two seems reasonable over a 1.5 Mbit&#x2F;s connection. (Unless I am thinking of another view than the one you mean.)
null
hackmiester
null
1,427,086,219
"2015-03-23T04:50:19Z"
comment
9,249,539
9,249,415
null
null
null
868
null
null
Sounds like a well-defined task, so we&#x27;ve got you covered :) Send us an email and mention you&#x27;re from HN in the subject line, and I&#x27;ll take care of you myself.
null
_xhok
null
1,427,086,141
"2015-03-23T04:49:01Z"
comment
9,249,538
9,249,475
null
null
null
869
null
null
Also if a spotify engineer is reading this email me I have some UI mocks for a few UX fixes in the mac desktop app
null
LukeWalsh
null
1,427,086,140
"2015-03-23T04:49:00Z"
comment
9,249,537
9,248,959
null
null
null
870
null
null
Amazing, thank you. I love that design too! I hope you signed up, would love to keep you posted on the new submissions.
null
trulykp
null
1,557,946,590
"2019-05-15T18:56:30Z"
comment
19,922,553
19,921,077
null
null
null
871
null
null
He mentioned many times about past research, but never said it was public.<p>And here&#x27;s the old clojure website @sourceforge <a href="http://web.archive.org/web/20071017193208/http://clojure.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20071017193208&#x2F;http:&#x2F;&#x2F;clojure.sou...</a> (now redirects to the official domain)
null
agumonkey
null
1,427,086,051
"2015-03-23T04:47:31Z"
comment
9,249,535
9,248,879
null
null
null
872
null
null
I noticed this too. It works if you map to the `Media_*` keys, e.g.<p><pre><code> F6::Media_Prev F7::Media_Play_Pause F8::Media_Next</code></pre>
null
bitsofpancake
null
1,427,086,007
"2015-03-23T04:46:47Z"
comment
9,249,534
9,249,375
null
null
null
873
null
null
Please do!
null
diafygi
null
1,427,085,957
"2015-03-23T04:45:57Z"
comment
9,249,533
9,249,250
null
null
null
874
null
null
&gt; <i>Reference is a long-established term, and using it to refer to C pointers is typically considered incorrect.</i><p>I am not confused, I <i>disagree</i>.<p>&gt; <i>In addition, pass-by-reference and pass-by-value are very useful terms for anyone interested in accurately speaking about and understanding what will happen when they run the program they write.</i><p>The terms would be useful if people agreed on their meaning (they do not) and if languages actually followed one way or the other consistently (they do not). That is the very reason this thread exists.<p>If you wish to accurately speak about what will happen, then speak about it. Describe what <i>actually</i> happens, instead of spending your time arguing about which round hole the square peg fits in better.<p>&gt; <i>There are people who consider accuracy and understanding to be pedantry.</i><p>In practice, pass-by-value and pass-by-reference provide neither accuracy nor understanding. Stop using them, and these arguments instantly vanish.<p>&gt; <i>More often than not, in my experience, they are a larger source of bugs than those who strive to truly understand how their tools work.</i><p>That I strive to truly understand how my tools work is the very reason I reject these terms as worthless.
null
nknighthb
null
1,427,085,925
"2015-03-23T04:45:25Z"
comment
9,249,531
9,248,978
null
null
null
875
null
null
&gt; Those stereotypes include being seen as less competent and less adaptable, particularly when it comes to using new technologies.<p>Anecdotally, I have encountered the latter a few times. I&#x27;ve known older developers (&gt; 40) who didn&#x27;t want to move to Angular&#x2F;React and would rather have stayed on jQuery (for complicated brand new web apps) or didn&#x27;t want to learn beyond Java 8.
null
MattGaiser
null
1,626,025,708
"2021-07-11T17:48:28Z"
comment
27,802,998
27,802,242
null
null
null
876
null
null
Yup. Apple&#x27;s tech support insisted that the reason my iPhone 6 (not a 6s) shut off at 30-40% was due to a software issue, not a battery issue. They suggested I not only wipe my phone, but set it up as a brand new device. It&#x27;s insane that this is the only way to fix something they claim to know is a software issue.
null
berberous
null
1,483,205,160
"2016-12-31T17:26:00Z"
comment
13,291,985
13,291,820
null
null
null
877
null
null
That&#x27;s funny. Most people who are working in a place where they would be pressured to continue doing work after hours are not paid hourly.<p>And then there is those long term contractors that are hourly but basically on a fixed number of hours per week who still are &#x27;encouraged&#x27; to do what little extra is needed to get this project done so their contract can be renewed for the next one once they&#x27;ve shown they can be counted on.
null
mhurron
null
1,483,205,159
"2016-12-31T17:25:59Z"
comment
13,291,984
13,291,684
null
null
null
878
null
null
<i>I find it helpful to think of developments in deep learning as being driven by three major frontiers...Firstly, there is the available computing power and infrastructure,...secondly, there is the amount and quality of the training data and thirdly, the algorithms&quot;</i><p>I&#x27;m really glad this was the approach taken and his examples really show why these are the important metrics with respect to DL. It&#x27;s hard to underplay the dependencies between these three frontiers. Radical breakthroughs in algorithms make it easier to get better results on existing infrastructure. Better data on the same algorithms and infrastructure can transform results, and on and on.
null
AndrewKemendo
null
1,483,205,196
"2016-12-31T17:26:36Z"
comment
13,291,987
13,291,640
null
null
null
879
null
null
I don&#x27;t see how centralization is a big concern in this case. One of the fundamental features is that you can take the code anytime and hoist it up anywhere you please.<p>If anything centralization in this case just greases the skids to running quickly without any lock-in.
null
WhitneyLand
null
1,483,205,107
"2016-12-31T17:25:07Z"
comment
13,291,981
13,289,609
null
null
null
880
null
null
I&#x27;m not a lawyer or anything, but I suspect that the other companies&#x27; positions are something like: We don&#x27;t really care what the contracts say, we&#x27;ll just do whatever we normally do anyways. If they don&#x27;t like it, they can try to sue us, but they probably won&#x27;t accomplish much, because we&#x27;re a consulting company that sends all of our revenue right back out the door as salaries, so we have no fixed assets to go after. If a lawsuit even looks difficult to defend against, we&#x27;ll just dissolve the company and start up a new one instead. Their lawyers know this and so probably won&#x27;t bother, but they will happily charge their clients to drum up some scary-sounding contracts to make them feel better, and just quietly ignore them being basically unenforceable.
null
ufmace
null
1,483,205,093
"2016-12-31T17:24:53Z"
comment
13,291,980
13,289,383
null
null
null
881
null
null
Glad to be helpful. And sorry for the sloppy math -- my mind is always on a million other things at the same time! :-)
null
cs702
null
1,483,205,146
"2016-12-31T17:25:46Z"
comment
13,291,983
13,289,759
null
null
null
882
null
null
OO should be Smalltalk given it&#x27;s real OO &amp; implementations still exist. Functional should include an ML on it given all the languages influenced by SML and Ocaml. If they&#x27;d done functional, then I suggest Mercury for logic language as it&#x27;s a better Prolog with functional and performance improvements. It&#x27;s used commercially, too. Query, if logic programming is done, should be SQL followed by Datalog. Assembly should be x86 and one RISC (probably ARM).
null
nickpsecurity
null
1,483,205,130
"2016-12-31T17:25:30Z"
comment
13,291,982
13,291,806
null
null
null
883
null
null
Even just talking to people about the issues can make a difference. We live in a society - engage your friends and family in rational and respectful conversation about the issues of the day. Show them that the &quot;other&quot; side are not the rabid fanatics that the partisan media portrays. Talk about real world examples - &quot;my health insurance went up x% this year, why does it cost $y just for insurance and other countries get it for much cheaper?&quot;, &quot; My commute takes x minutes to travel a few miles. Why aren&#x27;t our politicians trying to reduce congestion?&quot;, &quot;Flint has lead in the water, how do can we pay to replace aging infrastructure across the country?&quot;<p>I find it terrifying that people are responding to the world by just turning off the news. I get why they want to do it but it&#x27;s not a pathway to a healthy society if we all bury our heads in the ground.
null
knz
null
1,483,205,231
"2016-12-31T17:27:11Z"
comment
13,291,989
13,291,614
null
null
null
884
null
null
Mods please ban this hatemonger rather than just deleting hateful comments. This is ridiculous. People calling gays &quot;degenerates&quot; have no place here.
true
legodt
null
1,483,205,219
"2016-12-31T17:26:59Z"
comment
13,291,988
13,291,794
null
null
null
885
null
null
I think when I feel lonely I watch old TV shows like Star Trek or House and a ton of youtube (mostly educational&#x2F;scientific channels) I avoid drinking, I only got drunk 2 times in my life , without intending it, and a lot of unhappy feelings surfaced, I seen this in my father too, maybe other get violent but me I get extremely sad (last time was 15 years ago so now I would probably be 10x worse)
null
simion314
null
1,569,172,362
"2019-09-22T17:12:42Z"
comment
21,042,492
21,042,259
null
null
null
886
null
null
Uber doesn&#x27;t need to make money for you to make money from Uber stock.
null
literallycancer
null
1,569,172,358
"2019-09-22T17:12:38Z"
comment
21,042,490
21,042,463
null
null
null
887
null
null
Ponzi scheme Hail Mary.<p>Edit: This isn’t meant to be flippant. There is literally no value in this company and its current owners are trying to dump it on a greater fool.
null
toomuchtodo
null
1,569,172,359
"2019-09-22T17:12:39Z"
comment
21,042,491
21,042,430
null
null
null
888
null
null
Yep, we’d probably be reading about how stupid Blockbuster was for buying Netflix when it was Moovster that kicked everyone’s ass.
null
mikeash
null
1,569,172,409
"2019-09-22T17:13:29Z"
comment
21,042,496
21,041,473
null
null
null
889
null
null
Second volunteering. I moved to a completely different city with no friends and I felt purpose and community the moment I started doing volunteer work, everything a lonely person could ask for!
null
pimmen
null
1,569,172,412
"2019-09-22T17:13:32Z"
comment
21,042,497
21,042,206
null
null
null
890
null
null
&gt;and fasting does not do your body any good.<p>Wasn&#x27;t there a study that showed that at least mice live longer if they fast?
null
southerndrift
null
1,569,172,406
"2019-09-22T17:13:26Z"
comment
21,042,495
21,042,432
null
null
null
891
null
null
&gt; Unions should quite obviously have formed by now.<p>Including the eng team. But the problem with unions is that over time they are corrupted, and quickly become inefficient bureaucratic institutions. I agree with your sentiment, but the reality is far murkier than that.
null
0x8BADF00D
null
1,536,283,258
"2018-09-07T01:20:58Z"
comment
17,931,185
17,930,886
null
null
null
892
null
null
Playing Devil&#x27;s advocate imagine having potentially millions of dollars invested in tearing you apart - going through every piece on online history, video, etc., trying to find something juicy to tank the company you&#x27;ve tried so hard to build.
null
ben_jones
null
1,569,172,437
"2019-09-22T17:13:57Z"
comment
21,042,499
21,042,408
null
null
null
893
null
null
&gt;Your ears have on the order of 1 megabit&#x2F;sec bandwidth, so anything more is irrelevant, specifically Wi-Fi 6 is 1000 times overkill.<p>That&#x27;s silly. This would imply that there&#x27;s no point in ever having any form of wireless data transmission with more bandwidth than the totality of your senses can intake at once. Obviously it could be used for more than just transferring audio data. But bandwidth isn&#x27;t really the point anyways. It&#x27;s about connection quality and range, which Bluetooth will never be able to achieve by design. I would gladly sacrifice battery life for headphones that &quot;just work&quot; with zero effort connectivity at all times, in the same way my laptop seamlessly connects to Wi-Fi.
null
ramesh31
null
1,662,583,583
"2022-09-07T20:46:23Z"
comment
32,756,583
32,755,912
null
null
null
894
null
null
Exactly.
null
aswanson
null
1,208,096,218
"2008-04-13T14:16:58Z"
comment
162,411
162,295
null
null
null
895
null
null
Is it completely free? or free only for limited beta?
null
weboverflow
null
1,346,328,039
"2012-08-30T12:00:39Z"
comment
4,454,129
4,453,967
null
null
null
896
null
null
Hiya - yes, and I owe you an email, I'm getting to it.<p>Anyway, file changed, but that doesn't seem to have fixed it. Any other suggestions?
null
ColinWright
null
1,346,328,033
"2012-08-30T12:00:33Z"
comment
4,454,128
4,454,100
null
null
null
897
null
null
In addition to learning spanish, check out <a href="https://www.couchsurfing.org/" rel="nofollow">https://www.couchsurfing.org/</a> . If you really want to experience a place than living / hanging out with locals is a great way to start. I've had some amazing experiences through couch-surfing over the last few years and made life-long friends.
null
jamii
null
1,353,875,634
"2012-11-25T20:33:54Z"
comment
4,829,196
4,826,806
null
null
null
898
null
null
<a href="http://gitlabhq.com/" rel="nofollow">http://gitlabhq.com/</a>
null
csaba
null
1,353,875,648
"2012-11-25T20:34:08Z"
comment
4,829,197
4,829,183
null
null
null
899
null
null
Because then we would be accused of being a bunch of trigger-happy cowboys who resort to armed revolt at the slightest provocation?
null
CamperBob2
null
1,353,875,508
"2012-11-25T20:31:48Z"
comment
4,829,190
4,828,805
null
null
null