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

help-circle

  • We have a few Tuxedo computers and some other Linux brands at our company and are generally happy about them. Cheaper devices have a less than perfect keyboard (though I liked the one on the slimbook) a worse camera and microphone (though some are very ok).

    I’m very happy with these Linux devices. The few makes for which we needed parts also supplied them but sending the device their way for repair took longer than we’d have wanted.




  • Oh I feel you. Typing too much too fast is terrible on the wrists.

    I remapped some keys for the key combos and have no issues with those now. Regardless of editor, good posture may help. I find good posture easier with split keyboards which often include a thumb cluster.

    Perhaps multi-modal editing is better and you can do that with evil-mode. I’ve created some prefix key combinations with Alt-Gr and with the super (windows) keys to create something like it whilst keeping most most common commands close to the default. Namely C-x is now s-c which is way more relaxing on Dvorak layout.

    Doom Emacs includes evil-mode by default perhaps that’s your cup of tea.



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



  • I have not had many issues in the past 15 or more years myself running Linux exclusively aside from a shorter Macbook period. Perhaps I have just been lucky.

    We sported (in guessed cronological order of first buy): Dell, HP, Lenovo, Slimbook, Tuxedo, Starlabs, BTO all running Linux at our company. We have not had big issues with any except for keyboard on a Dell, Tuxedo, Slimbook and cooling on a Lenovo. Since I chose the Slimbook many have followed on the path of smaller suppliers and I think we rarely buy from the big makes now.

    I have been very happy with slimbook. I came from a macbook (bad idea) with the bad butterfly keyboard and the slimbook was a big upgrade on that front. It’s still not the greatest keyboard for some but I do like it. I have been wanting to buy a new one but whenever something broke or was insufficient I could either upgrade (2 x nvmeSSD slots and RAM can be replaced) or they still supplied spare parts when I sent them an email (keyboard replacement after 4 years). I wanted a framework but Slimbook has offered me spare parts as needed for longerbtham could buy a framework and the slimbook still works well. Plus it’s less expensive. Replacement of the keyboard was not toolless requiring glue to be heated but I did manage to quickly do it with a sleepy head at night. I’d buy their new 13" if this one would be out of service. I’d buy one now but it feels such a waste.

    Things I did not like 6 years ago: webcam and microphone of lesser quality, display nice and matte with good color rendition but lower resolution than I’d prefer, no USBC charging on USBC port. Display and USBC are resolved on the new models, no clue about webcam and microphone.






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





  • Exactly. The Semantic Web is broader than Solid but Solid is great for personal apps.

    Say you buy a smartphone. The specifications of the smartphone likely belong elsewhere than in a Solid Personal Online Datastore, but they can be pulled in from semantic data on the product website. Your own proof of purchase is a great candidate for a Solid POD, as is the trace of any repairs made to it.

    These technologies are great to cross the barriers between applications. If we’d embrace this, it would be trivial to find the screen protector matching your exact smartphone because we’d have an identifier to discover its type and specifications. Heck, any product search would be easier if you could combine sources and compare with what you already have.

    The sharing tech exists. Building apps works also. Interpreting the information without building a dedicated interface seems lacking for laymen.


  • IPFS would replace Content Delivery Networks in present day.

    It would also allow you to host software and other content from your own network again without the constraints modern Internet Service Providers pose on you to limit your self-hosting capabilities.

    If applications are built for it, it could serve as live storage for your applications too.

    We ran ipf-search. In one of the experiments we could show that a distributed search index on ipfs-search, accessible through JavaScript is likely feasible with the necessary research. Parts of the index would automatically be hosted by clients who used the index thus creating a fairly resilient system.

    Too bad IPFS couldn’t get over the technical hurdles of limiting connection setup time. We could get a fast (ElasticSearch based) index running and hosted over common web technologies, but fetching content from IPFS directly was generally rather slow.