HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pgh

no profile record

comments

pgh
·há 2 meses·discuss
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
·ano passado·discuss
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
·ano passado·discuss
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
·há 2 anos·discuss
Not any longer, they sold it off in 2020 and only retain a minority share.
pgh
·há 3 anos·discuss
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
·há 3 anos·discuss
I hope they’re eventually prepared to legislate against one-time pads, as they’re bespoke and sophisticated and equally impossible to crack.
pgh
·há 3 anos·discuss
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
·há 4 anos·discuss
Similar etymology, I would suppose “All mans” https://fr.wikipedia.org/wiki/Alamans
pgh
·há 4 anos·discuss
It’s German meaning “commons" - communal lands.
pgh
·há 4 anos·discuss
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...