Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crandycodes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
by
crandycodes
2y ago
If the government was also addressing the concentration of power in the American social media apps, I’d buy it. If this was about making laws on what info phones could record about you, I’d buy it. If this was about establishing transparenc
2.
▲
by
crandycodes
2y ago
It's possible that "Open Source" here is the OSI definition, which FSF has some objections to. If "Closed Source" just means "not Open Source as OSI defines it", then it is true that some non-OSI software
3.
▲
by
crandycodes
3y ago
I disagree. If just expecting good outcomes worked, why would we have any laws at all? Before we had laws on child labor, we had children working and falling into heavy machinery. Before we had laws on food quality, you had to guess which m
4.
▲
by
crandycodes
3y ago
+1 for Brother. Had the same one (MFC-L3750CDW) for years now. Just works. No weird subscription push. No weird apps to manage it. Actually integrates with 3rd party software easily. Everything I need and nothing I don't.
5.
▲
by
crandycodes
3y ago
> The situation that the VCs and founders are in is often enviable, but isn't really relevant here. Respectfully disagree. It's relevant to the extent the parent comment was talking about employees wanting to have someone else
6.
▲
by
crandycodes
3y ago
That seems like an odd way to frame it, imo. "Holding the bag" usually implies something negative, as in someone will be "caught" with something bad. As in the employees are looking to dupe someone into buying what they
7.
▲
by
crandycodes
3y ago
"Converting between units is a useful skill" - is it intrinsically useful or just useful because we are forced to do it with the status quo?
8.
▲
by
crandycodes
4y ago
Handle what, exactly? Are you actually experiencing any issues from not doing these things or are you experiencing FOMO? You've not articulated any problem you're facing. Accusing others of being fake and producing crap may make y
9.
▲
by
crandycodes
4y ago
It is rational for governments to be defensive of practices which externalize costs onto 3rd parties, and they have to balance it with a number of factors including innovation. It is easier to understand this with health, as compared to pri
10.
▲
by
crandycodes
5y ago
(Disclosure: Work at Microsoft, but I work in Azure and some open source stuff, not on or directly with Fluid/Office/etc.) That's just a trademark clause for Microsoft logos and brands. The Fluid Framework itself is MIT licen
11.
▲
by
crandycodes
5y ago
No one things FB is evil because they aren't transparent. It is because of the observable harm on society and their perceived reluctance to mitigate that harm. Internally, they also suffer with retention because employees don't wa
12.
▲
by
crandycodes
5y ago
For me, I never really made friends in the office, but I did make friends from the office and my profession from outside of the office activities. Conferences, education, meetups, big morale events. These things have stopped, for me, since
13.
▲
by
crandycodes
5y ago
As someone who's needed to maintain complex, high-performance database drivers that needed to work across a bunch of different platforms, I've been following them and their predecessors of OpenTracing/OpenCensus. The problem
14.
▲
by
crandycodes
6y ago
I work at Microsoft and in Azure Cosmos DB, the same org as Steve. Leadership believing in remote makes all the difference. We'd been doing more and more remote hiring in the years before COVID, especially when remote made a specific s
15.
▲
by
crandycodes
6y ago
Distasteful speech is legal and so is kicking distasteful speech off your private platform. The primary limitation on what businesses can and can't do with who uses their platforms are that they need to avoid affecting protected classe
16.
▲
by
crandycodes
6y ago
I've done this as well. Been at MSFT for 7 years, been on 5 different teams, and switched between PM and Dev a few times. It's been great from a quality of life perspective, I think. I've got a lot of experience I wouldn'
17.
▲
by
crandycodes
6y ago
(disclosure I work for Microsoft but not on this stuff) Biggest benefit for me has been how simple it has made ssh on Windows. I got a nicer spec'd Surface Laptop 3 during my last hardware refresh and haven't missed Macbook at all
18.
▲
by
crandycodes
6y ago
If the field just needs messaging and positioning info, you're good. In my business, customers usually assemble a bunch of our products (and potentially competitors) together into a solution. We usually have 3-4 different options for e
19.
▲
by
crandycodes
6y ago
I'd also give a suggestion that if you're working on a B2B product (especially one with "Enterprise Sales"), you might be CEO of your product, but you're not gonna be able to boss around the COO/VP of sales and
20.
▲
by
crandycodes
7y ago
Azure Cosmos DB (Microsoft) | https://www.joincosmosdb.com/#section-5ae2d219f99c1-title | Redmond, WA | Vancouver, BC | Full-time | REMOTE The Azure Cosmos DB team is looking to continue to grow its SDK and drivers team. Sp
21.
▲
by
crandycodes
7y ago
I didn't know about this project. I've wanted something like this for like 2 years or so.
22.
▲
by
crandycodes
8y ago
I was confused by this comment but I think what you're trying to criticize is this: "Mariott didn’t take enough precautions to pretend being victim of a hacker." I agree with that criticism. It's not a crime to be a vict
23.
▲
by
crandycodes
8y ago
Put another way: Marriott is the victim of "cyber" crimes. Marriott's customers are victims of Marriott's negligence. I'd argue it has nothing to do with corporation or non-corporation. If someone is injured in a ca
24.
▲
by
crandycodes
9y ago
Maybe they already have a Node environment set up and appreciate not having to context switch?
25.
▲
Announcing the General Availability of Azure Event Grid
(azure.microsoft.com)
11 points
by
crandycodes
9y ago
|
4 comments
26.
▲
by
crandycodes
9y ago
Persona as a "mascot" for a scenario has been helpful for me. It helps to think through the idea from the user's point of view, not how the software wants to be written, so to speak. Having two personas for a scenario also he
27.
▲
by
crandycodes
9y ago
Asynchronous I/O refers to the fact that all I/O interactions default to being asynchronous in JS, not the fancy new `await` keyword, which is nice, but just sugar around Promises. The result of this default is that makes a best p
28.
▲
by
crandycodes
9y ago
They haven't monetized even after kicking off the devs. :)
29.
▲
by
crandycodes
9y ago
I'm one of the devs on Azure Functions. In general, the trick is to basically never be cold. When you get assigned an instance, you keep it for a while before we put it to sleep. On the first call, you get assigned a "pre-warmed&q
30.
▲
Create an Azure Function Triggered by Azure Cosmos DB
(docs.microsoft.com)
15 points
by
crandycodes
9y ago
|
2 comments
More ›