HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Koenvh

no profile record

Submissions

A watchface where it's 11 AM, but the timezone changes every hour

mastodon.nl
5 points·by Koenvh·4 bulan yang lalu·0 comments

DialNS – A DNS Resolver over the Phone

blog.koenvh.nl
2 points·by Koenvh·2 tahun yang lalu·1 comments

What does this button do? – My new car has a mysterious and undocumented switch

blog.koenvh.nl
712 points·by Koenvh·2 tahun yang lalu·509 comments

Tiny device is sending updated iPhones into a never-ending DoS loop

arstechnica.com
10 points·by Koenvh·3 tahun yang lalu·0 comments

Improving the resiliency of RPKI Relying Party software

blog.apnic.net
3 points·by Koenvh·5 tahun yang lalu·0 comments

Improving the Resiliency of RPKI Relying Party Software

labs.ripe.net
1 points·by Koenvh·5 tahun yang lalu·0 comments

Fixing Recent Validation Vulnerabilities in OctoRPKI

blog.cloudflare.com
2 points·by Koenvh·5 tahun yang lalu·0 comments

comments

Koenvh
·4 tahun yang lalu·discuss
DANE is gaining adoption primarily when it comes to email - browsers are still hesitant.
Koenvh
·4 tahun yang lalu·discuss
I do trust my own server not to misbehave, but I probably would not trust some random server on the internet.
Koenvh
·4 tahun yang lalu·discuss
Funny, I reported something similar on the rsync mailing list a couple of months ago: https://www.mail-archive.com/[email protected]/msg33452....

Good to see that it will be fixed. Still, rsync is not the right tool for the job if you do not trust the server.
Koenvh
·5 tahun yang lalu·discuss
This is one such an approach: https://www.concordia-h2020.eu/blog-post/setting-up-a-nation...
Koenvh
·5 tahun yang lalu·discuss
There is a book about IBM's involvement in the Holocaust. Now, I have no illusion that Apple, Google, and co. would not do the same in the circumstances.

https://en.wikipedia.org/wiki/IBM_and_the_Holocaust
Koenvh
·5 tahun yang lalu·discuss
Correct, Buypass Go has a validity of six months. Unfortunately the free version does not support wildcards yet.
Koenvh
·5 tahun yang lalu·discuss
This is a good comment. There are I believe a couple more cases where HTTPS is difficult: - You use a dynamic subsubdomain scheme. E.g. abc.xyz.example.org. A wildcard certificate for *.example.org only covers xyz.example.org, not abc.xyz.example.org. Requesting a certificate as the page is requested is possible, but will cause a lot of latency, and you will probably hit the Let's Encrypt rate limit; - You embed resources that are only available over HTTP and cannot be proxied, either for technical or legal reasons; - You request resources from a local IP address, e.g. a website hosted on GitLab Pages that shows you the data from your own DIY weather station which runs in your local network.

These cases are not that common, but that does not make them nonexistent. 99% of websites don't fall under one of these cases (there are probably some others I have not even considered), and should probably support HTTPS.
Koenvh
·5 tahun yang lalu·discuss
Do you have a source for that? Most of Western Europe has more than two parties in parliament, thus I find that hard to believe.
Koenvh
·5 tahun yang lalu·discuss
Do you have a source for that? Coming from a country where there are 16 different parties in parliament (the Netherlands), neighboured by two countries which each have at least five parties in parliament (Belgium and Germany), I find that statement difficult to believe.
Koenvh
·5 tahun yang lalu·discuss
There are many names that do not follow your rule, and generally speaking I'd find it very rude if I told you my name, and you'd go "let me fix that to the _correct_ spelling". For example a name as Angus MacGyver, or Armand de la Cour. Both don't follow your rule. I don't see why that wouldn't apply to brand names as well.
Koenvh
·5 tahun yang lalu·discuss
I like this, because it's beautifully simple. I have been collecting radio stations since 2016 now, and something I have noticed is that streaming URLs tend to break rather often. It might be worth putting them behind a simple redirect so you can change the streaming URL remotely.
Koenvh
·5 tahun yang lalu·discuss
You can still get an anonymous card [1], along with paper cards from a machine, and printed e-tickets. So I would not say that travelling anonymously is becoming impossible, but rather that the current method is a lot more convenient for most, and thus the most known one.

[1] https://www.ov-chipkaart.nl/purchase-an-ov-chipkaart/anonymo...
Koenvh
·6 tahun yang lalu·discuss
Exactly. My favourite programming experience so far has been Visual Studio. Setting it up is done in one installer that guides you through the process, and after that it just works.

I think a lot of people here forget that people who program no longer need to be "programmers", and understand every aspect of the system. For these people who just want to simulate a model, or do some calculations, or automate a mundane task. For them programming is a means to an end, it's about the result.
Koenvh
·6 tahun yang lalu·discuss
Is it really trivial to support both dark and light interfaces though? It may be for command line interfaces, but for anything with a GUI and custom colours it means creating every element twice. Things like shadow work on light interfaces, but not on dark.