I’m curious, have you used Rust much? Most of those changes just feel like “rust should be more familiar to me” changes.
Also:
As Rust 2.0 is not going to happen, Rust users will never get these language design fixes
Isn’t necessarily true for most of your suggestions. Since most of them are just changes to syntax semantics and not language semantics they could be made in an edition.
So what you meant was: this isn’t enough evidence to change my mind.
No.
One thing getting more upvotes than another isn’t somehow evidence that reddit is manipulating anything. There’s no immutible law that the original source of something should naturally get more upvotes than anything else. I find that the opposite is most often the case, even when the re-blogged story is crap.
That is not a repost, this is an other article from ProPublica
Ah, I just assume that was a slightly different title for the same article. Maybe a mod made the same assumption.
Are you joking with me? They are using a paraphrased title.
Well, the first part is. But, I don’t know what “munching” means. The second part of the Ars title actually says what it’s about. Don’t get me wrong, I can probably make a guess. But when you’re scrolling social media, I don’t think anyone is stopping to think about what a title really means. If it’s not obvious at first glace most people are just scrolling by. The Ars title, at least to me, skims as “AI bad” since those are the words anchoring each end of the title, that’s probably enough all by itself to get some people to upvote.
I am really curious, what sort of evidence you want/expect to see?
Literally anything vaguely conclusive. I’m not saying you should go find more evidence for me or anything. I’m just trying to explain why I don’t find your evidence here convincing.
I suspect that Reddit has more than enough money to be competently shitty. So, if they are doing what you suggest, unless they fuck up or decide they don’t care, you might not be able to find solid evidence.
I don’t think that shows what you say it does.
First, deleting a repost is clearly not evidence of any kind of bias.
Second, maybe Ars is just more popular/trusted? Maybe it’s more upvoted because the Ars title is more meaningful, it’s super well known that people mostly only read the title.
I’m not saying reddit isn’t manipulating things, I’d be shocked if they weren’t. But this isn’t really evidence that they are.
Despite the name, in practice it seems to be all about getting away from all big-tech.
It doesn’t sync to homeassistant, but I use a Xiaomi scale with openScale off of F-Droid. There’s a few different scales supported: https://github.com/oliexdev/openScale/wiki/Supported-scales-in-openScale
Nothing near that impressive. I don’t make the fancy sand, I just move electrons around with fancy sand that someone else made, aka programming.
Nah, there’s no real meaning to my username. It’s just some random letters that are vaguely pronounceable.
Yeah, this one. I just meant programming.
I organize electrons in ways that make fancy sand organize more electrons.
So my advice to other IT folk is: take the time to check up on your state’s employment laws. If you are being exploited by your employer they may be totally in the wrong.
100%
I’m unfortunately in a state with even more vague and useless definition of who gets to be exempt than the federal definition.
It has definitely changed, I don’t know when, but it’s been like this for at least the last decade.
Though, in my experience (NB: I’m a software engineer, which is a notoriously lax field.) only what the piece of paper says has changed. Hell, most of my employee handbooks have claimed that “full time” is 50 hours a week. They get away with it because I’m classified as a “computer employee” (lol) and make more than $35k/year (super lol) which means my employment is exempted from minimum wage and overtime pay laws.
Nobody that I know actually works that consistently. Most people I know don’t even do 40. I do 9-5 (or 8:30-4:30 usually), I take breaks when I need them and nobody has ever complained to me about the amount I’m working.
My only guess for why it’s this way is that having that be the official working time means it’s easier to fire anyone for no reason because they’re not working their “contractually obligated” amount of time.
You’re an Agnostic.
Agnosticism is the view or belief that the existence of God, the divine, or the supernatural is either unknowable in principle or unknown in fact.
As someone who is currently hiring: Anything
Beyond that it depends on what you know and what kind of work you want to do.
They may block IP addresses associated with consumer ISPs. Assuming that’s the case, I would guess you’re seeing that as an HSTS/TLS error because their network is trying to trick your browser into redirecting to/displaying an error page hosted by some part of their network.
Hey, this might be something I’m interested in, but I’m not sure because there aren’t many details in your readme.
Some questions I’d suggest you answer in the readme:
[Edit: after looking through the code quickly, some of my questions probably don’t male sense because this seems to be an alerting style monitoring tool, not a observability style monitoring tool. Answering my own questions for others that are curious:]
What does it monitor?
[Disk space and CPU use]
What is the interface? Web? It does compare itself to grafana, so maybe. TUI? Maybe that’s what makes it more light weight?
[It doesn’t have one, it sends telegram messages when alarm thresholds(?) are hit.]
Does it only work on Debian? If not, are there deps that are required that are installed as dependencies of the deb?
[Looks like it should work anywhere, the ‘watchers’ use the nix crate and read procfs, so I assume that means it should work anywhere without depending on anything besides the Linux kernel.]
Is there history or is it real time only?
[Realtime only, well I guess there’s the telegram history.]
What does it look like? (Honestly, a screenshot could possibly answer most of these questions and a whole lot more.)
[It doesn’t look like anything. There’s no screenshot because there’s nothing to screenshot.]
Unless you’re working with people who are too smart, then sometimes the code only explains the how. Why did the log processor have thousands of lines about Hilbert Curves? I never could figure it out even after talking with the person that wrote it.
C was originally created as a “high-level” language, being more abstract (aka high-level) than the other languages at the time. But now it’s basically considered very slightly more abstract than machine code when compared to the much higher level high-level languages we have today.
IMO, the best free option is https://freedns.afraid.org/. The biggest downside of that one is that you have to login a couple times a year (IIRC?) to keep it active. I actually still use this even though I have a paid domain, I just CNAME my real domains to the afraid dynamic name. That was easier than changing the config every time I become unhappy with my domain registrar and have to reconfigure everything after swapping.
Post your actual configs and logs or people will only be able to guess. (Censor any secrets.)
My guess: It’s probably your nginx config.
Why are you using 0.19.4? That version is over a year old.