Live data from Hacker News

Viewing profile — dewey

dewey

HN member
Joined
Wed, Jul 25, 2012, 2:43 PM UTC
HN karma
17,955
Public activity
4,421 items

About dewey

Blogging about annoying software at https://annoying.technology. Sometimes blogging at https://blog.notmyhostna.me.

Find me on Mastodon (https://mastodon.social/@dewey) and less likely on Twitter (https://twitter.com/tehwey).

Email: hn@notmyhostna.me

---

1dH0mfghoB

meet.hn/city/de-Berlin

Socials: - github.com/dewey

---

Recent public activity

  1. comment
    Comment #49234217

    If your question is if a single person running a private blog has the same fact checking resources as a big news corporation, the answer is no but I'm not sure why you'd need me to…

  2. comment
    Comment #49233970

    Choosing to include a properly attributed quote in a blog post is very different to saying something yourself.

  3. comment
    Comment #49233910

    I've only changed "redactions" into "updates / retractions" as that was a typo. Please take a look at https://www.nytimes.com/international/section/corrections for a small selectio…

  4. comment
    Comment #49233627

    This has nothing to do with Gruber fans or not. Your take just isn't as smart as you thought it is. Highly regarded newspapers, tv programs or books have updates / retractions all …

  5. comment
    Comment #49232551

    > David Pierce, at The Verge, put it on a very short list of iOS-exclusive indie apps that keep him from switching to Android. You are misattributing a quote.

  6. comment
    Comment #49180962

    You should probably fact check a little bit before throwing out claims like that. LibreOffice is run by a German non-profit ( https://www.documentfoundation.org ) and developed par…

  7. comment
    Comment #49180496

    That's very short term thinking. Building up local expertise, creating jobs and spending money locally instead of sending it oversees as licensing fees is most likely the better us…

  8. comment
    Comment #49180240

    > You could easily migrate off of it tomorrow and everything would be fine. Have you missed the news where multiple countries tried to do exactly that and it took either multiple t…

  9. comment
    Comment #49180220

    > It's quite funny that Europeans are still discussing on what alternative they can use for MS Office in 2026 while the rest of the world is researching on frontier AI You don't ha…

  10. comment
    Comment #49179731

    > Personally I couldn’t care less which operating system the city chooses to use as long as it helps to save costs and increase efficiency. It's your personal opinion so that's fin…

  11. comment
    Comment #49173330

    As always it’s about the packaging not the individual components.

  12. comment
    Comment #49171969

    You don't need any Google scripts for indexing on your page. You can verify your domain Google Search Console and supply the url to the sitemap or wait for them to auto-discover yo…

  13. comment
    Comment #49167224

    I mean that in the nicest way possible, but you do not have the knowledge to operate such a website if that's the questions you are asking.

  14. comment
    Comment #49142485

    There’s a CRM called “Less annoying CRM” as I found out when searching for something like that a while ago. https://www.lessannoyingcrm.com/

  15. comment
    Comment #49136912

    Because if you say "News feed" people are thinking Facebook or Twitter feed. RSS is widely known as it was already integrated in browsers before as a "RSS" button if the site adver…

  16. comment
    Comment #49136748

    Having structured feeds of any kind is already a niche and much appreciated when it happens. How to call them correctly technically based on some specs is not the hill to die on. W…

  17. comment
    Comment #49120771

    > there's really no AI needed once this information is available Most people are not arguing that problems are too tricky for a human to solve once presented with it, but AI can lo…

  18. comment
    Comment #49120168

    I wouldn't say that's a "Marketing person" failure mode, there's enough open buckets, public mongodb or Elastic instances with wrong credentials.

  19. comment
    Comment #49119550

    We are talking about Postgres as a queue here, which is heavy on tiny writes, reads and churning tables. The point is just that a RDMS like Postgres scales very far as a queue, it’…

  20. comment
    Comment #49119529

    Translate it to “they are very rich”.

  21. comment
    Comment #49116381

    Even if you drop Google you'll still have a bunch of websites that now also will require age verification.

  22. comment
    Comment #49116366

    I think you know yourself that the parent poster didn't mean literally coins in a bank vault like Scrooge McDuck.

  23. comment
    Comment #49116149

    The point is that Postgres scales a very long way. Once you arrive at OpenAI / ChatGPT scale there's no shame in reaching for a dedicated queuing system.

  24. comment
    Comment #49115882

    Correct, what I meant was that SolidQueue was the first database-backed default adapter over the usually common Redis + Sidekiq combo for ActiveJob.

  25. comment
    Comment #49115446

    We are very heavily using Postgres as a queuing system in production for many years already, not just some quiet background tasks but with millions of tasks in the queue at any giv…