HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mtve

no profile record

comments

mtve
·3 ay önce·discuss
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 ay önce·discuss
RoboZZle?
mtve
·geçen yıl·discuss
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 yıl önce·discuss
duplicate of https://news.ycombinator.com/item?id=16628877
mtve
·2 yıl önce·discuss
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 yıl önce·discuss
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 yıl önce·discuss
... with 16 pins and two carrying handles!
mtve
·3 yıl önce·discuss
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 yıl önce·discuss
4043 bytes of 8086 emu: https://www.ioccc.org/2013/cable3/hint.html
mtve
·4 yıl önce·discuss
wonder could https://www.ioccc.org/2019/lynn/hint.html help here?
mtve
·4 yıl önce·discuss
and https://github.com/zserge/jsmn
mtve
·4 yıl önce·discuss
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 yıl önce·discuss
BER/DER/PEM encodings are mostly quite simple, have very few subtle details.