When a thing seals itself against its own destruction, it merely dies a different death. https://en.wikiquote.org/wiki/Planescape:_Torment#Coaxmetal
Building VMs?
I can map most of the list but I can't recall what would be the "review environment setup" What did you mean by that?
Any recommendations on a rowing machine?
Came into this thread looking for a mention of Steve Mann! Man was ahead of his time. More on his 'Visual Filter' and more here http://www.wearcam.org/ieeecomputer/r2025.htm
This sounds fascinating and absolutely alien to me, a Python dev. Any good books or other sources to learn more you can recommend?
I apologize this is not directly related to OP, but if you, like myself, get mad at all the "Suggested" posts LinkedIn is pushing on you, you can use the following ublock filter to get rid of these posts:…
> whereas managers are seen as useful in different domains, giving them practical mobility And this is exactly my problem with becoming a manager. You become fungible, easily replaceable, movable and fire-able.
I worked for a medium size company that served, and still is, ~150 clients (some Fortune 500 included) by deploying prod with docker-compose. It can be done.
> the QA env was not actually setup to mirror the production env As senior QA, this alone is going to end me one day.
> Is the ansible vault password in the repo too? No no, this is one of those secrets we share among the team and save to KeePass or whatever.
We use Fernet[1] or Ansible vault[2] with the encrypted secrets committed to the code repositories, but I guess we can do that because the code is not public. The rest we share over a secure, company approved, channel,…
There is also Red Hat and SUSE. And I am pretty sure smaller companies like that exist too. I started my career in just one like that!
The already mentioned The Pragmatic Programmer, 20th Anniversary Edition is so far the best I have read. It's not overly specific to one single thing, it tries to teaches general principles and good practice.[1] I also…
Trying to service, or even just open up, any appliance at a workplace is against the Occupational Safety and Health regulations in my country.
This has to be satire, right?
Can you share your nixos config?
Thank you again! This is definitely something to start from!
Thank you so much! That sounds surprisingly straightforward. I expected a lot more fiddling to get going. Where would I start if I wanted to use a model programmatically ? Like let's say I am building a chat bot. I have…
I'm a complete newb when it comes to AI, and I am getting pretty ashamed of it too. How do I take a model like this and use it in my day to day? Can I somehow use in, say, VSCode? How do I point it at my code base, and…
Sorry, should have been more clear, I meant other EU citizens working exclusively remotely.
Hi, are applicants from elsewhere in the EU considered?
Replying to my own comment for posterity. I was able to figure it out! In the LXC, I created a new non-root user and then set it's uid and git to a LOWER number than what every tutorial about rootless Podman recommends…
Was there anything extra you have done on the Host itself?
That actually did not do anything different for me. I did the following: 1) Created a new LXC. 2) As root, I created a new user "devel" 3) For the "devel" user set both subuid and subgid to devel:100000:65536 4) As…
When a thing seals itself against its own destruction, it merely dies a different death. https://en.wikiquote.org/wiki/Planescape:_Torment#Coaxmetal
Building VMs?
I can map most of the list but I can't recall what would be the "review environment setup" What did you mean by that?
Any recommendations on a rowing machine?
Came into this thread looking for a mention of Steve Mann! Man was ahead of his time. More on his 'Visual Filter' and more here http://www.wearcam.org/ieeecomputer/r2025.htm
This sounds fascinating and absolutely alien to me, a Python dev. Any good books or other sources to learn more you can recommend?
I apologize this is not directly related to OP, but if you, like myself, get mad at all the "Suggested" posts LinkedIn is pushing on you, you can use the following ublock filter to get rid of these posts:…
> whereas managers are seen as useful in different domains, giving them practical mobility And this is exactly my problem with becoming a manager. You become fungible, easily replaceable, movable and fire-able.
I worked for a medium size company that served, and still is, ~150 clients (some Fortune 500 included) by deploying prod with docker-compose. It can be done.
> the QA env was not actually setup to mirror the production env As senior QA, this alone is going to end me one day.
> Is the ansible vault password in the repo too? No no, this is one of those secrets we share among the team and save to KeePass or whatever.
We use Fernet[1] or Ansible vault[2] with the encrypted secrets committed to the code repositories, but I guess we can do that because the code is not public. The rest we share over a secure, company approved, channel,…
There is also Red Hat and SUSE. And I am pretty sure smaller companies like that exist too. I started my career in just one like that!
The already mentioned The Pragmatic Programmer, 20th Anniversary Edition is so far the best I have read. It's not overly specific to one single thing, it tries to teaches general principles and good practice.[1] I also…
Trying to service, or even just open up, any appliance at a workplace is against the Occupational Safety and Health regulations in my country.
This has to be satire, right?
Can you share your nixos config?
Thank you again! This is definitely something to start from!
Thank you so much! That sounds surprisingly straightforward. I expected a lot more fiddling to get going. Where would I start if I wanted to use a model programmatically ? Like let's say I am building a chat bot. I have…
I'm a complete newb when it comes to AI, and I am getting pretty ashamed of it too. How do I take a model like this and use it in my day to day? Can I somehow use in, say, VSCode? How do I point it at my code base, and…
Sorry, should have been more clear, I meant other EU citizens working exclusively remotely.
Hi, are applicants from elsewhere in the EU considered?
Replying to my own comment for posterity. I was able to figure it out! In the LXC, I created a new non-root user and then set it's uid and git to a LOWER number than what every tutorial about rootless Podman recommends…
Was there anything extra you have done on the Host itself?
That actually did not do anything different for me. I did the following: 1) Created a new LXC. 2) As root, I created a new user "devel" 3) For the "devel" user set both subuid and subgid to devel:100000:65536 4) As…