Comments for amedee.be https://amedee.be "3.9 Be strict when sending and tolerant when receiving." (RFC 1958) Fri, 26 Dec 2025 11:16:34 +0000 hourly 1 Comment on sort -u vs sort | uniq: a tiny Linux fork in the road by Amedee https://amedee.be/sort-u-vs-sort-uniq-a-tiny-linux-fork-in-the-road/#comment-437 Fri, 26 Dec 2025 11:16:34 +0000 https://amedee.be/?p=2693#comment-437 Practically speaking, though, <code>sort | uniq</code> spawns an extra process and pipes all the data between them. On small files it’s negligible, but with large datasets the overhead can become noticeable. <code>sort -u</code> keeps it all in one process, which is more efficient while achieving the same end result.]]> In reply to PC.

I get the philosophical point — sort should just sort, and uniq should just remove duplicates. That’s the classic Unix purity argument. 🙂

Practically speaking, though, sort | uniq spawns an extra process and pipes all the data between them. On small files it’s negligible, but with large datasets the overhead can become noticeable. sort -u keeps it all in one process, which is more efficient while achieving the same end result.

]]>
Comment on sort -u vs sort | uniq: a tiny Linux fork in the road by Tom https://amedee.be/sort-u-vs-sort-uniq-a-tiny-linux-fork-in-the-road/#comment-435 Thu, 25 Dec 2025 20:54:49 +0000 https://amedee.be/?p=2693#comment-435 ]]> I used to mix them freely, but now my life will change 😁

]]>
Comment on sort -u vs sort | uniq: a tiny Linux fork in the road by PC https://amedee.be/sort-u-vs-sort-uniq-a-tiny-linux-fork-in-the-road/#comment-432 Wed, 24 Dec 2025 17:05:12 +0000 https://amedee.be/?p=2693#comment-432 And if one adheres to the Unix philosophy that each tool should do only one thing? That’s why I always type sort|uniq. sort should sort and not remove stuff. 🙂

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by amedee.be - 👾 GRUB Invaders: Because Bootloaders Deserve to Have Fun Too https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-392 Wed, 29 Oct 2025 11:34:36 +0000 https://amedee.be/?p=2153#comment-392 🎮” —I fell down a delightful rabbit hole while editing my GRUB configuration.That’s where I […]]]> […] a previous post — “Resurrecting My Windows Partition After 4 Years 🖥️🎮” —I fell down a delightful rabbit hole while editing my GRUB configuration.That’s where I […]

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by amedee.be - 🎵 The Secret Soundtrack of GRUB: Making Your Bootloader Sing https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-391 Wed, 15 Oct 2025 10:34:36 +0000 https://amedee.be/?p=2153#comment-391 🎮 — I was neck-deep in grub.cfg, poking at boot entries, fixing UUIDs, and generally performing a […]]]> […] the thousandth time, because dual-booting is apparently a lifestyle choice?In a previous post — Resurrecting My Windows Partition After 4 Years 🖥️🎮 — I was neck-deep in grub.cfg, poking at boot entries, fixing UUIDs, and generally performing a […]

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by PC https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-390 Wed, 08 Oct 2025 10:26:47 +0000 https://amedee.be/?p=2153#comment-390 If Steam itself says it, then it must be true, right?
https://steamcommunity.com/groups/steamworks/announcements/detail/4547038620960934857?snr=2___

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by Amedee https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-389 Fri, 03 Oct 2025 15:50:48 +0000 https://amedee.be/?p=2153#comment-389 In reply to PC.

I don’t try to understand it.
I don’t even know if it’s true.
It’s just something I read on Reddit.

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by PC https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-388 Fri, 03 Oct 2025 12:36:42 +0000 https://amedee.be/?p=2153#comment-388 Yes, I understand. I was not criticising you.
I don’t get kernel drivers for a game. Like not at all. A game is an application, it should not be in the kernel.

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by Amedee https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-387 Fri, 03 Oct 2025 12:20:58 +0000 https://amedee.be/?p=2153#comment-387 In reply to PC.

