melx
- Karma
- 228
- Created
- January 11, 2023 (3y ago)
- Submissions
- 0
Hey! Greetings from the UK. I'm senior Python developer available for contract work. Looking for reliable Elixir dev? That's me too!
https://mlexs.dev
Viewpoints are my own and not the viewpoints of my employer (that's also me).
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.
or just "ignore" the favicon altogether: <link rel="icon" href="data:," />
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…
Try the night mode (top right corner)... It's black text on black background (I'm on mobile Firefox on Android).
Something else will be a problem...before size of sqlite is a problem.
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…
"Well, it sounds like they've mastered the art of 'Ctrl+C' and 'Ctrl+V'!" * * generated by ChatGPT itself
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…
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…
I was thinking...maybe Bard read your post and decided for itself.
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
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…
I'm from UK, and I got "United Kingdom, United States, Germany" as three first countries.
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.
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
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.
Money muling (the activity I described above) is a type of money laundering.
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?
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 -…
I hope the deer had survived the encounter.
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
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.
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…
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.
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…