> So yes, it mostly gets done for (components of) planes, spacecraft, medical devices, etc. I have to disagree here. All of these you mentioned have regularly bugs. Multiple spacecraft got lost because of these. For…
Unlike the car question, where you can assume the car is at home and so the most probable answer is to drive, with the machines it gets complicated. Since the question doesn't specify if each machine makes one part or…
Kinda related question, but is code really just a math? Is it possible to express things like user input, timings, inteerupts, error handling, etc. as math?
I wonder, if these problems aren't Ubuntu fault, since it forces snap version of Firefox on you. I had Firefox crashing repeatedly on me with the snap version. Maybe switching to Firefox apt repo would help? (I tried…
When it comes to woodworking, I quite enjoyed watching some of the videos of Granpa Amu on youtube. When I seen him make table from one piece of wood, it felt like magic. Link for those interested:…
For this case, it might be easier to package the script using pyinstaller. That way, she can just run it. Packaging it that way is more work on your side though.
I wish. If you live in any country that uses more than ASCII, then certainly not since forever. I mean, just for my language there were 7 different encodings (according to Wikipedia, possibly more) before Unicode era.…
I have been working in my spare time on Japanese vocabulary learning app and just yesterday finally convinced myself to publish the sources: https://github.com/d3nzil/gaku Be warned it's in early stages, difficult to…
While Sally is usually girl's name, the question never states that. So Sally could be actually a boy and in that case Sally would have two sisters.
Usually having index.html in /now would behave as if the /now was the page. Other index.extension files (like index.php) might also work depending on the server configuration.
Another eclipse video, this time from Starlink satellite: https://www.reddit.com/r/spacex/comments/1bz9ltv/solar_eclip...
Windows now have OpenSSH client (and server) available as optional features. Together with the new terminal the ssh client seems to be working fine. Personally I usually opt in to use the ssh in WSL as I keep it…
I'm not sure if it's different for Nvidia, but the Gamer Nexus video about Intel drivers suggest a lot of the work getting good performance is done on the driver side for all GPU vendors:…
Of course, if you are using tape to measure your weight, you are using the wrong tool for the job.
The satellite orbited at 320 km. At that altitude the atmosphere drag is non-negligible, so it had to burn fuel to stay there. So the life was limited by how much fuel it had and that is limited by launch vehicle…
Even that is not needed. There is enough people that want open source ChatGPT clone to create the dataset from scratch by themselves. The Open Assistant community actually already created enough training data for the…
The folks making Open Assistant [1] (opensource ChatGPT clone) gathered enough data to start initial training, so hopefully there will be something to play with soon. [1] https://github.com/LAION-AI/Open-Assistant
My usual strategy is to ensure that the lengthy parts are executed only once. So for example one of the lengthy parts is environment setup for me too. So what I did is to put as much as possible on the docker image I…
Not sure if it helps in your case, but you also can access wsl disk from windows side. This could give better performance for some uses.
Very nice. And it makes me wonder what would be the result if the GPT was asked to point out security problems in the code.
Having had worked with both Pytest and Robot, I have to agree. And to expand on that, Robot framework had multiple disadvantages for us. (Note that this is about 2-3 years, so maybe things improved). It was pretty slow,…
My experience with trying to use Cucumber for tests pretty much shown me that it doesn't work there. But one thing that I played a bit and seemed that it might work was using Cucumber for writing requirements. At least…
My guess would be Mode X, it was quite popular in games at the DOS/VGA times: https://en.wikipedia.org/wiki/Mode_X
This comparison reminds me of Grace Hopper explaining how long nanosecond is: https://www.youtube.com/watch?v=9eyFDBPk4Yw
From what I read in EU the pay is considered personal information and is thus is protected by GDPR. If your employer wanted to share it with 3rd party for something like this, he would need your explicit approval for it.
> So yes, it mostly gets done for (components of) planes, spacecraft, medical devices, etc. I have to disagree here. All of these you mentioned have regularly bugs. Multiple spacecraft got lost because of these. For…
Unlike the car question, where you can assume the car is at home and so the most probable answer is to drive, with the machines it gets complicated. Since the question doesn't specify if each machine makes one part or…
Kinda related question, but is code really just a math? Is it possible to express things like user input, timings, inteerupts, error handling, etc. as math?
I wonder, if these problems aren't Ubuntu fault, since it forces snap version of Firefox on you. I had Firefox crashing repeatedly on me with the snap version. Maybe switching to Firefox apt repo would help? (I tried…
When it comes to woodworking, I quite enjoyed watching some of the videos of Granpa Amu on youtube. When I seen him make table from one piece of wood, it felt like magic. Link for those interested:…
For this case, it might be easier to package the script using pyinstaller. That way, she can just run it. Packaging it that way is more work on your side though.
I wish. If you live in any country that uses more than ASCII, then certainly not since forever. I mean, just for my language there were 7 different encodings (according to Wikipedia, possibly more) before Unicode era.…
I have been working in my spare time on Japanese vocabulary learning app and just yesterday finally convinced myself to publish the sources: https://github.com/d3nzil/gaku Be warned it's in early stages, difficult to…
While Sally is usually girl's name, the question never states that. So Sally could be actually a boy and in that case Sally would have two sisters.
Usually having index.html in /now would behave as if the /now was the page. Other index.extension files (like index.php) might also work depending on the server configuration.
Another eclipse video, this time from Starlink satellite: https://www.reddit.com/r/spacex/comments/1bz9ltv/solar_eclip...
Windows now have OpenSSH client (and server) available as optional features. Together with the new terminal the ssh client seems to be working fine. Personally I usually opt in to use the ssh in WSL as I keep it…
I'm not sure if it's different for Nvidia, but the Gamer Nexus video about Intel drivers suggest a lot of the work getting good performance is done on the driver side for all GPU vendors:…
Of course, if you are using tape to measure your weight, you are using the wrong tool for the job.
The satellite orbited at 320 km. At that altitude the atmosphere drag is non-negligible, so it had to burn fuel to stay there. So the life was limited by how much fuel it had and that is limited by launch vehicle…
Even that is not needed. There is enough people that want open source ChatGPT clone to create the dataset from scratch by themselves. The Open Assistant community actually already created enough training data for the…
The folks making Open Assistant [1] (opensource ChatGPT clone) gathered enough data to start initial training, so hopefully there will be something to play with soon. [1] https://github.com/LAION-AI/Open-Assistant
My usual strategy is to ensure that the lengthy parts are executed only once. So for example one of the lengthy parts is environment setup for me too. So what I did is to put as much as possible on the docker image I…
Not sure if it helps in your case, but you also can access wsl disk from windows side. This could give better performance for some uses.
Very nice. And it makes me wonder what would be the result if the GPT was asked to point out security problems in the code.
Having had worked with both Pytest and Robot, I have to agree. And to expand on that, Robot framework had multiple disadvantages for us. (Note that this is about 2-3 years, so maybe things improved). It was pretty slow,…
My experience with trying to use Cucumber for tests pretty much shown me that it doesn't work there. But one thing that I played a bit and seemed that it might work was using Cucumber for writing requirements. At least…
My guess would be Mode X, it was quite popular in games at the DOS/VGA times: https://en.wikipedia.org/wiki/Mode_X
This comparison reminds me of Grace Hopper explaining how long nanosecond is: https://www.youtube.com/watch?v=9eyFDBPk4Yw
From what I read in EU the pay is considered personal information and is thus is protected by GDPR. If your employer wanted to share it with 3rd party for something like this, he would need your explicit approval for it.