Readit News logoReadit News
hobos_delight commented on Tesla loses ground as Chinese EVs dominate global markets   restofworld.org/2025/tesl... · Posted by u/donohoe
dzhiurgis · 6 months ago
Sorry but BYD interior is kinda crap. Depends what you value of course. Features are there but if feels like cheap kitsch.
hobos_delight · 6 months ago
Disagree here - I recently took delivery of a BYD Shark 6 and was especially impressed with the build quality and interior quality. I'd say on par with the BMW X5 we had, and slightly better than the Polestar 2 that we have.

The software on the other hand... I would love per-key profiles (like the polestar) and buttons doing the thing they're labeled for when using CarPlay - but I _hope_ these things can be updated OTA. The UI and responsiveness is really quick however, especially compared to the P2 which feels woefully underpowered with constant UI lags.

Terrible software seems to be par for the course in cars.

hobos_delight commented on Lake-harvested cocktail ice is an old business making a comeback in Norway   vinepair.com/articles/lak... · Posted by u/ohjeez
boomboomsubban · 7 months ago
It feels like any discussion about transporting ice from Norway should at least mention "the world's greatesr greatest publicity stunt" https://en.wikipedia.org/wiki/Ice_block_expedition_of_1959
hobos_delight · 7 months ago
hobos_delight commented on We're bringing Pebble back   repebble.com/... · Posted by u/erohead
hparadiz · 8 months ago
All this plus not being able to see any data while offline. Super useful when you're 13,000 feet up on a mountain somewhere.
hobos_delight · 8 months ago
I'm not sure I understand. I have had an Instinct, Tactix Delta, and Tactix 7 Pro and have always been able to see the data without a phone or any network present.

I love these watches after moving from an Apple watch, primarily for two reasons:

1) the battery life - I cant stand having to charge my watch every day or so - my (current) Tactix 7 will go ~3-4 weeks depending on how much GPS I use.

2) (this may be out of date) when I would use the Strava or Run app on the Apple watch, it would not signal when it had a GPS fix, which resulted in a number of runs that had a "teleport" at the start, resulting in messed up metrics. Only a small thing, but it really frustrated me.

hobos_delight commented on Traveling with Apple Vision Pro   azadux.blog/2024/10/08/tr... · Posted by u/tosh
ncr100 · a year ago
Does the device ignore head tilt, keeping the screen in-place as your head moves?
hobos_delight · a year ago
It appears to have that mode they call "Body Anchor" - limits the device to 72Hz with "minimal latency".

https://www.xreal.com/air2/

hobos_delight commented on So you want to abolish time zones (2015)   qntm.org/abolish... · Posted by u/canjobear
chrismcb · a year ago
What flights go back in time? I guess if you take off near the edge of one timezone and land near the edge of another. But so what? Why is that an issue? Most times I'm dealing with things local, I didn't really care what time it is elsewhere. And this is said by someone who just had several calls with people from around the world. Id rather deal with trying to figure out what time somewhere else is every once in a while rather than trying to understand what time midday is.
hobos_delight · a year ago
Generally when they cross the international date line - for example when traveling from Sydney to San Francisco, I can take off at midday and land at ~7am on the same day local time.
hobos_delight commented on The Second Golden Age of Emacs   batsov.com/articles/2024/... · Posted by u/ossusermivami
iammiles · 2 years ago
Clojure for the Brave and True[0] is what introduced me to Emacs. Getting a job writing Clojure(script) cemented my use of it.

[0] - https://www.braveclojure.com/basic-emacs/

hobos_delight · 2 years ago
Many years ago, I was writing Clojure for a job and took to finally learning emacs beyond just saving a file and closing the editor.

It took about a week to finally get used to paredit-mode (and rainbow-parens, because…) but once I did it is the most productive I have ever felt, I keep trying to find that experience again.

Unfortunately the dynamic types and slow build system (lein) made the build step quite tedious (this was 11-12 years ago) - but in terms of expressing ideas, man - paredit + lisp style was amazing!

hobos_delight commented on Command-line Tools can be 235x Faster than your Hadoop Cluster (2014)   adamdrake.com/command-lin... · Posted by u/tosh
MrBuddyCasino · 2 years ago
> I’ve spent time in some of the largest distributed computing deployments

Yeah obviously if you run hundreds or thousands of severs then efficiency matters a lot, but then there isn't really the option to use a single machine with a lot of RAM instead, is there?

I'm talking about the typical BigCorp whose core business is something else than IT, like insurance, construction, mining, retail, whatever. Saving a single AKS cluster just doesn't move the needle.

hobos_delight · 2 years ago
Yeah I see your point where it just doesn’t matter, especially back the the original point where it may not be at scale now, but you don’t want to go through the budget / approval process when you need it etc.

I think my original point was more in the “engineers want to do cool, scalable stuff” realm - and so any solution has to support scaling out to the n’th degree.

Organisational factors pull a whole new dimension into this.

hobos_delight commented on Command-line Tools can be 235x Faster than your Hadoop Cluster (2014)   adamdrake.com/command-lin... · Posted by u/tosh
MrBuddyCasino · 2 years ago
This is true for startups an small companies, Big Corps IT is so far away from operating efficiently that this doesn't really matter.
hobos_delight · 2 years ago
I think it completely matters - yes these orgs are a lot more wasteful, but there is still an opportunity to save money here, especially is this economy, if not for the internal politics wins.

I’ve spent time in some of the largest distributed computing deployments and cost was always a constant factor we had to account for. The easiest promos were always “I saved X hundred million” because it was hard to argue against saving money. And these happened way more than you would guess.

hobos_delight commented on Command-line Tools can be 235x Faster than your Hadoop Cluster (2014)   adamdrake.com/command-lin... · Posted by u/tosh
MrBuddyCasino · 2 years ago
This will not stop BigCorp to spend weeks to setup a big ass data analytics pipeline to process a few hundred MB from their „Data Lake“ via Spark.

And this isn’t even wrong, bc what they need is a long-term maintainable method that scales up IF needed (rarely), is documented and survives loss of institutional knowledge three layoffs down the line.

hobos_delight · 2 years ago
Scaling _if_ needed has been the death knell of many companies. Every engineer wants to assume that they will need to scale to millions of QPS, most of the time this is incorrect, and when it is not then the requirement have changed and it needs to be rebuilt anyway.
hobos_delight commented on Command-line Tools can be 235x Faster than your Hadoop Cluster (2014)   adamdrake.com/command-lin... · Posted by u/tosh
ralph84 · 2 years ago
Most people who wasted $millions setting up Hadoop didn’t have data sets larger than could fit on a single machine.
hobos_delight · 2 years ago
I completely agree. I love the tech and have spent a lot of time in it - but come on people, let’s use the right tool for the right job!

u/hobos_delight

KarmaCake day120March 28, 2011
About
[ my public key: https://keybase.io/ryant; my proof: https://keybase.io/ryant/sigs/Y4FlfceKN3b44Bnt5zTR6bnzSHIGQxcI_8oszQTMIVs ]
View Original