Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
randomdata
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
151.
▲
by
randomdata
2y ago
> No-one was referring to moving business Exactly. So where do you think the statement in question fits? > and I'm still not sure where you are coming from with that. Well, you're certainly not going to figure it out if
152.
▲
by
randomdata
2y ago
More accurately: Cost cutting is having a comeback. Rails was built for the last cost-cutting era, so it seems relevant again.
153.
▲
by
randomdata
2y ago
> Why isn't the company asked to justify why workers need to RTO? Well, we do know the state of New York offered the NYT (among others) tax incentives/subsidies earlier in the year. I can't imagine the state of New York
154.
▲
by
randomdata
2y ago
> What they were pointing out was that the failure rate of offshore work was never due to offshore teams being unable to coordinate due to not being in-office Yes, that is what they pointed out, but it made no sense. The only way that
155.
▲
by
randomdata
2y ago
Of course, but the trouble remains what is stated in the very next sentence: > There are plenty of ways to nicely organize your code and you should probably spend more time refactoring. Ruby/Rails makes this a time consuming proce
156.
▲
by
randomdata
2y ago
Again, offshoring normally implies that there are workers still in an "onshore" office. This has traditionally failed because the workers in the "onshore" office didn't know how to bridge the gap with the workers in
157.
▲
by
randomdata
2y ago
Of course it is reasonable. But it is equally reasonable for workers, as a condition of employment, to be able to work remotely. Everyone gets to choose what they want for themselves. If an agreement can't be made... Oh well.
158.
▲
by
randomdata
2y ago
> You can have the whole offshore team in an office butts in seats all day and meet with failure. If all the butts are in the same office, you are no longer offshoring. You've moved the entire business. I don't think that is
159.
▲
by
randomdata
2y ago
> Eg if they said we haven't had a pay rise for ten years, that would provide context. That wouldn't provide any kind of justification either, though. All it might indicate is that they desire more pay, just as we know here t
160.
▲
by
randomdata
2y ago
A wage is debt, so not beneficial in and of itself. It can be beneficial when you call the debt and turn it into something tangible (e.g. food), of course, but that is also of benefit to the business who derives joy in giving you that food.
161.
▲
by
randomdata
2y ago
> You'll have to ask NYT management if you're curious why they're doing something. I don't have to ask them anything if they are truly doing it arbitrarily. That's the answer. But the question is if you are con
162.
▲
by
randomdata
2y ago
> One of the things they're striking against is arbitrary return to office mandates. If it is arbitrary, why is the NYT seemingly standing firm on the issue? As the article tells, NYT have agreed to a seven month grace period to g
163.
▲
by
randomdata
2y ago
> It wasn't a sudden bout of benevolnce from the FDR administration Was there something to suggest it was? Getting workers back working isn't for the benefit of workers.
164.
▲
by
randomdata
2y ago
> the article doesn't make clear what the issues with it are? What is not clear? The article tells that the issues are contention around return to office policies (as your quote tells, change is planned for July) and wanting a “ju
165.
▲
by
randomdata
2y ago
It seems they failed either because: 1. The businesses didn't know how to handle the workers not being in the office. While a problem in the past, this is now a solved problem thanks to COVID forcing them to figure it out. 2. The busin
166.
▲
by
randomdata
2y ago
> Asking us not to use the NYTimes is more of a boycott and a separate question Hence the use of "and". It presents two separate ideas for you to think about: - Respect the pickup line - Get your news elsewhere
167.
▲
by
randomdata
2y ago
Not quite. Extortion is defined by introducing force. A strike is defined by withdrawing force.
168.
▲
by
randomdata
2y ago
Extortion is defined by action (e.g. threat of violence). A strike is defined by inaction (the workers quit working).
169.
▲
by
randomdata
2y ago
> attempting to undermine faith in democracy Election day, assuming that is what you are referring to, is the least important day in democracy. It is every day after the person is hired, when you stay on top of them and communicate you
170.
▲
by
randomdata
2y ago
> I feel like I should try and do business with you because you would be easy to take advantage of..... Yet for some reason you haven't... You must, deep down, be worried that I will end up taking advantage of you? > Once you
171.
▲
by
randomdata
2y ago
> This is how 40-hour work weeks became a right It became a standard in the US, but is not a right. And while the idea of the 40-hour work week did, indeed, come from labour groups, it was the Great Depression needing effort to try and
172.
▲
by
randomdata
2y ago
> on the subway headed to the picket line in solidarity right now. [...] are holding the line against arbitrary return to office mandates Wouldn't you send a stronger message if you picketed at home?
173.
▲
by
randomdata
2y ago
> suspiciously odd similarities. It is certainly not suspicious. It's all just people being people. It's questionable if it is even similar and not the exact same thing. Government isn't something magical. It's just
174.
▲
by
randomdata
2y ago
> They're not democratic They are democratic, but usually of the weighted variety. Typically, he who owns more shares has greater say – although occasionally you will see other weighting methods. Government is more likely to consi
175.
▲
by
randomdata
2y ago
Government is just a makeup of workers who serve the population at large. The trouble is that the population at large can never come to agree on what to prune. I want this , you want that . You want me to give up this in the name of eff
176.
▲
by
randomdata
2y ago
Like how subroutines are implemented as Functions. And by Functions you don't mean functions, but rather the letters fn? That is certainly an interesting way to communicate.
177.
▲
by
randomdata
2y ago
Yes, technically it is closer to (T | null) & {__tag: K}, but the context where "equivalent" is used is clearly about practical usage. Option<T> is most similar to T | null in code people actually write on a normal basis
178.
▲
by
randomdata
2y ago
> Rust has sum types, implemented as Enums Do you mean implemented with enums? Enums themselves are not a type. They are a mechanism for value generation, providing automatic numbering (hence enumeration) for constants. Indeed, they,
179.
▲
by
randomdata
2y ago
At the end of the day an LLM is just a compiler anyway. The developer isn't going away even if 100% of the code is generated by LLMs, just as the developer didn't go away when we stopped spending our days flipping toggle switches.
180.
▲
by
randomdata
2y ago
> LLM autocomplete is on an entirely different level. Which is how they've surpassed 25% in new code, as compared to the 10% (made up number, but clearly non-zero) in the past. But incremental improvement, is all.
More ›