you can just remove that entire feature by clicking the cogwheel in the top right of that page.
you can just remove that entire feature by clicking the cogwheel in the top right of that page.
please tell me you have an accepted code style with proper tooling and precommit hooks set up
my immediate reaction when hearing their explanation was that their entire infrastructure must be completely fucked and that the admission alone would prevent them from operating… anywhere. they effectively confessed to failing every basic security principle there is and as a result they can not be trusted with any data whatsoever without a thorough, independent audit.
like, if this was actually an “unknown actor” we would either have gotten a cve number and 90 day grace period, or a complete shutdown and an animated ascii skull. the entire way they went about this shows their entire operation is untrustworthy, and the fact that they’re apparently not seeing that makes it even worse.
you can get the same performance by using the restrict
keyword in C.
basically, C allows pointer aliasing while fortran does not, which means C programs need to be able to handle cases when a value is accessed from multiple locations. fortran does not, so a lot of accesses can be optimized into immediates, or unrolled without guards.
restrict
is a pinky-promise to the compiler that no overlapping takes place, e.g. that a value will only be accessed from one place. it’s basically rust ownership semantics without enforcement.
no voice assistant has ever worked reliably in my language so just don’t see the point
it is a dynamically typed language, but it’s not a weakly typed language.
the main thing that makes fortran preferable to C is the way it handles arrays and vectors. due to different pointer semantics, they can be laid out more efficiently in memory, meaning less operations need to be done for a given calculation.
so it would be more accurate to just have tailwind be css with a suit.
if you’re trying to circumvent them the best method is to just disable javascript. the next best method is ublock filterlists. but i do use consentomatic as well because i’m lazy.
learning to use a workshop has nothing to do with how the tools are constructed. open source means very little to people who are not familiar with software tools, and is not likely to get someone started.
as soon as you are even starting on an intermediate level you need to care a lot, because you start building your own tools. but before that point, open source just means the big players. good luck explaining the benefits of awk
before they know the difference between office and openoffice.
old people and the french, where it is mandatory.
we could also use it as a file system
yeah the town i grew up in celebrated its 750th recently. it’s not even close.
oh, its vermicular michaelis. right.
that’s not a =, it’s a ═ (U+2550 BOX DRAWINGS DOUBLE HORIZONTAL
). you can tell because == doesn’t connect but ══ does.
why not? looks fine
yeah that’d do it. on X11 this is a solved problem, but wayland delegates the responsibility to the wm, and i don’t think anyone other than gnome has actually implemented it. another one of the paper cuts that makes it hard for me to make the switch.
in most systems this is global. it’s provided by the desktop and programs just see a copy/paste event. are you on wayland by any chance?
cogwheel, top right, disable all check boxes you want.