HackerTrans
TopNewTrendsCommentsPastAskShowJobs

relium

no profile record

comments

relium
·قبل 8 أيام·discuss
Nice. I remember writing a PostScript graph paper generator when we got our first LaserWriters back in 1985.
relium
·قبل 23 يومًا·discuss
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
·قبل شهرين·discuss
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
·قبل شهرين·discuss
Federal payroll taxes in the US are 15.3% (7.65% for each side).
relium
·قبل 3 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
Very cool. Street names with an on/off toggle would be nice.
relium
·قبل 6 أشهر·discuss
>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 أشهر·discuss
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 أشهر·discuss
Jobs brokered a $150M deal with Apple's arch enemy Microsoft in 1997.
relium
·قبل 9 أشهر·discuss
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 أشهر·discuss
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 أشهر·discuss
That's Roger Murdock. He's the co-pilot.
relium
·قبل 10 أشهر·discuss
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.