HackerTrans
トップ新着トレンドコメント過去質問紹介求人

relium

no profile record

コメント

relium
·9 日前·議論
Nice. I remember writing a PostScript graph paper generator when we got our first LaserWriters back in 1985.
relium
·23 日前·議論
The current Mac version of what started as the PowerPC Graphing Calculator app can be downloaded from the Mac App Store: https://apps.apple.com/us/app/graphing-calculator-4/id522175...

The iOS version is at: https://itunes.apple.com/us/app/pacific-tech-graphing-calcul...
relium
·2 か月前·議論
I think 1% per year is insufficient for repairs. Even a paint job will cost more than that these days.

There's also a potential HOA fee, even in many neighborhoods with freestanding homes.

But there are tax benefits of home ownership too. The interest deduction used to very significant, although less now since they raised the standard deduction. There's also a $250K/500K non-taxable capital gains benefit when you sell a house for more than you paid.
relium
·2 か月前·議論
Federal payroll taxes in the US are 15.3% (7.65% for each side).
relium
·3 か月前·議論
They are pushing business-to-business service too, like ships, airlines, and retail/office backup. Plus smartphones can talk directly to their satellites. A lot of countries will use them for military use. Whether it adds up to a reasonable IPO I can't tell - market irrationality is hard to measure.
relium
·3 か月前·議論
My MacBook Pro M1 keyboard broke too and Apple wanted $900 to replace it. I bought a $30 replacement on Amazon and started replacing it myself. Unfortunately the repair was a bit too complicated for me, but luckily one of my co-workers had more patience and replaced it for some beer.

This video is a good overview: https://www.youtube.com/watch?v=pGmMpEEP5ls
relium
·4 か月前·議論
The best book I've ever read on the topic was the classic Mac OS Human Interface Guidelines. I still recommend them even though some of the specifics are out-of-date.

https://dev.os9.ca/techpubs/mac/pdf/HIGuidelines.pdf
relium
·5 か月前·議論
The ones I remember most affecting performance were zeroing allocated memory and the Spectre/Meltdown fix. Also, the first launch of a new app is slow in order to check the signature. Whole disk encryption is pretty fast today, but probably is a bit slower than unencrypted. The original FileVault using disk images was even slower.
relium
·6 か月前·議論
Very cool. Street names with an on/off toggle would be nice.
relium
·6 か月前·議論
>Note, you have to click on the providers to see absolute magnitude

I noticed that a little while ago too. Very bad UI. Tempted to post in r/dataisugly.
relium
·6 か月前·議論
We had edge delivery issues when I didn't use my ISP's DNS, especially from Apple. Not exactly sure of the mechanism, but downloading Xcode would take 2 hours instead of 10 minutes.
relium
·6 か月前·議論
Jobs brokered a $150M deal with Apple's arch enemy Microsoft in 1997.
relium
·9 か月前·議論
PICT supported vector commands like FrameRect and FillOval, bitmap commands like BitsRect, and even embedded PostScript via PicComments.

Version 1 PICTs: https://show.docjava.com/posterous/file/2012/07/9614411-DOC0...

I have the Version 2 documentation around here somewhere. I don't think I've looked at it in 20 years, though.
relium
·9 か月前·議論
Note this quote from the article:

“Weakly affiliated Democrats had basal Testosterone levels 19% higher than strong Democrats and all Republicans.”

So it's not as simple as "more testosterone means more Republican".
relium
·10 か月前·議論
That's Roger Murdock. He's the co-pilot.
relium
·10 か月前·議論
The one issue I have with SQLite's file format is that if part of the file gets corrupted, you can't easily recover the rest of the file. I asked Richard Hipp about this many years ago and he said that fixing the problem would unfortunately break binary compatibility.