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,762 | null |
story
|
ourmandave
| 1,460,655,325 | null | null | null | null | null |
http://www.cnet.com/au/news/amc-movie-theater-allows-texting-millennials/
| 1 |
We might let people text during movies, says theater chain boss
| null | 0 |
11,498,763 | null |
comment
|
n72
| 1,460,655,326 |
What part of the IDE's is slow and clunky. Is it just startup you're talking about or other parts? I'm a heavy Intellij user as well as vi user and, apart from startup, don't notice any speed differences.
| null | 11,498,607 | null |
[
11499537
] | null | null | null | null | null |
11,498,765 | null |
comment
|
FussyZeus
| 1,460,655,330 |
Do you use UPNP? That was my solution, had to install dd-wrt to make it happen but I haven't had any issues since then. Port forwarding seems to make it better but doesn't really fix it.
| null | 11,498,725 | null |
[
11498965
] | null | null | null | null | null |
11,498,767 | null |
comment
|
laughinghan
| 1,460,655,341 |
I don't think this is unfair. In order to fail as badly as the sloppy C program, the Rust developer would have to explicitly pass in -1 as the default_value, like fork().unwrap_or(-1), right? The developer might do that anyway, but that's certainly an improvement over -1 happening implicitly; they'd have to think about it, and alarm bells would go off as soon as they re-read the kill() manpage, rather than only upon re-reading both the kill() and fork() manpages.<p>Similarly, neither of your "if let Some() = fork()" examples would fail as badly as the sloppy C program, right?<p>All the examples you could come up with of sloppy Rust code fail less poorly or make it harder to fail as poorly as the sloppy C code, and you were deliberately <i>trying</i> make your Rust code sloppy, whereas the sloppy C code was based on examples from the wild: <a href="http://rachelbythebay.com/w/2014/08/19/fork/" rel="nofollow">http://rachelbythebay.com/w/2014/08/19/fork/</a><p>Still seems like a good argument that Rust's design is an improvement.
| null | 11,495,053 | null | null | null | null | null | null | null |
11,498,769 | null |
comment
|
creshal
| 1,460,655,349 |
> Oy, someone loves yaml...<p>I don't, actually, I use preprocessors too¹, but since they're not always an option, I'd rather recommend yaml than have yet another pointless config file language needlessly fragment the market.<p>¹: Thankfully it's rather trivial in python: <a href="https://github.com/creshal/yspave/blob/master/yspave/pave.py#L33" rel="nofollow">https://github.com/creshal/yspave/blob/master/yspave/pave.py...</a>
| null | 11,498,364 | null | null | null | null | null | null | null |
11,498,772 | null |
comment
|
eridius
| 1,460,655,364 |
The problem with that is people are trained to use -f because it's so annoying to try and use rm without it.<p>Really, the -f flag should just mean "don't ask for confirmation" and a separate flag should be required to mean something like "yes I do want to nuke my computer". And maybe there should be a flag that means "cross device boundaries", and by default it could refuse to delete anything that has a device number different than the argument it started with. That would at least prevent you from nuking your network-attached storage.
| null | 11,498,732 | null |
[
11498816,
11503378,
11498838
] | null | null | null | null | null |
11,498,773 | null |
comment
|
ArkyBeagle
| 1,460,655,369 |
I've seen that "no second chance" thing personally and it's hilarious to me. WTF? I would hum "Mars The Bringer of War" to FPGA guys at times because of this ( it's the theme used in "The Right Stuff" at Those Times in the movie ).<p>In the general case, no. The economics of software don't favor it. There are tools that inspect code and make helpful suggestions.<p>This is why you can't trust your synthesis tools, BTW.<p>But much worse in software is the cultural ... "zero" ( as in a zero in a filter) about the axis of provability in general. It's a point of despair.<p>I can tell you that in multiple cases, I was able to represent the "core" logic of systems much that I could build a test rig around it and do exhaustive testing ( with the caveat that it's only as good as the test framework ). Permutaitons are reasonably cheap these days. But to do this, you must nearly eschew the us of third party code and in cases, even large parts of standard libraries.<p>But the standard answer is to despair and moan "it's impossible." The "prove it correct" people and the "git 'er done" people are two different tribes.
| null | 11,498,454 | null | null | null | null | null | null | null |
11,498,770 | null |
comment
|
evmar
| 1,460,655,354 |
I'm your standard unix greybeard, the sort that uses org-mode to outline-structure their emacs config (that's actually what I do, not even a hypothetical), so I approached VSCode with skepticism.<p>I have actually been really impressed. It's fast and responsive, even on Linux, and the TypeScript tooling is fantastic. I think with a bit more UI work (like vi keybindings) it could potentially become my preferred editor.
| null | 11,498,000 | null |
[
11499364,
11499608
] | null | null | null | null | null |
11,498,766 | null |
comment
|
thescriptkiddie
| 1,460,655,337 |
<a href="https://github.com/VundleVim/Vundle.vim" rel="nofollow">https://github.com/VundleVim/Vundle.vim</a>
| null | 11,498,562 | null |
[
11499499
] | null | null | null | null | null |
11,498,774 | null |
comment
|
d4rkph1b3r
| 1,460,655,378 |
can you articulate the exact <i>cost</i> of adding generics? The benefits are profound, and the PL community has been doing research on it for the last forty some odd years.<p>Some of the benefits are opportunities for<p>* specialization<p>* reduction in boilerplate<p>* parametricity<p>* free theorems<p>* type classes<p>Objectively, a collections library written with generics and no subtyping will be <i>much</i> better and cleaner than a subtype based one.<p>The problem is, I've never heard generics argued against by someone who <i>really</i> understands generics. It's usually folks who got confused by them in java or really didn't dig into the theory behind them. An argument from ignorance isn't much of an argument.
| null | 11,498,612 | null |
[
11499266,
11499398
] | null | null | null | null | null |
11,498,771 | null |
comment
|
zaccus
| 1,460,655,358 |
I live in a "legit" Chicago neighborhood. There are plenty of taxis and sirens around. OP's comparison isn't that far off. Definitely looking forward to living in suburban house someday. IMO apartments suck and city living is overrated. I do like not having a car though.
| null | 11,496,388 | null |
[
11500391
] | null | null | null | null | null |
11,498,775 | null |
comment
|
nkw
| 1,460,655,379 |
Lawyer here. Not my area of speciality but off the top of my head (and after thinking about it for all of 30 seconds) that strikes me as a surprisingly hard thing to do. Bankruptcy courts have extremely broad powers to administer the assets of debtors including disavowing contracts. There may be some way to do a structure where the data is escrowed with a 3rd party and the subject company is just holding the data as some sort of fiduciary, but I'm not sure anything like that has been tested. I would want to consult a bankruptcy expert to really figure something like this out.
| null | 11,498,107 | null |
[
11499670,
11499153
] | null | null | null | null | null |
11,498,768 | true |
comment
| null | 1,460,655,346 | null | null | 11,498,548 | null | null | null | null | null | null | null |
11,498,824 | null |
comment
|
eropple
| 1,460,655,655 |
What, <i>exactly</i> and without sweeping generalities, does it do that is a transformative step over Sublime Text or Atom?<p>Or, hell, even Kate?
| null | 11,498,666 | null |
[
11499256,
11499606
] | null | null | null | null | null |
11,498,776 | null |
story
|
l1feh4ck
| 1,460,655,380 | null | null | null | null | null |
http://blog.hackerearth.com/2014/02/90-indian-engineering-candidates-employable-why.html
| 2 |
90% Indian engineering graduates are not employable – why?
| null | 0 |
11,498,825 | null |
comment
|
sargas
| 1,460,655,661 |
Here's my perception of Rust: It is a system's low level language (more like C or C++) that is very expressive. It's performance is compared to C++, so faster than Go/Python/Java.<p>----------------------------------------<p>In term of expressiveness, it offers:<p>- Expression-based languages (instead of statement-based)<p>- Has anonymous functions (lambdas)<p>- It has a match mechanism which is powerful<p>- Enums are enumerated data-types rather then integer types<p>- Has traits and explicit implementation blocks for them (vs Go's implicit interface contracts)<p>----------------------------------------<p>Other than that, it also offers:<p>- Built-in concurrency<p>- It has a thing called the borrow checker that makes sure you're handling memory safely (this will get a little but of getting used to, but it is powerful)<p>- Everything is private by default. You put `pub` in front of an identifier if you want it to be public<p>- It isn't very verbose in the Java sense, but you still have to write a crap lot of code in comparison to Go and Python. The trade off is that the code is very explicit, and you get to type more in order to have zero cost abstractions at runtime<p>- Zero cost abstraction at runtime<p>Please correct me if any of those points are wrong/misleading, I'd love to learn more about Rust too.
| null | 11,498,706 | null |
[
11499464
] | null | null | null | null | null |
11,498,805 | null |
comment
|
ArkyBeagle
| 1,460,655,546 |
The whole "zero-cost abstraction" thing puzzles me. Abstraction is a means to an end, not an end unto itself.
| null | 11,498,284 | null |
[
11499591
] | null | null | null | null | null |
11,498,780 | null |
comment
|
nickpsecurity
| 1,460,655,394 |
Good points. I'll add that the majority of his funds came from illegal pharmacy that was selling drugs people could get from local doctors but might be turned down. To put that into perspective:<p>1. It's legal to get the drug if a single doctor agrees you need it, you can afford to pay them, and you can afford to pay for the drug.<p>2. It's illegal to get the drug if Le Roux's doctors do it with their methods at probably lower prices.<p>So, just being poor means you can't get medicine. That's illegal. But immoral? The law itself sounds immoral here. Further, the law relegates the decision to any human with authorization to prescribe drugs. That makes it quite arbitrary given their range of opinions and actions. So, there's no connection between the law and morality here except perhaps an immoral transfer of money from companies that benefit from the situation to middlemen that pass it to lawmakers. Sounds... like Le Roux's network a little bit, eh? ;)
| null | 11,498,696 | null |
[
11499694
] | null | null | null | null | null |
11,498,782 | null |
comment
|
anp
| 1,460,655,405 |
Nitpick: GC is <i>technically</i> optional in Rust, because you can stick pretty much anything in a reference-counted box or an atomically-reference-counted box (Rc<T> or Arc<T>). It's not the default by any means though.
| null | 11,498,750 | null |
[
11499791,
11500413,
11498829,
11500974
] | null | null | null | null | null |
11,498,795 | null |
comment
|
chubot
| 1,460,655,474 |
What do you mean by that? Is it different than what you can do in C++ with inheritance (leaving out implementation inheritance)? I'm sure it is probably a little less verbose as the syntax in C++ is odd. C++ 11 adds 'override' which helps.
| null | 11,498,608 | null |
[
11498894
] | null | null | null | null | null |
11,498,854 | null |
comment
|
bryik
| 1,460,655,841 |
In the UNIX Hater's Handbook, defenders of rm consider accidental deletion a "rite of passage" and remark that "any decent systems administrator should be doing regular backups" (see page 62). The author's response is funny:<p><i>“A rite of passage”? In no other industry could a manufacturer take such a cavalier attitude toward a faulty product. “But your honor, the exploding gas tank was just a rite of passage.” “Ladies and gentlemen of the jury, we will prove that the damage caused by the failure of the safety catch on our chainsaw was just a rite of passage for its users.” “May it please the court, we will show that getting bilked of their life savings by Mr. Keating was just a rite of passage for those retirees.” Right.</i><p>I'm surprised how relevant parts of this book are 22 years later.<p><a href="http://www.vbcf.ac.at/fileadmin/user_upload/BioComp/training/unix_haters_handbook.pdf" rel="nofollow">http://www.vbcf.ac.at/fileadmin/user_upload/BioComp/training...</a>
| null | 11,498,592 | null |
[
11499543,
11501365,
11499516
] | null | null | null | null | null |
11,498,786 | null |
comment
|
digi_owl
| 1,460,655,415 |
Forest, trees, good night.
| null | 11,495,048 | null | null | null | null | null | null | null |
11,498,781 | null |
story
|
AdmiralAsshat
| 1,460,655,401 | null | null | null | null |
[
11498888
] |
http://arstechnica.com/gadgets/2016/04/htc-10-review-htc-builds-the-best-android-flagship-of-2016/
| 3 |
HTC 10 review: HTC builds the best Android flagship of 2016
| null | 1 |
11,498,835 | true |
story
| null | 1,460,655,714 | null | null | null | null | null | null | null | null | null | null |
11,498,837 | null |
comment
|
flohofwoe
| 1,460,655,720 |
So, can VSCode run in a terminal window, without graphical user interface, while ssh'ed into another machine somewhere around the globe over a shitty internet connection, editing a file that's a few hundred megabytes big? As long as that's not possible it's not even a contest ;) I like VSCode because of it's debugger plugin infrastructure, but let's not get silly (MS changing the way code is written on Linux).
| null | 11,498,462 | null |
[
11499277,
11499929,
11499271,
11499225
] | null | null | null | null | null |
11,498,779 | null |
comment
|
HeyLaughingBoy
| 1,460,655,393 |
<i>Let's not for a second indulge the idea that you made a fair comparison</i><p>Fine. Then I'll try to make one. I used to live in a beautiful part of Minneapolis. A tree-lined, peaceful street near the edge of town that was so bucolic I had a friend who came to my house for over a year before she realized that I lived within the city limits, not an inner-ring suburb. I knew my neighbors, could walk to the grocery store, restaurants, movie theater and the big museums, theaters, etc were a 10 minute drive away in downtown. We went to art galleries and performances fairly regularly.<p>Now I live on a small farm about 40 miles outside the city. The two closest non-agricultural businesses to my home are a bar and a McDonald's. Yet I will never move back to the city; I simply prefer it here.<p>The problem with so many of these articles, and the resulting comments, is that everyone comes out of the woodwork claiming that their way is best and anyone who disagrees doesn't know what the other side looks like. Not so: as the GP stated, we know the pros and cons of either choice. We also know better than you what we prefer!
| null | 11,496,388 | null |
[
11500385
] | null | null | null | null | null |
11,498,783 | null |
comment
|
KirinDave
| 1,460,655,406 |
> Log information would be extremely useful toward matching a person up with a crime.<p>As opposed to the information that the ISPs are already offering? Sorry, but your underlying networks are already in collusion with the feds.<p>Were they not, the telemetry might provide signals that wouldn't be more easily obtained elsewhere.<p>But it's also worth noting that the telemetry for 'apps installed' is just your license list from the store. We don't have a ton of evidence that MS is combing your computer for random executables and reporting that back on a signal, or passing up full untrimmed process lists.
| null | 11,498,753 | null |
[
11503162,
11498859
] | null | null | null | null | null |
11,498,850 | null |
comment
|
levemi
| 1,460,655,822 |
Agreed, IntelliJ IDEA is so good I can't really use other editors for projects. For editing regular files outside of a project I still use vim or TextEdit/Notepad.<p>I prefer Intellij so much I use CLion instead of Xcode on OS X and Visual Studio on Windows 10.
| null | 11,498,707 | null |
[
11499180
] | null | null | null | null | null |
11,498,820 | null |
comment
|
nbclark
| 1,460,655,641 |
I've noticed that VSCode + the JSX plugin, when run concurrently with webpack in watch mode, cause my machine to thrash. Working theory is that they are both watching the large node_modules folder, but yet to confirm.
| null | 11,498,575 | null | null | null | null | null | null | null |
11,498,838 | null |
comment
|
ArkyBeagle
| 1,460,655,726 |
You should <i>not</i> use it the first time and verify that you actually need it. The second's pause may save your data :) If you're feeling rash, get up and walk around until it passes.
| null | 11,498,772 | null | null | null | null | null | null | null |
11,498,804 | null |
story
|
campuscodi
| 1,460,655,534 | null | null | null | null | null |
https://nodejs.org/en/blog/announcements/nodejs-foundation-survey/
| 3 |
A Look at the Node.js Foundation's Survey Results
| null | 0 |
11,498,777 | null |
comment
|
termain
| 1,460,655,387 |
His father Dell is an inch taller with the same listed weight and played from '86 to '02. He's probably a good initial comparison.
| null | 11,496,595 | null | null | null | null | null | null | null |
11,498,791 | null |
comment
|
emodendroket
| 1,460,655,464 |
The balance between expediency and careful design? "Hack it together" sounds kind of negative too.
| null | 11,498,532 | null | null | null | null | null | null | null |
11,498,808 | null |
comment
|
avukich
| 1,460,655,565 |
Yes, yes you are the hateful one. You are claiming that Americans are monsters and responsible for all the problems in the middle east and most of the world. I claimed that a man that hacked into the FBI to expose all the personal details of employees of the FBI should be captured and killed. To clarify, I meant killed by being sentenced to death for treason. The VAST majority of the FBI works to do things such as stop the spread of child pornography, kidnapping, and other criminal behaviors and posting all the personal information on those people so that the criminals that they helped put away can potentially seek retribution against them and/or their families is a very serious crime in my opinion. I found it (and still do) quite disgusting that so many people were applauding such reckless and criminal behavior.<p>In the effort of full disclosure, I also wish the death on anyone who thinks it is fine to murder innocent people through acts of terrorism such as 9/11, San Bernadino, Paris, Brussels, etc. Note that I didn't say every Muslim or everyone from the Middle East or any other broad stroke like you used.
| null | 11,498,332 | null |
[
11499199
] | null | null | null | null | null |
11,498,784 | null |
comment
|
ssutch3
| 1,460,655,408 |
Does the mac launcher work if you primarily use python 3 now?
| null | 11,498,000 | null |
[
11498891
] | null | null | null | null | null |
11,498,831 | null |
comment
|
joeld42
| 1,460,655,708 |
- Someone saves data as text with a simple format<p>- It works great, lots of people start using it<p>- People start adding features to fix annoying things with the format, add support for binary data, comments, schemas, add more metadata etc..<p>- Many versions proliferate, people start writing converters and verifiers<p>- A standards committee is formed and write an 800 page spec and 80kloc reference implementation<p>- Eighteen different libraries wrap or reimplement the reference implementation<p>- Someone gets fed up with this nonsense and converts their app to save their data in a new simple text format.<p>- The circle of life continues.<p>I love this idea and wish json had comments, too, but if you start hitting the point where JSON is not expressive or fluid enough, that's a hint that it's probably not the right thing for what you're doing. This variant puts a lot of work into human-friendly json, but if you're doing a lot of hand-editing of a file, it should probably not be JSON.
| null | 11,497,826 | null |
[
11499910,
11499659
] | null | null | null | null | null |
11,498,787 | null |
comment
|
awinter-py
| 1,460,655,429 |
I still have the CD-ROM from visual C++ 6.0, is that better than this? (service pack 1)
| null | 11,498,000 | null | null | null | null | null | null | null |
11,498,794 | null |
comment
|
detaro
| 1,460,655,474 |
NO SCREAMING PLEASE ;)
| null | 11,498,739 | null | null | null | null | null | null | null |
11,498,790 | null |
comment
|
rosser
| 1,460,655,459 |
Table saws should <i>never</i> be used on flesh. rm(1) should <i>always</i> be used on files. How in FSM's noodly universe is the command supposed to intuit which files it <i>should</i> safely delete versus those it <i>shouldn't</i>?<p>> <i>...or administrative action.</i><p>You mean like, "sudo rm -rf {$undefined_value}/{$other_undefined_value}"? D'oh!
| null | 11,498,719 | null |
[
11501212,
11498926,
11501096
] | null | null | null | null | null |
11,498,806 | null |
comment
|
DDub
| 1,460,655,549 |
Unless you're mirroring across more than 2 drives, you have an AID setup.
| null | 11,498,578 | null |
[
11498907
] | null | null | null | null | null |
11,498,788 | true |
comment
| null | 1,460,655,454 | null | null | 11,494,699 | null | null | null | null | null | null | null |
11,498,792 | null |
comment
|
jongalloway2
| 1,460,655,468 |
Yes, from these presentations 13 days ago:<p>The Future of Visual Studio (<a href="https://channel9.msdn.com/Events/Build/2016/B859" rel="nofollow">https://channel9.msdn.com/Events/Build/2016/B859</a>)<p>Building Desktop Apps in Visual Studio vNext (<a href="https://channel9.msdn.com/Events/Build/2016/B824" rel="nofollow">https://channel9.msdn.com/Events/Build/2016/B824</a>)
| null | 11,498,366 | null | null | null | null | null | null | null |
11,498,793 | null |
comment
|
KirinDave
| 1,460,655,472 |
¯\_(ツ)_/¯<p>But that argument revolves around the growing importance of the Microsoft software store. Its actually an argument between ISVs and Microsoft about how much control MS can have in software distribution and security.
| null | 11,495,532 | null | null | null | null | null | null | null |
11,498,797 | null |
comment
|
ultramancool
| 1,460,655,490 |
<a href="https://en.wikipedia.org/wiki/Atom_%28text_editor%29" rel="nofollow">https://en.wikipedia.org/wiki/Atom_%28text_editor%29</a><p>Atom = 2014<p><a href="https://en.wikipedia.org/wiki/Visual_Studio_Code" rel="nofollow">https://en.wikipedia.org/wiki/Visual_Studio_Code</a><p>VSCode = 2015<p>Am I missing something? Sure, MS had some preview online IDE thing before VSCode came out, but that's not the same thing obviously.
| null | 11,498,720 | null |
[
11498851
] | null | null | null | null | null |
11,498,785 | null |
comment
|
a_imho
| 1,460,655,409 |
I think you have a very valid point and seeing it downvoted instead of debated shows most of us are not bothered by that status quo. You can call your representative every time you think a legislation tries to overreach and hope your voice is heard, or instead of the symptoms you can treat the root cause. I believe the easier problem is to design a more just system which inherently advocates freedom and self regulates, while the much harder is to incentivize people to actually move away from the current one. Especially because usually the ones benefiting are the same ones holding the keys.
| null | 11,497,069 | null |
[
11499640
] | null | null | null | null | null |
11,498,807 | null |
comment
|
pvinis
| 1,460,655,558 |
how so?
| null | 11,494,737 | null | null | null | null | null | null | null |
11,498,799 | null |
story
|
bgrant
| 1,460,655,516 | null | null | null | null | null |
http://www.bluemedora.com/blog/converged-monitoring-within-vrealize-operations/
| 1 |
Converged Monitoring Within VRealize Operations
| null | 0 |
11,498,801 | null |
story
|
sltz
| 1,460,655,524 | null | null | null | null |
[
11501385,
11498845
] |
http://www.alluxio.com/2016/04/getting-started-with-alluxio-and-spark/
| 11 |
A very useful tutorial about how to run Alluxio, Spark, and S3 together
| null | 1 |
11,498,778 | null |
comment
|
russell_h
| 1,460,655,390 |
I switched from Atom to VSCode for Go development on OSX a few weeks ago while Atom's Go plugin was going through a rough few days, and haven't been able to go back.<p>The patterns of use take a little getting used to coming from Atom or Sublime, but VSCode gives me real static-language IDE features that "just work" simply by installing the Go plugin. Comparable functionality in Atom requires multiple plugins and I never managed to make a few of them work at all. The control+tab file switching quickly became second nature.<p>I never had the performance issues some people have with Atom (on a 5 year old laptop), but VSCode feels a little quicker at some things. Nothing to write home about.<p>I love Atom's direction (plugability, a well-cultivated ecosystem, discoverable configuration), but for sheer usability I'm sticking with VSCode for now.
| null | 11,498,000 | null |
[
11499008
] | null | null | null | null | null |
11,498,813 | null |
comment
|
bb88
| 1,460,655,615 |
It should be economically efficient for people to live in big cities. Smaller living spaces are more economical than larger ones. Public transportation can be used instead of building larger roadways. The cost to live there may be more expensive, but the taxes go further, and taxes should be lower. Lower taxes and higher density means more companies will come into the city to hire, etc.<p>That's not true right now for a number of reasons, but that's why large cities exist.<p>If rent is too high, it just means that there's not enough supply. And the city should fix that.
| null | 11,495,940 | null | null | null | null | null | null | null |
11,498,812 | null |
comment
|
smhenderson
| 1,460,655,608 |
Have you tried Vim 8? One of the major updates is plugin package management. Can't say much about it, haven't upgraded yet, but the write up on it looks promising.
| null | 11,498,562 | null |
[
11499010
] | null | null | null | null | null |
11,498,834 | null |
comment
|
teh_klev
| 1,460,655,713 |
The link to The UHH in that article appears to be broken, here's an archived copy:<p><a href="https://web.archive.org/web/20120213211126/http://m.simson.net/ugh.pdf" rel="nofollow">https://web.archive.org/web/20120213211126/http://m.simson.n...</a>
| null | 11,498,263 | null | null | null | null | null | null | null |
11,498,832 | null |
comment
|
PuerkitoBio
| 1,460,655,708 |
From the docs:<p><pre><code> > When you omit quotes the string ends at the newline.
> Preceding and trailing whitespace is ignored as are escapes.
>
> A value that is a number, true, false or null in JSON is
> parsed as a value. E.g. 3 is a valid number while 3 times is
> a string.
</code></pre>
(edit: formatting)
| null | 11,498,465 | null |
[
11499886,
11500464,
11500970
] | null | null | null | null | null |
11,498,826 | null |
comment
|
agentultra
| 1,460,655,676 |
Programming is hard because thinking is hard.<p>I think it's entirely reasonable to write security-focused software in a highly restricted language with concrete formal semantics.<p>The problem with trivial examples is that they're often constructed to prove a point and don't represent what a real developer would write if they were to seriously consider the problem in C.
| null | 11,498,602 | null |
[
11499096
] | null | null | null | null | null |
11,498,822 | null |
comment
|
pcwalton
| 1,460,655,648 |
And everyone will have to accept the performance loss--and there will be performance loss. This is acceptable for many applications, don't get me wrong. But it will be a tough sell.<p>If you want to get people using a Friendly C, you need to start convincing the biggest <i>users</i> of C and C++ that they should give up performance for a simpler dialect of the language. Like politicians responding to voters, compiler authors respond to what their customers demand. Up to now, their customers have demanded performance. It's not their fault for listening to them.
| null | 11,498,622 | null |
[
11499056,
11506136,
11499009,
11499263,
11501473
] | null | null | null | null | null |
11,498,818 | null |
comment
|
mgkimsal
| 1,460,655,639 |
> but for the people like me who don't or can't use terminal based editors, VSCode is quite literally the best.<p>Sure, if you find fault with and don't use the 14 other options, the one you're left is, quite literally, the best.
| null | 11,498,462 | null | null | null | null | null | null | null |
11,498,842 | null |
comment
|
emodendroket
| 1,460,655,737 |
And yet again no date format. Am I the only person who is ever inconvenienced by this? It seems like it's so obviously the most glaring flaw with JSON that I'm surprised nobody wants to fix it.
| null | 11,498,191 | null |
[
11498903,
11502492
] | null | null | null | null | null |
11,498,819 | null |
comment
|
JBReefer
| 1,460,655,641 |
Can you talk about how you use it?
| null | 11,498,278 | null | null | null | null | null | null | null |
11,498,815 | null |
comment
|
weaksauce
| 1,460,655,630 |
Is there a version of ansible that doesn't have this behavior?
| null | 11,497,906 | null |
[
11498956
] | null | null | null | null | null |
11,498,843 | null |
comment
|
atonse
| 1,460,655,794 |
So essentially, I think vim-mode in atom actually uses NeoVim's headless VIM engine, which is why it's more full featured. But don't quote me on that :)<p>The ideal VIM mode plugin for VS Code would do the same.
| null | 11,498,760 | null |
[
11500095
] | null | null | null | null | null |
11,498,841 | null |
story
|
ashitlerferad
| 1,460,655,736 | null | null | null | null | null |
http://www.ush.it/team/ascii/hack-tricks_253C_CCC2008/wysinwyc/what_you_see_is_not_what_you_copy.txt
| 3 |
What you see is not what you copy (2008)
| null | 0 |
11,498,810 | null |
comment
|
nkw
| 1,460,655,571 |
I hate to say it but my first thought was "Hey it is Clippy[1] for developers"! But after reading on I think it is a really great idea and looks nice. I will certainly give it a try.<p>[1] <a href="https://en.wikipedia.org/wiki/Office_Assistant" rel="nofollow">https://en.wikipedia.org/wiki/Office_Assistant</a>
| null | 11,497,139 | null | null | null | null | null | null | null |
11,498,830 | null |
comment
|
molecule
| 1,460,655,701 |
That behavior annoys me. I use these extensions separately to avoid it:<p>- Empty New Tab Page, <a href="https://chrome.google.com/webstore/detail/empty-new-tab-page/dpjamkmjmigaoobjbekmfgabipmfilij?hl=en-US" rel="nofollow">https://chrome.google.com/webstore/detail/empty-new-tab-page...</a><p>- Google Art Project, <a href="https://chrome.google.com/webstore/detail/google-art-project/akimgimeeoiognljlfchpbkpfbmeapkh" rel="nofollow">https://chrome.google.com/webstore/detail/google-art-project...</a>
| null | 11,497,975 | null | null | null | null | null | null | null |
11,498,811 | null |
comment
|
emodendroket
| 1,460,655,589 |
I'm not using a nonstandard JSON extension unless it implements a standard freaking date format. I also don't think bare strings are necessarily a great idea since they lose implicit type information.
| null | 11,497,826 | null | null | null | null | null | null | null |
11,498,827 | null |
comment
|
snuxoll
| 1,460,655,677 |
If I didn't run Fedora and CentOS on my servers at work I would probably switch to Tumbleweed on my XPS 13. In reality I shouldn't really <i>need</i> to keep my development environment so close to what I deploy on, but it's nice to be able to quickly test a RPM I'm packaging without needing access to my server at home/work or dealing with a VM or docker.
| null | 11,495,968 | null | null | null | null | null | null | null |
11,498,840 | null |
comment
|
ceejayoz
| 1,460,655,732 |
Tagging error, most likely.<p>A sports database guy I know found the shot and it's certainly not a fourteen foot jump: <a href="https://twitter.com/seanlahman/status/720668150258393088" rel="nofollow">https://twitter.com/seanlahman/status/720668150258393088</a>
| null | 11,495,828 | null | null | null | null | null | null | null |
11,498,821 | null |
comment
|
bpicolo
| 1,460,655,643 |
Someone I know can only ping localhost as root on his Mac. Still haven't figured that one out hah
| null | 11,497,444 | null | null | null | null | null | null | null |
11,498,849 | null |
comment
|
pknerd
| 1,460,655,819 |
>Vim and Emacs are still superior if you want to put the time >in,<p>TBH, not every developer is willing to become a <i>power user</i> or interested to learn an IDE instead of the language itself. Being someone who worked on VStudio alot and now on Linux/Mac based tools, I can safely say that Microsoft tools are <i>Developers friendly</i> most of the time. It's good they are introducing same touch for Linux/OSX community.
| null | 11,498,640 | null |
[
11499514,
11499433,
11499071,
11502571,
11499661
] | null | null | null | null | null |
11,498,845 | null |
comment
|
sunpeiaron
| 1,460,655,805 |
Looks great!
| null | 11,498,801 | null | null | null | null | null | null | null |
11,498,802 | null |
story
|
ashitlerferad
| 1,460,655,524 | null | null | null | null | null |
http://bonedaddy.net/pabs3/log/2014/02/17/pid-preservation-society/
| 1 |
Shell metacharacter injection attacks (2014)
| null | 0 |
11,498,809 | null |
story
|
adenadel
| 1,460,655,571 | null | null | null | null | null |
https://www.technologyreview.com/s/601263/why-a-chip-thats-bad-at-math-can-help-computers-tackle-harder-problems/
| 3 |
Why a Chip That’s Bad at Math Can Help Computers Tackle Harder Problems
| null | 0 |
11,498,833 | null |
comment
|
frik
| 1,460,655,713 |
Does VSCode 1.0 still come with the tracking and analytics (phone home stuff) that cannot be turned off?
| null | 11,498,000 | null |
[
11500209,
11499613,
11501908,
11500425,
11499102
] | null | null | null | null | null |
11,498,836 | null |
comment
|
atonse
| 1,460,655,717 |
They've demonstrated it too. With Roslyn being a "compiler as a service" and the OmniSharp umbrella of plugins, now VS Code and Sublime Text all have the same intelligence (and IntelliSense) that Visual Studio has. Everything else (IMO) is much easier chrome around that fundamental experience, and can easily be filled in over time.<p>In the C# talk at Build [1], they demonstrated visual debugging using VS code. It was pretty awesome.<p>[1] <a href="https://channel9.msdn.com/Events/Build/2016/B889" rel="nofollow">https://channel9.msdn.com/Events/Build/2016/B889</a>
| null | 11,498,505 | null | null | null | null | null | null | null |
11,498,789 | null |
comment
|
dom96
| 1,460,655,459 |
> gedit took way too much memory<p>Can you elaborate?
| null | 11,498,462 | null |
[
11499648
] | null | null | null | null | null |
11,498,848 | null |
comment
|
abritishguy
| 1,460,655,814 |
I'm curious as to what makes you think that Java is preferable to Go for a large webapp that "spends most of its time talking to databases or message queues".<p>I would have thought that the Go's concurrency model would give it an edge.
| null | 11,498,752 | null |
[
11500313,
11499338,
11502369
] | null | null | null | null | null |
11,498,817 | null |
comment
|
pixl97
| 1,460,655,630 |
The legal system describes punishment, not protection. The legal system only works inside of said country and does not pertain to outside actors, individual or state level that are beyond your prosecution. Even the government itself protects itself from itself by using compartmentalization. By giving the government the keys to everything we have ruined said compartmentalization and put everyone at risk.
| null | 11,497,974 | null | null | null | null | null | null | null |
11,498,796 | null |
comment
|
snuxoll
| 1,460,655,483 |
To me this is more worrying for GPU's at future process nodes. Most modern video games push my i5-4570 to reasonable levels, but my R9 290 uses over 3X the power (and generates 3X the heat). If electromigration is much more prominent due to feature size we could see GPU's dying a lot faster than CPU's.
| null | 11,494,147 | null | null | null | null | null | null | null |
11,498,852 | null |
comment
|
scott_yoder
| 1,460,655,835 |
Here's the spec, in case anyone is interested: <a href="https://github.com/google/eddystone/tree/master/eddystone-eid" rel="nofollow">https://github.com/google/eddystone/tree/master/eddystone-ei...</a>
| null | 11,498,404 | null | null | null | null | null | null | null |
11,498,855 | null |
comment
|
akavi
| 1,460,655,848 |
What does the implementation of `byName` look like? I'm not sure I understand what its return type would be.
| null | 11,498,042 | null |
[
11499136,
11499107
] | null | null | null | null | null |
11,498,853 | null |
comment
|
AlexandrB
| 1,460,655,837 |
There were examples in the linked message board post [1]. Note how there is now a paragraph describing why the code is written with 4 casts instead of comparing pointers naively. Multiply this by hundreds of instances of similar code in a large code base.<p>[1] <a href="http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=tools/libxl/libxl_event.c;h=02b39e6da8c65c033c99a22db4784de8d7aeeb7a;hb=HEAD#l458" rel="nofollow">http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=tools/libx...</a>
| null | 11,498,338 | null |
[
11502442
] | null | null | null | null | null |
11,498,816 | null |
comment
|
rosser
| 1,460,655,630 |
This is probably a far better solution than trying to make rm smarter about which kinds of files it's somehow either "safe" or "unsafe" to unlink. Even then, though, you'd still get people who invoke it with "--across-devices --yes-i-really-mean-it" set, with unexpected and disastrous consequences.<p>And then someone will come along and bitch that rm isn't safe enough <i>yet again</i>.
| null | 11,498,772 | null |
[
11499019,
11500243
] | null | null | null | null | null |
11,498,814 | null |
story
|
nraboy
| 1,460,655,616 | null | true | null | null | null |
http://blog.couchbase.com/2016/april/embed-couchbase-in-an-iot-project-for-data-synchronization
| 1 |
Embed Couchbase in an IoT Project for Data Synchronization
| null | null |
11,498,847 | null |
comment
|
switch007
| 1,460,655,813 |
Perhaps so. e.g. in Greater Manchester rent might be £470 for a 2 bed terraced house whereas the mortgage would be about £300-400, depending on interest rate, but a mortgage payment isn't a direct comparison to a rent payment: you need life insurance, buildings insurance, contributions to a repairs fund, service fees if a flat, upfront costs to be amortised over the duration of ownership etc (but those payments are not necessarily the difference).<p>Also, the set of people who are renting and unable to get a mortgage I imagine is quite large.
| null | 11,496,617 | null |
[
11501627
] | null | null | null | null | null |
11,498,851 | null |
comment
|
devy
| 1,460,655,825 |
Yes you are. Please read the original blog post. [1][2]<p>Visual Studio code was originated from "Monaco" team, dated back in 2013.<p>Eletron (formally Atom-shell) was dated in Feb-March 2014.[3]<p>[1] <a href="http://code.visualstudio.com/blogs/2016/04/14/vscode-1.0" rel="nofollow">http://code.visualstudio.com/blogs/2016/04/14/vscode-1.0</a><p>[2] <a href="http://arstechnica.com/information-technology/2015/04/microsofts-new-code-editor-is-built-on-googles-chromium/" rel="nofollow">http://arstechnica.com/information-technology/2015/04/micros...</a><p>[3] <a href="https://en.wikipedia.org/wiki/Electron_(software_framework)" rel="nofollow">https://en.wikipedia.org/wiki/Electron_(software_framework)</a>
| null | 11,498,797 | null |
[
11499198,
11500964
] | null | null | null | null | null |
11,498,829 | null |
comment
|
vvanders
| 1,460,655,699 |
Sure, much like C/C++ <i>could</i> have GC by embedding Lua, Spidermonkey, etc(fun fact Epic implemented their own C++ based GC for Unreal3).<p>It's not a forced requirement :).
| null | 11,498,782 | null |
[
11499049,
11502377
] | null | null | null | null | null |
11,498,844 | null |
comment
|
yisheng
| 1,460,655,802 |
Nice references. Thanks!
| null | 11,498,538 | null | null | null | null | null | null | null |
11,498,839 | null |
comment
|
ASalazarMX
| 1,460,655,726 |
It is probably an issue with your video driver. No text editor should feel laggish right off the bat. The open source Radeon driver is prone to sluggishness.
| null | 11,498,344 | null | null | null | null | null | null | null |
11,498,846 | null |
comment
|
NateDad
| 1,460,655,810 |
> >Do we have 67 implementations of sort.Interface?<p>> Hahaha. This has to be satire right?<p>Nope.<p><pre><code> /home/nate/src/github.com/juju/juju$ grep -r ") Less(" . | wc -l
67
</code></pre>
(granted, 10 are under the .git directory, so I guess 57)<p>But in any other language, we'd still have the same 57 definitions of how to sort a type.... we'd just have 3 fewer lines of boilerplate for each of those (which live off in the bottom of a file somewhere and will never ever need to change).
| null | 11,498,552 | null |
[
11498958,
11499390
] | null | null | null | null | null |
11,498,798 | null |
comment
|
paloaltokid
| 1,460,655,508 |
<i>> I feel like the only programmer who is intensely aware of the emotional state of my colleagues. I can sometimes tell people what they are feeling (when they are opening up) and it shocks them because I know it better than they do.</i><p>You are not alone. I often feel the same way. I'm going to assume that you work primarily with male programmers, since that's the makeup of our industry. (In all of my jobs, most of the programmers I've worked with have been male).<p>I think guys generally are actually quite emotional, much much more than they let on. But our culture has very strange notions around masculinity and what it means to be male. Vulnerability, empathy, intuition, these things are not instilled in us as positive character traits for a man. Instead, rationality, self-reliance, self-confidence, and detachment from emotion are elevated as things to aspire to.<p>There is absolutely value in being rational, self-confident, and being able to not get taken out by your emotions in a crisis situation. But when you use those things all the time in your life to get by, they become a real handicap.<p>I can't tell you how many times I've worked with guys who I <i>knew</i> were going through a lot (parents with mental illness, divorce, troubled home life) but tried so hard not to let on and at the same time <i>never talked about it</i> when given an opening.<p>We have really screwed ourselves over as a culture and we owe it to our sons to redefine what masculinity is so that they don't have to endure the same emotional hangups as us.
| null | 11,497,375 | null |
[
11499193,
11499021
] | null | null | null | null | null |
11,498,803 | null |
comment
|
krat0sprakhar
| 1,460,655,532 |
I've been writing OCaml for a while and seeing that VSCode has a pretty sweet integration for F# gets me quite excited. Is there anyone here who's running F# on Linux / OSX and can share their thoughts?
| null | 11,498,000 | null |
[
11499040
] | null | null | null | null | null |
11,498,823 | null |
comment
|
kilbuz
| 1,460,655,655 |
Fussell's 'Class' book, although dated, is a useful guide for many of these questions. And a hilarious read.
| null | 11,494,649 | null | null | null | null | null | null | null |
11,498,856 | null |
comment
|
Disruptive_Dave
| 1,460,655,854 |
Took me until a few years ago (36yo right now) to really come to terms with this, and since then the seedling has grown tremendously. That martyr syndrome ran rampant in my early work years, and it implanted bad habits from the beginning.<p>I still haven't been able to fully decouple myself from carrying work around as if it is my actual reason for being, but the unburdening has commenced. And anyone trying to figure it out, just spend some time thinking about the title of this thread. It's not so much about reconfiguring my schedule or "hacking" my time management (tho that helps), it's was the mindset changed that led to the "oh, shit" moment(s).
| null | 11,497,931 | null | null | null | null | null | null | null |
11,498,828 | null |
comment
|
cptskippy
| 1,460,655,686 |
I think what the author poorly articulated was that with UWP, Microsoft has the opportunity to create new hardware tiers developers can target. If, instead of creating a tier above the Xbox, Microsoft created one below it then I see tremendous opportunity.<p>Imagine if Microsoft had devices at the Amazon Dash, Android TV, and Xbox One tiers that all supported UWP and Cortana. That would be a boon for developers.<p>Microsoft could also introduce a beefed up Xbox One with more powerful CPU/GPU if it did so without creating a new tier. It could do something along the lines of the High-def packs that we see in PC games where everything functionally remains the same but the newer model receives higher resolution texture, models with more triangles, and can render out in 1080p:60fps or 4k.
| null | 11,497,751 | null | null | null | null | null | null | null |
11,498,800 | null |
comment
|
ancap
| 1,460,655,521 |
>Great! Then you should be strongly in favor of a basic income, because part of the logical construction of BI is the abolition of minimum wage.<p>Nope.<p>>Minimum wage is a collective agreement to avoid people working below subsistence wages. Once subsistence is guaranteed covered by BI, there will be much less need for low end wage distortions.<p>No, minimum wage is a political stunt which results unemployment. That is why you now see the same union lobbyists who pushed for the $15 minimum wage now lobbying for exemptions for their unions.<p>>Admittedly, many wealthy people seem to prefer having subsistence not guaranteed, it makes negotiating for low wage low skill servants much easier.<p>Are you suggesting that wealthy people are ok if all of their workers died? Seems pretty ridiculous. If I am opposed to someone stealing my wallet, does that mean I am in favor of their kids starving to death?
| null | 11,498,555 | null | null | null | null | null | null | null |
11,498,857 | null |
comment
|
headShrinker
| 1,460,655,857 |
> Secular/Nonreligious/Agnostic/Atheist<p>I don't think it's accurate measure to group these.
| null | 11,498,461 | null |
[
11499219
] | null | null | null | null | null |
11,498,858 | null |
story
|
jonbaer
| 1,460,655,858 | null | null | null | null | null |
http://motherboard.vice.com/read/rcmp-blackberry-project-clemenza-global-encryption-key-canada
| 3 |
How Canadian Police Intercept and Read Encrypted BlackBerry Messages
| null | 0 |
11,498,859 | null |
comment
|
daveguy
| 1,460,655,859 |
Good points about the ISP. But don't we have pretty good evidence for apps installed being tracked? Installed apps are certainly recorded with the windows install system. Login and app use are both recorded in logs -- I'm pretty sure when they say they are collecting general use information to improve the windows experience it means they are sending those logs back to MS.<p>Edits: clarity
| null | 11,498,783 | null | null | null | null | null | null | null |
11,498,860 | null |
comment
|
intrasight
| 1,460,655,863 |
Probably a good option for newbies, but anyone that's been coding for any length of time will already have too much muscle memory to warrant a switch. For me it's Emacs for editing and Visual Studio Pro for "project administration" and in the rare situation, interactive debugging. I've not yet made the leap to OmniSharp, but that's what is next.
| null | 11,498,000 | null | null | null | null | null | null | null |
11,498,861 | null |
comment
|
ipsum2
| 1,460,655,876 |
It looks to me like those are Kiva robots.
| null | 11,497,981 | null | null | null | null | null | null | null |
11,498,862 | true |
comment
| null | 1,460,655,877 | null | null | 11,497,319 | 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.