Anti-cheat, copy protection, whatever.
I just want to play a game with my girlfriend and her wife.

]]>
Comment on Resurrecting My Windows Partition After 4 Years 🖥️🎮 by PC https://amedee.be/resurrecting-my-windows-partition-after-4-years-%f0%9f%96%a5%ef%b8%8f%f0%9f%8e%ae/#comment-386 Thu, 02 Oct 2025 18:55:34 +0000 https://amedee.be/?p=2153#comment-386 “Fortnite does not officially support Linux due to its reliance on kernel-level anti-cheat software” … oh so not for copy protection… and they dare call this free? A mandatory anti-cheat kernel driver for a game?

]]>
Comment on Benchmarking USB Drives with Shell Scripts – Part 1: Why I Built a Benchmark Script by amedee.be - Resurrecting My Windows Partition After 4 Years 🖥️🎮 https://amedee.be/benchmarking-usb-drives-with-shell-scripts-part-1-why-i-built-a-benchmark-script/#comment-385 Thu, 02 Oct 2025 14:00:13 +0000 https://amedee.be/?p=1351#comment-385 […] grabbed my trusty Ventoy USB stick (the same one I had used for performance tests months ago) and booted it in UEFI mode. Once in the live environment, I inspected the boot […]

]]>
Comment on Find the Windows 11 product key using Linux by amedee.be - Resurrecting My Windows Partition After 4 Years 🖥️🎮 https://amedee.be/find-the-windows-11-product-key-using-linux/#comment-384 Wed, 01 Oct 2025 10:35:15 +0000 https://amedee.be/?p=812#comment-384 […] corner of the disk. Why it stopped working back then? I honestly don’t remember, but apparently I had blogged about it. I hadn’t cared — until […]

]]>
Comment on 🚀 Smarter CI with GitHub Actions Cache for Ansible (aka “Stop Downloading the Internet”) by Chris. R. 🎧🎼☕🍍 https://fedi.cr-net.be/@haploc/115219261520934085 Wed, 17 Sep 2025 10:53:27 +0000 https://amedee.be/?p=1968#comment-383 @amedee first time that I notice that the rocket is actually rendered in the URL

]]>
Comment on 🎣 The Curious Case of the Beg Bounty Bait — or: Licence to Phish by maximilian_beller https://hachyderm.io/@maximilian_beller/115021322462592677 Wed, 13 Aug 2025 11:54:59 +0000 https://amedee.be/?p=1937#comment-380 @amedee these guys are so annoying indeed

]]>
Comment on This may be a controversial opinion… by Robert https://amedee.be/this-may-be-a-controversial-opinion/#comment-379 Fri, 01 Aug 2025 22:22:56 +0000 https://amedee.be/?p=503#comment-379 Ansible is using PyYAML. PyYAML does not support YAML 1.2 (from 2009…)
https://github.com/yaml/pyyaml/issues/116

Otherwise, we would no longer have a problem with Norway ;3
https://www.bram.us/2022/01/11/yaml-the-norway-problem/

]]>
Comment on In Defense of the Em Dash — A Beautiful Line of Thought ✍️ by Amedee https://amedee.be/in-defense-of-the-em-dash-a-beautiful-line-of-thought-%e2%9c%8d%ef%b8%8f/#comment-377 Thu, 17 Jul 2025 11:31:28 +0000 https://amedee.be/?p=1770#comment-377 In reply to ▓▒░ TORLEY ░▒▓.

And just a minor detail: I’m not Dutch but Belgian.
I live in the northern, Dutch-speaking part of the country, Flanders.
The official name of my language is Dutch, but to differentiate from the variety of our northern neighbours in the Nederlands, the word Flemish is often used to describe my language.

]]>
Comment on In Defense of the Em Dash — A Beautiful Line of Thought ✍️ by Amedee https://amedee.be/in-defense-of-the-em-dash-a-beautiful-line-of-thought-%e2%9c%8d%ef%b8%8f/#comment-376 Thu, 17 Jul 2025 11:25:24 +0000 https://amedee.be/?p=1770#comment-376 In reply to Amedee.

