HN user

bally0241

30 karma
Posts0
Comments52
View on HN
No posts found.
Tax the Land 4 years ago

This sounds extremely regressive. Basically rich developers will all be getting a huge property tax break by not having to pay taxes on the value of the land/building improvements, while small businesses and homeowners who can not afford to improve their property (or extract profit from it) will not be able to keep up with rising land taxes and be forced to sell. What a stupid idea.

I do sometimes work nights, but not in a factory. But your missing the point, there are lots of industrial processes that you don't just turn off for 12 hours because the electricity is not there or more expensive. Spooling them back up can take far in excess of that, so a 50% duty cycle is a non-starter.

I'm sorry we can't all be laptop-class software devs, someone has to make the 'stuff'.

I don't think the fact that it can be enabled/disabled by environmental variable indicates malicious intent. It could be as simple as that Intel doesn't care to test there compiler optimizations on competitors' CPU's. If have to distribute two types of binaries (one which were optimized but could break, vs un-optimized and unlikely to break), I would default over to distributing the un-optimized version. Slow is better than broken.

I understand some end users may not be able to re-compile the application for there machines, but I wouldn't say its Intel's fault, but rather the distributors of that particular application. For example, if AMD users want Solidworks to run faster on their system, they should ask Dassault Systemes for AMD-optimized binaries, not the upstream compiler developers!

Anyways, for those compiling their own code, why would anyone expect an Intel compiler to produce equally optimized code for an AMD cpu? Just use gcc/clang or whatever AMD recommends.

Debugging with GDB 4 years ago

Never underestimate the power of print statements for debugging, that being said, the gdb-based "poor man's profiler" has also been a life saver.

There are plenty of "mundane" explanation for the motion of the object to be real as well, and not just camera glare. No need to invoke aliens. For example, this video shows SDI technology from the 80s:

https://www.youtube.com/watch?v=RnofCyaWhI0

which appears perfectly capable (albeit in test) of in-place rotation/motion very similar to that of the object. It could very well have been a drone, but I find it incredible that people dismiss first hand accounts in preference to some internet armchair quarterback.

Came here to say this, anyone still using autohell in 2022 either is a stubborn grey beard or is seriously masochistic. Building static or shared libs/programs with CMake is treated simply as an option when calling the linker. I personally don't know anyone sane who wants to deal with the mental gymnastics needed by libtool. And don't get me started on the stupid permissions games played by 'make distcheck' where a simple git --archive would do just fine.

By trust-less I am referring to a trusted 3rd party (e.g bank or escrow service) needed to mediate the transaction between the two parties. Not necessarily a lack of trust between the two parties themselves (obviously it would be foolish to pay someone you didn't trust at all in an irreversible way, but I can order something from Amazon any day with an implicit guarantee I will receive it or a refund, despite not knowing anyone there personally). An if you are referring to the shipping company that is going to move the goods, that would be a separate p2p transaction (and probably insured) between the seller/buyer and the delivery company.

Everyone who transacts in a fiat currency digitally has a defacto third (or more) party in the bank that mediates the transaction, and even non-digital cash transactions inherently include the central issuing bank (who you must trust not to debase the currency...just ask a Turkish citizen how that's going).

I'm not sure how you can say it is de facto centralized. You may have had a decent argument as recently as last summer when most of the mining was done in China. However, we just watched them ban mining there completely, and the network carried on relatively unfazed. Seems pretty distributed to me.

Sure, I'd agree commodity money is preferable (and certainly trustless in p2p transactions), and in many ways better than blockchain. I just don't see how to map that paradigm onto a world where people who have never met each other regularly transact across continents without introducing some trusted 3rd party. And the moment you add that 3rd party you end up right back where we are now.

For people in countries with a high level of rule-of-law, and a stable financial system, I’d argue that this works reasonably well.

I agree, but that's not always obvious at first glance. For example, I would've said Canada qualifies as a stable rule-of-law country with strong property rights up until a couple weeks ago.

It's amazing to watch people who have never really thought about this before realize the entire banking system is built upon a handful of centralized, permissioned databases which can pretty much be turned on/off at will for certain parties by the central banks.

What is even more amazing is watching these same people (no necessarily you OP, but prevailing opinion on HN...) then go on an argue that a permission-less distributed ledger like Bitcoin is a completely unnecessary waste of resources.