Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sootzoo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sootzoo
10y ago
If you don't mind dropping a few bucks on Coursera, Tim Roughgarden's algorithms sequence adopted from his Stanford lectures and MOOC are exceptional: https://www.coursera.org/specializations/algorithms Can&#
2.
▲
by
sootzoo
10y ago
I really had problems going this route (Ubuntu host with Windows guest). While the guest ran in VB reasonably well, trying to snapshot a baseline image and generally use VBox differencing disks quickly ran me out of space on the host SSD. E
3.
▲
The Nation Learns to Move On
(2d.laboratorium.net)
2 points
by
sootzoo
10y ago
|
0 comments
4.
▲
by
sootzoo
10y ago
It's worth pointing out that this style rule itself is optional, which is to say they're not making a recommendation here, just providing an example of what applying the rule would look like. It carries the same weight as, say, th
5.
▲
by
sootzoo
10y ago
My experience has been the auto-upgrade works without requiring reinstall (and indeed just did so to GA last night). I don't think there's any specific fresh install requirement.
6.
▲
by
sootzoo
10y ago
> They are conspiring to replace an existing employee. That says enough. If the organization were "healthy" they would be upfront with the existing manager and allow him/her to gracefully exit. You seem to start from this
7.
▲
by
sootzoo
10y ago
I use it daily (running both Visual Studio 2015 and Visual Studio Code). For me, it's a Sublime Text killer. We have some small node apps, endless python scripts and I routinely deal with configuration files, XML, JSON, even just machi
8.
▲
by
sootzoo
11y ago
Here is Brian Harry at MS on this very topic about a year ago: https://blogs.msdn.microsoft.com/bharry/2015/03/12/the-futur... > "Most of our customers still use TFVC and we value this tremendous
9.
▲
by
sootzoo
11y ago
Again, you're citing the source control system as the primary feature. TFS is an entire application lifecycle management suite, not just version control. You seem to (continue to) ignore this. Its closest analogue is probably the entir
10.
▲
by
sootzoo
11y ago
> Because tfs is dying. Why port over tooling for a source management system that is on it's deathbed? [citation needed] Visual Studio Online (which is pretty much TFS in the cloud) is alive and well. And improvements made to VSO ha
11.
▲
The wreck of Train 188
(philly.com)
1 points
by
sootzoo
11y ago
|
0 comments
12.
▲
by
sootzoo
12y ago
The bigger crime is that there's a perfectly good permalink for every FB post, but nobody seems to use it to reference content, when @-ing a friend is easier, quicker, and supported on every client.
13.
▲
by
sootzoo
12y ago
There's no requirement that you use your home address for registrars (or the IRS, for that matter). It's also not terribly expensive to get a PO Box/virtual office address, and if you're concerned about privacy then it s
14.
▲
by
sootzoo
12y ago
Agree with the complaint but not the workaround; there is Tuple<string, string>, after all, so maybe something like this? Tuple<string, string> fullName = ParseName(fullName); var firstName = fullName.Item1; var lastN
15.
▲
by
sootzoo
12y ago
It's also much the same content as: http://msdn.microsoft.com/en-us/magazine/dn802602.aspx
16.
▲
by
sootzoo
12y ago
I love the following list on Reddit for TNG and DS9: http://www.reddit.com/r/DaystromInstitute/wiki/algernoneplis...
17.
▲
by
sootzoo
12y ago
Windows Server has supported "Core" editions of its products back to 2008 where the UI is simply a login screen and command prompt for remotely-managed/headless operation. In my experience most Windows admins still prefer the
18.
▲
by
sootzoo
12y ago
Reminds me of Nomic[1], a thought experiment which appears in an appendix to Peter Suber's excellent book, "The Paradox of Self-Amendment" [2]. Choice quote from the introduction to Nomic: If law-making is a game, then i
19.
▲
by
sootzoo
12y ago
I think he makes the case (and I agree) that if you create a substantial number of TODOs and they manifest as IDE/compile-time warnings, they eventually become noise which you learn to ignore instead of fix.
20.
▲
Design patterns of 1972
(blog.plover.com)
9 points
by
sootzoo
13y ago
|
0 comments
21.
▲
by
sootzoo
13y ago
There's an answer [1] on the linked SO thread (flip to the first page) but basically, the following two lines are equivalent in C: a[10] 10[a] This is because a[10] is equivalent to (a + 10), and 10[a] is equivalent to (10 + a), as
22.
▲
Yahoo Can't Cope with Cyber Monday
(cnbc.com)
5 points
by
sootzoo
13y ago
|
1 comments
23.
▲
by
sootzoo
13y ago
Just view it in Print mode instead: http://www.anandtech.com/print/6972/xbox-one-hardware-compar...
24.
▲
Class of 2013: Learn To Write Code, Sure. But Really Learn to Write.
(linkedin.com)
2 points
by
sootzoo
13y ago
|
0 comments
25.
▲
by
sootzoo
13y ago
Tim Cook, I'd imagine.
26.
▲
by
sootzoo
13y ago
> Run the math, if you are paying 2% fees, you are getting straight up robbed. If your employer doesn't offer low-fee index funds, it would be worth your while to make sure that they get some onto your 401k portfolio. Worth my while, tr
27.
▲
by
sootzoo
13y ago
> But at least in theory what Wall Street is selling you here is better return than what you could make on an index fund. Often, 401k's offer few, if any, index funds and at drastically higher fees, even if the fees are lower than activ
28.
▲
The public ombudsman (or Facts don't work the way we want)
(hyperorg.com)
2 points
by
sootzoo
14y ago
|
0 comments
29.
▲
by
sootzoo
14y ago
As mentioned in the SO question, the head of Google's accessibility team, T. V. Raman [1], is blind. I feel like this speaks volumes about the opportunities for disabled programmers on its own, and, though a bit cliche, reinforces the thing
30.
▲
by
sootzoo
14y ago
That's a great read too. Is the paraphrasing of Peggy McIntosh intentional? Her "Unpacking the Invisible Knapsack" ( http://ted.coe.wayne.edu/ele3600/mcintosh.html ) is a classic in sociology and race studies literature, for anyone interest
More ›