Don’t worry about it. First time commenters have to go through approval first, this is to reduce comment spam.

]]>
Comment on In Defense of the Em Dash — A Beautiful Line of Thought ✍️ by Amedee https://amedee.be/in-defense-of-the-em-dash-a-beautiful-line-of-thought-%e2%9c%8d%ef%b8%8f/#comment-375 Thu, 17 Jul 2025 11:24:25 +0000 https://amedee.be/?p=1770#comment-375 --> That's https://emojipedia.org/magnifying-glass-tilted-left]]> In reply to ▓▒░ TORLEY ░▒▓.

Thank you for your kind words!
Indeed, I use emojis as visual punctuation, or actually as a visual summary of the thought I want to express.
I often use Emojipedia to find the right emoji. 🔍
–> That’s https://emojipedia.org/magnifying-glass-tilted-left

]]>
Comment on In Defense of the Em Dash — A Beautiful Line of Thought ✍️ by ▓▒░ TORLEY ░▒▓ https://amedee.be/in-defense-of-the-em-dash-a-beautiful-line-of-thought-%e2%9c%8d%ef%b8%8f/#comment-374 Thu, 17 Jul 2025 10:27:49 +0000 https://amedee.be/?p=1770#comment-374 ]]> I left a comment but it disappeared, let me know if you get this! 😊

]]>
Comment on In Defense of the Em Dash — A Beautiful Line of Thought ✍️ by ▓▒░ TORLEY ░▒▓ https://amedee.be/in-defense-of-the-em-dash-a-beautiful-line-of-thought-%e2%9c%8d%ef%b8%8f/#comment-373 Thu, 17 Jul 2025 10:25:37 +0000 https://amedee.be/?p=1770#comment-373 EM DASH LOVERS compilation! https://torley.substack.com/p/– Also, some mistakenly point to emoji as a “tell” but I like how you do yours… please tell me more about your emoji usage, is it to visually punctuate sentences?]]> Friendly greetings Amadee and THANKS for your autistic Dutch perspective! I appreciate your voice and linked to you from my 💖 EM DASH LOVERS compilation! https://torley.substack.com/p/–

Also, some mistakenly point to emoji as a “tell” but I like how you do yours… please tell me more about your emoji usage, is it to visually punctuate sentences?

]]>
Comment on 🧱 Let’s Get Hard (Links): Deduplicating My Linux Filesystem with Hadori by P.C. https://amedee.be/%f0%9f%a7%b1-lets-get-hard-links-deduplicating-my-linux-filesystem-with-hadori/#comment-372 Wed, 16 Jul 2025 11:49:23 +0000 https://amedee.be/?p=1882#comment-372 When you learn Unix, you learn that “everything is a file”. When you know Unix, then there are no files, only hard links.

]]>
Comment on Samenwonen in Gent? Wij starten een nieuwe cohousing en zoeken nog iemand! by Amedee https://amedee.be/samenwonen-in-gent-wij-starten-een-nieuwe-cohousing-en-zoeken-nog-iemand/#comment-370 Mon, 23 Jun 2025 15:34:44 +0000 https://amedee.be/samenwonen-in-gent-wij-starten-een-nieuwe-cohousing-en-zoeken-nog-iemand/#comment-370 Het Huis is het dus niet geworden, helaas.
De verhuurder heeft andere huurders gekozen.

]]>
Comment on Software version control visualiseren met Gource by amedee.be - 🎥 Automating Git Repository Visualizations with GitHub Actions and Gource https://amedee.be/software-version-control-visualiseren-met-gource/#comment-368 Wed, 04 Jun 2025 10:34:30 +0000 http://blog.amedee.be/?p=146#comment-368 […] than a decade ago, I published a blog post about Gource (in Dutch) where I described a manual workflow using Bash scripts. At that time, I ran Gource […]

]]>
Comment on 🐧 Falling Down the /dev Rabbit Hole: From Secure Deletion to /dev/scream by amedee.be - 🤔 “Wasn’t /dev/null Good Enough?” — Understanding the Difference Between /dev/null and /dev/zero https://amedee.be/%f0%9f%90%a7-falling-down-the-dev-rabbit-hole-from-secure-deletion-to-dev-scream/#comment-366 Mon, 26 May 2025 16:19:56 +0000 https://amedee.be/?p=1607#comment-366 […] my last blog post about the gloriously pointless /dev/scream, a few people […]

]]>
Comment on Jag lär mig svenska 🇸🇪 by amedee.be - Jag lär mig spela nyckelharpa https://amedee.be/jag-lar-mig-svenska-%f0%9f%87%b8%f0%9f%87%aa/#comment-364 Wed, 16 Apr 2025 14:32:03 +0000 https://amedee.be/?p=572#comment-364 […] lär mig spela nyckelharpa. Och jag lär mig svenska. Två passioner, ett hjärta. […]

]]>
Comment on Benchmarking USB Drives with Shell Scripts – Part 1: Why I Built a Benchmark Script by amedee.be - Benchmarking USB Drives with Shell Scripts – Part 2: Evolving the Script with ChatGPT https://amedee.be/benchmarking-usb-drives-with-shell-scripts-part-1-why-i-built-a-benchmark-script/#comment-363 Wed, 16 Apr 2025 10:36:04 +0000 https://amedee.be/?p=1351#comment-363 […] my previous post, I shared the story of why I needed a new USB stick and how I used ChatGPT to write a benchmark […]

]]>
Comment on I have a ridiculous amount of kernels by amedee.be - 🐧Upgrade to Ubuntu 22.04 LTS while keeping 21.10 kernels https://amedee.be/i-have-a-ridiculous-amount-of-kernels/#comment-362 Wed, 09 Apr 2025 13:46:10 +0000 https://amedee.be/?p=710#comment-362 […] This was primarily for compatibility reasons with specific drivers and tools I rely on. See also my other post about my ridiculous amount of kernels. […]

]]>
Comment on Find the Windows 11 product key using Linux by Jayb Tudder https://amedee.be/find-the-windows-11-product-key-using-linux/#comment-361 Sun, 26 Jan 2025 18:57:10 +0000 https://amedee.be/?p=812#comment-361 Yes, thanks for the helpful information.

