Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
melx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
melx
3y ago
Exactly. They probably see their ads revenue is getting saturated by now, so a subscription model is a way to keep the revenue as the same level or higher.
2.
▲
by
melx
3y ago
or just "ignore" the favicon altogether: <link rel="icon" href="data:," />
3.
▲
by
melx
3y ago
I bought my first NUC only few months ago, and could not be happier (maybe except that Intel has sold off....). I use it as my primary machine for programming and data analysis. I read reviews that said it's noisy little machine yet I
4.
▲
by
melx
3y ago
Try the night mode (top right corner)... It's black text on black background (I'm on mobile Firefox on Android).
5.
▲
by
melx
3y ago
Something else will be a problem...before size of sqlite is a problem.
6.
▲
by
melx
3y ago
A very costly replacement?! The UK smart meter rollout is/was the most expensive among countries that went this route of smart meters. Or move up North (or Scotland) as "our", ekhm, "smart meters", are using a radio
7.
▲
by
melx
3y ago
"Well, it sounds like they've mastered the art of 'Ctrl+C' and 'Ctrl+V'!" * * generated by ChatGPT itself
8.
▲
by
melx
3y ago
Yyyy... Erlang has great adoption - examples: - Ericsson (they designed Erlang) is using it for its mobile products/networks. Approx 40% of all mobile traffic worldwide goes through Ericsson's infra. - WhatsApp used/uses Er
9.
▲
by
melx
3y ago
UK's debt-to-gdp reached 100.5%, and France has about 112.5% (many other western economies probably have similar level of debt.) I'm not economist, so can someone tell me what does such high debt mean in short/long term persp
10.
▲
by
melx
3y ago
I was thinking...maybe Bard read your post and decided for itself.
11.
▲
by
melx
3y ago
Someone asked[0] what happened to Bard just 10 hours ago (or 8 hours if relative to this posting). [0] https://news.ycombinator.com/item?id=37564768
12.
▲
by
melx
3y ago
Good point! But what... if it's French Belgian person from France... is this still "French from France", or "French from Belgium" ? The Belgian person lives in France ;-) Also, you missed other language codes for Fr
13.
▲
by
melx
3y ago
I'm from UK, and I got "United Kingdom, United States, Germany" as three first countries.
14.
▲
by
melx
3y ago
The OP wrote this is based on "navigator.languages" feature in the visitor's browser. So if your preferred language is set to e.g. French, then you shall see France at the top of dropdown.
15.
▲
by
melx
3y ago
On that topic I love the Welsh-English encounter of civil servants thinking they understood each other[0] [0] http://news.bbc.co.uk/1/hi/7702913.stm
16.
▲
by
melx
3y ago
Kudos on the nice UX for dropdown with countries. I wish more websites do it. Usually, it's "United States" at the very top, and 194 other countries in a loooooong list.
17.
▲
by
melx
3y ago
Money muling (the activity I described above) is a type of money laundering.
18.
▲
by
melx
3y ago
There is...you're asked about your bank account, then few days later you receive $100,000 along with info to send it to another 5 accounts $20,000 each. Guess what happens next?
19.
▲
by
melx
3y ago
I compile the tarball using Dockerfile, as the target OS must be the same as source OS to compile it (I deploy Debians on remote, and use Fedora locally). Then there's bunch of mix tasks to bundle the js/css assets - it's all
20.
▲
by
melx
3y ago
I hope the deer had survived the encounter.
21.
▲
by
melx
3y ago
Not an answer to OP question, but if you find yourself googling "python endswith" (as per example) then your DX is somehow broken. Invest in good code editor with linting. No more googling for such trivial things
22.
▲
by
melx
3y ago
I wanted to start a new search engine that would index content from ad-free websites only. Then I realised StackOverflow has ads nowadays and my search offering would be useless for like 98% of devs.
23.
▲
by
melx
3y ago
You can host Elixir apps on PaaS like Gigalixir[0] or Fly.io[1] (no associated with these). I personally use mix release[2] that assembles a tarball of itself (together with BEAM), then rsync that to Hetzner, restart the remote process and
24.
▲
by
melx
3y ago
Phoenix components for the win! But as a side note, I got rid of modals in my app, as showing modal on mobile devices is bad UX (IMO). Then, my Elixir code became smaller/simpler too. Win-win.
25.
▲
by
melx
3y ago
HAProxy 2.8 has improved[0] Let's Encrypt integration by using acme.sh (so you can get rid of certbot). It still needs a cron job/systemd timers to do renewal of certs but acme.sh is just bash script so you don't need (extra?
26.
▲
by
melx
3y ago
Well, we're in 2017 (read the thread I posted above), and in that year Caddy was distributing[0] the binary as licensed product. Apache licence applied to its source-code only (e.g. when you build the server from source - which only fe
27.
▲
by
melx
3y ago
I think you meant the Let's Encrypt was new. They started on November 18, 2014, and Caddy's first release was on 28 April 2015.
28.
▲
by
melx
3y ago
> Adding a sponsor header is harmless Harmless or not - I think it's worth looking past this point. Maybe the http header was a way for them to search the internet and find *commercial* sites that didn't pay for Caddy license?
29.
▲
by
melx
3y ago
On topic of death. Look into setting up "lasting power of attorney" (LPA), or your country's equivalent. When you're no longer here, probably the last thing your spouse/children/family will care about is a bloo
30.
▲
by
melx
3y ago
I did benchmark it against nginx and found Caddy to be 5-7x times slower, but like all benchmarks go...results are subject to ones requirements (or mistakes). What got me away from using it: - the directives feel intuitive but as soon as I
More ›