64bittechie
|
2 years ago
|
on: The early days of Linux
Started with Redhat 6.2! It was amazing and I did not turn back to Windows. My family was pissed at the fact that I dual booted the family PC!
64bittechie
|
2 years ago
|
on: Show HN: Best Visa Jobs – curated jobs from top companies that sponsor visas
same! This is worse than paywall. If I don't have a Google account what am I supposed to do? I know it's hard to imagine people who don't have Google accounts but I can assure you that they exist. More importantly, it should be a choice not a requirement!
64bittechie
|
2 years ago
|
on: Reasons the banking crisis isn’t a repeat of 2008
Well, what do you expect? The US over the past several decades has effectively crippled economies for its own interests by cutting off USD access. When you do this to a non-trivial number of countries they get around it by trading among themselves and dumping the USD for their own currencies. There are many countries including India, Japan, Korea, China, Russia, etc who are opening up bilateral or trilateral agreements to trade in their own currencies bypassing the USD. The US has pissed off a significant portion of the world that its days as reserve currency are certainly numbered. However, unbelievable it might sound today but the world is inching closer to non-USD centric future.
64bittechie
|
3 years ago
|
on: Maryland law limits homeowner association control over eco-friendly yards
You do realize that you can just call the city and complain?
64bittechie
|
3 years ago
|
on: Enabling the Future of GitHub's REST API with API Versioning
Could you elaborate why did you pick using a header instead of making the version number part of the URL?
If the version is part of the URL, you have benefits such as -
1. It's easy to inspect the URL. For headers it's more involved.
2. Middleware (Proxies) can drop headers that they don't recognize.
3. Logging frameworks typically log URLs but don't log headers OOTB.
As someone who has built a lot of APIs for a long time, I think the decision to use headers to communicate versioning information is not optimal.
64bittechie
|
4 years ago
|
on: When tracking your period lets companies track you
Maybe there is a market for paid apps and services that do not sell your data?
64bittechie
|
4 years ago
|
on: Add 10 GbE to your system with an M.2 2280 module
NAS with HDD and a boat load of RAM can easily saturate 10GbE NIC if you're using it as a media server. Most content on my NAS is cached and rarely touches the disk.
64bittechie
|
5 years ago
|
on: India downgraded from ‘free’ to ‘partly free’ in democracy report
1. Spreading voter misinformation
2. Delegitimizing mail-in ballots
3. Delegitimizing election officials
4. Calling up state election officials to change votes in favor of Trump
5. Filing 200+ BS lawsuits questioning the authenticity of ballots
6. Disenfranchising minorities by gerrymandering
7. 250+ bills have been introduced in various states restricting voter rights
Do you seriously want me to go on?
64bittechie
|
5 years ago
|
on: India downgraded from ‘free’ to ‘partly free’ in democracy report
The Indian middle class has never been more prosperous under any other government. The current ruling government has undertaken fundamental reforms that _all_ political parties have had in their manifestos but nobody has had the political will to execute on it. In fact in the past 7 years there hasn't been an single legitimate instance of corruption or scandal. If this is the dangerous path, please sign me up for more.
64bittechie
|
5 years ago
|
on: India downgraded from ‘free’ to ‘partly free’ in democracy report
Aside from backlogs, India's judiciary is alive and kicking. Better than some of the 'free' countries even. There are enough examples of the judiciary smacking down the ruling government.
64bittechie
|
5 years ago
|
on: Beej's Guide to Network Programming (1994-2020)
I just came to say thank you, Beej! Your guide helped me learn networking and network programming. I love learning by example. Your guide was instrumental in my learning.
64bittechie
|
9 years ago
|
on: Using Immutable Caching to Speed Up the Web
You typically do a 302 redirect AFTER the POST authentication. This feels more of a publicity stunt more than anything. It might affect very few use-cases. Bulk of the requests on the web are GETs anyway.
64bittechie
|
13 years ago
|
on: Show HN: A cool live demo feature
yes because percentage is a great statistical tool. And I agree, a popup is off putting and I cringe everytime I get those. Take that as feedback!
64bittechie
|
13 years ago
|
on: Buying a Cheap Car Using Data
I am sorry if I come off a little rough. It is interesting how you made a data driven decision. However, it is common knowledge that Toyota, Honda are the most reliable cars. That common knowledge is derived from "crowd sourced" data. So while it was nice of you to confirm it with your analysis, it wasn't a necessary step and you would've saved some time and used it instead to look for deals focusing only on those Makes.
Also, next time you have graphs please use colors that are easy to distinguish - purple, pink, violet makes it hard to read the lines. Of course I should probably blame my low quality TN panel for it.
64bittechie
|
13 years ago
|
on: Should I learn javascript?
I would recommend learning a language and becoming an expert at it. Right now JS is positioned to be a great language for the web - for two reasons. It's the only, defacto language that can be used in the browser (dart is on it's way but right now it's not here.) Also with Node.js gaining popularity, you can use JS to build server side applications. It's a win-win situation if you know Javascript.
64bittechie
|
13 years ago
|
on: Effective Django
I dont see any issue with the formatting. I'm on Chrome 26.0.1410.43 on a Mac OSX 10.8.
64bittechie
|
13 years ago
|
on: How Balanced Automates Testing and Continuously Deploys
Are you kidding me? The number of tests has nothing to do with the quality of "testing" being done. You could have 5 billion tests and still miss obvious bugs. You're one of those who use LoC as a measure of productivity.
64bittechie
|
13 years ago
|
on: How Balanced Automates Testing and Continuously Deploys
Decode this - 25599cbb64c13f5385d1a4b3acb946f27f350b9
I'll give you a billion dollars for it.
64bittechie
|
13 years ago
|
on: How Balanced Automates Testing and Continuously Deploys