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

DrDeadCrash

no profile record

コメント

DrDeadCrash
·3 か月前·議論
The answer isn't something we should accept as an opinion, though. For example, laws prohibit the federal government from (direct) involvement in elections.
DrDeadCrash
·6 か月前·議論
Republicans love this, legally speaking we can do nothing.
DrDeadCrash
·昨年·議論
I think they're saying to give the benefit of the doubt (ex. maybe it's a glitch), without realizing many of us have no more leeway to give due to the continuing onslaught of criminal behavior from musk/Trump which we'll all have to pay for in the future and is now giving our enemies reason to celebrate.
DrDeadCrash
·昨年·議論
That's a strange way to spell "criminal".
DrDeadCrash
·昨年·議論
This is like being hopeful of staying dry in the rain
DrDeadCrash
·2 年前·議論
After ignoring the download links I ejected the floppy, drank some coffee, and read from the notebook. What did you try?
DrDeadCrash
·2 年前·議論
The characters in OP's arrow function have the benefit of being available on a standard keyboard layout. This has proven to be an important syntactic feature, imo.
DrDeadCrash
·2 年前·議論
A more accurate title, as well.
DrDeadCrash
·2 年前·議論
I can confirm for power toys on Windows, I find it essential for making use of multiple 4k screens.
DrDeadCrash
·2 年前·議論
I believe the goal is to sell this as a DIY PI 5 project...
DrDeadCrash
·2 年前·議論
Repeal the Controlled Substances Act Reform policing in America Treat drug addiction as a medical problem Make healthcare, of every type a protected right Create a separation between business and state Make political contributions illegal Create and offer resources that support early childhood development Establish and empower a third party mediator to stop and prevent bullying and other abuse in school Create well funded safety nets people can use if they fall to a risk or on hard times Make Social Security type retirement income a guaranteed right Implement a finely-incremented progressive tax system to pay for it
DrDeadCrash
·2 年前·議論
I've used draw.io, mermaid using polyglot in vs-code, obsidian canvas diagrams, and gherkin with a cucumber plug-in for visual studio (req n roll ?).... non-technicals still don't get it, but at least they know they didn't get it ...
DrDeadCrash
·2 年前·議論
I believe an inverter (not gate) is required...
DrDeadCrash
·2 年前·議論
And it worked, Reload has a very different sound.
DrDeadCrash
·2 年前·議論
I found this paper to be informative:

https://jtc1info.org/slug/gql-database-language/
DrDeadCrash
·2 年前·議論
We should expect it.
DrDeadCrash
·2 年前·議論
You gotta need it ...
DrDeadCrash
·2 年前·議論
60 times per second*
DrDeadCrash
·2 年前·議論
Imo it would need to show varying levels of information density depending on scale. Otherwise, as another commenter stated it's overwhelming....
DrDeadCrash
·2 年前·議論
I once wrote a system for distributed data processing (8-10 years ago). There was a base class that when inherited from would, via Interception reroute a call to any virtual method to a server with the same interface loaded (plug-in architecture). The server would then delegate the method to one of its worker clients, which had the (same) required plugin(s) loaded. It worked over TCP on a local intranet. Once the admin-server-worker plugin system was figured out, projecting a virtual method was fairly transparent. There's always going to be some boiler-plate!