HN user

shadeslayer

260 karma

[ my public key: https://keybase.io/shadeslayer; my proof: https://keybase.io/shadeslayer/sigs/fTDzM8pS7JdPiwK82lj5brNFWU9NSBHvA2-Md9UKFkc ]

Posts15
Comments62
View on HN

I'd wager it's a volume thing. Not enough Linux customers asking for SRIOV support, so it's not worth spending the money to enable driver support for it. The Fortune 500 companies that you mention should specifically ask for SRIOV support on linux mainline when making purchases. Unfortunately, that's the only way to make sure we have support upstreamed.

The silver lining seems to be that more and more things are moving into the firmware, and it's entirely possible that SRIOV could be supported through that in the future. But till then, I doubt it's going to happen.

Not quite, some ISPs lock down their routers and you can't expose the relevant ports publically. That's when Cloudflare Tunnels combined with a reverse proxy save the day.

Another really useful service is being able to protect everything behind a SSO like Github, allowing at least the most basic form of intrusion prevention that would secure your homelab from the majority of attacks.

I've been in the same place you are now. I completely agree with the need for a healthy routine to be able to keep depression at bay and not having a environment to socialize robs you of key experiences we all need to have in our youths in order to be well adjusted later in life.

Having said that, you're in a great place to make a few key changes that might help! I moved to another country and learnt a new language and a whole new culture when I was in the same place as you!

Perhaps that's not a option for you, but maybe you could travel to a new city for a week or two! Trial out a few places and see what fits you. It takes a bit of effort and persistence, at the cost of routine, but having a fresh start might be the thing that gets you out of this.

Edit: You might want to look up Croissant to go and meet other remote co workers, there's a fair few of us around the world ;)

I saw one of these at FOSDEM recently and it could already run a full Linux graphics stack all the way to KDE Plasma. So cool :D

Man I wish you guys were hiring for a dev position, I'd have applied in a heartbeat ( have previously worked on NAT Traversal and currently working on embedded hardware )

Qt 5.6.0 released 10 years ago

I'm actually running Debian testing with Plasma 5.4.3, and Plasma 5 has no hard build deps on Qt 5.6 yet. They also have 5.5.4 in experimental. So it's mostly that the Debian Qt/KDE team has a bit of a conservative approach to updating Plasma in unstable.

I've been using gitlab for the past few weeks to host a couple of repositories, it's awesome so far since it's the only solution that allowed me to mirror a repo AND create my own branch on the mirrored repository.

The only complaint I really have is the fact that I have to append a ".git" to the http url to clone the repository. Alternatively, it'd be nice to have a git:// read only url too.