HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DrDeadCrash

no profile record

comments

DrDeadCrash
·3 месяца назад·discuss
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 месяцев назад·discuss
Republicans love this, legally speaking we can do nothing.
DrDeadCrash
·в прошлом году·discuss
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
·в прошлом году·discuss
That's a strange way to spell "criminal".
DrDeadCrash
·в прошлом году·discuss
This is like being hopeful of staying dry in the rain
DrDeadCrash
·2 года назад·discuss
After ignoring the download links I ejected the floppy, drank some coffee, and read from the notebook. What did you try?
DrDeadCrash
·2 года назад·discuss
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 года назад·discuss
A more accurate title, as well.
DrDeadCrash
·2 года назад·discuss
I can confirm for power toys on Windows, I find it essential for making use of multiple 4k screens.
DrDeadCrash
·2 года назад·discuss
I believe the goal is to sell this as a DIY PI 5 project...
DrDeadCrash
·2 года назад·discuss
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 года назад·discuss
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 года назад·discuss
I believe an inverter (not gate) is required...
DrDeadCrash
·2 года назад·discuss
And it worked, Reload has a very different sound.
DrDeadCrash
·2 года назад·discuss
I found this paper to be informative:

https://jtc1info.org/slug/gql-database-language/
DrDeadCrash
·2 года назад·discuss
We should expect it.
DrDeadCrash
·2 года назад·discuss
You gotta need it ...
DrDeadCrash
·2 года назад·discuss
60 times per second*
DrDeadCrash
·2 года назад·discuss
Imo it would need to show varying levels of information density depending on scale. Otherwise, as another commenter stated it's overwhelming....
DrDeadCrash
·2 года назад·discuss
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!