Honestly, “I found this useful/interesting/amusing/worth leaving a positive comment avout” is the only award I need. Thanks for the words of appreciation ❤️
Honestly, “I found this useful/interesting/amusing/worth leaving a positive comment avout” is the only award I need. Thanks for the words of appreciation ❤️
Approximation is an important tool for compressing information into useable forms. All labels are limited approximations too. Such compression is inevitably lossy, but that is a sacrifice for the sake of practicality. The important question is what level of compression is acceptable for a given context. If I describe the location of a chess piece on the board, I don’t need to specify how far off-center on its square a given piece is, so a 0-7 offset along each of the two axes is enough for game purposes.
When it comes to gender, I think we all agree that [0, 1] is insufficient, but how do we determine what is sufficient? Do we argue that a 2-bit vector (masc, fem) is enough to describe {neither, fem, masc, both} for rough rounding, or do we need more detailed values along those axes, or perhaps a third axis too (or more)?
There are n types of people in this world: Those who don’t understand numeral systems, those who understand base x systems for x ∈ [2, n] and those who get pedantic about this meta-joke.
Huh, weird. The IT guys I work with don’t just know Windows, when I joked about wanting a Linux instead they pointed out that we have software devs using Linux too. I’d need some reason to request it, but if I know the right people (and more particularly, what their favourite snacks are), I could probably get it approved.
(Doesn’t actually help me, given I’m stuck using proprietary tools that I couldn’t get to run with wine, but at least the option is there. And that’s a big corp.)
Sample Size 2 isn’t ample evidence - science must be scienced!
I use CalVer in my projects. I might transition to SemVer some time, but given that most of my projects are standalone, it doesn’t make much sense to track external compatibility.
Pride Versioning makes no sense, because In never quite proud enough of my work to distinguish it from 0ver.
See, you should have worked with me - I write terrible back-end code too! You’d have gained a whole new appreciation for the people who can do at least that.
Me too, let’s touch circles
I mean, the minimum you need is some authentication mechanism, a secure certificate, an authenticated endpoint to send a live data feed to, an endpoint to query a given live data feed from, maybe a website to serve the whole thing for people that don’t have their own tool for reading and playing back a live data feed…
…and the infrastructure to distribute that data feed from ingest to content delivery. Easy.
(Note: easy does not mean cheap. Even if a live data feed ingest and delivery was easy to implement (which I doubt it is), you’d skip buffering (to reduce memory demands) and only used a single server (to spare such stupid things as distributed networks, load balancing, redundancy or costs for scaling cloud solutions), you’d still have computational overhead of network operations and of course a massive data throughput.)
Actually, it would be OOP.suck(ddplf.getBalls())
A lot of data throughput and buffer just for ingesting and distributing the live streams themselves, technical and business administration to keep things running, moderation to ensure compliance with content laws and data protection regulation, and then there’s still all the other fancy features major platforms offer if you want to compete for users.
Multiple resolution options with server-side rescaling for users with slower connections? Graphics computing power.
Store past broadcasts? Massive amounts of data storage capacity.
Social features? Even more moderation.
And we haven’t even touched on the monetary issue of “How do you pay for all that?” and all its attached complexity. You could be running the nicest platform in the world, but without any funding, it won’t run very long.
No, but the point is that posting “Stalin executes people” jokes in .ml-run communities would not go over well.
I say we let them hang with us. They’re a little confused, but they’re adorable enough.
Also, talesfromtechsupport effectively became talesfromtech because just tech support is to small of a niche to sustain a sub with content. Likewise, if we banned all the not-strictly-programming humour, I don’t know the community will thrive still. It might drive out both content and viewers, and while it’s arguably correct, I don’t think it’s wise.
I’d rather have it be something vaguely resembling the type of humour programmers tend to have than a little walled-off box with a big sign “NERDS ONLY”
That’s what I do too - if it’s a meeting I care about, I make the effort to suggest a different time. Otherwise, just decline. My calendar is visible and up to date, use the fucking scheduling assistant to tell you when I have time ffs.
I’ve heard of Kotlin in the context of Android apps, but never actually used or learned it. I did one mobile app dev project with Java in Android Studio, but never had any formal classes on it either and just learned as I went (the result was shit, but we got a decent grade for being able to evaluate the difficulties and shortcomings and point out learnings).
Having toyed with video game reverse engineering, I definitely feel like I ought to learn a bit more. I understand mov
, pointers and registers, and I think there was some inc
and add
in the code I read to try to figure out base pointers and pointer paths (using Cheat Engine), but I think knowing some more would serve me well there.
I attended two different Bachelor’s courses, one with a very technical (2016-2018) and one with a more high level focus (2018-2023). The first did have a class where we learned how to go from logic gates to a full ALU as well as some actual EE classes, but I didn’t go far enough or memorise the list of classes to remember whether Assembly would have become a thing. We learned programming with first Processing, then C and C++.
The second had C as an elective course, and that was as technical and low-level as it ever got.
What language is your pseudocode example modeled after? It vaguely reminds me of some iOs App code I helped debug (Swift?) but I never really learned the language so much as eyeballed it with educated guesses, and even with the few things I double checked it has been a few years, so I have no clue what is or isn’t legal syntax anymore.
In imperative style, everything is an instruction (to suffer)