Live data from Hacker News

Viewing profile — moehm

moehm

HN member
Joined
Fri, Jan 02, 2015, 6:45 PM UTC
HN karma
957
Public activity
216 items

About moehm

> I’m just a simple man, trying to make my way in the universe.

I collect (good) Wikipedia articles and their respective discussions posted on HN:

https://www.mostdiscussed.com/

For example the most popular Wikipedia articles on HN: https://www.mostdiscussed.com/popular

And the topics HN find interesting: https://www.mostdiscussed.com/popular/topics

You can follow on Mastodon: https://mastodon.social/@MostDiscussed

E-Mail: hi @ ^ domain .com (without www)

https://moehm.at.hn

-------

> It's not really necessary, but it is great fun.

Recent public activity

  1. comment
    Comment #49150667

    Here is the link: https://en.wikipedia.org/wiki/User:Guy_Macon/Wikipedia_has_C...

  2. comment
    Comment #49090142

    Alibaba just open sourced their version of a CLI code review tool too. https://github.com/alibaba/open-code-review

  3. comment
    Comment #48535796

    I have something similar: https://www.mostdiscussed.com/popular

  4. comment
    Comment #48535784

    Oh, nice execution. I had the same idea during the pandemic. Though my aesthetics are completely different as I focused more on the discussions on HN, as they often have some golde…

  5. story
  6. comment
    Comment #46674874

    NewPipe[0] is a client for YouTube on mobile. It's available on F-Droid and it hides the ads. There are some forks floating around which also include SponsorBlock, but I haven't te…

  7. comment
    Comment #46618168

    > Note that I fully understand it for the anecdotal weight that it has. At this point I thought you were going for an ahem heavy-handed joke.

  8. comment
    Comment #46275368

    Nice game, but this definitely needs a back button.

  9. comment
    Comment #45538329

    Uh, yeah, I thought about Nginx or Apache and would expect them to be more secure then your average self-written application.

  10. comment
    Comment #45533629

    Yes, but the web server is just reading files from disk and not invoking an application server. So if you keep your web server up to date, you are at a much lesser risk than if you…

  11. comment
    Comment #45533533

    'If you wish to make an apple pie from scratch, you must first invent the universe.' - Carl Sagan They aren't going to cut the fiber cables if your Google accounts gets locked.

  12. comment
    Comment #44674822

    Since the Ninja Creami hit the market as the "Pacojet Killer", I like to make my own lemon sorbet and Sgroppinos. But of course I swapped the vodka for Limoncello.

  13. comment
    Comment #44674527

    No, they didn't reduce production, they just stopped scaling it with the rising demand. Chartreuse got very popular in the last few years, and the monks started to produce more, bu…

  14. comment
    Comment #44673935

    > Also please God pour out that old vermouth, get a new one and put it in your fridge. Don't pour it out, but deglaze your pan the next time you cook.

  15. comment
    Comment #42881676

    Well done.

  16. comment
    Comment #42881313

    426 Upgrade Required

  17. comment
    Comment #42880912

    I know people here don't like site analytics, but for this one it's pretty good. Setup Matomo or similar analytics software, write about a bunch of topics and review after a year w…

  18. comment
    Comment #42763872

    It seems you're copying your data from myanimelist.net, including the synopsis. I'm not sure on the details anymore, but I can think this is infringing their copyright. For https:/…

  19. comment
    Comment #42576037

    Have you tried a coffein detox?

  20. comment
    Comment #42511695

    > Doing the multiple account thing isn’t as easy as it sounds though. Some sites like Reddit make switching between accounts incredibly easy And it's as easy to dox yourself by res…

  21. comment
    Comment #42476758

    Message the authors about this. Most website owners don't know their cms is also creating a rss/atom feed. Sometimes it took awhile, but I had moderate success with it.

  22. comment
    Comment #42353969

    How do you handle minor upgrades with 100% availability?

  23. comment
    Comment #42353954

    You can get HA via leader election through Patroni. https://github.com/patroni/patroni

  24. comment
    Comment #42353930

    For backups, pg_dump is good and simple for starting out. For tuning, postgresqlco.nf[1] is great. [1] https://postgresqlco.nf/tuning-guide

  25. comment
    Comment #42020448

    Do you need HA, or do you want to minimize downtime? At work we have something like an "error budget", were we accept downtime but try to minimize it. As such we have two nodes wit…