• 7 Posts
  • 69 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle




  • I’d personally look for a used Prusa i3 MK3[S[+]]. Part of that is personal bias, it’s what I still print with (specifically the MK3S variant, I haven’t bothered to upgrade it to +), but in all the years I’ve had it it’s been an absolute workhorse and has very much thrived on the copious amount of neglect I’ve given it. The only things I’ve ever done to it are install firmware updates and occasionally smear some grease on the smooth rods with a finger. Still, every time I print with it, it just works.

    Prusa just announced a new printer so there might be a little wave of them being put up for sale.

    Edit: You mentioned that you want to print ASA, which AFAIK requires an enclosure. The MK3 is annoying to put in an enclosure because you have to move the power supply outside the enclosure. Though the printer that Prusa just announced is enclosed and is < $1000 (just) if that puts it in the “low-cost” category for you. https://www.prusa3d.com/product/prusa-core-one-kit-2/


  • I asked nicely why do I need to give my phone number and I was told that to register me as a member so I can get the discount.

    I declined and said I don’t want to join and would like to just pay.

    I’ve just said “I don’t have one” when asked this for awhile. This never seems the phase the cashiers, I’m guessing they know what that really means. Half the time I still get whatever discount, though I’ve never tried to sign up for a membership saying that.

    If it’s an online form my phone number is just (local area code)555–5555. I’ve never had that not take, except for one case where it automatically enabled 2-factor auth and I had to create a new account.




  • 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.






  • 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.]


  • [edit: To be clear, I assume the part that OP is not sure if it’s satire or not is “or switching to a more privacy-conscious browser such as Google Chrome.”] The emphasis in

    Firefox is worse than Chrome

    is in the original. To me that clearly implies that they are of the opinion that in general Google & Chrome are worse on privacy than Mozilla & Firefox. The comment at the end is just tongue in cheek snark alluding to the fact that in this particular case google did better for privacy in Chrome than Mozilla in Firefox.

    or switching to a more privacy-conscious browser such as Google Chrome.




  • I am still interested to know the details of how they came to this decision. Why Signal instead of Matrix.

    AFAIK, signal doesn’t federate, There is no “signal server-to-server” protocol. When people say “The Signal Protocol”, they are talking about a cryptographic protocol, not a network protocol.

    As for why they wouldn’t use Matrix, I would assume it’s just too heavy of a protocol for the scale they operate at. IIRC, Matrix isn’t just a chat protocol. It’s a multi-peer cryptographic state synchronization protocol. Chat is (was?) just the first “easy” application they were going to apply it to. (Now I’m curious if they still have plans for that at some point.) They’ve been making great strides in improving the efficiency, at least in the client-server API (I haven’t been paying attention to the server-server API at all), but it’s still going to be a heck of a lot more compute heavy than whatever custom API they’re providing.