Viewing profile — xrstf
xrstf
HN member- Joined
- Mon, Dec 01, 2014, 8:22 PM UTC
- HN karma
- 1,000
- Public activity
- 172 items
- HN profile
- View on Hacker News ↗
About xrstf
No profile information was provided.
Recent public activity
-
comment
Comment #27884703
I find it incredibly hard to understand anything in TOML that is more than simple, unnested key-value pairs. If you get into arrays, maps etc. then TOML is a nightmare to read. The…
- comment
-
comment
Comment #27640853
> We had those scams from beginning I tend to disagree a bit. In the early days, most scams at least pretended to have some non-pump-and-dump usecase. Like Dentacoin or Filecoin. Y…
-
comment
Comment #27640823
Don't forget Internet Computer Protocol (ICP), which tries to replace the Internet but is also based on it.
-
comment
Comment #27594738
Yeah, your first comment made it sound to me like the country shuts down (grocery stores, home improvement stores, furnite stores, banks, offices, government agencies, taxis, ...) …
-
comment
Comment #27594012
Citation needed. Germans do not quit working for 2 weeks in the summer. Where did you get that from? What German companies shut down for 2 weeks in the summer of 2019?
-
comment
Comment #27593920
Can you give some examples? I live in Europe and have never experienced that in my country suddenly everything stops for 2 weeks in the middle of the summer.
-
comment
Comment #27569180
EU-friendly archive: https://archive.is/AL9cX
-
comment
Comment #27432126
You mean CGI[1]? [1] https://www.wikiwand.com/en/Common_Gateway_Interface
-
comment
Comment #27370377
Good thing there are many spam knock-off sites re-using their content, so we don't need to start an archiving campaign like with Geocities.
-
comment
Comment #27369978
Is it coincidence that comments are turned off on _all_ videos on YouTube[1] related to the redesigns? What options do I as a "normie" have to give feedback? Is there really only o…
-
comment
Comment #16425079
A lot of this seems to hinge on "go get" being the best way to get Go source code. Most discussions I've read so far come down to "well, this might be cool, but it would break go g…
- comment
-
comment
Comment #15209189
The cert is signed by GeoTrust and works perfectly fine on my Chrome on Windows 10. [Edit: Ah, the chain is incomplete, see https://www.ssllabs.com/ssltest/analyze.html?d=www.equif…
-
comment
Comment #14166997
We are using Caddy as a simple reverse proxy in Docker environments. The configuration is a bit simpler than nginx and we love the tiny Docker images we can create (not sure how la…
-
comment
Comment #12940361
I have been running my own instance of Tiny Tiny RSS (with ~30 feeds) for years and couldn't be happier. Migrated from Feedly because of their usability and annoying upgrade remind…
-
comment
Comment #12882341
> But a lot of things about php sucked, at least 10 years ago when I stopped needing to write it. Sadly you missed out on the major advances that happened in the PHP ecosystem, lik…
-
comment
Comment #12401604
Quick benchmark on a 194MiB SQL dump: gzip -9: 27.574s, 48MiB output zstd -9: 14.182s, 41MiB output Thanks, I'll gladly use zstd as a drop-in replacement for my daily backups. :)
-
comment
Comment #12383365
Are your questions maybe answered in part IV of the series, the FAQ[1]? [1] http://www.ilikebigbits.com/blog/2015/2/9/the-myth-of-ram-pa...
-
comment
Comment #12327836
Because using certain keys could break your JavaScript (and JSON was designed to be a subset), like { delete: "me" } If you don't want to keep a list of known keywords around, just…
-
comment
Comment #12281587
Is your client possibly the same person who was interviewed for Penn & Teller's "Bullshit" on the "War on Drugs" episode[1]? [1] https://www.youtube.com/watch?v=wQS910WVlKc
-
comment
Comment #12254880
Discussion about this seems to happen in this submission: https://news.ycombinator.com/item?id=12254680
-
comment
Comment #12220836
I see your point and share your pain about key-value tables in SQL systems.
-
comment
Comment #12219532
"Everything is a key-value pair" is flat out wrong[1,2]: There are four key-value tables (commentmeta, postmeta, termmeta and usermeta), but most of the meat of Wordpress is stored…
-
comment
Comment #12167125
> not throwing any effort into postgresql The amount of research about the on-disk internals of both PostgreSQL and MySQL are a lot more effort than I would have probably spent (gr…