Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yxre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
yxre
2y ago
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
2.
▲
by
yxre
2y ago
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
3.
▲
by
yxre
2y ago
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%
4.
▲
by
yxre
3y ago
I hate to be that guy, but this is super common for stripe
5.
▲
by
yxre
3y ago
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,
6.
▲
by
yxre
3y ago
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 th
7.
▲
by
yxre
3y ago
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
8.
▲
by
yxre
3y ago
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
9.
▲
by
yxre
3y ago
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:
10.
▲
by
yxre
3y ago
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 someth
11.
▲
by
yxre
3y ago
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
12.
▲
by
yxre
3y ago
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
13.
▲
by
yxre
3y ago
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
14.
▲
by
yxre
3y ago
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 count
15.
▲
by
yxre
3y ago
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
16.
▲
by
yxre
3y ago
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 f
17.
▲
by
yxre
3y ago
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
18.
▲
by
yxre
3y ago
Cython is pretty good for C interop. Numpy is implemented in it
19.
▲
by
yxre
3y ago
If they choose to move forward with this migration, it will be huge for the project. Make or break type of decision. They are socializing this pretty well Processes -> Threads is the same improvement that Nginx had over Apache, and its p
20.
▲
by
yxre
3y ago
I find that any IDE-type setup in vim causes vim to lose the most important thing, speed. If your movements slow down because of too many plugins, the experience is far worse than in a normal non-modal IDE.
21.
▲
by
yxre
3y ago
Why not do num1.add(num2)? Or str1.append(str2)? Like with many things in C++, its another grenade, but when used appropriately is pretty great
22.
▲
by
yxre
3y ago
Its not really well known what is the motivation for witholding funds, but in some cases, it has been shared that is stuff around AML and people have extrapolated. Conventional payment processors like Wells Fargo, BoA, and others do the pap
23.
▲
by
yxre
3y ago
This is a regulatory problem not a business problem. Payment processors need to understand a client's risk profile and what business they do in order to prevent money laundering, and in practice, regulators only care about clients that
24.
▲
by
yxre
3y ago
I don't see any antidote to the effects of AI on society except regulation. This is a good first step forward, but it needs to go further.
25.
▲
by
yxre
3y ago
Why not keep the package separate? I also thought of reflect-metadata separately, and it doesn't hurt to allow users to install plugins to augment core compiler behavior. Some people have very tight constraints for payload size, and ty
26.
▲
by
yxre
3y ago
> False Consensus Bias. Everyone is like me, so everyone should do the things that work for me. The author makes interesting points, and "everyone" makes more sense when you scope it to the HN crowd.
27.
▲
by
yxre
3y ago
As controversial as this might be, this type of regulation is going to be needed in the future. AI brings a lot of power and responsibility
28.
▲
Optimizing Performance of a React App
(veerasundar.com)
1 points
by
yxre
3y ago
|
0 comments
29.
▲
by
yxre
3y ago
Just find a basic CSS library and use server side templating in whatever your preferred language is. As systems evolve, they always get more complex. Web front ends are evolving to keep up with users, app archetypes, and business needs. Peo
30.
▲
by
yxre
3y ago
I don't think its intentional. I think it's a side effect of using a listener pattern. If you use a listener, useEffect in react, to load data, it will start the request, track it is loading with a boolean, and then store the payl
More ›