One caveat: Unfortunatelu the “backup key” has never worked when try to complete windows registration on a new system.

]]>
Comment on What are my preferred roles? by een_gast https://amedee.be/what-are-my-preferred-roles/#comment-346 Tue, 01 Oct 2024 08:17:34 +0000 https://amedee.be/?p=551#comment-346 Hey Amedee!
Hoort video game programming/development bij dit lijstje? 😉

In ieder geval: ik vind je blogposts boeiend om te lezen! Die hebben altíjd een storytelling-vibe.
Ikzelf kan me hiermee momenteel ook identificeren, al zoekend welke jobs wel en niet bij me passen. Zeker nadat ik mezelf dit jaar in een nieuw licht leerde kennen, als zijnde ‘on the spectrum’. *iets met zelfkennis en het begin van wijsheid*

Ik subscribe alvast,
veel groeten
mijn naam ken je, staat in m’n mailadres 😉

]]>
Comment on Install libssl3 on Ubuntu versions before Jammy by wenli https://amedee.be/install-libssl3-on-systems-before-jammy/#comment-345 Tue, 24 Oct 2023 13:34:18 +0000 https://amedee.be/?p=684#comment-345 thank u! u save my life!

]]>
Comment on Suspending cloud backup of a NAS that cannot be reached by C Stone https://amedee.be/cloud-backup-of-my-nas/#comment-344 Mon, 26 Jun 2023 20:35:58 +0000 https://amedee.be/?p=748#comment-344 I’m in a similar situation. I just updated my set up with zfs encryption on some datasets that are backed up by Crashplan. I thought to myself, if I reboot the server, I’ll just unlock those volumes the first time I need them. Then (a few days later but not long after I got Crashplan working again) I realised Crashplan will see the empty directory when the zfs dataset is not decrypted and mounted and think I deleted all my files.

I was actually thinking something similar, but the other way around: stop the crashplan service if a marker file is present in the mount folder (this file would disappear if the dataset was actually mounted over it).

It would SO easy for Crashplan to look for a marker file of of their choosing (maybe !!crashplan-unmounted!!) to pause backups of each backup set.

