Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
maxmalysh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
maxmalysh
4y ago
> Or just run 20 workers and let the OS handle async. OSes are pretty good at this. Async is pretty hard to reason about. def slow_sync_view(request): # these requests won't be executed in parallel; # async ver
2.
▲
by
maxmalysh
4y ago
> What to do with all that computing power now. I guess AI. CEO of Kryptex here. We have an answer: https://www.kryptex.com/en/rent-cloud-gpus
3.
▲
by
maxmalysh
5y ago
> As long as The Internet is available to Russians, people will find a way around Roskomnadzor blocks. All it takes is a single 100Mb VPS to provide VPN connection for 10-20 people. The things is, there is no way to buy a $5 VPS/VPN
4.
▲
by
maxmalysh
6y ago
http://www.paulgraham.com/disagree.html
5.
▲
by
maxmalysh
6y ago
Check this out: https://redislabs.com/redis-enterprise/advantages/ > Redis Enterprise is a robust in-memory database platform built by the people who develop open source Redis. It maintains the simplicity and h
6.
▲
by
maxmalysh
6y ago
There is no _switch_! You can use easily _mix_ sync and async code without any consequences. Django provides `sync_to_async` and `async_to_sync`, but it's trivial to do this yourself without Django: https://docs.djangoprojec
7.
▲
by
maxmalysh
6y ago
Pro tip: store configuration files in git.
8.
▲
by
maxmalysh
6y ago
If a candidate has less than 3 years of experience AND he has nothing to show AND he has no degree... he will not pass the filter. Moreover, I'm not really interested in "years of experience". Previous titles don't reall
9.
▲
by
maxmalysh
6y ago
I filter based on experience. Previous jobs, roles, projects. Degree is a weak predictor and I consider it mostly for candidates with less than 3 years of experience.
10.
▲
by
maxmalysh
6y ago
But be careful with vim, because one does not simply quit vim...
11.
▲
by
maxmalysh
6y ago
> there's nothing wrong with a static site with no cert Not really. Google says "switch to HTTPS or lose ranking": https://webmasters.googleblog.com/2014/08/https-as-ranking-s...
12.
▲
by
maxmalysh
6y ago
I recommend trying one more time with a simple branching model, e.g. Github Flow: - https://guides.github.com/introduction/flow/ - https://guides.github.com/activities/hello-world/ - ht
13.
▲
by
maxmalysh
6y ago
cgit Example: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
14.
▲
by
maxmalysh
6y ago
http://www.paulgraham.com/
15.
▲
by
maxmalysh
6y ago
I don't like seeing how the SSL hurdle affects small read-only websites.
16.
▲
by
maxmalysh
6y ago
Try fab-classic: https://github.com/ploxiln/fab-classic We decided that migrating to Fabric 2.0 doesn't worth it.
17.
▲
by
maxmalysh
6y ago
Not really. Ansible is a complex DSL based on YAML. Fabric is really simple and uses real Python.
18.
▲
by
maxmalysh
6y ago
Yes. Figma is a de-facto standard tool for UI/UX designers nowadays. Photoshop --> Sketch --> Figma.
19.
▲
by
maxmalysh
6y ago
Figma?
20.
▲
by
maxmalysh
6y ago
https://en.wikipedia.org/wiki/C10k_problem
21.
▲
by
maxmalysh
6y ago
Monitoring capabilities are missing from Nginx on purpose. They are not and will never be available for free because there is "NGINX Plus". This is why I recommend switching to HAProxy.
22.
▲
by
maxmalysh
6y ago
It always amazes me how using Windows never feels safe. It is literally a sieve in terms of security.
23.
▲
by
maxmalysh
6y ago
$ curl cheat.sh/tar $ curl cheat.sh/ssh $ curl cheat.sh/awk
24.
▲
by
maxmalysh
7y ago
I see no reason to use this proprietary Win10-only Microsoft framework instead of HTML + JS + Electron.
25.
▲
by
maxmalysh
7y ago
YMMV, but check Google Maps to see how many gay bars are there in Moscow.
26.
▲
by
maxmalysh
7y ago
This map is terribly wrong for some parts of the ex-USSR and Asia. Coming out as a gay person in Tajikistan, Kyrgyzstan or Azerbaijan is dangerous. Dangerous as in "there is a high chance you'll be beaten up and a mild chance of b
27.
▲
by
maxmalysh
7y ago
Amazon SES — $0.10 per 1000 emails.
28.
▲
by
maxmalysh
7y ago
> Don’t let yourself be fooled by the tech equivalent of circus magicians who’d like to focus your attention on one isolated aspect all while performing their tricks elsewhere. They want you to think about end-to-end encryption as the
29.
▲
by
maxmalysh
7y ago
Bitcoin.
30.
▲
by
maxmalysh
7y ago
It's time to migrate to async/await. Check out asyncio.Protocols for TCP servers and aiohttp for HTTP servers. We get beautiful async stack traces delivered to Sentry. Debugging anything is a joy.
More ›