Earlier quoted context omitted.
There was a recent announcement of a mini PC that was itself built into a folding keyboard - no screen. That would be the ideal device for this lifestyle.
That was Spacetop and it was released for a while but the company discontinued the glasses now they provide desktop extension software for Xreal glasses. It was a good idea maybe a little ahead of its time.
I ditched my laptop for a pocketable mini PC and a pair of AR glasses
201–210 of 233 posts
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#202Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#203Earlier quoted context omitted.
I regularly work for a few hours at a time in a Quest 3. Feel free to laugh.
Didn't try Quest 3, but biggest disadvantages of quest 2 are: - half a kilo hanging in front of your face - working in the summer w/o air conditioning is a nightmare
As for the summer thing - I live in the UK so it's less of an issue...
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#204Earlier quoted context omitted.
The first gen XReal glasses are similar in that you need software running on the host to get anything other than dumb monitor mode. With these newer models they've moved a bunch of the functionality into hardware on the glasses themselves, so you get virtual monitor and wider device support out of the box. There are a couple of projects that are trying to get better open source support of the Airs on linux; I've not…
Waiting for the XReal One Pro to vibe code using Aider and Samsung DeX in a Termux terminal while walking my countries national parks (just something I would like to try)
I wanted to reply to your previous posting but ycombinator does not allow for comments on older posts.
To put it simply, we spend almost 3 weeks trying out YB for your own usage and ran into massive performance issues.
The main issue seem to be that anything sharded (what it is by default), will perform sort/filter/and other operations only after retrieving sufficient data from those shards.
The results is that this massive impacts data. The YB teams somewhat hides this by spending mass amounts of resources on Seq Scans, or require you to explicite design Index's pre-sorted.
In our experience, a basic 3 node YB cluster barely does 7000 inserts/s, where as Pg instance does easily 100.000+ insert/second (with replication). Of course there is the cheating. Like "look how we insert 1 million / second" (3x), with 100 heavy AWS nodes. Ignoring that they are just inserting rows with no generated IDs ;) If you put that in front of pq, your easily hitting 150.000 insert / second on a single node.
There are issue like trigrams taking up 8x the space compared to pg trigrams (no row level packing). Materialized joins that are pre-sorted, are not respected as inserts are done by hash distribution. So item 1 can be on node 3, item 2 on node 1, ... what needs to be fetched and resorted, killing the performance benefits.
A optimized materialized join pulls out data between 0.2ms to 10ms, where we have seen YB doing between 6ms to minutes. On the exact same dataset, inserted the same way, ... on only 100 million rows of data. What you expect to be those databases their playgrounds.
Plugs that are broken in the new 2.25 version.
We lost multiple times t-master and t-server nodes. Ironically, the loss of the t-master was not even reported in the main UI. What can only be described as amateuristisch.
CockroachDB is another series of similar issue with latency, insert speed, and more ... combined with the new horrible "we spy on you free license, that we may or may not extend every year." We found CRDB more mature in a sense and less a Frankenstein's monster of parts, but lacking in postgres features (or working differently).
In essence, as long as you use them as mongoDB like denormalized databases that can run SQL, great. The issues really start when your combining normalization and expecting performance.
And the resources that both use means you need to scale to a 20x cluster, just to reach the equivalent of a single pq node. And each of those YB/CRDB nodes, need to have twice the resources then the pq node.
In general, my advice is to just run pq, replicate/patroni, maybe scale to more pq clusters where you separate tables to different clusters. Use the build in postgres_fdw to create materialized read nodes to offload pressure and load balance. Unless you are running reddit at scale, the benefits of YB/CRDB totally outway the tons of disadvantages.
The uptime, easy of upgrading, and geo-distribution is handy, not going to lie. But its software that really only gets benefits for companies that reach a special demand or high scale and even then. I remember that reddit ran (still runs?) on barely a few DB servers.
What is even worse, is that as you stated, you need to design your database so much around YB/CRDB. that you can use the above mentioned pq solutions to get way more gains.
I hope this responds is of use.
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#205Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#206Looked seriously at framework but too slow and expensive here in Oz.
Nobody else seems to have decent ARM mini PC hardware. Therefore despite a strong distate for Apple I'm looking at Mac Mini + glasses (for flights) + bluetooth input + portable screen / 27K mAh 140W USB powerbank (for occasional mobile use). Hidden in a backpack I think it'll be a better roaming experience than a laptop (more keyboard choice, larger screen, screen position flexible, improved ergonomics) for a fraction of the Macbook (much less Apple vision!) price. Also, unlike a modern Macbook the IO devices and power bank can be upgraded and Asahi Linux will eventually run well on the things, which lends an air of potential longevity.
Final cost: Mini (24GB) @ USD$940 + 24k mAh USB powerbank @ USD$69 + 18" 2.5K screen @ USD$239 + VITURE Pro XR/AR @ USD$470 = $1718. Ordered some different input options, basically will be under $150 depending what I don't send back. So definitely under $1850. Entry level Macbook Pro with non-square screen, no glasses, lower specs, smaller fixed screen, annoying keyboard, zero repairability is $2500. I'll put the extra $650 toward upgrades later.
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#207I tried this with the Viture Pro XR glasses last year and it sucks. Can't use it with Linux, except in dumb monitor mode. No head tracking unless you're using a supported OS. Android app sucks becaus you can't use it with any old app, eg productivity apps (their app is like a demo of head tracking that only supports stuff like YouTube and local media). Maybe I should have purchased the Xreals?
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#208Using AR glasses instead of computer monitors can prevent nearsightedness (myopia) because the virtual image is several meters away.
Is that a fact? Has anything about it been published?
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#2091) In my campervan with Starlink internet so I don't need to set up additional screens
2) Cafes and co-working spaces when I don't mind looking like a huge dork
3) Out at trailheads/crags when I don't mind looking like an even huger dork
Some notes:
- Pocketable PC or laptop works, but Samsung phone with DEX is really the move since you don't need to tether or anything, just plug in, use Termux to SSH to your dev box (my beefy home rig over Tailscale usually) and go.
- Power demands aren't insane, phone battery is good for a few hours. Wireless charger or power splitter necessary for more.
- One-handed chording keyboard (I'm up to about 50wpm on a Twiddler) makes working in a terminal pretty straightforward. You can use the phone's screen as a mouse with this setup.
- The new XReal glasses with built-in chip are great. Pros drop soon, should be better. With Vitures or other glasses where the display is fixed, terminal work is still do-able if you're proficient with tmux or similar.
- Downside of the new integrated chip glasses is outdoor usability. They got hot in direct sun, and leak more light.
- You do look really weird using these in public since you're wearing dark glasses indoors looking around. I don't let it deter me from getting my work done but yeah, just be warned.
I've done week-long bikepacking trips taking only my phone, twiddler, XReals, and small solar panel. As long as I can hit cell for a couple hours a day I can still keep things moving with my consulting clients. I usually do this just sitting up against a tree wherever I got good signal.
Starlink mini seems like it would add more freedom to this (I like remote singletrack) but it's too heavy and power-hungry for leg or bike based trips still. We're about to try a rafting trip with a couple other outdoor-oriented digital nomads and a Starlink this season though!
Re: I ditched my laptop for a pocketable mini PC and a pair of AR glasses
#210Earlier quoted context omitted.
Ditto. I bought them because I travel a lot for work and TVs at hotels are always a mess when it comes to HDMI in. I use them on maybe 1 of 4 flights I’m on (usually on SteamDeck with XR plug-in in Decky), and rarely at the hotels. The only time they were really helpful for me was one flight when I had to work on some sensitive content and the person next to me was obviously trying to shoulder surf me. Maybe it would…
The iPhone sucks with most if not all AR glasses solutions. Most flagship Android devices just need a single cord. Apple made their choices, and it sucks.
Let’s not pretend that Nebula on Android is good. I’ve got a Beam Pro. It also is not great.
SteamDeck is really the best experience I’ve found.