Maybe I’ll open a ticket in the hope it gets a feature request tag!

]]>
Comment on Installing Ubuntu 20.04 LTS on 2011 MacBook Air by Jon https://amedee.be/installing-ubuntu-20-04-lts-on-2011-macbook-air/#comment-343 Tue, 07 Mar 2023 13:48:33 +0000 https://amedee.be/?p=454#comment-343 I know it has been a while… did you update to the latest ubuntu, and did it go okay? And – my brother has a 2011 and wants to run Linux on it – is the touch pad a bit herky jerky for you? He reports it is on his, almost to the point of not being very usable compared to Mac OS. I ran into this with my MacBook Pros and installed the alternate driver, synaptics, to take care of that. And it seemed to for the most part. Would be interested in your experiences w/ the touch pad. It kind of “sticks” or suddenly stops if being moved about a lot.

]]>
Comment on Mounting NAS shares without slow startup by Amedee https://amedee.be/mounting-nas-shares-without-slow-startup/#comment-342 Mon, 23 Jan 2023 07:57:39 +0000 https://amedee.be/?p=624#comment-342 In reply to peschu.

Yes there is a very specific reason: I don’t know what systemd is and I hope that some friendly commenter helps me out. Like you just did, so thanks!

]]>
Comment on Mounting NAS shares without slow startup by peschu https://amedee.be/mounting-nas-shares-without-slow-startup/#comment-341 Sun, 22 Jan 2023 13:12:41 +0000 https://amedee.be/?p=624#comment-341 is there a specific reason that you don’t use systemd for that?

like it is described here for example:
https://gist.github.com/akiross/1aa81f67514ef4753f2c8a15040364a3

]]>
Comment on New blog layout by Amedee https://amedee.be/new-blog-layout/#comment-340 Sun, 25 Dec 2022 17:31:13 +0000 https://amedee.be/?p=1048#comment-340 Oooh thanks, I didn’t think of that, I was trying to find something in the many menus but extra CSS did the trick.

]]>
Comment on New blog layout by frank https://amedee.be/new-blog-layout/#comment-339 Sun, 25 Dec 2022 07:52:49 +0000 https://amedee.be/?p=1048#comment-339 Neve is nice (and fast), good choice! Re. author info; you could always hide it with CSS in Appearance -> Customize -> Extra CSS with something like .wp-post-author-wrap{display:none;}?

]]>
Comment on Install libssl3 on Ubuntu versions before Jammy by Stack Overflow https://amedee.be/install-libssl3-on-systems-before-jammy/#comment-330 Tue, 30 Aug 2022 00:50:13 +0000 https://amedee.be/?p=684#comment-330 With respect to `libc6`, this blog is sort of like a cliff-hanger where the episode ends and we never find out how to resolve that part of the installation. Any blog updates on how to get that dependency also installed on 20.04 LTS would be greatly appreciated.

]]>
Comment on Unboxing the Ghent box (video in Dutch) by Amedee https://amedee.be/unboxing-the-ghent-box-video-in-dutch/#comment-329 Tue, 19 Jul 2022 08:44:09 +0000 https://amedee.be/?p=804#comment-329 In reply to Wouter Verhelst.

The police already came by a few weeks ago. She told me that the city services could take their time…
So, to answer your question: yes, I left out that boring detail.

]]>
Comment on Unboxing the Ghent box (video in Dutch) by Wouter Verhelst https://amedee.be/unboxing-the-ghent-box-video-in-dutch/#comment-328 Tue, 19 Jul 2022 07:43:53 +0000 https://amedee.be/?p=804#comment-328 Did you not need a visit from the police anymore? Or is that just a case of “you left out the boring details”? 😉

]]>
Comment on Mounting NAS shares without slow startup by Wouter Verhelst https://amedee.be/mounting-nas-shares-without-slow-startup/#comment-327 Tue, 19 Jul 2022 07:42:49 +0000 https://amedee.be/?p=624#comment-327 I was under the (possibly incorrect) impression that CIFS has Unix extensions, where you *can* have UID/GIDs stored on the filesystem. This may only work when the server runs Samba, though.

]]>
Comment on Install libssl3 on Ubuntu versions before Jammy by mavaddat https://amedee.be/install-libssl3-on-systems-before-jammy/#comment-326 Fri, 01 Jul 2022 01:41:36 +0000 https://amedee.be/?p=684#comment-326 ]]> Very nice! I love this method #1. Clear and concise explanation too. 🙏🏽

]]>
Comment on Mounting NAS shares without slow startup by Amedee https://amedee.be/mounting-nas-shares-without-slow-startup/#comment-323 Wed, 20 Apr 2022 16:34:10 +0000 https://amedee.be/?p=624#comment-323 In reply to cobbaut.

