i'm in a situation where I have to execute a bunch of unix commands "every second". things like device temperature, RX,TX packets, etc... so my original solution was to use e...
finally solved my problem, but help me understand something. this is the way that I was handling socket IO, express, and net (IPC). https://gist.github.com/itshaadi/ea27e40b7...
yes you do, ` async func () { const data = await otherfunc() const other data = await anotherfunc() } ` in this casce you have to do a try catch for each await and later on ...
is there anything wrong with my config ? [Unit] Description=Runs ifaceswitch at 2AM, 7AM and 10m after boot [Timer] OnBootSec=10min OnCalendar=*-*-* 02:00:01 OnCalendar=*-*...
ok this is a stupid question, but I'm asking it since I was making things harder for myself and you corrected it. so ... when do we actually need a try catch? like never?
maybe something like this. \{\*(?<token>[a-z]+)\*\} you can replace [a-z]+ with the pattern of your token like [A-Fa-f0-9]{64} is for SHA256 and ?<token> is just a named gro...
so this approach is wrong ?
I am connected to an OPENVPN server, does that covers it ? I did configured myself. and used block-outside-dns in server.conf. though https://www.dnsleaktest.com/ show an IP ...
ok so await-to is also an unnecessary approach? https://github.com/scopsy/await-to-js try catch is the only way to go?
the thing is. the sanctions were there from the beginning. like yeah we could sell oil and now we can't. but what I mean by getting use to it is that when you don't have hope ...
I was hoping that you guys would know a mirror for golang packages... like can I use github to get them?
why don't you buy one? that's better. besides how can you write code for a phone? which os and language ?
/etc/network/interfaces is empty could it be because Im using dhcpcd ? if so can I still use this method ?
even though I will close the instance here https://gist.github.com/itshaadi/74b704ec303180ca9bb600c085c87a83#file-index-js-L22 on the next start IPC fails because the addres...
Nov 25 07:00:01 raspberrypi CRON[5533]: (CRON) info (No MTA installed, discarding output) does this mean that I have no mail service installed ? if so, which software provide...
let me put it this way, if you were to use this package, without having to wrap each function in "to()", what would you do? https://github.com/scopsy/await-to-js
im new to go, and I have to build this package. so is this error related to go, or it is caused by google? (because I had to use a vpn to download Go)
If I were to use Socket IO in two react component, should I create a global IO instance (and pass as a state) or create on in each component ?
can someone simply explain to me what DNS leak is and how can I check that I have dns leak? I'm confused with the amount of stuff on internet
do you know any useful blog or yt channel/talk about js. that can be trusted? I don't want to fall for false tutorials again