id
int64 1
41.8M
| deleted
bool 1
class | type
stringclasses 5
values | by
stringlengths 2
15
⌀ | time
int64 1.16B
1.73B
⌀ | text
stringlengths 0
99.1k
⌀ | dead
bool 1
class | parent
int64 1
41.8M
⌀ | poll
int64 127k
41.7M
⌀ | kids
listlengths 1
1.32k
⌀ | url
stringlengths 0
6.6k
⌀ | score
int64 -1
5.77k
⌀ | title
stringlengths 0
198
⌀ | parts
listlengths 2
256
⌀ | descendants
int64 -1
1.59k
⌀ |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11,498,263 | null |
comment
|
nickpsecurity
| 1,460,652,413 |
What's most epic about this is it's in the UNIX Hater's Handbook. One of its rants was how better-designed systems would warn you if you were going to nuke your whole system. The reason is that a command to wipe the whole system was more likely a mistake than developer or admin's intent. UNIX would do it without blinking. Inherently unsafe programming and scripting combined with tools like that meant lots of UNIX boxes went kaput.<p>And today, over <i>two decades later</i>, a person just accidentally destroyed his entire company with one line without warnings on a UNIX. History repeats when its lessons aren't learned. This problem, like setuid, should've been eliminated by design fairly quickly after it was discovered.<p><a href="http://esr.ibiblio.org/?p=538" rel="nofollow">http://esr.ibiblio.org/?p=538</a><p>EDIT: Added link to ESR's review of UNIX Hater's Handbook which links to UHH itself. Nicely covers what was rant, what was fixed, and what remains true. Linking in case people want to work on the latter plus my sour relationship with UNIX. :)
| null | 11,496,947 | null |
[
11498592,
11500711,
11498732,
11504481,
11499261,
11499689,
11500059,
11501946,
11499057,
11498834,
11502149,
11501207,
11499927
] | null | null | null | null | null |
11,498,265 | null |
comment
|
chopin
| 1,460,652,422 |
RSA (the company) is still as well...<p>The company I work for is still using their key-fobs for VPN access.
| null | 11,497,921 | null | null | null | null | null | null | null |
11,498,266 | null |
comment
|
gregschlom
| 1,460,652,433 |
They compile to the same bytecode, but some languages may have features that compile to a lot more bytecode than others. A dynamic language such as Clojure, for example, is definitely slower than Java, although they are both JVM-based, because it has to do a lot more.
| null | 11,497,632 | null |
[
11498647
] | null | null | null | null | null |
11,498,264 | null |
comment
|
drumdance
| 1,460,652,422 |
It's certainly not a recent phenomenon. Genentech was founded in the seventies, and Kleiner Perkins was one of the original investors.
| null | 11,491,376 | null | null | null | null | null | null | null |
11,498,268 | null |
comment
|
spriggan3
| 1,460,652,445 |
> There are multiple extensions that let you set your new tab screen to a blank page, or just a list of apps, or whatever you want.<p>You didn't need them before. Most extensions I found were hacks that stopped working after a Chrome update. See nobody answered my question, why was the option removed at first place.
| null | 11,498,203 | null | null | null | null | null | null | null |
11,498,269 | null |
comment
|
misnome
| 1,460,652,451 |
Couldn't the message could have the "real" encryption key encrypted with the private blackberry key, thus allowing them to access it if required?
| null | 11,497,784 | null | null | null | null | null | null | null |
11,498,270 | null |
comment
|
ikeboy
| 1,460,652,457 |
Details, company name?
| null | 11,498,224 | null |
[
11500748
] | null | null | null | null | null |
11,498,271 | null |
comment
|
partomniscient
| 1,460,652,462 |
>I have a friend who is an energy healer. I personally think that kind of thing is nonsense, but her origin story makes me pause.<p>With a username like yours...? Or is it much more quantized drum machine and less anything else?
| null | 11,497,797 | null |
[
11500730
] | null | null | null | null | null |
11,498,272 | null |
comment
|
gutnor
| 1,460,652,463 |
The problem is that it is not his code to begin with. So somebody cares: the employer, the owner of the code.
| null | 11,497,522 | null | null | null | null | null | null | null |
11,498,273 | null |
comment
|
physguy1123
| 1,460,652,466 |
To add to this, a lot of what compilers decide is undefined isn't bizarre corner case code that rarely happens, but common and useful techniques that the compiler will happily demolish without warning. The 'defined' workarounds, however, are usually difficult, less safe, harder to understand, and often slower. This is without getting into the nightmare that is LTO finding 'undefined' behavior across program boundaries.
| null | 11,498,097 | null |
[
11498338
] | null | null | null | null | null |
11,498,267 | null |
comment
|
fibo
| 1,460,652,441 |
Great story from Microsoft. Personally I use [neo]vim but I often recommend Visual Studio Code to my non programmer collegues. I think it is really user friendly.
| null | 11,498,000 | null | null | null | null | null | null | null |
11,498,277 | null |
comment
|
jcoffland
| 1,460,652,487 |
I came here to make the same comment. The ability to leave off quotes on strings is a misfeature which overly complicates the language. Also I see no need for three different comment styles.
| null | 11,498,077 | null |
[
11503367,
11498371
] | null | null | null | null | null |
11,498,274 | null |
story
|
dsacco
| 1,460,652,469 | null | null | null | null | null |
https://sadlock.org
| 5 |
The Sadlock Bug
| null | 0 |
11,498,275 | null |
comment
|
fizzbatter
| 1,460,652,470 |
Slower for me, i use a laptop and trackpad. "Mouse" for me is very slow by comparison to keys.
| null | 11,497,918 | null | null | null | null | null | null | null |
11,498,279 | null |
comment
|
ausjke
| 1,460,652,494 |
I have long wished nodejs provides such helpful info, e.g. when I use the nodejs APIs I can get hints on the syntax and even some concise demo for usage, instead of opening a webpage and read online each time. Both python and PHP provide man pages for all their APIs etc, but no such thing for nodejs yet.
| null | 11,497,111 | null | null | null | null | null | null | null |
11,498,276 | null |
story
|
alpsgolden
| 1,460,652,476 | null | null | null | null |
[
11498330
] |
http://xn--http-k69x://techcrunch.com/2016/04/14/digitalocean-gets-130-million-credit-line-because-servers-are-really-expensive/
| 1 |
DigitalOcean gets $130M credit line because servers are really expensive
| null | 3 |
11,498,280 | null |
comment
|
slantyyz
| 1,460,652,498 |
I used to be a die hard console loyalist, mainly because it was pretty much the only way to play the games I like (2D and 3D fighting games).<p>But these days, pretty much all of the biggest name fighting game franchises outside of Tekken and Virtua Fighter (unless you count Dead or Alive as a substitute) are available as native games on PC via Steam or the Windows App Store (Killer Instinct).<p>It's way easier and cheaper using Steam to run games on multiple machines, plus I can basically bring games with me on my laptop. I don't think I could ever go back to a console.
| null | 11,497,093 | null | null | null | null | null | null | null |
11,498,283 | null |
comment
|
ninjakeyboard
| 1,460,652,515 |
I feel like HOCON fills the space pretty well, and has implementations in most languages now. <a href="https://github.com/typesafehub/config" rel="nofollow">https://github.com/typesafehub/config</a><p>But I'm a scala developer so I might be biased.
| null | 11,497,826 | null |
[
11499285,
11498642
] | null | null | null | null | null |
11,498,278 | null |
comment
|
spriggan3
| 1,460,652,492 |
I use it for Typescript development exclusively. Obviously it works quite well.
| null | 11,498,000 | null |
[
11498819
] | null | null | null | null | null |
11,498,284 | null |
comment
|
twoodfin
| 1,460,652,530 |
My guess is that many of the optimizations causing increasing trouble were introduced to improve C++ code performance in pursuit of the "zero-cost abstraction" goal. But many are just as applicable to C (and may even be below the level that a compiler like gcc or clang knows the difference).
| null | 11,498,200 | null |
[
11498805
] | null | null | null | null | null |
11,498,286 | null |
comment
|
ComputerGuru
| 1,460,652,537 |
I don't know if it's because I convinced myself a long time ago that I'll never be smart enough to write correct C/C++ code (though that hasn't (yet) stopped it from being my primary development language) or if it's because I just because I'm a secret masochist, but I disagree with this proposal/suggestion.<p>Regardless of who is right and who is wrong in this matter, I think if everyone took a step back we could at least agree that it makes absolutely no sense to fix this on a (single Linux) distribution level. For Debian to configure/patch compilers on their platform to "narrow" undefined behavior is insane and ineffectual. Software isn't "validated" on/against a particular OS, it's validated on a compiler basis.<p>Breaking this assumption introduces a massive schism. While Debian is an amazing distro with plenty of clout (I'm a FreeBSD guy, but Debian comes second), it's terrifying to imagine a new generation of "cross-platform" C/C++ software that can only be verified working on Debian (or with Debian's fork/re-configured compiler). We've come so close to making truly cross-platfrom C++ code a reality (even bringing Windows, I repeat WINDOWS, into the fold) with C++11 (and the subsequent releases) and it's, in my humble opinion, utter folly to try and change the way code will fundamentally compile <i>depending on the distribution you run</i>.<p>If Debian cares, make a proposal to the C++ committee, bribe^H convince members to see their way (or threaten^H blackmail^H show them the dangers of continuing down the road they're on). Heck, fork C/C++ and call it E or C+++ or c-safe or something - or more reasonably - write a tool to convert C to rust or D-without-the-standard-library and announce only tools in that/those languages will be allowed in the standard distribution. But for Heaven's sake, please don't try to redefine C.
| null | 11,497,319 | null |
[
11498632,
11500498,
11500405,
11498609
] | null | null | null | null | null |
11,498,285 | null |
comment
|
recursive
| 1,460,652,534 |
Perhaps its use cases are more narrowly focused than vim. It might not integrate into your workflow.<p>FWIW, I can't figure out how to integrate vim into my workflow, since the text editing controls are different than they are in the rest of my OS.
| null | 11,498,261 | null | null | null | null | null | null | null |
11,498,289 | null |
comment
|
saclark11
| 1,460,652,564 |
There is an extension for vim mode: <a href="https://marketplace.visualstudio.com/items?itemName=vscodevim.vim" rel="nofollow">https://marketplace.visualstudio.com/items?itemName=vscodevi...</a>
| null | 11,498,258 | null |
[
11498337
] | null | null | null | null | null |
11,498,281 | null |
comment
|
KMag
| 1,460,652,502 |
Right. The anti-privacy lobby has their big 3 boogey men: "terrorists", "drug dealers", and "child molesters".<p>The pro-privacy lobby has 2 big boogey men: "criminals" and "the Chinese". What's our third boogeyman? We must close the boogeyman gap!<p>I suppose "crooked LEOs" doesn't have enough of a ring to it.
| null | 11,497,818 | null |
[
11499424
] | null | null | null | null | null |
11,498,288 | null |
comment
|
kyberias
| 1,460,652,560 |
Glossary:
UB = Undefined behavior
LTO = Link time optimization
| null | 11,497,319 | null | null | null | null | null | null | null |
11,498,294 | null |
comment
|
nxzero
| 1,460,652,602 |
I have one-kilo as being 35.27-ounces - and an ounce of gold costing roughly $1000 USD. If true, 30 million worth of gold in one-kilo bars would be 850 bars; meaning a lot appear to be missing.<p>Also, 342 one-kilo bars at $1000 USD an once appears to be worth $1.2 million, not $2 million.<p>Possible math/logic is flawed, or I'm missing something, but often found people say numbers that if hashed out don't add up.
| null | 11,498,008 | null |
[
11498724,
11498456
] | null | null | null | null | null |
11,498,304 | null |
comment
|
p4wnc6
| 1,460,652,667 |
The primary use of questions during an interview is to actually determine if the employer is a good fit for you.<p>Your advice seems to take a different approach -- that you shouldn't use questions as a means to ensure you will be happy in the job, but rather as yet another opportunity for status signalling.<p>Even the first sentence depicts a totally alien attitude to me: "questions that really hit home with the employer are..." ... What? I have no obligation to ask questions that "hit home" with the employer. If the employer doesn't like the questions I <i>do</i> ask, well that right there is a good indication that I would be miserable working for them and should just work elsewhere.<p>By approaching even the part of the interview where <i>you</i> get to steer the topics of discussion (your questions) with an attitude of infinite pliability and fealty, it makes the process even more about subjugation and hoop-jumping than it already is.
| null | 11,498,254 | null |
[
11498385
] | null | null | null | null | null |
11,498,299 | null |
comment
|
vinceguidry
| 1,460,652,626 |
Can I ask what you'd be looking for out of a new editor that Vim doesn't already do for you? Hard to see the point of this comment.
| null | 11,498,261 | null |
[
11498562
] | null | null | null | null | null |
11,498,302 | null |
comment
|
tzaman
| 1,460,652,651 |
I guess it's not Textmate VS Sublime Text anymore. It's VS Code versus Atom. While it's always good to have some competition, I also hate it to see awesome features present in one, but not the other. Well, if I'd have to pick one (and actually the only one that kept me with Sublime for this long), it would be speed.
| null | 11,498,000 | null |
[
11499523,
11498327
] | null | null | null | null | null |
11,498,292 | null |
story
|
mclifton
| 1,460,652,577 | null | null | null | null |
[
11503704,
11526120,
11513880,
11513205
] |
https://postmail.invotes.com
| 32 |
Show HN: Postmail – Contact forms for static sites
| null | 5 |
11,498,290 | null |
comment
|
ebbv
| 1,460,652,567 |
This abandons a lot of principles of JSON that are there to avoid ambiguous situations. The small benefits don't seem to outweigh the snake pit you're jumping into.
| null | 11,497,826 | null | null | null | null | null | null | null |
11,498,291 | null |
comment
|
27182818284
| 1,460,652,568 |
I'm just going to me-too this. This was way obvious to every child in my neighborhood. Next they are going to tell us the white mushroom houses in Mario 3 are undiscovered.
| null | 11,492,667 | null | null | null | null | null | null | null |
11,498,301 | null |
comment
|
pvdkrogt
| 1,460,652,642 |
The GroBox is a fully automated internet-connected in-home system for growing cannabis (and other plants) at home, it allows anyone to grow great quality plants at home without any hassle, controlling the whole process from your phone. Now on pre-order with 40% off
| null | 11,498,298 | null | null | null | null | null | null | null |
11,498,293 | null |
comment
|
twoodfin
| 1,460,652,596 |
A quick look at the first example provided suggests the restriction on comparing pointers to internal members of distinct structures.
| null | 11,498,072 | null | null | null | null | null | null | null |
11,498,298 | null |
story
|
pvdkrogt
| 1,460,652,625 | null | null | null | null |
[
11498301,
11498361
] |
http://www.cloudponics.com
| 2 |
Cloudponics GroBox:automated internet-connected in-home plant grow system
| null | 3 |
11,498,287 | null |
comment
|
detaro
| 1,460,652,550 |
previously: <a href="https://news.ycombinator.com/item?id=11412081" rel="nofollow">https://news.ycombinator.com/item?id=11412081</a>
| null | 11,498,158 | null | null | null | null | null | null | null |
11,498,282 | null |
comment
|
jathu
| 1,460,652,508 |
Reminds me of the Jordan commercial [1] where he mentions he lost more than 9000 shots in his career, lost almost 300 games and missed 26 game winning shots. Amazing commercial (like most Nike commercials).<p>[1] <a href="https://www.youtube.com/watch?v=45mMioJ5szc" rel="nofollow">https://www.youtube.com/watch?v=45mMioJ5szc</a>
| null | 11,496,899 | null |
[
11499768
] | null | null | null | null | null |
11,498,306 | null |
comment
|
nickpsecurity
| 1,460,652,678 |
Interesting point. There's a lot careful criminals with big empires. It's a prerequisite for most of them. So, I disagree on wreckless being general case. Arrogant is probably right.
| null | 11,498,003 | null | null | null | null | null | null | null |
11,498,295 | null |
comment
|
fibo
| 1,460,652,604 |
It already exists YAML.
Also cson it is worth to look at.
| null | 11,497,826 | null |
[
11498945
] | null | null | null | null | null |
11,498,303 | null |
comment
|
Kristine1975
| 1,460,652,661 |
Why not flag each function with "C" or "C++" depending on where they originate from? The linker can then perform only optimizations that are valid for the respective language.
| null | 11,498,074 | null | null | null | null | null | null | null |
11,498,300 | null |
comment
|
lllllll
| 1,460,652,627 |
I got my Asus UX303UA(which won over the dell xps13 option) - i7-u6500 last week. I installed Linux Mint(MATE edition, though I use mainly i3wm).
After upgrading to kernel 4.5 I get 8-9h of battery with normal use ( Vim, firefox several tabs, rails/node/redis/postgres server running...), even longer if I'm on-off the computer. I'm really happy with it so far.<p>Besides, I could add +4GB RAM and replace sata HDD with SSD.
| null | 11,492,070 | null | null | null | null | null | null | null |
11,498,296 | null |
comment
|
kstenerud
| 1,460,652,608 |
Why do you need ECMAScript syntax? It's not like you're going to directly feed a json file into a JS interpreter. Well, not unless you have a death wish.
| null | 11,498,191 | null |
[
11498695
] | null | null | null | null | null |
11,498,297 | null |
comment
|
filoeleven
| 1,460,652,619 |
There is a book called the Psychedelic Explorer's Guide, by James Fadiman, which among other things contains the results of some psychedelic studies that were done in the 1960s before it was all banned. The executive summary is that long-term changes in behavior frequently occurred, and they were overwhelmingly positive: increased conscientiousness, openness towards others, self-love, diminishing unhealthy fears and behaviors. Really quite amazing stuff.
| null | 11,475,767 | null | null | null | null | null | null | null |
11,498,307 | null |
comment
|
beachstartup
| 1,460,652,679 |
low carb has been around for decades. it's not a fad, by definition. it's also not a fad just because you're annoyed by it.<p>things that are also not fads but probably also annoy you: yoga, jogging, veganism.
| null | 11,496,503 | null |
[
11498539
] | null | null | null | null | null |
11,498,305 | null |
comment
|
tptacek
| 1,460,652,675 |
Everyone agrees something is wrong, even the Go team. The debate is whether it's meaningfully wrong, or just "someone's wrong on the Internet" wrong --- because the cost of righting this wrong will be high.
| null | 11,495,970 | null | null | null | null | null | null | null |
11,498,309 | null |
comment
|
realusername
| 1,460,652,687 |
Which government are you even talking about ? All of them ? The Internet is still global.
| null | 11,497,734 | null | null | null | null | null | null | null |
11,498,308 | null |
comment
|
sghodas
| 1,460,652,681 |
You're asking for VS Code to be a completely different product. VS Code is a GUI text editor like Sublime and Atom. There's no reason for it to run in a terminal. Vim and Emacs are classical CLI based text editors. Are you asking for an alternative to those?
| null | 11,498,261 | null |
[
11498374
] | null | null | null | null | null |
11,498,310 | true |
comment
| null | 1,460,652,693 | null | null | 11,498,000 | null | null | null | null | null | null | null |
11,498,311 | null |
comment
|
srikieonline
| 1,460,652,694 |
Thank you for the feedback. I do agree that this form of content consumption requires time - which many people don't have.<p>Some people like politicians like to debate on policies etc. and hopefully they don't mind talking.
| null | 11,484,184 | null | null | null | null | null | null | null |
11,498,312 | null |
story
|
ranaali
| 1,460,652,704 | null | true | null | null | null |
http://cracks2016.com/2016/04/14/google-sketchup-pro-2016-crack-license-key/
| 1 |
Google Sketchup Pro 2016 Crack and License Key
| null | null |
11,498,313 | null |
comment
|
haberman
| 1,460,652,708 |
I've never heard of -O4 for "risky" optimizations, and I can't find any reference to this. Do you have one?
| null | 11,498,193 | null |
[
11498365,
11500832
] | null | null | null | null | null |
11,498,314 | null |
comment
|
kyleblarson
| 1,460,652,711 |
"Assault weapon" is a completely made up term to make semi automatic weapons sound more scary to the uninformed.
| null | 11,497,121 | null | null | null | null | null | null | null |
11,498,317 | null |
comment
|
HelloRipley
| 1,460,652,741 |
remember when kobe posterized nash in the postseason?<p>probably a charge, but DAMN that was an epic play.
| null | 11,496,899 | null | null | null | null | null | null | null |
11,498,315 | null |
comment
|
vmorgulis
| 1,460,652,733 |
ubsan could help a lot: <a href="http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html" rel="nofollow">http://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html</a>
| null | 11,497,319 | null |
[
11498999
] | null | null | null | null | null |
11,498,318 | null |
comment
|
fweespee_ch
| 1,460,652,741 |
1) Well, I think Amazon doesn't really care and this shows its lack of care.<p>2) I'm only pleased if it works. I suspect in this environment it is going to flop and is largely for PR.
| null | 11,498,142 | null |
[
11498588
] | null | null | null | null | null |
11,498,319 | null |
comment
|
awqrre
| 1,460,652,742 |
a mirror is kind of a backup if you don't update it live... but of course you should have other backups that are offline.
| null | 11,498,130 | null | null | null | null | null | null | null |
11,498,316 | null |
comment
|
lojack
| 1,460,652,740 |
This may be a case where the companies largely follow the funding as opposed to the companies following specific industries. The money is largely coming from public funding, and from Dan Gilbert (and similar investors) who are dedicated to growing the area. As far as I can tell, surprisingly few of the startups are automotive related.
| null | 11,498,139 | null | null | null | null | null | null | null |
11,498,320 | null |
comment
|
stcredzero
| 1,460,652,745 |
The machines and the devices to gather that energy are going to have to be brought from Earth. Sure, it's eminently doable. We'll have to see what's most economical at first, in context.<p>But what if I told you that there were creatures and plants there that literally excreted locally high concentrations of water? Wouldn't we be champing at the bit to extract that water? What if I also told you that those creatures and plants carry no contamination/ecological worries, because they're humans and their crops?
| null | 11,495,780 | null | null | null | null | null | null | null |
11,498,323 | null |
comment
|
curiousgeorgio
| 1,460,652,764 |
Knowing almost nothing about Kobe Bryant (I haven't followed the NBA for years), it looks like there's an interesting trend in 3 point attempts. At any given year of his career, the distribution of 3 point shots <i>made</i> compared to other shots made seems fairly balanced, as one might expect.<p>However, the number of <i>attempted</i> 3 point shots (or 3 pointers missed) seems to rise significantly in the latter half of his career. I wonder if there's something to be said about an increase of confidence (deserved or not) behind the 3-point line, and whether that extra point outweighs the increased likelihood of missing as an overall statistic (obviously it could make the difference between winning and losing in a single game). Or perhaps it's indicative of a trend for the NBA overall with more 3 point attempts in recent years. Or I could be seeing something in the data that isn't there.
| null | 11,495,374 | null |
[
11498670,
11498395,
11499349,
11498624
] | null | null | null | null | null |
11,498,322 | null |
comment
|
ocschwar
| 1,460,652,746 |
These people have access to well informed advice. Doesn't mean they make use of it. Feinstein is just plain stubborn.
| null | 11,496,840 | null | null | null | null | null | null | null |
11,498,324 | null |
comment
|
dang
| 1,460,652,773 |
Comments moved to <a href="https://news.ycombinator.com/item?id=11463272" rel="nofollow">https://news.ycombinator.com/item?id=11463272</a>.
| null | 11,495,651 | null | null | null | null | null | null | null |
11,498,325 | null |
comment
|
beachstartup
| 1,460,652,778 |
those are vegans.
| null | 11,497,029 | null |
[
11500178,
11499469
] | null | null | null | null | null |
11,498,326 | null |
comment
|
nickysielicki
| 1,460,652,778 |
Bullshit. This is coming from John McCain-style neoconservatives and democrats that don't lean liberal on civil liberties.<p>In my opinion, the only political identity that you might hope would fight back are Tea Partiers, and that's the same group that feels strongly about gun rights. I don't think you could be more wrong.<p>It will be interesting to see what Cruz does here when inevitably questioned about it. Will he alienate his new neoconservative base on this issue? Will he stick to his Tea Party roots?
| null | 11,496,691 | null | null | null | null | null | null | null |
11,498,327 | true |
comment
| null | 1,460,652,779 | null | null | 11,498,302 | null | null | null | null | null | null | null |
11,498,321 | null |
comment
|
jasonjei
| 1,460,652,745 |
Are you suggesting that you can't backup with rsync? Because you can do full and incremental backups with rsync.<p>In fact Time Machine on OS X looks like it does backups in this manner...
| null | 11,498,130 | null |
[
11502707
] | null | null | null | null | null |
11,498,342 | null |
comment
|
antiffan
| 1,460,652,851 |
Super cool concept. One thought: when I'm using my laptop I have limited screen space. It would be awesome to be able to use Kite on my phone's screen, with my phone clipped to my laptop using something like this: <a href="https://tenonedesign.com/mountie.php" rel="nofollow">https://tenonedesign.com/mountie.php</a>
| null | 11,497,111 | null | null | null | null | null | null | null |
11,498,347 | null |
comment
|
stcredzero
| 1,460,652,871 |
I was specifically referring to the environmental controls. There are dehumidifiers onboard that can extract water from the air.
| null | 11,495,645 | null | null | null | null | null | null | null |
11,498,328 | null |
story
|
miraj
| 1,460,652,788 | null | null | null | null | null |
http://m.faz.net/aktuell/feuilleton/debatten/the-digital-debate/shoshana-zuboff-secrets-of-surveillance-capitalism-14103616-p2.html
| 2 |
The Secrets of Surveillance Capitalism
| null | 0 |
11,498,329 | null |
comment
|
rm_-rf_slash
| 1,460,652,798 |
Here's the problem: most VC firms understand that 9/10 investments will fizzle out or make modest returns. 1/10 is the unicorn, the 100x. Everything depends on finding the unicorn and growing it like a weed, so every investment has to be treated like a unicorn - grow fast grow large NOW NOW NOW - whether it's actually beneficial for the company or not.<p>There's so much money sloshing around in the valley that when stupid apps that make no money like Yo or Yik Yak get enough attention, there is inevitably ONE investor who will think "what the hell, if I throw in 10k it could end up becoming the next Instagram or snapchat." As long as people keep joining, more investors will pile in, then the VCs, then Titans like Google will hopefully have their eyes on a shiny new acquisition.<p>The focus on huge fast returns when they seem to be happening all around you inevitably crowds out investments in companies that can create modest growth from real profit, and it makes investing in "slow" companies downright unfashionable.<p>To inverse the old Wall Street expression: "Nobody ever got rich from buying Big Blue."
| null | 11,497,730 | null |
[
11498478
] | null | null | null | null | null |
11,498,343 | true |
comment
| null | 1,460,652,863 | null | null | 11,471,340 | null | null | null | null | null | null | null |
11,498,330 | null |
comment
|
alpsgolden
| 1,460,652,799 |
I can understand the SaaS business model where you lose money in the short term to acquire customers, because that customer will be worth money over the next four to six years. If you are expanding aggressively, you will be losing money as a company for sales and marketing in order to acquire many long-term customers.<p>But I don't understand why Digital Ocean should be losing money. Unless I am mistaken, they do not seem to be spending on sales in order to acquire long-term customers. If they are losing money on operations, then doesn't that mean their business model is broken?<p>Perhaps they lose money on small-scale hosting as a marketing expense in order to acquire big long-term customers? Or perhaps they have big capital expenditures for data centers? Otherwise, this doesn't look good for Digital Ocean.
| null | 11,498,276 | null |
[
11498443
] | null | null | null | null | null |
11,498,332 | null |
comment
|
dragonbonheur
| 1,460,652,811 |
Am I really the one full of hatred, now? Am I really the hateful one who has been wishing the death of others? <a href="https://news.ycombinator.com/item?id=11067470" rel="nofollow">https://news.ycombinator.com/item?id=11067470</a>
| null | 11,496,948 | null |
[
11498808
] | null | null | null | null | null |
11,498,331 | null |
comment
|
jbb555
| 1,460,652,809 |
I agree with this wholeheartedly.<p>I can see the C language being forked into the one we are getting and the one users actually want.
| null | 11,497,319 | null | null | null | null | null | null | null |
11,498,336 | null |
comment
|
restalis
| 1,460,652,830 |
<i>"Autistic people don't choose to not care"</i><p>I accidentally got in a condition that can be compared to the ones describing autism. I remember how it is to be emotional but I choose not to go back (even if theoretically it is in my power). Autism has its drawbacks but it also has its perks. There may be others like me who actually just choose not to care (emotionally) or not to become a(n emotionally) caring person.
| null | 11,497,867 | null | null | null | null | null | null | null |
11,498,334 | null |
comment
|
e40
| 1,460,652,825 |
Seems like a hardware issue to me. I've never had any of those on my 5x. I had a 5 that had to be replaced because it did have a hardware issue. Bad RAM can cause the symptoms you described, and I believe that was the problem with my 5.
| null | 11,494,352 | null | null | null | null | null | null | null |
11,498,338 | null |
comment
|
haberman
| 1,460,652,839 |
> The 'defined' workarounds, however, are usually difficult, less safe, harder to understand, and often slower.<p>That has not been my experience. Do you have an example of this?
| null | 11,498,273 | null |
[
11498916,
11498853
] | null | null | null | null | null |
11,498,337 | null |
comment
|
lucian1900
| 1,460,652,834 |
There are several actually, with different subsets of Vim. Sadly, none are as good as Atom's.
| null | 11,498,289 | null |
[
11498487,
11498467
] | null | null | null | null | null |
11,498,344 | null |
comment
|
zxcvcxz
| 1,460,652,865 |
Funnily enough I just installed VS code and there is lag as I type things in. Also bad font rendering compared to the rest of my interface.
| null | 11,498,244 | null |
[
11498406,
11498839
] | null | null | null | null | null |
11,498,346 | null |
comment
|
kybernetikos
| 1,460,652,869 |
The problem is that that work seems essentially unlimited (you can invent crazier and crazier possibilities that you need to check for), and doesn't seem to be something that we do so much for physical intrusions which nevertheless have the same features (you can find keys, take copies of keys, even change locks or cut make false walls / doors).<p>Your infrastructure should aim to be robust against people persisting themselves (in this case, something that allows an employee to persist themselves beyond the validity of their credentials is a serious problem whether the hacker does it or not). Where it is not, that's your failing. Charging the hacker for finding out where your infrastructure is failing is perverse since if anything their attack made it easier to spot a failing. If they did persist themeselves, then obviously the cost to fix that belongs on the hacker, but the cost to identify such things is something you should be doing anyway.
| null | 11,498,250 | null |
[
11498500
] | null | null | null | null | null |
11,498,353 | null |
comment
|
kprifogle1
| 1,460,652,921 |
:/ Any thoughts?
| null | 11,471,340 | null | null | null | null | null | null | null |
11,498,349 | null |
story
|
hodgesmr
| 1,460,652,888 | null | null | null | null | null |
http://www.builtinchicago.org/2016/04/07/obama-cto-timshel-clinton-un
| 3 |
Obama's former CTO gives organizations the tools to build movements
| null | 0 |
11,498,339 | null |
comment
|
alexflint
| 1,460,652,844 |
Absolutely. We're going to be working on this for many years, and this is the kind of thing we're aiming at.
| null | 11,497,398 | null | null | null | null | null | null | null |
11,498,340 | null |
story
|
rfreytag
| 1,460,652,846 | null | null | null | null | null |
https://www.youtube.com/watch?v=7vsCAM17O-M
| 1 |
Digital Aristotle: Thoughts on the Future of Eduction (2012) [video] (
| null | 0 |
11,498,348 | null |
comment
|
JamilD
| 1,460,652,873 |
Rigidity and consistency are not always bad things. They can help prevent bugs, security vulnerabilities, and they drastically reduce complexity of implementation.<p>JSON might often be too rigid, but I think it's important to note that "easier" (in that you don't need to learn the syntax) isn't always better.
| null | 11,497,826 | null |
[
11499170,
11498427,
11499336
] | null | null | null | null | null |
11,498,351 | null |
comment
|
ashitlerferad
| 1,460,652,908 |
To emphasise this, there is an evil duplicate of the OpenPGP "strong set" here:<p><a href="https://evil32.com/" rel="nofollow">https://evil32.com/</a>
| null | 11,496,645 | null | null | null | null | null | null | null |
11,498,345 | null |
comment
|
nxzero
| 1,460,652,868 |
Right, though given 342 "bars" are mentioned, market price of gold is known, and that in sum the bars were worth $2 million USD - it's possible to try to get a feel for if the weight and worth of gold "adds" up in logically.<p>See my response to a comment on the same level as your comment for my attempt to look at the numbers.
| null | 11,498,183 | null | null | null | null | null | null | null |
11,498,341 | null |
comment
|
throwanem
| 1,460,652,850 |
Doubtful. The set of people willing to do business with a thumb-fingered goober like this one is likely disjoint with the set of HN readers.
| null | 11,498,232 | null |
[
11498587
] | null | null | null | null | null |
11,498,352 | null |
comment
|
dang
| 1,460,652,910 |
The comments you've been posting in other people's Apply HN threads are unsubstantive and dismissive. That's not ok, particularly since you've applied yourself. Please stop.
| null | 11,495,516 | null | null | null | null | null | null | null |
11,498,350 | null |
comment
|
onion2k
| 1,460,652,902 |
You're making an assumption that less investment in SV and SF means less investment overall. It could be, and very likely is, the case that investors will simply look outside of hubs once they get too expensive, especially if the founders you need can't afford to come to you.
| null | 11,498,112 | null | null | null | null | null | null | null |
11,498,333 | null |
comment
|
dorfsmay
| 1,460,652,819 |
No include :-(
| null | 11,497,826 | null |
[
11500231
] | null | null | null | null | null |
11,498,356 | null |
comment
|
jordansmith
| 1,460,652,934 |
Desk: Cheap tempered glass L-shaped desk. Think I got it at staples or walmart.<p>Chair: Standard leather office chair from Staples<p>Monitor: 13" Macbook Air & 22" Asus 1080p monitor<p>Keyboard: Apple magic keyboard. I have a WASD mechanical but have fallen in love with the magic keyboard<p>Mouse: latest magic mouse<p>Music: Sometimes. I put on a pandora "chill out" playlist which is mostly ambient type music. Other times I Just use noizio to get general ambient sound.<p>Hours: Work for myself at home, so whenever. usually on and off throughout the day.
| null | 11,493,678 | null | null | null | null | null | null | null |
11,498,354 | null |
story
|
ashitlerferad
| 1,460,652,924 | null | null | null | null | null |
https://evil32.com/
| 1 |
Evil 32: Check Your GPG Fingerprints
| null | 0 |
11,498,355 | null |
comment
|
nickpsecurity
| 1,460,652,930 |
Oh, I know you saw it. Was just saying he corroborates your opinion. Especially...<p>"It is basically a public admission that the Government is completely ineffective with anything vaguely resembling a competent criminal. It makes me question if we are allocating law enforcement resources correctly."<p>...that. You'd think that with this level of incompetence a few banks could straight up foreclose on millions of mortgages cooked up Enron style. Hell, they might one-up Paul Le Roux by buying or installing a Treasury head. At this rate, you'd think they'd cut a deal for immunity while keeping lots of money due to less recklessness. They might even use the complexity of their operations to negotiate for more money to prevent fall-out coming back on everyone else. Might cost $1-6 trillion dollars in such a scenario.<p>I know that sounds far-fetched. Our government employs many smart, capable people in FBI and SEC that could certainly stop it. I'm just... paranoid... that the Le Roux case means bigger things might be going on that would do way more damage than addicts getting drugs reliably.
| null | 11,498,230 | null | null | null | null | null | null | null |
11,498,357 | null |
comment
|
nanny
| 1,460,652,945 |
>I will often use code generation since you only need to run that once and templating bloats the compile time for ever.<p>Don't you need to compile the generated code?
| null | 11,497,434 | null |
[
11498737,
11499759
] | null | null | null | null | null |
11,498,335 | null |
comment
|
shmerl
| 1,460,652,826 |
There is an adapter already. The problem is the lack of open implementation of OpenVR itself.
| null | 11,497,019 | null |
[
11499705
] | null | null | null | null | null |
11,498,358 | null |
comment
|
stcredzero
| 1,460,652,954 |
If you have to bring your water and air with you, how would you feel about losing 10% of it every month?
| null | 11,495,525 | null | null | null | null | null | null | null |
11,498,359 | null |
comment
|
cdnsteve
| 1,460,652,962 |
Go, Ruby and Python support :)
| null | 11,498,000 | null | null | null | null | null | null | null |
11,498,360 | null |
comment
|
Houshalter
| 1,460,652,964 |
Well it still prevents against the hard drive failing. It doesn't protect against bad code, which he obviously didn't consider.
| null | 11,497,785 | null |
[
11502904
] | null | null | null | null | null |
11,498,361 | null |
comment
|
twvisitavisitb
| 1,460,652,965 |
Hey! I worked on something like this on my senior year project! At the time we didn't have easily available SoCs like the Raspberry Pi or a 'strong' smartphone app ecosystem we could use to make it as easily connected as things are today. We used an Arduino hooked up to a laptop with a simple demo app that changed humidity, temperature and lighting conditions for different plants.<p>I always wondered whether or not the idea was viable. Good luck with this, I'll be watching with interest.<p>You know I'd imagine you can do lots of cool stuff with this nowadays. Maybe have a camera in there to see how the plants are doing, etc.
| null | 11,498,298 | null |
[
11500596
] | null | null | null | null | null |
11,498,363 | null |
comment
|
Practicality
| 1,460,652,967 |
Obviously I can't say for sure, but it <i>seems</i> more genetic.<p>In my family my mother and one of my brothers is this way, and my daughter didn't have much chance of not being this way (since my wife is such as well).<p>Excluding the ladies for the sake of discussion, my brother and I would be the targets of your question.<p>Neither of us would have resisted such societal pressure as we don't have any reason to. Although we were both in the gifted program, so we had enough confidence to not really care what society thinks :)<p>Also, I don't know that we necessarily <i>expressed</i> emotions any more than our peers. The social sharing of emotions seems to be more a female role in society, but our social handling of emotions would be considered normal.<p>The difference between the men in the women who are like this is quite interesting. While I feel others' emotions strongly, it doesn't affect my thinking. Whereas with my wife we she feels someone else's emotions it clouds her thinking.<p>I don't have the citation off-hand, but this aligns with several studies of how men and women's brains are wired a little differently.<p>The nuance between feeling others' emotions strongly (or not) and having emotions affect your thinking (or not) is probably where the line between the autism spectrum and gender differences lies, although of course, there are exceptions.
| null | 11,498,151 | null | null | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.