HackerTrans
トップ新着トレンドコメント過去質問紹介求人

mtve

no profile record

コメント

mtve
·3 か月前·議論
50M+ subs operator, at least 10 employees can have both location and CRM data, I guess it's pretty typical.

> As someone who has access to such data at a telco

so you do have access :)

> - Lawful interception and emergency services use completely separate paths, exposed via user interfaces that aren't available to employees.

correct for LI, not for emergency.

> Also why not simply switch to a different phone operator?

yes, the only solution.
mtve
·9 か月前·議論
RoboZZle?
mtve
·昨年·議論
Cisco IOS, highest density information per screen of old days CLI, like "sh int" (show interface) to get almost all required information at one glance.
mtve
·2 年前·議論
duplicate of https://news.ycombinator.com/item?id=16628877
mtve
·2 年前·議論
you may also check out the quite logical and convincing "Visceral Theory of Sleep":

> The visceral hypothesis suggests that during sleep, the central nervous system, particularly the cerebral cortex, switches from analyzing exteroceptive information to analyzing signals arriving from interoceptors distributed throughout all the systems of the body
mtve
·2 年前·議論
9V battery was enough for two modems to communicate back-to-back, without dial tone or ringing signals, just "ATD" command on one and "ATA" on another.
mtve
·2 年前·議論
... with 16 pins and two carrying handles!
mtve
·3 年前·議論
Sorry in advance for not answering right to your question, but you may check sources of ManGOS/TrinityCore/family WoW servers for that.

In short, from what I know, yes, quests are stored in "quest log" fields of character data in server DB, and they are tracked by the clients and checked by the server. Some simple auto quests like "find this item" are not even tracked by server and only stored on completion. Since both client and server have all game data, the client knows about all possible quests and only shows to the player what is appropriate at a current state.
mtve
·4 年前·議論
4043 bytes of 8086 emu: https://www.ioccc.org/2013/cable3/hint.html
mtve
·4 年前·議論
wonder could https://www.ioccc.org/2019/lynn/hint.html help here?
mtve
·4 年前·議論
and https://github.com/zserge/jsmn
mtve
·4 年前·議論
APL/J/K C-sources (perhaps by Roger Hui): https://github.com/jsoftware/jsource/blob/master/jsrc/a.c and other *.c files

Niklaus Wirth, Verilog: http://people.inf.ethz.ch/wirth/FPGA-relatedWork/RS232R.v

all of ioccc)
mtve
·5 年前·議論
BER/DER/PEM encodings are mostly quite simple, have very few subtle details.