Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xrstf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
xrstf
5y ago
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 "O" in TOML is not deserved in my opinion.
2.
▲
by
xrstf
5y ago
> 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. You could at least pretend to "buy filecoin today so
3.
▲
by
xrstf
5y ago
Don't forget Internet Computer Protocol (ICP), which tries to replace the Internet but is also based on it.
4.
▲
by
xrstf
5y ago
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, ...) ;-) I found one Austrian source ( https://www.vol
5.
▲
by
xrstf
5y ago
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?
6.
▲
by
xrstf
5y ago
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.
7.
▲
by
xrstf
5y ago
EU-friendly archive: https://archive.is/AL9cX
8.
▲
by
xrstf
5y ago
You mean CGI[1]? [1] https://www.wikiwand.com/en/Common_Gateway_Interface
9.
▲
by
xrstf
5y ago
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.
10.
▲
by
xrstf
5y ago
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 one way, to use the ancient Bugzilla and hopefully
11.
▲
by
xrstf
9y ago
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 get, so we cannot ever do it". I for
12.
▲
by
xrstf
9y ago
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.equifaxse... ]
13.
▲
by
xrstf
9y ago
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 large an nginx-full installation is). That being said, we did
14.
▲
by
xrstf
10y ago
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 reminders.
15.
▲
by
xrstf
10y ago
> 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, like properly namespaced code, massive performance gains sin
16.
▲
by
xrstf
10y ago
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. :)
17.
▲
by
xrstf
10y ago
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...
18.
▲
by
xrstf
10y ago
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 insisting on quotes is the easier w
19.
▲
by
xrstf
10y ago
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
20.
▲
by
xrstf
10y ago
Discussion about this seems to happen in this submission: https://news.ycombinator.com/item?id=12254680
21.
▲
by
xrstf
10y ago
I see your point and share your pain about key-value tables in SQL systems.
22.
▲
by
xrstf
10y ago
"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 in regular tables. [1] https://github.
23.
▲
by
xrstf
10y ago
> 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 (granted, I don't have a team of highly paid devs at my
24.
▲
by
xrstf
10y ago
I'm pleasently surprised that the generated sites work just fine with JavaScript disabled (at least on the author's blog). Which on the other hand makes me wonder why I (as the visitor) need to download a 700KB JS blob that contai
25.
▲
by
xrstf
10y ago
I use it constantly, because I'm quicker making small edits with it than with vim. I would sorely miss it if it's not installed on a server.
26.
▲
by
xrstf
10y ago
One is `autocomplete`, the other is `aria-autocomplete`.
27.
▲
by
xrstf
10y ago
On Windows, I recommend using HeidiSQL, which handles SSH tunnels for you using PuTTY's plink.exe.
28.
▲
Typosquatting programming language package managers
(incolumitas.com)
486 points
by
xrstf
10y ago
|
143 comments
29.
▲
by
xrstf
10y ago
I wonder if using the memcached plugin for InnoDB[1] would speed things up even more, at the expense of not having flexible queries (and thereby introducing multiple roundtrips) anymore. Presumably, they are using simple "SELECT * FROM
30.
▲
by
xrstf
10y ago
Is there a way to get this as a precompiled Windows binary? I really want to give this a try, but I'm just sooo lazy and don't want to install OPAM if there's maybe a way around that.
More ›