• 0 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • Cool! This was interesting to see.

    On the design: It looks like it could be good for laser cutting but I doubt it will do more than CNC engraving wood. Would love to be proven wrong. I think the screws are too close and the leverages too large to be solid enough for cutting. We cpuld simulate it to verify the weak spots. No problem for plotting and laser cutting though. I was surprised by the deflection of the Indymill which has more metal parts.

    On the CAD file: I could easily find my way in the file. I generally constrain more (also importing shapes from other Bodies) which makes it more automatic but also more error prone and harder to calculate. It will be interesting to see an assembly of these parts too.

    Looking forward to updates from this build.



  • You can manually edit the gcode to see if printing white first works out better. Then search for a more repeatable solution if you often re-slice.

    Manipulating gcode looks intimidating the first time but it’s really not that crazy. Cura adds comments to the gcode and you can look up the codes otherwise, I expect Pusa Slicer to do the same. You want to move the whole printing sequence of the white nozzle before the printing sequence of the second black one on the first layer. Keep the setup (heating etc) before that.



  • I own this. It is horrible. If the specs were real it would be great, but the specs are not real. It is a 3k black and white monitor with a fixed color filter over it. That means you need 3x3 pixels to resemble a color.

    I consider it a scam from Dasung.

    Boox on the other hand made a sane black and white display. Much better. I own a Max 2 Pro. Sadly they fail to understand that when you report a display as 20px smaller than it really is over an HDMI port and then rescale the image of the computer display on that, that it becomes really uncrisp. Their suggestion is to use the display with 200% scaling (so you don’t notice as much I suppose).

    Epaper is really promising and nice. However both of these companies should either get some real competition or lawsuits.


  • Depends on the use.

    The screen protector serves as a blue light filter too, it’s cheaper than a display, and fairly thin. That’s a straightforward addition for my use but if you don’t have issues with your phone dropping then you could certainly do without.

    I very much dislike cases and loved the PH-1 for stating that a phone should be solid enough without a case (sadly it did not survive a 50cm drop on a floor so it did not hold up in practice). If you don’t have much issues with your phone dropping then not having a case makes it so much nicer.

    I take more risk holding my phone than I should which means it falls more than average. The price I have to pay is a screen protector and cover. Replacing the display should be easy, but it’d also be wasteful.



  • Not CoreXY but you may want to check out FLSun’s delta offerings too.

    I have an older one and it has served me well. I bought a QQS pro (I think) for tinkering. It worked well out of the box but I could not resist changing the stepper drivers, installing Klipper, changing the hotend, … It still works well, just faster.

    Looking at the few reviews of what they have today I’d buy again but would try not to swap out parts. That or the Prusa you’re looking at.






  • I run e/OS on a FP5. I ran e/OS on a Essential PH-1 before and going back to a phone with Google installed just didn’t sit right with me. I did not feel like I could trust the device even after trying to toggle as much of the creepy spying off. As if there’s still someone probably looking over your shoulder because you configured something wrong.

    It is not perfect, but it is easy to use and full-featured. All regular apps feel great and battery life is good. I still use specific Google services (such as the calendar for work) but no specific Google apps. I guess Maps is the biggest challenge now but alternatives are good enough to get around with.

    You can run Android apps. Not sure about payed Android apps. I try to install FOSS apps through the integrated f-droid store if they’re available there. Installing app store apps sometimes fails because Google blocked the installer. I could install everything so far when needed (including banking apps and specific apps for the vacuum cleaner and such). Sometimes the Android app store apps don’t update for a while and I don’t notice.

    I don’t use Murena’s services but self-host Nextcloud. Based on the information they send I think they’re doing a great job for their size.

    I flashed the FP5 myself with a beta of e/OS when it was just out because the other phone was broken and (again) I did not feel right with the spying demon in my pocket with native Android. You could flash your device too.

    It’s comfortable on this side. If you have further specific questions, shoot.


  • Looks good to me.

    docker-ember largely automates such a setup with specific mounts for linking node modules from other folders, being able to bind to localhost for when you run the backend on your own machine, and exposing ports for livereload. May include other secret sauce. Some of that is closely tied to EmberJS.

    I’m a fan of using tools you understand. What you show here is comprehensible and sufficient for now👌



  • I don’t think Xerox invented the computer mouse. It was first drawn out by Douglass Engelbart and presented to the public in the 1968 presentation “Augmenting the Human Intellect” (you can watch it on the present day, it was recorded).

    It was my understanding (which I did not verify) that this was picked up by Xerox and others and that windowing systems evolved from there on with Xerox leading towards Desktop Publishing.




  • You shouldn’t eat candy given to you by strangers. If you’re in a large group and someone knows the candy, maybe. Code is food for your computer. Be wary. Our large Open Source group of friends has learned about many kinds of candy and shouts loudly when some in the group becomes ill. You don’t want to become ill. Some risk exists, but with a large group it is generally ok. Don’t install packages as root, don’t install what you don’t need.

    I run my frontend builds through Docker (also during development). By isolating access to the host system to the files/folders necessary for development I’ve shielded off the majority of current realistic attacks I’ve seen as NPM based exploits. I’m certain the approach can be replicated for other frameworks, but we use Ember and docker-ember. I doubt it runs as smoothly on a non-Linux OS.