HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yxre

no profile record

Submissions

Optimizing Performance of a React App

veerasundar.com
1 points·by yxre·قبل 3 سنوات·0 comments

Ask HN: How to specialize instead of being a generalist?

2 points·by yxre·قبل 3 سنوات·2 comments

comments

yxre
·السنة الماضية·discuss
I think this is a pretty common goal. This video is a bit pessimistic, but it shows a lot of evidence that many tech billionaires are aspiring to that end. Most notably Peter Thiel

https://www.youtube.com/watch?v=5RpPTRcz1no&t=67s&pp=ygUQZGF...
yxre
·السنة الماضية·discuss
[dead]
yxre
·قبل سنتين·discuss
The use case for more is managing the history of it in a specific way to make it easier to understand. Most applications don't need this level of management since most applications don't have lives depending on them
yxre
·قبل سنتين·discuss
its getting worse. Noticably very bad.

I have started double checked with web searches more and more. It went from 100% of the time to only 20%
yxre
·قبل 3 سنوات·discuss
I hate to be that guy, but this is super common for stripe
yxre
·قبل 3 سنوات·discuss
I am also learning about the linux kernel, but not in an embedded context. Here are some good resources I have found.

https://man7.org/tlpi/ This book is considered the best overview of linux kernel interface. Its old, but still gives a broad coverage of topics.

https://lkml.org/ Browsing LKML is really helpful since it shows you where current development is happening and how kernel devs think. Some conversations get very advanced and nuanced.

https://kernelnewbies.org/ is a good starting place for starting to compile and deploying kernel builds

Other than that, reading and tracing the source is probably the most productive thing to do for an experienced dev to do
yxre
·قبل 3 سنوات·discuss
[dead]
yxre
·قبل 3 سنوات·discuss
Expanding on your first criteria. The technology stack is fundamentally wrong is a good reason for a re-write. Language too slow. Doesn't handle the workload well. Other stacks have a better ecosystem.

Re-writes are also needed when the architecture doesn't match the problem space well. This can be incrementally done. Single threaded loops instead of using parallel-safe constructs like tasks and jobs.
yxre
·قبل 3 سنوات·discuss
[dead]
yxre
·قبل 3 سنوات·discuss
Observability is so key for successful infrastructure. A poor infrastructure with good observability is going to be more successful with than good infrastructure and no observability
yxre
·قبل 3 سنوات·discuss
Conspiracies aside, there are a lot of reasons for this. Reducing liabilities. Responding to complaints. The "Shiny new thing" effect reducing over time.

This is going to be the biggest problem with general AI chat systems in the future, inconsistency. Often, they are too complex to know precisely how they work. Small tweaks will break some use cases while improving others. As more complexity is added to fix the next series of bugs, the systems will become less effective overall while user's have their workflows broken then mysteriously fixed.

From the end-users perspective, consumers will lose trust and move on.
yxre
·قبل 3 سنوات·discuss
1955 with the advent of the field with some very hopeful mathematicians, but the research never produced anything.

1980 after the foundations of neural networks, but it was too computationally intensive to be useful

2009 with Watson

https://www.hiig.de/en/a-brief-history-of-ai-ai-in-the-hype-...
yxre
·قبل 3 سنوات·discuss
Apple products communicate with each other even if they don't know each other, so an airtag will utilize the cellular of a nearby iphone in order to get information to apple's servers. I think google has a tracker that does something similar.

Its easy to imagine that previous generation tracking devices that sends its information across a broader range than an airtag will need to be larger battery thus being larger.
yxre
·قبل 3 سنوات·discuss
Subpoenas are for criminal cases. It looks like this was a civil matter.

A better comparison would be the Twitter user that was tweeting Elon Musk's jet flights. This was before twitter was purchased, and Elon Musk was not able to get the court to order Twitter to hand over that information.
yxre
·قبل 3 سنوات·discuss
For the most part, ML doesn't control high-risk things with a human in the loop. The worst cases for ML so far have been stock market crashes from algo trading.

Its entirely possible that an update to self-driving car's algorithms cause a day of chaos as the self-driving cars lose control and crash. Worst case scenario.

I agree that the secondary effects of the ML systems are going to be far worse than the primary. We can only see how it goes.
yxre
·قبل 3 سنوات·discuss
Another article conflating AGI risks with ML risks. AGI has catastrophic possibilities. ML risks can range from accidents to annoyances.

Other than that, good insights from someone that works with self driving cars
yxre
·قبل 3 سنوات·discuss
Japan is a fascinating case. It's GDP is stable despite a shrinking population. Is it only staying stable because of the population change?

If western countries with a similar birth rate problem stopped immigration, would western countries have a similar economic outlook as Japan?
yxre
·قبل 3 سنوات·discuss
Thank you for creating this. I have used it a lot in a few different projects. So much better than postgres's procedural built in
yxre
·قبل 3 سنوات·discuss
I don't think its possible for any platform that allows for arbitrary code execution to be completely safe. The exploits of today are far more sophisticated than they needed to be 20 years ago, but they still exists and are harder to find and fix.
yxre
·قبل 3 سنوات·discuss
I think there are a lot of frameworks on the edge of viability, but the bar is a lot higher than it used to be for front end tooling. React(70%), Angular(25%), and a little bit of Vue.js(5%) is the market for front end positions with React owning the Lion's share. There are always new things being built, but being used is different.

The React team has done a great job of being generic enough for a broad range of use cases. As new use-cases arise, someone can build a new framework to support it. SSR has gotten much more popular than the SPA style, and the core React team has moved to support it with server side components.

If they can continue to follow the innovators, React will continue to dominate the front end landscape.