Viewing profile — scegit
scegit
HN member- Joined
- Wed, Jan 09, 2019, 11:21 PM UTC
- HN karma
- 2
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About scegit
No profile information was provided.
Recent public activity
-
comment
Comment #19245933
Debugging a system like this must very scary because of the tremendous responsibility. It is intersting to know how they actually communicate with it and handle auth.
-
comment
Comment #19240852
It is pretty cool that they created their own language, but I was not sure if they really needed to do that. I guess it was worth it back then. Looking at their website in 2002[0] …
-
comment
Comment #19239516
I'm not really familiar with how things were ~20 years ago, but I still believe that creating a language to use internally just for this is overkill. Dynamic ads, weather reports .…
-
comment
Comment #19239351
> “We probably over-engineered it, I guess,” Damens said. Exactly. Also, creating a programming language for something as simple as a newspaper is pretty much a nightmare. Worrying…
-
comment
Comment #19189098
Looks good but the dark version is not really dark mode.
-
comment
Comment #19077782
Great job! very annoying. I was wondering why they haven't done this before.
-
comment
Comment #19013724
Maybe their intent was to show the sidebar on the right when it's clicked.
-
comment
Comment #19013502
You can read about IETF QUIC here https://datatracker.ietf.org/doc/draft-ietf-quic-transport/ HTTP over QUIC is now HTTP/3. "HTTP/3 is just a new HTTP syntax that works on IETF QUI…
-
comment
Comment #19010890
This reminds me of Laravel their codebase sometimes feels like a maze even with a very decent IDE. Too many abstractions, and facades makes it even worse. Edit: Baklava code is a g…
-
comment
Comment #19010206
TL;DR HTTP over QUIC is now HTTP/3. "HTTP/3 is just a new HTTP syntax that works on IETF QUIC, a UDP-based multiplexed and secure transport"
-
comment
Comment #19008707
HTTP1.1 is expected to just work it has been here for a very long time. It takes time to understand, support and adopt new technology. I'm not sure if the blame should be on HTTP2 …
-
comment
Comment #19005487
Pretty cool! but it doesn't support HTTP2 which is a bit disappointing
-
comment
Comment #18976419
You can still do this input[type="button"]:active { background-image: url(' http://www.google-analytics.com/collect?v=1&_v=j23&a=...'); } https://www.smashingmagazine.com/2014/10/c…
-
comment
Comment #18899006
Android is a mess