HackerTrans
TopNewTrendsCommentsPastAskShowJobs

georgesC

no profile record

comments

georgesC
·vor 5 Jahren·discuss
Build your own custom and in house CRM that you know from top to bottom, which does precisely what your company needs. And keep it closed in your private network.
georgesC
·vor 5 Jahren·discuss
Because producing tools with php is VERY fast, and it runs almost as fast as a scripting language could. It's simple, and efficient. One of the language that requires the least amount of code to produce a given result. Plus the longevity of the project.

The question is why would anyone NOT want to use php in 2021 for non desktop developments?

I also prefer pure php, with no frameworks. I think it's best to build your own tool that suits you.
georgesC
·vor 5 Jahren·discuss
Those entities can abuse your trust if they decide to censor or cancel the transaction for some arbitrary reasons. Same can apply in the context of money, rules of said money can change, a person won't be necessarily always ok with that (we're talking about your own currency/savings), you don't have much control and much choice.

As a developer I appreciate the ability to skip the use of a third party, I just wish there were more users in this network, but the network grows.

And this is not about the united states in particular. I'm not from the US, I'm glad if you didn't had any problems with your monetary system and banks, and I hope it continues for the good of everyone.
georgesC
·vor 5 Jahren·discuss
Trust minimization doesn't equal no trust. Also the trust that a currency works as intended and that a transaction goes through isn't the same kind of trust than trusting a vendor, which is why there will probably always be other systems in place for that particular issue. Some people are interested in that because their trust has been abused by a centralized authority. And we're not only talking about the transaction systems, but also about currency.

All in all it's all about the choice and preferences of individuals.
georgesC
·vor 5 Jahren·discuss
A blockchain is a database. But a regular database doesn't really minimize trust, that's the point of public blockchains.

The need of not relying on a centralized entity or third parties in the digital space does exist.
georgesC
·vor 5 Jahren·discuss
Bitcoin solved the double spending problem in a decentralized system. This has numerous consequences, among them the possibility of creating a currency that doesn't rely on a centralized authority, trust minimization, immutability, etc. To me this has the potential to automate many jobs.
georgesC
·vor 6 Jahren·discuss
Unlike php, I can see Javascript slowly disappearing thanks to Wasm.
georgesC
·vor 6 Jahren·discuss
The wealthier might lose more wealth overall (if we exclude the options they have to diversify and protect) but that doesn't mean it won't be harder for the poor. A poor by definition doesn't own much. They probably have no house, no easy way to eat, no way to transport if the system collapse and the merchants aren't interested in the little fiat they have. All in all I'm having a hard time to defend the idea that it would be harder for the wealthier to go through a collapse of the currency.

As for bitcoin, well, you can audit the commits on github if you want. There's plenty of things added lately. Miners or other entities like nodes can decide to fork the protocol into another chain (already happened, the protocol is then developed differently in those chains). Rules are subject to a consensus. Also if a user is not happy with a change, he's free to stop using it or to exchange his bitcoins for something else. All in all there's no reasons for participants to refuse modifying and improving the protocol over time.
georgesC
·vor 6 Jahren·discuss
Bitcoin can change depending on the need of the users, assuming it's something accepted by them, which sounds fair to me.

As for the inflation/fiat it just seems to me that you keep ignoring the possibility of a failure of such system. A failure of such system would for sure have terrible consequences and the poor unlike the wealthier will have harder times. Investing the fiat is a good idea, not something remotely popular in my country alas. Here, saving mostly means saving money at the bank (which devalues over time). No wonder why they feel they're losing purchasing power. People who work shall earn wealth simply put, not diminished wealth if they don't learn about financial tricks from someone they trust.
georgesC
·vor 6 Jahren·discuss
In practice, I'd say "selected" lower level standards aren't changed but built upon. Standard tools also tends to not change much. web protocols, C, C++, php, those are not getting away despite many attempts to reinvent the wheel. Maybe someone will make a better wheel one day, or maybe not, but for me it's nice to have a starting point in the domain of p2p "exchange" that may or may not be adopted as a standard.