That may be true for older versions of smbfs or cifs, but not for cifs of at least version 4.5 or higher.
For a mount command with username and password on the shell: yes you need to put them in quotes, or escape special characters like spaces.
But in a credentials file, you don’t need quotes or escapes. Please refer to the mount.cifs(8) manual page. 🙂

]]>
Comment on Mounting NAS shares without slow startup by cobbaut https://amedee.be/mounting-nas-shares-without-slow-startup/#comment-322 Wed, 20 Apr 2022 13:24:30 +0000 https://amedee.be/?p=624#comment-322 You may need quotes around the password!

username=amedee
password=’NOT GOING TO TELL YOU :-p’

🙂

]]>
Comment on Working abroad? by Amedee https://amedee.be/working-abroad/#comment-311 Tue, 15 Feb 2022 17:30:16 +0000 https://amedee.be/?p=435#comment-311 Added Utrecht, Maastricht, Groningen, Heerenveen (NL); Berlin, Munich (DE), Poland, Pétange (LU).

]]>
Comment on Working abroad? by Amedee https://amedee.be/working-abroad/#comment-309 Wed, 09 Feb 2022 14:30:29 +0000 https://amedee.be/?p=435#comment-309 Update: added Leiden, NL

]]>
Comment on Installing Ubuntu 20.04 LTS on 2011 MacBook Air by wannesss https://amedee.be/installing-ubuntu-20-04-lts-on-2011-macbook-air/#comment-308 Fri, 21 Jan 2022 12:29:09 +0000 https://amedee.be/?p=454#comment-308 Just a comment to let you know that I installed it on a 2011 MacBook Air. I connected it to a Thunderbolt display, and It Just Works ™!

Now I need to have a look at the key mapping, because I could not comment on this post earlier, because I could not find the @ on said MacBook Air. 🙂

]]>
Comment on screenshots van de framebuffer by Amedee https://amedee.be/screenshots-van-de-framebuffer/#comment-307 Fri, 17 Sep 2021 22:59:38 +0000 http://blog.amedee.be/?p=265#comment-307 In reply to Mike Reys.

Misschien. Ooit.

]]>
Comment on Working abroad? by Amedee https://amedee.be/working-abroad/#comment-306 Fri, 17 Sep 2021 22:43:53 +0000 https://amedee.be/?p=435#comment-306 Update: I added Hyderabad, India

]]>
Comment on Working abroad? by Anonymous https://amedee.be/working-abroad/#comment-305 Sat, 07 Aug 2021 04:10:01 +0000 https://amedee.be/?p=435#comment-305 A large part of the fun of living abroad is learning new languages, integrating in new cultures and making new friends.

]]>
Comment on So, how is the jobhunt going? by Paul Cobbaut https://amedee.be/so-how-is-the-jobhunt-going/#comment-304 Wed, 21 Jul 2021 11:03:22 +0000 https://amedee.be/?p=423#comment-304 Not too long, I read it all.
By the way, I feel the same about phone calls.

]]>
Comment on Living without email for a month by Amedee https://amedee.be/living-without-email-month/#comment-175 Mon, 12 Sep 2016 09:52:32 +0000 http://amedee.be/?p=369#comment-175 In reply to Wouter Verhelst.

