Skip Navigation

dual_sport_dork πŸ§πŸ—‘οΈ
dual_sport_dork πŸ§πŸ—‘οΈ @ dual_sport_dork @lemmy.world
Posts
31
Comments
2,678
Joined
2 yr. ago

  • 1920 x 1200 display inside a cylinder

    So it's a phone screen hooked up to a chatbot, bolted to one of those little gadget display turntables, with a servo on it. Got it. I'll bet you it's even running on Android behind the scenes.

    INB4 some weeb makes an open source version of this.

  • This sounds like the Circuit City paradigm, which is to fire all your expensive experienced workers and try to fill their roles with fresh-faced grads or, more likely, H1B people from India at the absolute minimum pay scale.

    And we saw how that worked for Circuit City.

  • Permanently Deleted

    Jump
  • Yes, but if they're salaried no one would be talking about overtime in the first place. There's no middle ground, here.

  • Permanently Deleted

    Jump
  • If it's anything less than the 1.5x overtime rate for any time beyond 40 hours, then he's also planning to violate Federal labor law.

    I strongly suspect this dweeb does not understand that the Federal minimum for overtime pay is neither optional nor negotiable, or he is vainly hoping that his employees don't.

  • It may be clockwork. If its power hasn't been interrupted in the interim, i.e. you have very stable power at your house, that's got to be some kind of overflow bug in its software. A timer somewhere is running out of room to count clock ticks and it barfs.

  • Wow, if only someone could find a way to miniaturize and "reimagine" this technology to put it in the phone itself...

    Oh, right.

  • Well, that's encouraging. I happen to own a Reverb G2 so maybe I should check it out and report back.

    Anyway, the 3DoF is three degrees of freedom, i.e. you can rotate your viewpoint on a fixed point in terms of pitch (up and down), yaw (side to side), and roll (tilt your head and look at things sideways and upside down). 6DoF adds the other three axes, i.e. in addition to all of the above you can also walk around and have a non-fixed viewpoint -- which in terms of actual VR gameplay is almost certainly what you want. Enabling this via Basalt (there are two other SLAM options as well, apparently) is something I have no experience with.

    The WMR controllers are connected to your machine via Bluetooth and at least in the case of the Reverb G2, there is a built in Bluetooth receiver in the headset itself which in normal operation, i.e. in Windows, means the entire ensemble can act as a single all in one solution without having to use any additional outboard hardware. Unless there is some kind of technical reason not to I can't see why you wouldn't use it that way versus using a secondary Bluetooth dongle, but I haven't tired recently either.

    Last time I looked the WMR support was in beta or something and it supported only the headsets, not the controllers. So at least this is progress.

  • The last time I checked, which was not very long ago, Monado has partial experimental support for WMR headsets with head tracking only and does not support WMR controllers. You can probably work around this by using Vive controllers or similar, but then you're back to using base stations just for the controllers and at that rate you may as well get an entire Vive/Valve setup and be done with it.

  • It's a transparent attempt to lock you in to buying their filament. If you want to know how the community at large feels about this, just go to your favorite objects repository and see how many solutions people have developed for ripping the RFID tags out of the Bambu spools and integrating them into spools from other brands just to make the damn machine happy with it.

    It really doesn't add any "godsending." It's not difficult to, when you stick a new spool of filament in the machine, tell your slicer what that spool was. It's not like you're changing spools every 30 seconds, especially if your machine has some manner of multi-spool box like the AMS or various other brands' versions of the same.

  • One time my uncle sent me a letter and couldn't remember the address of my place at the time, so he addressed it to, "White house a block away from the corner of [street] in [town, state]" and it made it here.

    This was, obviously, well before you could just use Street View or whatever.

  • Unless you changed filament type presets in your slicer, the only way the machine would know is if the spools were equipped with RFID tags and the printer has a matching reader. Bambu infamously does this but to my knowledge Elegoo does not.

  • I was thinking more along the lines of the types of laziness/ineptitude most likely present at wherever OP's example were being written. Escape string is one line of code for this whereas preparing a statement is like five.

    But really they should just be hashing it. Then the input doesn't matter.

  • There are two ways to do that, actually. You can right click on a cell and use its properties window to add an alias, too. The alias box in the upper right is fairly new-ish, I think. I don't remember when it was added, but I seem to recall pre version 0.2 you had to do it the long way, which was both A) hidden, and B) a faff.

  • I never knew such a thing existed, but I'll look into it.

    I don't touch the workbenches much. Up until now I've never found a use for them, and most of the ones I've tried on a lark tended to be buggy enough to be more trouble than they're worth.

  • How prescient Orwell turned out to be.

    Premium Pro Max Doubleplus Good.

  • Agreed.

    I don't predict this machine is going to set the world on fire. There is only so much Centipede and Missile Command a sane person can play on the go, after all.

    I think its ultimate fate is mostly going to be incessantly being pimped by sponsored influencers until we're all sick of it.

  • Well, I'll bet you a nickel it runs on some kind of minimal Linux environment and uses open source emulators in violation of the GPL and/or whatever other licenses they have. So there'll be that, I'm sure. But I see your point.

  • Nice. The GPD devices are expensive, but solid. I have a Win Max 2 and it's been consistently great.

  • Seems to be they're dropping the passwords in the database in plain text, but they're deathly afraid that someone will drop a '; in there or something and the insert will break.

    Notwithstanding that storing passwords in plain text is a slapping with the 10 foot rubber chicken, but mysqli_real_escape_string() or any number of other similar solutions are indeed a thing that exists. A prepared statement would work, too.