Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vasilia
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
We Scaled Yandex in mid 2000x: Building 99.99% Reliability at 2× YoY Growth
(medium.com)
3 points
by
vasilia
3d ago
|
0 comments
2.
▲
by
vasilia
4y ago
Search/ads and ride/delivery services. As you may know Yandex has very advanced SDC system which was used(SDC robots) by Grubhub in Arizona University. They have delivery services in London/Paris and taxi services in Insrael
3.
▲
by
vasilia
5y ago
> how much does language matter in job satisfaction? I think it depends. I hate JavaScript and Python. My coworkers don't care about language. They are working on the product, the goal is a fully functional service with a huge DAU.
4.
▲
by
vasilia
5y ago
There is one more reason. When you write something that works in a loop, e.g. web server, exceptions are a huge potential issue. I was working on a C++ project with a very complex state machine. One day our service started using all 128 CPU
5.
▲
by
vasilia
5y ago
> Group of managers wanted to choose Oracle based technology for this that would further entrench their team and they argumented they can do it faster and cheaper than the development team. That's true. Most Open Source solutions do
6.
▲
by
vasilia
5y ago
I'm working in a company with 20+ years of the legacy code base. We have a custom search engine fully optimized for our purposes. Decades were spent writing this code. It supports all the newest Linux kernel technologies. The codebase
7.
▲
Firefox is forcing to reissue thousands of certificates
(bugzilla.mozilla.org)
6 points
by
vasilia
6y ago
|
1 comments
8.
▲
by
vasilia
6y ago
Because of the misinterpretation of Baseline Requirements for stateOrProvinceName field lot of CAs issued certificates with ST = Italy/France/etc. Now Firefox is forcing to reissue thousands of certificates in 5 days.
9.
▲
by
vasilia
6y ago
I found this https://www.reddit.com/r/Starlink/comments/i9w09n/list_of_co... It's pretty good for far remote regions like Alaska. Fibre channel will be much more costly with comparable RTT.
10.
▲
by
vasilia
6y ago
I think the main problem is spare parts. A long time ago I was working in the data centre. I don't remember any day when there was no problems with hardware.
11.
▲
by
vasilia
6y ago
As I know 1200km.
12.
▲
by
vasilia
6y ago
The signal goes through the ionosphere to the satellite than to another satellite which has a link to the Earth. Starlink uses LEO, so there is 2400 km link(1200 km from/to the ground). 1 ms is time for the signal to travel for 300 km
13.
▲
by
vasilia
6y ago
Yes and no. If you are living near base station in a big city it will work. But in the countryside where no good connection from ISP equipment to the base station the bottleneck will be this link. Furthermore, 5G uses a higher frequency tha
14.
▲
by
vasilia
6y ago
I'm was born in small-town in Russia with 5k people. There was an area with private houses and 2-3 floors houses with 18-24 apartments. We have linked attics of buildings with apartments with cat 6e cables and cheap D-Link switches. In
15.
▲
by
vasilia
6y ago
This reminds me of how someone tried to reduce Linux kernel size with removing spaces from sources :)
16.
▲
by
vasilia
7y ago
There is no need to send extra data to measure RTT. On the TCP handshake SYN/ACK you already know RTT. Linux kernel provides this info in tcp_info data structure.
17.
▲
by
vasilia
7y ago
I think it will be better to fully disable early data for people without full control of DC's network equipment. I don't know why Cloudflare made a decision about using headers and Too Early response. They have full control of the
18.
▲
by
vasilia
7y ago
How about 0-RTT replay attack protection?
19.
▲
by
vasilia
7y ago
From Power9 cluster with array of GPUs? For work loads like http servers/php code/MySQL/etc intel CPU will be much faster. We have CPU samples from all vendors, unfortunately Intel right now is the best platform.
20.
▲
by
vasilia
7y ago
Power clusters are used for ML because they have integrated NVLink and as I remember OpenCApi for FPGA. It’s not general purpose platform.
21.
▲
by
vasilia
7y ago
> FUD. Why should we want "behaves exactly as the browser does", when browsers (in fact, mostly Google's) are in fact turning against their users? https://bugzilla.mozilla.org/show_bug.cgi?id=1529830 That&
22.
▲
by
vasilia
7y ago
We use fingerprinting to detect unusual activity from clients. I think for platform detection it will be better to check JavaScript + User-agent + fingerprint.
23.
▲
by
vasilia
7y ago
No, it's not full implementation. The main difference between this and Zalewski implementation is using direct mapping data between kernel space and userspace. Zalewski implementation uses pcap for capturing packets. If you have huge w
24.
▲
by
vasilia
7y ago
Hope someone will find this code useful in his project. This is a proof-of-concept, full code can't be published.
25.
▲
Active P0f Inside Kernel
(github.com)
3 points
by
vasilia
7y ago
|
5 comments
26.
▲
by
vasilia
7y ago
Hope that will help Lydia to have a good long life and other people.
27.
▲
by
vasilia
7y ago
I thought so too. When I was 16 I moved to a university dormitory. It was flat with 3 rooms and 2 people in each room. I was FreeBSD mega-geek but my roommate was a Linux fan(lately he moved to FreeBSD too). We were writing our own fork of
28.
▲
by
vasilia
7y ago
New Netflix show?
29.
▲
by
vasilia
8y ago
Envoy is not the web server, it's load balancer. If you want to serve static files It will be better to use any other software. Furthermore, it is a very complex problem for HTTPS servers, because the Linux kernel doesn’t have full-fea
30.
▲
by
vasilia
8y ago
It may help if you use a single data source. But we are using more than 2000 data sources and all they distributed/replicated in different data centres across different countries.
More ›