Viewing profile — randbox
randbox
HN member- Joined
- Fri, Jan 14, 2022, 6:53 PM UTC
- HN karma
- 45
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About randbox
No profile information was provided.
Recent public activity
-
comment
Comment #33748248
> Because the GC is infectious. As soon as your dependency needs it (and IIRC even parts of the standard library did/do), it becomes painful if not impossible for you to avoid it. …
-
comment
Comment #33733306
Pacman works when updating all packages simultaneously. However when updating only a requested package it can break by failing to pull in other packages which need to be updated si…
-
comment
Comment #33733162
Pacman will happily break pacman and sudo without warning if the user requests updating openssl without upgrading the entire system. When updating a package it does not pull in all…
-
comment
Comment #31573964
With economic rents the dilemma is not simply between doing stuff and having stuff. It's between having something which others can have as well (through reciprocal property rights)…
-
comment
Comment #31573827
The annoying part is that there are many changes which federal & state governments can make to the financial system to ensure wage growth better tracks inflation without sacrificin…
-
comment
Comment #31495689
The only preprocessor code required for writing 'static inline' header functions is "#pragma once". Inline functions look like normal functions.
-
comment
Comment #31495656
If both the comparison function as well as the sort function which the comparison function is passed to are declared 'static inline' and available in a header, the compiler is smar…
-
comment
Comment #31495601
It's not necessary to use macros. Just make both the sort function which the comparison function is passed to, as well as the comparison function itself, both "static inline". The …
-
comment
Comment #31451345
> The problem isn't getting loans on one's crops. It's transferring the price risk to someone else. When a farmer plants, they want a guaranteed profit. Loans don't address that pr…
-
comment
Comment #31451018
Material production still requires accounting, installation, transportation, delivery, disposition, optimization. Financial parasitism more clearly occurs when someone pledges some…
-
comment
Comment #31450771
> There is a middle ground between banning and a free for all. Providing basic banking as a public utility so most deposits by individuals, local governments, and small businesses …
- comment
-
comment
Comment #31428680
Those are all different things and different forms of borrowing though. When someone borrows against cheese they are borrowing against existing personal property for which labor ha…
-
comment
Comment #31368320
No other species has the recorder of deeds \ title registrar \ court system to enforce claims over territory in absentia without the continual presence of the beneficiary. Even amo…
-
comment
Comment #31334552
Yes, the level-headed take is that an organization has not taken a "hard-left turn" unless they are calling for redistributing the land and cancelling the debt.
-
comment
Comment #31130298
Ukraine's domestically manufactured Stugna-P has longer range, remote controls, and is only $20,000 per missile. Wikipedia cites unit costs of Javelin closer to $200,000 than $80,0…
-
comment
Comment #30926603
So it's amazing at miseducating and misinforming politicians in impoverished countries? In industrial economies money is credit and countries issue their own money by setting up a …
-
comment
Comment #30832744
> It is not surprising that there are no historical documents outlining this, for it would likely pre-date even the written word by centuries or millennia. Huh? During the 17th and…
-
comment
Comment #30831550
In America during the late 1600s through early 1700s fiat currency was placed into circulation as the loan or mortgage held by the governor secured by the property of the borrower.…
-
comment
Comment #30830874
> Historically, a number of cultures have attempted periods of paper currency, issued by the government and backed by nothing. Often it was the result of currency that was once bac…
-
comment
Comment #30760610
The fraction of average income paid to landlords is partially due to the concentration of land ownership and political culture of the ownership class. Historically in 18th century …
-
comment
Comment #30742851
>Paying 2x-4x for some piece of land is still waaaaaaaay cheaper for society than drowning in decades-long quagmire while infrastructure falls apart everywhere. Eminent domain is n…
-
comment
Comment #30723455
A credit bubble may pop due to loss of confidence, but the loss of confidence is not purely non-deterministic psychological phenomena, it is due to the interest owed on the debt he…
-
comment
Comment #30723095
The quantity of money in the system doesn't stay the same. Speculators buy financial assets such as stock and real estate on credit. This increases valuations and causes more specu…
-
comment
Comment #29940893
There can be a data race any time a processor loads a value, modifies it, and writes it back. Without an atomic update operation like compare_exchange() generally you need to lock …