Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ersoft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ersoft
4mo ago
iSCSI is great and underated, I've been running iSCSI volumes for OrangePI boards which had only SD card support for years. Performance was much better on Gigabit Ethernet vs the SD card.
2.
▲
by
ersoft
2y ago
It was for Rails. https://railslts.com/
3.
▲
by
ersoft
2y ago
The project that has a feature which allows admins to SSH to any computer in the VPN ? [1] They have a feature called remote SSH access where the agent running on the node allows other VPN users to SSH to another machine on the network with
4.
▲
by
ersoft
2y ago
I've been playing in my homelab in the past year with Illumos (OpenSolaris). After decades of using linux, everything is much simpler, all the linux constant changes are inexistent. Everything which was working in Solaris 10 (15-20y ag
5.
▲
by
ersoft
3y ago
I've installed Solaris 11.4 on a spare ssd for fun this month. It worked right away.
6.
▲
Tool to manage user server SSH authorized keys from GitHub public keys
(github.com)
2 points
by
ersoft
4y ago
|
0 comments
7.
▲
by
ersoft
4y ago
I'm using a Slimbook executive 14 for about 1 month. It's the same chassis as the Tuxedo as far as I know. I bought it especially for running linux on bare metal (docker, kvm, linux tools). Coming from Macbook I'm pretty happ
8.
▲
by
ersoft
5y ago
Also, the romanian Mig-21 are converted to NATO specs, the ukrainean are not able to use them without training. Maybe it is the same issue with the Polish/Bulgarian Mig-29.
9.
▲
by
ersoft
5y ago
I can confirm as a romanian, it was news almost each year of a Mig21 crash. They are 50s technology, they are at their EOL.
10.
▲
by
ersoft
5y ago
Romania had about 400 Mig-21 bought during the cold war when it was an ally of USSR. In the begining of 2000s, they modernized about 70 Mig to NATO standards [1]. There were frequent issues with them with about 20 fallen in 30 years. The ai
11.
▲
by
ersoft
10y ago
http://www.jakepoz.com/debugging-behind-the-iron-curtain/
12.
▲
by
ersoft
11y ago
I'm using azk[0] for my development workflow with 30+ services defined in one Azkfile.js. It automatically setups http load balancers and dns services for you, no need for container linking. [0] https://github.com/azuki
13.
▲
by
ersoft
11y ago
Location: Bucharest, Romania Remote: Yes Willing to relocate: Maybe. Also, short term on-site possible Technologies: Go, Elixir, Rails, Mesos, Kubernetes, DevOps Email: teodor.pripoae@[google email service]
14.
▲
by
ersoft
11y ago
They are offering it as a service on Google Cloud Platform.
15.
▲
by
ersoft
11y ago
It's nice that google are using snake case for library filenames and facebook are using camelcase. :) Example: #include <proxygen/httpserver/HTTPServer.h> #include <grpc++/server_context.h>
16.
▲
by
ersoft
11y ago
I'm using slugrunner from flynn [0] for deploying my apps. This way I can share a base image, and each compiled slug is about 40mb for ruby apps and 10mb for golang apps. This is similar to how heroku works. When I deploy, I generate t
17.
▲
by
ersoft
11y ago
Did you check out Google Cloud ? I moved all my company's instances to them and I ended up cheaper than on Vultr (similar pricing with DO), while also benefiting to more features (storage, mysql, etc) and better uptime. For 28$/mo
18.
▲
by
ersoft
11y ago
I've implemented a similar service in our company inspired from this project. There are few of differences though: - we are using redis instead of leveldb. This way we can scale the service to multiple instances - created an API to get
19.
▲
by
ersoft
11y ago
Did you look at vitess [0] ? It handles sharding/replication of MySQL up to PBs of storage and 10s of thousands of connections. Also, it implements caching at the proxy level so you don't need to use memcached. If multiple request
20.
▲
by
ersoft
11y ago
Good luck scaling vultr beyond 30 servers. My company is using vultr for over 1 year and we were running about 40-50 servers during peak load. Here problems start to appear very often: - We nearly failed our launch due to failure to increas
21.
▲
by
ersoft
11y ago
Well, when your build takes 1min on ARM and 3 seconds on your laptop, it makes sense.
22.
▲
by
ersoft
11y ago
Well, it depends. My solution is opinionated, using only one vulcand cluster for load balancing, multiple vulcand servers listening on one etcd namespace. For a small number of nodes (< 100) and requests (< 8000 req/s on each vul
23.
▲
by
ersoft
11y ago
I managed to achieve load balancing for a fleet of microservices using vulcand [0] and marathon callbacks [1]. It listens for marathon callbacks (for app create/update/scale), or when a task is killed/lost and updates the bac
24.
▲
by
ersoft
11y ago
Please check crystal [0]. It has syntax inspired from ruby, types are automatically infered, and it supports method overloading and metaprogramming using compile time macros. Simple Crystal programs are valid Ruby scripts. I recently implem
25.
▲
by
ersoft
11y ago
I remember that streaming from Youtube on your own website/app is not prohibited by Terms of Service as long as the website/app developer adds the youtube video as embed. If this app shows the embed video in bottom corner (I don&#
26.
▲
by
ersoft
11y ago
Well, there are countries (for example Romania), where Spotify/Rdio/Pandora/Netflix/Hulu, etc are not available at all due to copyright licences. There is no other option to stream music/videos legally, even with a
27.
▲
by
ersoft
11y ago
You can do it locally with dnsmasq or using xip.io, without an extra server.
28.
▲
by
ersoft
11y ago
I had tried lattice but I don't think it is ready for production usage. When I reported a few security issues on their issue tracker, I've been told that lattice is just a stripped down version of Cloud Foundry designed for develo
29.
▲
by
ersoft
11y ago
I have a running server at online.net (small personal tier, 8 core, 8gb RAM, 120gb ssd) [1] for 20euros/m running a CI server. I've spinned up a scaleway server and ping from online.net to scaleway or reverse is under 1ms (0.5-0.8
30.
▲
by
ersoft
11y ago
Maybe they are talking about 200 vs 304 caches. A browser can use be told to revalidate files, telling the server to return the content using the "If-Modified-Since" and "If-None-Match" headers. This way, the server will
More ›