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.
Damn! Same here, red hat 99, but switched to Debian quite fast
60k is single json file
Yeah, if the ones and zeros arent in your drive, it can disappear at any point from the internet.
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.
Yes, just flip binary directly to the cpu
In my 20’s, a girl in bar queue told me that she knows how to compile kernel from the source. I asked her to marry me instantly, but unfortunately she was not available.
Single software engineer can nowadays do more harm than most of other engineers. Just one SQL injection and all the people’s personal data have been leaked. Single bug in car self driving software and the car drives in to school bus.
I would suggest more learn by doing approach. Learning OSI model etc is nice, but it is quite jargon :)
Use some old PC as a server, and get some network cards into it, and use it as firewall/router. Route your home network/NAT/DNS/DCHP through it. Raspberry Pi’s are nice, but their hw is still bit limited.
OPNSense is quite nice and easy free and open source firewall/router solution.
If you want to add bit of flexibility, you can use some virtualization platform like VMware in to the machine, so that you can run OPNSense in it, with some other virtual servers.
Then when you get things working, you can start looking in to VLAN’s, because they are quite important part of enterprise networking. Most cheap switches nowadays support VLAN’s out of the box.
Could be easily made 50% space saving by only iffin all odds and return even on else. Maybe one if before to handle overflow to avoid wrong even if over the last if.
Filesystem itself is fully ok with it, space is just a character as any. Problem comes with console.
e.g. you want to delete file called “not important.pdf”.
You type in: rm not important.pdf, and hit enter. Didn’t hit tab because you knew the filename and didn’t arse with it.
Outcome is that you just deleted important.pdf which contained your crypto wallet address which you were suppose to tattoo on your left arm.
“spaces are explicitly disallowed in current standards and are substituted with underscores or full stops.” This is from warez scene naming convention. In general I think people used dots, but both are ok.
6 permission mean read+write, but no execution rights. So you cannot execute any commands and system bricks itself.