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

pgh

no profile record

コメント

pgh
·2 か月前·議論
The lack of any subject level standardised US high school certification to prove skill-level for matriculation still boggles my mind. I realise this is fundamentally a curriculum issue, as it’s set at a local level. There’s AP, but that’s not universally available.
pgh
·昨年·議論
Yep, and it now features as a supported language in their latest database version. That might be another reason they continue to protect the trademark.
pgh
·昨年·議論
If you don’t want IOT for the bed warmer/chiller then there’s this:

https://sleep.me/product/cube-sleep-system

It works rather well, I’m tempted to reverse-engineer the remote control protocol for home automation purposes.
pgh
·2 年前·議論
Not any longer, they sold it off in 2020 and only retain a minority share.
pgh
·3 年前·議論
It’s a declarative language and it’s compiled into an execution "plan", and parameterised queries (bind variables, prepared statements, whatever you want to call them) are passed at runtime. When you dynamically build queries by concatenation you bypass this compilation phase (parse, compute plan, etc.), and spend unnecessary time on near identical queries.

If you want many more gory details, this is a good watch: https://youtu.be/eurwtUhY5fk
pgh
·3 年前·議論
I hope they’re eventually prepared to legislate against one-time pads, as they’re bespoke and sophisticated and equally impossible to crack.
pgh
·3 年前·議論
I bought an XBox HD-DVD drive expressly for the purpose of, err, "preserving" my movies once the format died. It works well connected to a PC.
pgh
·4 年前·議論
Similar etymology, I would suppose “All mans” https://fr.wikipedia.org/wiki/Alamans
pgh
·4 年前·議論
It’s German meaning “commons" - communal lands.
pgh
·4 年前·議論
This is very reminiscent of the m:n thread support of Java on Solaris. https://docs.oracle.com/cd/E19620-01/805-4031/6j3qv1oej/inde...