HackerTrans
TopNewTrendsCommentsPastAskShowJobs

blerb795

no profile record

Submissions

Core dump epidemiology: fixing an 18-year-old bug

openai.com
2 points·by blerb795·13 giorni fa·0 comments

Perspective Server

github.com
2 points·by blerb795·4 mesi fa·1 comments

comments

blerb795
·4 mesi fa·discuss
""" macOS menu bar app that exposes Apple's on-device Foundation Models as an OpenAI-compatible local API. Zero cloud. Zero dependencies. """
blerb795
·11 mesi fa·discuss
To some degree, they do -- under SEC rules (Exchange Act §12(g)), private companies with >$10M in assets and 2,000+ shareholders (or 500+ non-accredited investors) have to start public-style reporting. I assume there's some clever accounting to ensure they're not at the 2,000 shareholder cap (perhaps double-trigger RSUs don't count as being a shareholder yet?)
blerb795
·11 mesi fa·discuss
The costs of using Databricks are anything but low, though.
blerb795
·12 mesi fa·discuss
I can't speak to their specific policies, but employees are often prohibited from trading in derivatives on company stock (and are regardless subject to open trading windows, which sometimes do not open until after the lockup has expired)
blerb795
·anno scorso·discuss
Is there some compliance reason or otherwise that you need one physical database per tenant, and can't just colocate multiple logical databases/schemas on one PlanetScale database?
blerb795
·anno scorso·discuss
The linked page specifically mentions that these ZDR APIs are not impacted.

> This does not impact API customers who are using Zero Data Retention endpoints under our ZDR amendment.
blerb795
·anno scorso·discuss
No need for the friends to be involved -- she resigned prior the the bankruptcy filing so she can participate in the bidding process personally
blerb795
·anno scorso·discuss
I don't believe this is true, but you do have to give one of the iMessage groups a name to make it independent from another group. If you imagine that primary key for a group is its name, and the default name for a group is its participants, this does kind of make sense.
blerb795
·anno scorso·discuss
It can be fiber speeds! I had symmetric gigabit with MonkeyBrains for 3 years. It just depend on the size of their install; I was in a relatively large apartment complex so they invested more in bigger(?) antennas.
blerb795
·2 anni fa·discuss
That doesn't sound exactly correct per the definitions I'm familiar with -- a multi-engine plane with a failure will not safely climb at V1, that's what V2 defines (the speed at which an engine-out aircraft can climb at 200ft/s, with at least 35ft of altitude at the end of the runway). Vr should be when the pilot begins rotation unless an engine is out; I don't believe there's any guidance to wait until V2.
blerb795
·2 anni fa·discuss
Many cross-platform applications which store metadata in xattrs on Unix-based systems will use ADS for the same purpose.

E.g. Dropbox, which syncs some extended attributes (and uses some for internal metadata), seems to store them in the ADS on Windows.
blerb795
·2 anni fa·discuss
> When Apple finally got rid of it

Oh, they're not gone -- still very much part of APFS. You can read the contents of the resource fork for a file at path `$FILE` by reading `$FILE/..namedfork/rsrc`

The resource fork is still how custom icons for files and directories are implemented! (Look for a hidden file called `Icon\r` inside any directory with a custom icon, and you can dump its resource fork to a `.icns` file that Preview can open)