maxt | 9 years ago | on: Custom Markup
maxt's comments
maxt | 9 years ago | on: A simple HTML framework
I wonder however about the compatibility with different browsers. Could potentially break some sites on older browsers / those on legacy machines / those still surfing the web on dusty old Windows 2000 machines.
maxt | 9 years ago | on: “Reclaim Windows 10” Powershell Script
maxt | 9 years ago | on: “Reclaim Windows 10” Powershell Script
maxt | 9 years ago | on: “Reclaim Windows 10” Powershell Script
maxt | 9 years ago | on: “Reclaim Windows 10” Powershell Script
maxt | 9 years ago | on: “Reclaim Windows 10” Powershell Script
maxt | 9 years ago | on: WikiLeaks proposes tracking verified Twitter users’ homes, families and finances
maxt | 9 years ago | on: Canary Statement
¹ — https://en.wikipedia.org/wiki/Rubber-hose_cryptanalysis
Worth reading up about Key Disclosure Law too: https://en.wikipedia.org/wiki/Key_disclosure_law
maxt | 9 years ago | on: WikiLeaks proposes tracking verified Twitter users’ homes, families and finances
maxt | 9 years ago | on: WikiLeaks proposes tracking verified Twitter users’ homes, families and finances
maxt | 9 years ago | on: FTC sues D-Link over router and camera security flaws
maxt | 9 years ago | on: Ask HN: What hosting platform is everyone using these days?
maxt | 9 years ago | on: Ask HN: Excluding WordPress, what is your favorite for blogs or small stores?
I always make sure to proxy Ghost through a CDN because it lessens the load on my server.
For digital products, I use Sellfy and Selly[#]
[1] https://github.com/chyrp/chyrp
maxt | 9 years ago | on: Why HTTPS for Everything?
"TLS has exactly one performance problem: it is not used widely enough"
https://istlsfastyet.com/maxt | 9 years ago | on: Why HTTPS for Everything?
http://mashable.com/2011/05/31/https-web-security/
It worries me that major websites like this have still not made the switch to HTTPS/TLS yet. Quite irksome are the reasons (actually, excuses) site owners sometimes give like overhead, claiming switching over to HTTP/TLS will be costly and annoying, or even worse - that their threat model doesn't include HTTPS, and the burden is on the visitor to encrypt their connection to the site. The onus is on both parties to encrypt, instead of shunting the encryption to the visitor. As for threat models, the news can be a sensitive topic for some, and HTTPS can be of great service to visitors who enjoy their privacy.
I enjoy initiatives like Secure The News[1] which is a small public awareness campaign urging news outlets to adopt HTTPS/TLS. Initiatives like Google's HTTPS Transparency Report[2] are great too and give us great insight into the adoption rate of HTTPS/TLS:
maxt | 9 years ago | on: I Know What You Download on BitTorrent
maxt | 9 years ago | on: Principles
One principle I live by is minimalism. With technology it's easy for things to become rapidly complex. It's worth applying mindfulness to technology and seeing the results. Most of my solutions are easy solutions with no cruft, instead of complex solutions with bells and whistles galore.
Another principle I try to apply is doing one thing at a time, which ties into minimalism. It's so easy to fall into the trap of distractions and multitasking. I've trained myself over the years to cull distractions, and segmented my workflow into discrete single duty units of work. If I'm on Skype, then I'm on Skype, & I'm not checking my email or Twitter too. If I'm on Hackernews, then I'm just on Hackernews, and not lurking in Reddit too, etc. It seems obvious, but focusing actually requires training.
Virtualization has helped with this, and it's not uncommon seeing me spinning up a new VM for the sole purpose of video conferencing, and having an entire operating system just for Twitter, etc
maxt | 9 years ago | on: The State of Linux Security
https://linuxmint.com/edition.php?id=225
Only a few of the ISOs are delivered with TLS/HTTPS, like this one:
https://mirrors.c0urier.net/linux/linuxmint/iso/stable/18.1/...
maxt | 9 years ago | on: Ask HN: Why block Tor?
It's obvious that if you have a flood of nefarious traffic like this then you should throttle the TOR traffic. Overblocking is outright blocking TOR with no reason other than because you can, and it leaves many legitimate users frustrated and feeling like the site just self-censored itself.
It would be suitable in these cases to strike a happy medium and allow some TOR traffic through, but throttle suspicious-looking requests like mini 'swarms' of TOR exit IPs hitting the site all at once, which I think HN does, because some TOR idens work, whilst others do not.