G2G2G2G

Results 120 comments of G2G2G2G

dude if you're running stuff so insanely long you need to run ```Go //pull this out of a database or whatever if 1793907730 < time.Now().Unix() { //do your tasks }...

https://crontab.guru/ demonstrate a cron job that runs in 5 years

Not sure what all the version change talk above has to do with anything. I guess judging by how your code is formatted, somewhere you call `NotifyWeeklyActivity` twice and so...

alternatively I guess you could also use https://tour.golang.org/concurrency/9 ?

Just give up and add quic / http3.. http2 wasn't that great anyway https://github.com/lucas-clemente/quic-go https://interop.seemann.io/

before asking questions on anything, you should at the very least read the readme https://github.com/valyala/fastjson#usage instead of Parse.. you can use ParseBytes.. which there are also plenty of posts about...

which is why fastjson and other json libraries aren't slow as hell like default marshaller.. just use that if you use a struct. derp

This is transparent bridge mode that you want and as far as I can tell it is a hardware limitation of the ESP8266 and it cannot do that. It's a...

I just found this software about 15 minutes ago and ctrl+f build and found https://github.com/martin-ger/esp_wifi_repeater#building-and-flashing and built it in like 3 minutes. "the source is not given" what?