My boss does not mail me on my private email address, and monitoring alerts go to a dedicated channel Slack.

]]>
Comment on Living without email for a month by Wouter Verhelst https://amedee.be/living-without-email-month/#comment-174 Thu, 11 Aug 2016 15:27:48 +0000 http://amedee.be/?p=369#comment-174 You also had cronjobs without a boss to complain to for about a month…

]]>
Comment on Ye Olde Apache by Amedee https://amedee.be/ye-olde-apache/#comment-173 Fri, 01 Jul 2016 14:18:34 +0000 http://blog.amedee.be/?p=366#comment-173 In reply to Kristof Provost.

I’d like to refer you to a previous blogpost for the reason: http://blog.amedee.be/the-website-was-down
I don’t care if the general consensus is that nginx is “better”, if it doesn’t work for me then it isn’t. Simple as that.

]]>
Comment on Ye Olde Apache by Kristof Provost https://amedee.be/ye-olde-apache/#comment-172 Fri, 01 Jul 2016 11:09:05 +0000 http://blog.amedee.be/?p=366#comment-172 I’d be interested to hear what makes you say that. I run a couple of (smallish) websites, some with apache, some with nginx and I’ve been considering migrating the apache ones to nginx too. It’d be nice to know what problems caused you to make the opposite migration.

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by Amedee https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-102 Wed, 15 Oct 2014 07:53:23 +0000 http://blog.amedee.be/?p=288#comment-102 In reply to mikereys.

En juridisch in de USA, het land van waaruit Twitter werkt dus ook het land waarvan je de relevante wetten moet volgen als je Twitter gebruikt:
http://mashable.com/2013/01/15/twitter-photos-permission/
http://www.theverge.com/2013/1/15/3880228/judge-finds-news-outlets-reused-twitter-photos-without-permission

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by Amedee https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-101 Wed, 15 Oct 2014 07:48:34 +0000 http://blog.amedee.be/?p=288#comment-101 In reply to mikereys.

https://support.twitter.com/articles/114233-guidelines-for-using-tweets-in-broadcast

Requirements:

Display the Twitter bird when displaying images. The image above demonstrates an appropriate scale.
Display the Tweet which accompanied the image, including the user’s name and @username. Consider displaying the associated Tweet below the image, as you would a caption.
Don’t:

Edit a user’s images in any way, including removing or separating any images from the original collection.

Duidelijk genoeg?

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by mikereys https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-100 Tue, 14 Oct 2014 18:02:14 +0000 http://blog.amedee.be/?p=288#comment-100 Engelse pers doet dit zeer regelmatig hier, op exact zelfde manier als de VRT het deed. Trouwens, die regels van Twitter moeten veranderd zijn, want voor zover ik met herinner waren alle foto’s op Twitter vroeger ‘publiek domein’.
Grote discussies vroeger nog gezien op Flickr hierover wanneer je een foto van Flickr rechtstreeks linkte op twitter.

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by Amedee https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-99 Tue, 14 Oct 2014 13:09:45 +0000 http://blog.amedee.be/?p=288#comment-99 In reply to salserasara.

Al is de VRT webmaster nog zo snel, Google Cache achterhaalt hem wel! :-p

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by Amedee https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-98 Tue, 14 Oct 2014 12:44:55 +0000 http://blog.amedee.be/?p=288#comment-98 In reply to salserasara.

Ik heb al op 7 september screenshots genomen met mijn smartphone.
Bedankt om te melden, dit wordt de inhoud van een volgende blogpost: VRT probeert bewijzen te vernietigen. 😀

]]>
Comment on VRT plukt foto’s van Twitter zonder toestemming by salserasara https://amedee.be/vrt-plukt-fotos-van-twitter-zonder-toestemming/#comment-97 Tue, 14 Oct 2014 09:49:08 +0000 http://blog.amedee.be/?p=288#comment-97 Zorg dat je een screenshot hebt als bewijs. De tweede link werkt al niet meer! Het is heel erg van de VRT dat ze je foto gebruikt hebben zonder toestemming! Ben benieuwd of je er nog iets van gaat horen.
Fijne dag nog!
Sara

]]>
Comment on screenshots van de framebuffer by Mike Reys https://amedee.be/screenshots-van-de-framebuffer/#comment-72 Mon, 04 Aug 2014 09:22:10 +0000 http://blog.amedee.be/?p=265#comment-72 wordt vervolgd?

]]>