As for inflation, it makes it harder for the poor workers to become wealthier, but the issue is more when it stops being sustainable. Inflationary fiat has proven that it could fail. I personally don't trust those persons handling it and I feel that such sentiment is growing among people. There's reasons behind that. That is terrible for a currency. Governments may or may not start having a better monetary policy. We don't have guarantees and much control over it, that's the issue for me. I'd rather avoid an economical disaster and keep a business running than having to deal with the failure of others.
georgesC
·vor 6 Jahren·discuss
The fact that so many people don't know that cash/fiat is losing value over time makes it somewhat of a problem. Furthermore the creation of cash/fiat creates high benefits to those that benefits from the newly created money first, before the money spreads and devalues its value due to inflation over time.

Inflation vs deflation debate is a complicated one, I don't know which is best in terms of enabling technical progress. One is more short termist, another is more long termist.

But fiat/inflated currencies won't go away. It's just that those kinds of currencies just tends to blow up at some point because of inflation and human nature. It's more than nice to have other options, especially digital. The idea to have some kind of worldwide standard that is open and won't change is also nice.
georgesC
·vor 6 Jahren·discuss
When I see those kind of subjective opinions getting popular, I'm glad that projects like bitcoin exists. It's really a political topic, as much as economical or tech.
georgesC
·vor 6 Jahren·discuss
Just like today's "don't spread personal data on the internet and avoid forms", the future of that will be "don't use a brain-computer device/software that is not entirely open-source".

We're warned. Now what we have to do is to work on reducing the power of malicious individuals who would want to read our thoughts by force. That's a political/societal thing more than technical. Or is it? what if it was financially not worth it for anyone to do such things...
georgesC
·vor 6 Jahren·discuss
We have no idea if the forced voters will vote blank or not.
georgesC
·vor 6 Jahren·discuss
If you force to vote the many people that wouldn't vote otherwise, you will likely have results that are not representative of what the citizens want, due to skewed data. Don't expect forced voters to represent a normal vote.
georgesC
·vor 6 Jahren·discuss
For web dev, I would rather have an expert in rust obviously, but I would also rather have an expert in php who expressly choose php over rust for the sake of the kiss principle. Plus he would probably be satisfied with a lower starting salary :-)

But you are right, reality often goes differently than what's thought to be ideal, which is why "perfect" solutions sometimes doesn't gets adopted in favor of a less perfect solution, which leaves the old "perfect" solution forgotten by history.
georgesC
·vor 6 Jahren·discuss
I don't understand how people are jumping head first into a new technology that is so young. It reminds me of the different js frameworks fads. Why would you use that in production, with no decent level of certainties about the status of the project long term?

Web is high level scripting, and lower level languages can be used by those high level languages to provide the required speed. The performance of those languages do increase over time with new hardware and discoveries. You can hardly do better than the concise syntax of php or python, depending on your preferences, in terms of performance vs code length.

To me programming has always been about obeying the KISS principle. Does using rust for the web corresponds to that principle? I'm unconvinced. Compare rust code to php code. php might be slower to process big operations, but big operations shouldn't be left to php anyway. php is a high level scripting language. Contribute to php and writing an extension would be a better way to go in my opinion. This or another scripting language.
georgesC
·vor 6 Jahren·discuss
Governments are important to protect freedom. I'm in favor of national currencies, but when it comes to the world wide web, and computers in general, I'm more comfortable with having a neutral currency not influenced by some people taking political decisions and deciding whether or not my savings can exist or not, or adding arbitrary technical limitations because of political reasons.

Projects like bitcoin are not a negative thing for regular citizens, the benefits outweighs the cons. You proposed earlier to make it illegal however, which means you're not okay with some persons having the option to control their currency in the digital space. Such opinions are the reason why bitcoin appeared in the first place, and why cryptography will probably be for a long time a beneficial tool to protect people, along with governments.