I’m staring at this comment for a while now: With 3ms latency combined per token, wouldn’t that mean (1 / latency) = 333 token/s for the theoretical upper bound? I’m not trying to nitpick, just curious if I…
I have several years worth of timestamped sensor data in a SQlite DB that is 12+GB and growing. One idea was to experiment with DuckDB. Your comment about DuckDB has me worried as time ranged queries are common. Any…
How did you arrive at 82% of salary being taken by taxes and social security? I read the Wikipedia article but I don’t how the numbers would add up to 82%.
With 600Wh battery and Shimano Steps E5000 in lowest support level I can easily ride 250km/charge
I agree and I still see people speculating over the cause of the outage in this very thread, showing a worrying degree of confidence that for example renewable energies played a negative role
thanks a lot. I am looking for the longest time to get temperature sensors for the various radiators of our house's heating system (temperature of pipes entering/leaving each radiator plus room temperature, wall…
Could you please expand a little on the setup of a hub/gateway in your project? I found the Arduino sketches for three sensors but it was not clear to me how one would go about the gateway those sensors would connect to.
I do not know where the inspiration cam from but that e with inverted commas is not a German letter
not tried myself but here is some documentation: http://www.gunthard-kraus.de/qucsstudio/index_english_qucsst...
every day usage: If you also have a PV system you can decide when to run the dish washer, laundry machine, dryer, ... and how many of these "bursty" appliances can possibly run in parallel w/o consuming energy from the…
It's a nice idea but are there implemenatations yet except prototypes? I'm only aware of activities in Weilheim/Bavaria in Germany: https://www.haustec.de/energie/wie-pumpspeicherkraftwerke-im... and…
The aqua park is actually doing quite well nowadays https://www.tropical-islands.de/en/
KMT was the ruling party Kuomintang: https://en.wikipedia.org/wiki/Kuomintang nothing to do with muslims
Why is the left-most portion in the picture: http://researchblogs.cs.bham.ac.uk/thelablunch/files/2015/05... I x C: (3,3) and not I x C: (1,3) ? Similarily the right-most one should be C* x I: (3,1) no?
That is already available: https://micropython.org I have the PyBoard but one can get it running on ST Discovery boards as well.
The last part of your reply is especially important: East Germany is most likely the blue print of what will happen to the southern portions of the European Union. I am surprized this is not discussed more widely.…
Looking at all the feature requests here I can't help but think that you guys are reinventing TeamSpeak. The only difference I see is that with TeamSpeak you first must install a client whereas this runs in a browser.
I fail to see how a dummy load and a SWR meter will help to make sure you don't disturb other (portions of) RF band(s). To assess this you must look into the spectral purity of your signal. You do this with a spectrum…
I am working on a Tcl parser implemented in Python as a side project. Feel free to use it on your code base: https://bitbucket.org/ul5255/code-snippets/src/61958ee922cee...
To my best knowledge, the hash mark comments are parsed as comments by the Tcl parser. The interpreter will not execute a "hash mark" procedure. You can check for the parsing and semantics of Tcl by googling for "Tcl…
since you have experience with Mailjet: Do they also offer an option the receive emails and parse them? Sendgrid seems to have an API for this.
Slightly off-topic but why would you build up a dictionary in h(), then index it, then call the function being returned? The dictionary must be garbage collected later too. To me this seems rather inefficient compared…
not Arduino but close ... http://jeelabs.org/2012/09/20/serial-hookup-jeenode-to-raspb...
I once found this site with lots of interesting projects: http://www.sparkbangbuzz.com/
Good point. It is strange to read how people try to justify copying music/movies/... if they never had the intention to buy it in the first place. I do have sympathy for to circumvent DRM, ... e.g. to watch a DVD of…
I’m staring at this comment for a while now: With 3ms latency combined per token, wouldn’t that mean (1 / latency) = 333 token/s for the theoretical upper bound? I’m not trying to nitpick, just curious if I…
I have several years worth of timestamped sensor data in a SQlite DB that is 12+GB and growing. One idea was to experiment with DuckDB. Your comment about DuckDB has me worried as time ranged queries are common. Any…
How did you arrive at 82% of salary being taken by taxes and social security? I read the Wikipedia article but I don’t how the numbers would add up to 82%.
With 600Wh battery and Shimano Steps E5000 in lowest support level I can easily ride 250km/charge
I agree and I still see people speculating over the cause of the outage in this very thread, showing a worrying degree of confidence that for example renewable energies played a negative role
thanks a lot. I am looking for the longest time to get temperature sensors for the various radiators of our house's heating system (temperature of pipes entering/leaving each radiator plus room temperature, wall…
Could you please expand a little on the setup of a hub/gateway in your project? I found the Arduino sketches for three sensors but it was not clear to me how one would go about the gateway those sensors would connect to.
I do not know where the inspiration cam from but that e with inverted commas is not a German letter
not tried myself but here is some documentation: http://www.gunthard-kraus.de/qucsstudio/index_english_qucsst...
every day usage: If you also have a PV system you can decide when to run the dish washer, laundry machine, dryer, ... and how many of these "bursty" appliances can possibly run in parallel w/o consuming energy from the…
It's a nice idea but are there implemenatations yet except prototypes? I'm only aware of activities in Weilheim/Bavaria in Germany: https://www.haustec.de/energie/wie-pumpspeicherkraftwerke-im... and…
The aqua park is actually doing quite well nowadays https://www.tropical-islands.de/en/
KMT was the ruling party Kuomintang: https://en.wikipedia.org/wiki/Kuomintang nothing to do with muslims
Why is the left-most portion in the picture: http://researchblogs.cs.bham.ac.uk/thelablunch/files/2015/05... I x C: (3,3) and not I x C: (1,3) ? Similarily the right-most one should be C* x I: (3,1) no?
That is already available: https://micropython.org I have the PyBoard but one can get it running on ST Discovery boards as well.
The last part of your reply is especially important: East Germany is most likely the blue print of what will happen to the southern portions of the European Union. I am surprized this is not discussed more widely.…
Looking at all the feature requests here I can't help but think that you guys are reinventing TeamSpeak. The only difference I see is that with TeamSpeak you first must install a client whereas this runs in a browser.
I fail to see how a dummy load and a SWR meter will help to make sure you don't disturb other (portions of) RF band(s). To assess this you must look into the spectral purity of your signal. You do this with a spectrum…
I am working on a Tcl parser implemented in Python as a side project. Feel free to use it on your code base: https://bitbucket.org/ul5255/code-snippets/src/61958ee922cee...
To my best knowledge, the hash mark comments are parsed as comments by the Tcl parser. The interpreter will not execute a "hash mark" procedure. You can check for the parsing and semantics of Tcl by googling for "Tcl…
since you have experience with Mailjet: Do they also offer an option the receive emails and parse them? Sendgrid seems to have an API for this.
Slightly off-topic but why would you build up a dictionary in h(), then index it, then call the function being returned? The dictionary must be garbage collected later too. To me this seems rather inefficient compared…
not Arduino but close ... http://jeelabs.org/2012/09/20/serial-hookup-jeenode-to-raspb...
I once found this site with lots of interesting projects: http://www.sparkbangbuzz.com/
Good point. It is strange to read how people try to justify copying music/movies/... if they never had the intention to buy it in the first place. I do have sympathy for to circumvent DRM, ... e.g. to watch a DVD of…