Viewing profile — martinp
martinp
HN member- Joined
- Sun, Jun 28, 2009, 11:03 AM UTC
- HN karma
- 957
- Public activity
- 145 items
- HN profile
- View on Hacker News ↗
About martinp
https://github.com/mpolden
Recent public activity
-
comment
Comment #47740736
[dead]
-
comment
Comment #42751116
I put my personal site behind Cloudflare last year specifically to combat AI bots. It's very effective, but I hate that the web has devolved to a state where using a service like C…
- story
- story
- comment
-
comment
Comment #28686703
https://github.com/darkreader/darkreader is great for this. Adds dark mode to any site.
-
comment
Comment #28182137
OpenJDK 17 is in Debian 11 as well [0]. A decision was made to include it before its official release since the release is so close (September). An updated package will be availabl…
-
comment
Comment #26725992
Records were introduced in Java 14 [1]. An immutable DTO, with minimal boilerplate, that still behaves a class. Example: record Point(int x, int y) {} [1] https://blogs.oracle.com/…
-
comment
Comment #26178565
Some of these are specific to oh-my-zsh. For example: 1. take command: https://github.com/ohmyzsh/ohmyzsh/blob/8b37f817c29715873b91... 2. History substring search is a separate mod…
-
comment
Comment #25346982
I would at least consider them at $550, but in the Norwegian Apple Store they are $800. Even including 25% VAT, it's another $130 on top of that. Apple's region-adjusted prices are…
-
comment
Comment #25139365
It’s a sad state of affairs when language is censored because of political correctness being taken to extremes. Context is important to understand the meaning of words. Outright re…
- story
-
comment
Comment #24121762
There are multiple LSP clients though, there's lsp-mode [1] and eglot [2]. After trying out both, I prefer Eglot, mainly because I find it faster and less intrusive than lsp-mode. …
-
comment
Comment #23656922
Owner here. It's running on Heroku free tier and it handles hundreds of millions of requests every day. Cloudflare helps, but occasionally it still gets overloaded. The code is at …
- story
-
comment
Comment #23541999
I haven't actively used Windows for almost a decade, but appwiz.cpl (Add/Remove programs), devmgmt.msc (Device manager), services.msc (Service manager), diskmgmt.msc (Hard drive ma…
-
comment
Comment #20020447
General: * Teach them basic principles about scams and malware. Never let them install software by themselves. * Explain what spam is and to not open emails they don't recognise. G…
-
comment
Comment #19764566
Agree, it's terrible if you just want automatic builds. I almost gave up on automatic Docker image push on one of my projects [1] earlier this year, when GitHub services were depre…
-
comment
Comment #17734700
Syncthing is a great piece of software. I configured it on three of my machines in March and I've had zero issues since. In fact, it has worked so well that I don't even think abou…
- story
-
comment
Comment #15997220
Norwegian here. 20 days a year is the legal minimum, while 25 days is the norm. I get 30 days a year while working for an American company, which is a bit ironic.
-
comment
Comment #15880465
Not surprised by these bugs any more. The sheer amount of bugs in High Sierra is ridiculous, with the exception of the root password bug, I've personally experienced the following …
-
comment
Comment #15801115
This support article explains how to disable the root user: https://support.apple.com/en-us/HT204012
-
comment
Comment #15533032
And this is likely the reason for the reportedly low sales of the 8. I was surprised when they announced both at the fall event as it seemed obvious the X would cannibalize sales o…
-
comment
Comment #15347049
Outside of general purpose libraries that are found in most software projects it's not based on any existing software. It's built from the ground up by Oath, and the companies that…