For efficiency you should you GOTO, so you can join trees that end up in same position.
Like those create your own adventures books.
For efficiency you should you GOTO, so you can join trees that end up in same position.
Like those create your own adventures books.
I did chmod -R 666 / when I started playing with Linux in 1999. It did not end well.
Sudo didn’t really exist back then, you ran things as root like real men. /s
True, but var and let are not same in js, so there is three.
if(true) {
var a = "dumdum"
}
console.log(a)
Is valid and functioning javascript. With let it is not.
C# has const string a = “Hello, World”;
var in js is legacy, and default should be let, but changing that would break everything
Good, almost all of them were horrible, like AIX.
Visual Studio debugger is still best thing ever. It is strange how much poorer vscode’s debugger is compared to visual studio.
60k is single json file
They know that Trump will make a fuss about it next week and release the ban, blaming the Dems, so that people forget the China tariffs he has been talking all campaign.
Trump is so predictable that these totalitarian governments play him like a fiddle.
Yeah, if the ones and zeros arent in your drive, it can disappear at any point from the internet.
There is also four broken data cables.
You can add IPS to port to add some security checking, but yes, in general port is never secure or unsecure.
Coral Acceletor is only needed if you run setup that does not have GPU or enough CPU. Spare laptop usually has enough power to handle AI detection, but RasPi doesn’t. I run mine in CPU at rack server.
Cameras own detections are limited in my experience, and it is much harder to integrate to anything else, like HomeAssistant for notification & automation
HomeAssistant + Frigate combo is just plain awesome. You can leverage the automations of HA through Frigate’s AI detection, so you get things like notifications.
The best implementation of this that I have seen has been Frends Integration platform (https://frends.com). We use it at work, and have implemented ~500 business and integration processes with it.
This kind of visual programming works well in close to business logic implementations, were it is important to be able to quickly understand the business need behind the process.
How Frends work on the background, it compiles the visual process to C# code, so it is actually quite fast. Many solutions interpreters the process flow while executing, which makes them much slower.
My background is in normal code development, and I still think that there is a place for that. I have always hated having the raw business process in code, because those tend to change, and reimplementing code because process changes, is always really annoying.
Yes, just flip binary directly to the cpu
Oh jeez, rule34 is going to be full of lovenders nsfw now
edit: fucking hell, it had already from before, what’s wrong with you
They don’t even need to do triangulation nowadays, tower has direction and distance, because the way how 4G/5G work. 5G also has MIMO (meaning one burst of data to you carry data to other clients in same direction).
I assume all vpn services accessible from china are run by government and they monitor the traffic
Yeah, pretty much like that, in Azure and paid openai both let you modify the system prompt also. There is also a creativity (temperature) property that can be modified. When too high, it will hallucinate more, if too low, it will give same output everytime.
Retraining the model costs like hundred million and weeks of computing power.
6 permission mean read+write, but no execution rights. So you cannot execute any commands and system bricks itself.