HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adderthorn

no profile record

comments

adderthorn
·2 years ago·discuss
In her case, I would guess a lot of antibiotics since the article mentioned frequent ciprofloaxin treatments for UTIs.
adderthorn
·2 years ago·discuss
If it's apple silicon you need to run `xattr -cr` on the .app to get it to be executable.
adderthorn
·2 years ago·discuss
I can speak as someone who lives in the US and in a state that has a republican super majority in our government. Without making this an issue specific to republicans, the US two-party government often creates an citizenry who views elections as a zero-sum game. One where one side wins and therefore the other must lose. Increasingly, republicans are attempting to foster an environment where the larger, democratic cities are "the problem" and therefore legislate to "punish" them by removing things like broadband for the poor.

Part of this is because the new GOP is mostly rural voters and they generally don't benefit from city investments. But part of it is to make a political point. Again, they only "win" when the other side "loses." Democrat politicians will do this too, but often not as much (in my experience) and often with less punitive motives. For example, killing coal plants wasn't punitive, but it ended up hurting a large section of rural economy that depended on the mining of coal for a living.
adderthorn
·3 years ago·discuss
In my job I am constantly given two lists and needing to vlookup on them. After spending so much time opening Excel to do this, I wrote a simple app and compares two lists of strings and gives you the shared items or unique items from the left or right.

https://github.com/adderthorn/CrossCompare
adderthorn
·3 years ago·discuss
I have two linux VMs that run .NET processes that I'd love to put in a jail.
adderthorn
·3 years ago·discuss
I think the takeaway here is cooking in plastic in the microwave, not the microwave technology itself.
adderthorn
·3 years ago·discuss
Noahw.org/blog
adderthorn
·3 years ago·discuss
Lazarus with Free Pascal is the only one I know of. The designer component works just like VB/WinForms but works cross platform.