Live data from Hacker News

Viewing profile — melx

melx

HN member
Joined
Wed, Jan 11, 2023, 11:44 AM UTC
HN karma
239
Public activity
133 items

About melx

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).

Recent public activity

  1. comment
    Comment #37752067

    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. comment
    Comment #37750671

    or just "ignore" the favicon altogether:

  3. comment
    Comment #37744456

    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 …

  4. comment
    Comment #37737217

    Try the night mode (top right corner)... It's black text on black background (I'm on mobile Firefox on Android).

  5. comment
  6. comment
    Comment #37679498

    Something else will be a problem...before size of sqlite is a problem.

  7. comment
    Comment #37658309

    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…

  8. comment
    Comment #37656768

    "Well, it sounds like they've mastered the art of 'Ctrl+C' and 'Ctrl+V'!" * * generated by ChatGPT itself

  9. comment
    Comment #37596335

    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 throug…

  10. comment
    Comment #37574562

    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…

  11. comment
    Comment #37569567

    I was thinking...maybe Bard read your post and decided for itself.

  12. comment
    Comment #37569003

    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

  13. comment
    Comment #37567691

    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…

  14. comment
    Comment #37567276

    I'm from UK, and I got "United Kingdom, United States, Germany" as three first countries.

  15. comment
    Comment #37567266

    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 d…

  16. comment
    Comment #37567234

    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

  17. comment
    Comment #37567193

    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.

  18. comment
    Comment #37496429

    Money muling (the activity I described above) is a type of money laundering.

  19. comment
    Comment #37496378

    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?

  20. comment
    Comment #37494423

    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…

  21. comment
    Comment #37494286

    I hope the deer had survived the encounter.

  22. comment
    Comment #37482891

    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 …

  23. comment
    Comment #37482810

    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 fo…

  24. comment
    Comment #37480238

    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),…

  25. comment
    Comment #37479722

    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 t…