Viewing profile — silon3
silon3
HN member- Joined
- Wed, Oct 05, 2011, 10:48 AM UTC
- HN karma
- 94
- Public activity
- 103 items
- HN profile
- View on Hacker News ↗
About silon3
No profile information was provided.
Recent public activity
-
comment
Comment #9824992
I'm not a lisp user, but I've used xml + xslt to generate xslt that processes xml to xhtml and I liked it ;)
-
comment
Comment #9796934
I miss semicolons ;)
-
comment
Comment #9777356
And that's why people use NOSQL. It's much more predictable in production use.
-
comment
Comment #9737722
What we need is declarative html markup again (JS optional). CSS also should be optional. Otherwise, long live adblock, noscript, user stylesheets, ...
-
comment
Comment #9720608
Before they announced this, I actually considered getting a Facebook account.
-
comment
Comment #9650779
> You are right. The guy that wrote PowerShell says that UNIX is document oriented configuration while windows is API oriented configuration. That's an interesting way of putting i…
-
comment
Comment #9575659
This needs some comment on proper usage (locking, isolation, ...) of these to avoid deadlocks (one thread inserts, other updates at the same time, ...). Without this this incomplet…
-
comment
Comment #9510014
Does it handle locking (aka no deadlocks) correctly?
-
comment
Comment #9464753
I use MSSQL on a current project and really don't like it's query optimizer. It relies too much on statistics which means that slightly complex queries get random behavior really q…
-
comment
Comment #9463967
Exactly. IMO all css/html features that conflict with this should be deprecated and REMOVED from the standard.
-
comment
Comment #9463964
How does one use it? Apart from reading view?
-
comment
Comment #9457602
Does JIT (or late/deploy time optimize/link) help here? Would it be easier to make deterministic builds when optimizer is not involved?
-
comment
Comment #9392646
What I find intolerable on a Mac is the behavior of ctrl+left/right. I expect it to jump to previous/next word and nothing else.
-
comment
Comment #9349548
Can it link to torrent?
-
comment
Comment #9210804
Unfortunately, 'localhost' is not multiuser safe. So a better (cross browser!) alternative would be OK.
-
comment
Comment #9183103
Agreed. Also it should be generating queries based on foreign keys/indexes (including joins). Others should not be allowed in an interactive app anyway: developer should be warned/…
-
comment
Comment #9118348
Is http://localhost / 127.0.0.1 considered secure?
-
comment
Comment #8971762
Yup, it's not really specific to SSH. The same problems occur using SSL X509 client certificates. Non-technical users will get confused unless they have a smart card/token that sec…
-
comment
Comment #8640464
Using sane/standard logging should be the first thing an installer asks before installing systemd based OS. In fact, just make separate .isos for this. (and I like systemd, at leas…
-
comment
Comment #8607212
When one can run Visual Studio on OSX/Linux...
-
comment
Comment #8507879
To signal spam content ;)
-
comment
Comment #8503063
"like" (it happened to me) No journald. Consequently, this also means no libqrencode and libmicrohttpd integration, nor hooking coredumps to the journal. The default log target for…
-
comment
Comment #8415853
Systemd is great step ahead in theory. Seems even to be quite stable in practice. Binary logs by default are a disastrous decision however.
-
comment
Comment #8382114
It'd be a good idea to have Keyboard only day for UI designers...
-
comment
Comment #8350437
Is there a "Ctrl+tab" extension that works properly with this?