Ah, if I understand this explanation right, the blob’s purpose is to do things and stuff. Is that correct?
Ah, if I understand this explanation right, the blob’s purpose is to do things and stuff. Is that correct?
How is that? Does risc-v have magical properties that make its designers infallible, or somehow make it possible to fix flaws in the physical design after the CPU has already been fabbed and sold?
What skill? This is not a fucking game lmao. I don’t use an immutable distro because I have better things to do with my time than to try and climb a steep learning curve using some very questionable documentation. I can acknowledge the benefits, but I also acknowledge it’s gonna take me time to get there. And I judge that the time investment is not worth it.
It doesn’t have discussions, it doesn’t offer pull request management with commented/annotated code reviews, it doesn’t have built-in ssh and key management features, no workflows, no authorization tools of any kind…
In short I find the “just use git itself lmao” to be an exceedingly weird thing to say and I find it even weirder that it gets said as often as it does and it gets upvoted so much. Git by itself is not very useful at all if there are more than one a half people working on the same code.
Excuse me if I don’t appreciate when the compiler adamantly refuses to do its job when there’s one single unused variable in the code, when it could simply ignore that variable and warn me instead.
I also don’t enjoy having to format datetime using what’s probably the most reinventing-the-wheel-y and most weirdly US-centric formatting schemes I have ever seen any programming language build into itself.
C dependency management is the worst. I thoroughly dislike how it works over there.
It’s an error message matrix (the messaging application) throws when something goes wrong that makes it unable to decrypt messages.
Floating point errors are a product of how floating points work as a mathematical concept. So they’re independent of the programming language and can happen everywhere.
In this case though, I doubt it’s a critical issue. So the player “died” when they actually had 0.000000000027 hp left or whatever. Who cares? Do you need to be that precise?
To you, maybe.
That’s… a rather huge drawback. Why even pay for a shield at that point?
Manually optimizing the code I wrote in C, so that it runs noticeably slower and has all sorts of stupid bugs that weren’t there before. All in a good night’s work.
Sql errors: there be a syntax error roughly over there I think. Or maybe it’s a semantic error somewhere else I’m not entirely sure. Listen man all I can say is that this one comma there definitely has something to do with it probably, and the error is most certainly either to its left or to its right.
Sure, if the rest of the team is first semester CS students doing their first group project. This is not an obscure 1337 h4x0r trick only known to programming gods writing COBOL code inside banking mainframes, it’s a simple operator.
The "return type <5 paragraphs of various word salads> is not compatible with " error messages are anything but easy to understand in my opinion.
My company recently made a website for some finance company. They told our designer what they wanted, the designer did her thing, we presented the design, they gave their feedback, we made changes, and at some point we arrived at a design that the client approved.
First thing the client did after the site went live was to completely replace all the text. All of it. The design was specifically made to accommodate the text that they had written themselves. The new text was SIGNIFICANTLY more than what the site was designed around, and of course it broke the whole thing.
“Why does this section look so bad”, asks the client. Could that be because you pasted four whole paragraphs into a box that was supposed to display one short sentence, you absolute moron? The site’s been up for about a week and they’re already demanding a rather extensive redesign of the whole thing. Why the fuck did you approve it then?
Man if you actually use proper http status codes instead of returning 200 to every single request no matter the outcome, you’re already better than a lot of “senior” developers. If you’ve written any amount of half-useful readmes or docs or even comments, you’re well above the average. If you’re aware that git has more than 3 commands, you’re well on your way to godhood.
If you’ve written a “usage” section that showcases more than one uselessly simple example that doesn’t even work in the project’s current state, you’re already far ahead of the average.
And is hilariously overkill for what OP seems to want. It’s a pretty large and heavy package that comes with a whole lot of (for OP unnecessary) features.
Pi-hole’s not a router, just a fancy DNS server. Your network traffic doesn’t go through it, so its impact on your speeds is negligible. Since all it does is respond to DNS queries and keep logs, it also doesn’t require a lot of processing power. I used to run it on the first gen raspberry pi, and even that puny thing could easily handle the job. Your Synology box should be able to do it just fine.
Podman has a built-in automatic update feature that monitors the source repo. Could be useful for you.