Viewing profile — TMSZ
TMSZ
HN member- Joined
- Sun, Aug 30, 2015, 7:07 PM UTC
- HN karma
- 4
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About TMSZ
No profile information was provided.
Recent public activity
-
comment
Comment #37384897
It would be more proper to compare baresip to PJSIP/pjsua. I'm using both and both are great, with multiple unique features. The strong point for pjsip would be in my opinion pjmed…
-
comment
Comment #31714892
Well, consumer SIP is mostly dead. 20 years ago mobile calls were quite expensive, now they are basically free. Also the marked matured, people are more educated in general and usi…
-
comment
Comment #31714724
V.23 FSK is just the name of modulation. You can have CLIP receiver as separate IC ( https://www.microsemi.com/product-directory/caller-id/4305-m... ) or as some DFT code with Goer…
-
comment
Comment #31714408
The other caveat is that time spent configuring, troubleshooting and later maintaining them would be worth much more than 10 dollars. Their use is discouraged by many SIP providers…
-
comment
Comment #31714185
I remember these phones had some interoperability issue: https://answers.microsoft.com/en-us/mobiledevices/forum/all/... (technically all according to specification, but often not …
-
comment
Comment #31714112
I do believe that Cisco SIP implementation in 7000 series phones is non-interoperable by design. One major issue is that they are sending SIP messages from different port than the …
-
comment
Comment #31714029
There are some USB "phones" - basically composite USB devices with audio and HID, where HID is used to handle keypad and display (if present). I'm using very cheap EX-03 "Skype" ph…
-
comment
Comment #14904428
I think Delphi Started has same limitation as C++ Builder Starter - removed most of debugging functionality (e.g. local variables window). It may be not critical with small applica…
-
comment
Comment #14893851
Not necessary much higher. I've measured screen flickering in Lenovo T500 (probably one of the oldest laptops with LED backlight) with small solar cell and oscilloscope and it's 22…
-
comment
Comment #12881693
> Very few SoCs have internal switch mode controllers. That's why PMUs are used. Just look at bottom side of the PCB - there are three coils, two of them very close to the chip loo…
-
comment
Comment #12874574
Nope. There is chip looking like PMU on board with at least two output power rails. For VoCore 1 there were two MT3410L converters, one for 3.3V and one for 1.8V. With switching co…
-
comment
Comment #12437781
Code::Blocks was fine for me, simple and lightweight, included in many distros and suitable for cross-platform Windows/Linux work. Also: KDevelop, Eclipse, Netbeans.
-
comment
Comment #12437700
With a piece of kynar wire same pin can be connected on "old" ESP-01. Little hard to solder though.
-
comment
Comment #12437644
ESP8266 has ADC. It does not have DAC, however for some purposes (e.g. low quality audio over WiFi) I2S output can be used with DMA as PWM output. Isn't IPv6 supported for ESP8266 …
-
comment
Comment #12066070
There are few viewers/editors listed at http://softwarerecs.stackexchange.com/questions/18839/json-v... JSONedit should work well with files up to few MBs, with larger files loadin…
-
comment
Comment #11739809
There are few ways of inserting comments: http://stackoverflow.com/questions/244777/can-i-use-comments... If you do not care too much about exchanging data with other apps then par…
-
comment
Comment #11739445
I hope this would be JSONedit as it is mine ;) - http://tomeko.net/software/JSONedit/ There are also - I think two different - plugins for Notepad++, JsonViewer: https://jsonviewer…
-
comment
Comment #11739332
Different uses I guess. I'm using JSON for configuration purposes (~100kB...4MB PABX config, but Azure seems to be more popular example) and it's read-modify-update cycle > 95% of …
-
comment
Comment #11739264
(Emacs) That's weird. Smart editor should render only portion visible to user and number of lines should not make any difference for highlighter. I've checked Scintilla with 3MB si…
-
comment
Comment #10144203
JSONedit has (experimental) C++ code generator that serializes and deserializes JSON to/from object (default name for class is "Settings" and it uses json-cpp 0.5 as parser and gen…