TekMol

↗ HN profile [ 77.0 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hetzner Outage (status.hetzner.com)
  2. I have had a nice email address for a long time and would like to keep it. But the amount of spam I get on it is annoying, over 20 spam mails per day. Is there a good way to block the spam without it even hitting my…

  3. I noticed that in 2024 I completely stopped using database tables with more than one column. Everything just goes into one single JSON column, which I always call "data". So to query all entries from the table "cars", I…

  4. I have yet to find a single person who is not appalled by the new Google Analytics interface. Not only that, they also offer no way to import your old data into GA4. Not only that, the API is also gone. All software you…

  5. Reddit is a cornerstone of the open web. But it seems the current management has set its mind on turning Reddit into a closed platform, just like all the other big social platforms: - Blocking users from accessing…

  6. Like me, some of you will have learned their lesson about trusting software via a message on your screen that said Something wonderful has happened Your AMIGA is alive !!! and, even better... Some of your disks are…

  7. I have been burned twice now by trying to use a smartwatch only to figure out that it does not show me even the most basic data on screen (like steps taken yesterday) and instead wants me to install an app on my phone…

  8. chat.google.com (accounts.google.com)
  9. The website I am working on right now is completely static, except for one page that does some serverside work. What is an easy way to turn that page into a paid service? Something like this would be perfect: <?php…

  10. I sometimes watch self-driving videos on YouTube. And have a quite good grasp on what the current situation is. However, it's difficult to gauge the progress of self-driving technology because most videos on YouTube…

  11. ElonJet on Mastodon (mastodon.social)
  12. Too much of my day looks like this: I sit down in front of the computer to do some work. I think: "Before I begin, let's check HN real quick if there is something interesting on the frontpage. Probably there is not, so…

  13. Looks like the GDPR implies that no tcp packets are allowed to travel to the US, even if the user gives their consent. That's how I read the recent rulings that using fonts, CDNs, analytics from US companies is illegal…

  14. I have a somewhat popular website and no day goes by without an ad company contacting me, wanting to put their JavaScript on my site which then displays ads to my users. Do all these companies have a reason to exist?…

  15. As far as I know, HN uses no DB and just writes all data to plain text files. Does this still hold true? Is there a description of the layout somewhere? I wonder if it is just one file per comment and the name is the…

  16. A few months ago, I put a "Sign up for my newsletter" form on my website. When someone entered their email, I simply stored the mail, sent a "Thanks for signing up" email via PHP's built-in mailer and did nothing else.…