HackerTrans
TopNewTrendsCommentsPastAskShowJobs

satyrnein

no profile record

Submissions

What happens when code becomes abundant

zendesk.engineering
2 points·by satyrnein·3개월 전·0 comments

comments

satyrnein
·2개월 전·discuss
This is a curious choice of fields for you, if the last technology you think was a net positive was literacy!
satyrnein
·4개월 전·discuss
For folks who are not familiar, this is "The Library of Babel" by Borges. There is no creating, just selecting among characters sequences we already knew were possible.
satyrnein
·7개월 전·discuss
If other people didn't have children who grew up to be doctors, nurses, etc, there would be nobody to pay.
satyrnein
·7개월 전·discuss
You need schools, pediatricians, daycare, other kids, etc. Cities (and suburbs) have those, not sure about every rural area. Certainly not the village in the article.
satyrnein
·10개월 전·discuss
Bush was 8 years while Biden was only 4. Biden was much higher on a per year basis than anyone else since 2000, but obviously people believe what they want to believe.
satyrnein
·10개월 전·discuss
I think the graph you linked obscures the issue a bit by showing total immigrant population by year, which would change much more slowly than arrivals by year.

I found a graph of arrivals by year here: https://www.visualcapitalist.com/charted-u-s-net-immigration...

It certainly seems to be a big increase under Biden, compared to the last 25 years. Anyway, I personally favor immigration, I just don't want to use statistics to lie to myself either!
satyrnein
·10개월 전·discuss
I thought that was basically accepted truth? For example, the New York Times described it as:

Recent Immigration Surge Has Been Largest in U.S. History

https://www.nytimes.com/2024/12/11/briefing/us-immigration-s...
satyrnein
·10개월 전·discuss
I was wondering about this, but digital versions are typical DRM-encumbered and actually a license (not a true purchase) whose terms probably don't allow this. The court's decision was that training is fair use, but in practice, it seems many avenues are blocked.

It reminds of the theoretically public beaches that are blocked off by privately owned land.
satyrnein
·4년 전·discuss
It seems like one idea in there is to store it both ways automatically (the HE variant)! That might be better then manually continually copying between your row store and your column store.
satyrnein
·4년 전·discuss
In that case, we might only be differing on terminology. In my understanding, scrum's defining feature was the fixed time box. What you described sounds like kanban to me!
satyrnein
·4년 전·discuss
On day 1 of the sprint, aren't they all in the same stage?
satyrnein
·4년 전·discuss
I just checked and seems like IE was down to around 60% and Firefox up to a third when Chrome launched (not sure how long before that the project was greenlight). So it probably still played a role.
satyrnein
·4년 전·discuss
At time it was a defense against Microsoft embrace-extend-extinguishing the web through their dominance with IE. Remember ActiveX, VBscript in the browser, etc?
satyrnein
·4년 전·discuss
Interesting, what I like about kanban is that (in my opinion) it explicitly recognizes that work proceeds through specific stages, and therefore tickets go through a mini-waterfall. Waterfall is great with a small enough batch size. In contrast, scrum seems to pretend that design, development, code review, QA, etc, all happen at once throughout the sprint.
satyrnein
·5년 전·discuss
Companies pay the prevailing wage in whatever labor market they participate in.

Well, yes, but the topic under discussion is whether the market is "developers that can commute to the local office" or "developers they can work on that timezone" or "developers anywhere," which all have different implications for the market clearing rate.
satyrnein
·5년 전·discuss
For some people, the solution may be the management track. If developer salaries fall, there will be more developers hired, who will need managers. US candidates (for now) will have the advantage there.
satyrnein
·5년 전·discuss
Advancing the interests of all citizens, not just protecting the outsized benefits of one group, should be the primary concern for politicians. Think of how much boring process automation software could be written for so many businesses, if development were cheaper.
satyrnein
·5년 전·discuss
It sounds like the database branch has copy of the production schema, but what about the data itself? We've been using AWS Aurora clones to quickly give developers copies of production, can zero-copy clones be made as part of the branch?
satyrnein
·6년 전·discuss
So if you want to build the next big social app, sure you build a native mobile app. But then what, you build a _desktop_ app, because that's better on certain technical dimensions than a webapp? Should facebook.com have simply offered Windows and Mac installers instead?
satyrnein
·6년 전·discuss
Are you still referring to dedicated API routes, or are you talking about annotating your UI to the point where it can serve as the API as well? I remember the latter being the vision behind things like RDFa, but those approaches never took off, for a variety of reasons.