HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DrDeadCrash

no profile record

comments

DrDeadCrash
·3 tháng trước·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 tháng trước·discuss
Republicans love this, legally speaking we can do nothing.
DrDeadCrash
·năm ngoái·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
·năm ngoái·discuss
That's a strange way to spell "criminal".
DrDeadCrash
·năm ngoái·discuss
This is like being hopeful of staying dry in the rain
DrDeadCrash
·2 năm trước·discuss
After ignoring the download links I ejected the floppy, drank some coffee, and read from the notebook. What did you try?
DrDeadCrash
·2 năm trước·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 năm trước·discuss
A more accurate title, as well.
DrDeadCrash
·2 năm trước·discuss
I can confirm for power toys on Windows, I find it essential for making use of multiple 4k screens.
DrDeadCrash
·2 năm trước·discuss
I believe the goal is to sell this as a DIY PI 5 project...
DrDeadCrash
·2 năm trước·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 năm trước·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 năm trước·discuss
I believe an inverter (not gate) is required...
DrDeadCrash
·2 năm trước·discuss
And it worked, Reload has a very different sound.
DrDeadCrash
·2 năm trước·discuss
I found this paper to be informative:

https://jtc1info.org/slug/gql-database-language/
DrDeadCrash
·2 năm trước·discuss
We should expect it.
DrDeadCrash
·2 năm trước·discuss
You gotta need it ...
DrDeadCrash
·2 năm trước·discuss
60 times per second*
DrDeadCrash
·2 năm trước·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 năm trước·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!