HackerTrans
TopNewTrendsCommentsPastAskShowJobs

janci

1,157 karmajoined 11 lat temu

comments

janci
·4 dni temu·discuss
But without an MS accoutn it would not be connected to the browsing history
janci
·6 dni temu·discuss
My reasons to hate XML:

- element vs attribute ambiguity

- model of the document does not fit nicely to programming model of structs, dicts and arrays

- too many complexities (entities, cdata, parser directives)

- cardinality unknown without schema (is that a single value, or an array that just happens to have one element)

- order of elements may or may not be significant depending on schema

- not really extensible if the original schema does not explicitly allow for extensibility

- some types of valid XML documents are not representable by a schema (e.g. any number of different elements in any order)

- verbosity

- namespace identifiers being URIs that may or may not be resolvable

What I want for general data exchange is JSON with comments and sane namespaces.

Edit: line wraps
janci
·20 dni temu·discuss
I'd love if that UI was part of the file manager. totalcmd.exe or Finder.app or mc or Krusader etc.
janci
·20 dni temu·discuss
I never understood why file open/save dialog is a separate thing. I want to use my file manager to open and save files!
janci
·w zeszłym miesiącu·discuss
path-based auth middleware is a bad practice IMHO
janci
·2 miesiące temu·discuss
Why put such crappy display on such a high power device?
janci
·3 miesiące temu·discuss
As a kid I was intrigued by telephones. I got hands on two old rotary phones and I wanted them to talk together. I wired them in series with a battery. Despite my dad telling me it never gonna work - it kinda worked. You could hear the other side just well! It just did not ring.

I've made a great effort in making the phones ring. At that time I did not know it needs 90V (fortunately - I'd probably hurt myself). I figured out it needs AC, but how do you produce AC with only a battery? I even made a hack to rapidly reverse polarity using a relay in self-oscillating mode, only to get shocked by the induced voltage by the relay coil and no ring.

(Now I see that maybe if I used the coil voltage it would actually ring!)

This great article brought back nice memories of tinkering with the phones.
janci
·4 miesiące temu·discuss
How was CSS supposed to protect against copying the encrypted data? We should not need to decrypt the video to duplicate the disc.
janci
·7 miesięcy temu·discuss
How does SQLite handle HA setups? The minimum I want is reliable automatic failover in reasonable time for user-facing service. Ideally an active-active setup.
janci
·8 miesięcy temu·discuss
Is it just a minimal set of unmodified files and Windows will gracefully degradate to this? Or did he need to patch everything to be able to strip it down?
janci
·9 miesięcy temu·discuss
Did Nintendo lawyers already get in touch?
janci
·10 miesięcy temu·discuss
No, the author is presenting an idea that $25 a month can buy you a node. That fits adding a new node to the network, not taking over an existing node.
janci
·10 miesięcy temu·discuss
The assumption is the adversary controls x of N nodes. When x=N the probability of discovering the onion service IP is 1. But the adversary can not achieve this situation as he only controls the additional nodes. The existing nodes still stay in the network, they do not disappear. The ratio is not x/N but x/(x+N).

The formula is wrong and it all falls apart.
janci
·6 lat temu·discuss
How do you solve event schema changes? I mean event has some data attached to it. The schema of this data may need to change in time. How to replay older events that do not match current schema? Do you keep all versions of event reactors to be able to replay old events?
janci
·8 lat temu·discuss
This feels like Alice in Wonderland