HackerTrans
TopNewTrendsCommentsPastAskShowJobs

thimp

no profile record

comments

thimp
·2 yıl önce·discuss
Yeah good question. I do a lot of email on planes and travel where there is no internet. In fact I refuse to use any software that isn’t offline first these days.

I was a Fastmail customer for many years but moved to apple’s iCloud+ when they introduced custom domain support as that works entirely offline on all my devices. Also that gives iPhone/mac integrated contacts and calendars with zero hassle that actually syncs to everything properly. It’s cheaper per seat as well (£25 a month for that plus Apple Music for 6 people a month). No brainer.
thimp
·2 yıl önce·discuss
A very good point.
thimp
·2 yıl önce·discuss
Someone had to stay behind and muck out the stables...
thimp
·2 yıl önce·discuss
This. Just silo the monolith out into tenants.

Salesforce, not exactly a small monolith company, did this for a very very long time.
thimp
·2 yıl önce·discuss
Got it. Fuck that. JSON has no part in an email stack. Have we not learned from our failures as a species.

Edit: I've got 99 problems and 98 of them are JSON on a regular basis. Poor parsers, problems dealing with numeric values, terrible terrible schema support, poor encapsulation support, large things attached to it in base64 (difficult to stream on most parsers), difficult to read without external tools which actually tend to mung or fix the problem you are trying to see (jq does this), completely arbitrary and random metadata jammed in everywhere by everyone trying to make it self-describing, shitty enapsulated types i.e. ISO 8601 date in a text field rather than a principal type.

Urgh kill me. It's a hammer made of poo and no one knows any better any more. It's the PHP of wire formats. The COBOL of representation encapsulation.

Edit 2: the only positive is it's probably less bad than CalDAV but that's not even supposed to be part of an email stack is it? Everyone has outlook brain.
thimp
·2 yıl önce·discuss
I like the look of it but I don't know what JMAP is and what the advantage is over say IMAP / SMTP.
thimp
·2 yıl önce·discuss
I envy you :)
thimp
·2 yıl önce·discuss
The web site whitelist is global on iOS if all engines are Safari. As are any VPN tunnels. Which is the issue.
thimp
·2 yıl önce·discuss
Yeah he was persuaded to do it, ironically considering YT is Google, using a video on YT which was trying to sell him VPN software. I blame the paranoia from the constant VPN industry adds being forced down your throat really but the point is that it still does happen.

I will add that I have a lot of unsigned APKs on my device as well, but not from those sources!
thimp
·2 yıl önce·discuss
It's pretty obvious. They're not disallowing it. They are removing the integration with the home screen so that it will run in third party browsers. That limits it to the smallest common API surface which is "open link". Everything else was a luxury.

I don't think you work in IT if you haven't had an infested windows, android or macOS box before. Hell I just spent the other day cleaning my father's Mac out of two VPN turds fighting with each other he installed after watching crap on YouTube. My daughter's windows machine got destroyed by unsigned crap from a Sims mod. You just don't get that on iOS apart from the odd calendar subscription turd.

As for spotify, they use their own subscription system, not the app store.
thimp
·2 yıl önce·discuss
ALL problems are human problems. Don't try and write this off with that one.

I can go all day on these. Second one ... corp Android phone. App update ships own browser engine to display about box. Flaw in about box implementation allows user to hit Google. End user uses about box to exfiltrate data from device.

Not possible on iOS. Same browser engine and controls.

As mentioned I'm an Android user, just a better human than most when it comes to using the devices.
thimp
·2 yıl önce·discuss
I'd like him to leave for Mars. I'm not bothered if he gets there or not...
thimp
·2 yıl önce·discuss
Well exactly. The point is that both sides of the argument are somewhat more nuanced as they are disingenuously promoted.
thimp
·2 yıl önce·discuss
This is actually a big problem on Android. My ex father-in-law literally had his bank account ripped off (£18000) from rogue app installed from outside the app store. And Google's stewardship of the play store is terrible.

Note I'm mostly an Android user.
thimp
·2 yıl önce·discuss
Yep. Microservices! AWS! Everything Gartner and Thoughtworks says! It'll look good on my resume...

..several years later..

Escalating cloud costs, high staffing cost, staff turnover, heavily reduced margins, decreased productivity, burnout, clients unsatisfied, C-suite paving over this by hiring more marketers...
thimp
·2 yıl önce·discuss
Perhaps this is just "all we could deliver by the compliance deadline without compromising platform security"?

The truth is usually a lot less interesting than the hypothesis.
thimp
·2 yıl önce·discuss
Ah yes, the poor end users suffering and the security being bullshit.

I really can't wait to clean the first malicious browser out of a relative's iPhone and try and unsubscribe from Tim Sweeny's app store with his own 30% margin to spend on blackjack and hookers.

The new status quo will be worse than the old one.
thimp
·2 yıl önce·discuss
I've heard this a lot over the years but I disagree entirely. It's a matter of self motivation. I started on BASIC in 1981. They taught us Pascal at university. I moved to C on Unix and eventually into embedded C. Then back out to C++ and then more recently Go.

What I tend to see from the FE developers I've worked with is someone told them this was a gold mine and they did a code camp to get where they did. There is no care, consideration or self motivation past getting paid thus the understanding is limited only to the direct thing that needs to be done via whatever means it can be done quickly.

If it's a means to an end, then you do not learn. You have to enjoy and care for what you do and cultivate it.
thimp
·2 yıl önce·discuss
I like clown-fiesta. That's accurate. I've been a clown.

It's about plastering layers of shit on top of something which was never designed to do the job it is doing by people who have no idea what they are doing and selling this as an ideology while sticking your fingers in your ears and hiding from the numerous security problems and smoke coming out.

Personally I avoid the hell out of web applications of any sort these days. HN is the limit of my tolerance. I will go out of my way to find something that is an actual desktop application so I have my data local, my experience local and I don't have to teeter my entire existence on the top of this stack. Please just leave the web for content delivery and put together some apps that aren't shit in native UI frameworks please please please.
thimp
·2 yıl önce·discuss
No they haven't but they have destroyed usability, my laptop battery and left a lot of brain damaged people who are incapable of seeing when a simple solution for a problem will do.

Case in point, a number of years ago I built a static web page for delivering software distribution for an SME. This is hosted in S3 on cloudfront. It is one HTML page, one image and one CSS file. There is a bit of plain DOM javascript which pulls the software versions out of metadata files on the CDN and updates a SPAN in the page. Someone came along and couldn't work it out so rewrote the whole fucking thing with AngularJS. It looks the same. There was no benefit to doing this. It was just that's how we do things. The first page hit is 220k. I don't even know how they managed to do that.