does anybody know why this shit happened?
Yesterday streamed from mac, all seems to work okay, stream was going well on Youtube, but on twitch it showed like stream is going, but there was no visual track at all.
Now I see that recording is actually saved in twitch, and it looks okay.
WTF, is it my obs configuration on mac, is it something with Restream or is it twitch shit?
Yesterday streamed from mac, all seems to work okay, stream was going well on Youtube, but on twitch it showed like stream is going, but there was no visual track at all.
Now I see that recording is actually saved in twitch, and it looks okay.
WTF, is it my obs configuration on mac, is it something with Restream or is it twitch shit?
okay, I have just finished this book. What can I say I wouldn't recommend tbh.
I don't really like the books that are presented as reference, most of the books about the Language, C#, JAva, SQL, etc.
However there were some parts that were quite interesting about the linux internals:
kernel/user modes, processes, threads, virtualization, TCP/IP stack, filesystem, etc, but this is only 10% of the book, therefore no recommendation from my side. Other 90% of the book is just bunch of commands and tutorial about how to run them.
And any commands nowadays is just 1 q to gpt.
I don't really like the books that are presented as reference, most of the books about the Language, C#, JAva, SQL, etc.
However there were some parts that were quite interesting about the linux internals:
kernel/user modes, processes, threads, virtualization, TCP/IP stack, filesystem, etc, but this is only 10% of the book, therefore no recommendation from my side. Other 90% of the book is just bunch of commands and tutorial about how to run them.
And any commands nowadays is just 1 q to gpt.
andreyka26_se
What Transport Protocol DNS uses
Answer: UDP, from performance consideration. DNS itself is Application layer protocol (same as HTTP, FTP, etc)
👍3
My friend, lately had interesting experience of taking Production Engineer at Meta interview.
The interview type is Linux Troubleshooting. First time he had such interview, and it was quite interesting.
In short:
There is deployed web app (frontend, backend and database) on the single machine, single datacenter. There is alert that checks http status code by curl the host.
At 2:06 AM you are getting called by alert that server is down. You have root access to the machine.
Your task: trouble shoot the issue, find root cause, mitigate and suggest preventative actions.
The interview process is: you are telling what you gonna do, then you tell the exact command to interviewer and interviewer is telling you what this command shows you.
Friend passed the interview with slight help of interviewer
The interview type is Linux Troubleshooting. First time he had such interview, and it was quite interesting.
In short:
There is deployed web app (frontend, backend and database) on the single machine, single datacenter. There is alert that checks http status code by curl the host.
At 2:06 AM you are getting called by alert that server is down. You have root access to the machine.
Your task: trouble shoot the issue, find root cause, mitigate and suggest preventative actions.
The interview process is: you are telling what you gonna do, then you tell the exact command to interviewer and interviewer is telling you what this command shows you.
Friend passed the interview with slight help of interviewer
🤔4🔥1
Next stream - we can go through the question, and try to solve it together. Might be interesting experience
👍9
It is funny, how 4 years ago I spent couple days on the 1 dp
problem and was not able to solve, but now, literally a matter of 5-10 mins in python.
This is literally just a matter of practice and pattern recognision, not that much of intelligence, if we are talking about easy/mid leetcode
The problem:
https://leetcode.com/problems/longest-increasing-subsequence/?envType=study-plan-v2&envId=top-interview-150
problem and was not able to solve, but now, literally a matter of 5-10 mins in python.
This is literally just a matter of practice and pattern recognision, not that much of intelligence, if we are talking about easy/mid leetcode
The problem:
https://leetcode.com/problems/longest-increasing-subsequence/?envType=study-plan-v2&envId=top-interview-150
❤6
I tried startups, and this is why I don't want to work on startups at all.
Only if there is big equity chunk - then it makes sense - otherwise - never.
Yeah, software engineering primarily needed to solve business problems, and stuff, but it is disgusting from dev exp. In early stages, if CEO/CTO is wise person - he/she will always push for results, not good code and practices. It means devs gonna poke around in shit until you become big enough when good eng practices make sense for reputation, stability, availability, etc
The other side of the coin is too old projects, when you are unable to change stuff, because it will break.
So IMO - the best project for dev experience is mature project, not "NEW", not "legacy", or your own side project that you do NOT for money.
Only if there is big equity chunk - then it makes sense - otherwise - never.
Yeah, software engineering primarily needed to solve business problems, and stuff, but it is disgusting from dev exp. In early stages, if CEO/CTO is wise person - he/she will always push for results, not good code and practices. It means devs gonna poke around in shit until you become big enough when good eng practices make sense for reputation, stability, availability, etc
The other side of the coin is too old projects, when you are unable to change stuff, because it will break.
So IMO - the best project for dev experience is mature project, not "NEW", not "legacy", or your own side project that you do NOT for money.
👍5