HackerTrans
TopNewTrendsCommentsPastAskShowJobs

rkapsoro

no profile record

comments

rkapsoro
·2 ay önce·discuss
Whoa that's a surprise. They even call out support for CrossPoint by name, too.

Moreover, it's a bit of a crazy looking hack too, by doing a MITM attack.

I'm curious to see what exactly is the seam between the Xteink brand and its upstream supplier(s).

It's like the brand company was against the firmware lockdown in the first place. It would be neat to better understand the Chinese consumer devices ecosystem.
rkapsoro
·2 ay önce·discuss
I only partly agree with this. The answer is maddeningly more complicated.

Some parts of their software stack -- higher up than the kernel -- are actually pretty great. There's a lot of realy brilliant stuff in their system frameworks, and in SwiftUI, Cocoa, and UIKit. I've been using Linux at home recently, and I find myself missing some of it.

But, on the flip side, suddenly you hid maddening bugs, crashes, or terrible developer-experience papercuts. And, of course, there's the App Store, which is just evil. For my next app I'm just going to go Notarization only, and see how that goes...
rkapsoro
·3 ay önce·discuss
Argh. I was really excited for this. I'm a YouTube Premium user, and I get a lot of value from YouTube, but I can't get rid of the nicotine-tastic home feed and shorts. I go to YouTube for useful (especially, long-form) stuff, and get sucked into garbage.

On desktop you can manage this with extensions. Not so much on mobile.

Profound product misalignment.
rkapsoro
·3 ay önce·discuss
I think you're agreeing with him. All of the things you just listed are key senior developer skills.
rkapsoro
·3 ay önce·discuss
I say, those chat logs read like Wodehouse.
rkapsoro
·4 ay önce·discuss
I'm sure certain people accustomed to hand assembly were saying this when compilers emerged on the scene.
rkapsoro
·4 ay önce·discuss
> The plate reader company touts “Accurate residency verification does more than protect the financial health of public schools—it safeguards the trust and equity at the heart of public education.”

There is so much wrong with that sentence it boggles the imagination.
rkapsoro
·5 ay önce·discuss
Wait until you hear what kind of vehicles the CAFE regulatory framework has incentivized US automakers to build.
rkapsoro
·6 ay önce·discuss
There is one use case that is brilliant: comedy and meme videos.

Bigfoot comes to mind.
rkapsoro
·7 ay önce·discuss
This is the wrong attitude to take to the problem.

While I grant there were many who were disposed to be irrational skeptics, lots of skepticism was generated by dishonest messaging, coercive mandates, and punitive limitations on dissenting speech. Institutions took an end-justifies-the-means strategy, and many smelled a rat.

Even now, online, you see right wing users continuing to lament over vaccine injuries, and on the left, long COVID. Ironically the injuries are often similar. They are, of course, both right.
rkapsoro
·9 ay önce·discuss
fwiw I've noticed that Omarchy[1] uses some terminal-based screensavers, using something called tte[2] to do so.

1: https://omarchy.org/

2: https://github.com/ChrisBuilds/terminaltexteffects
rkapsoro
·9 ay önce·discuss
They didn't port SwiftUI to windows; they wrote a Swift wrapper for WinUI. Impressive in its own right, but not SwiftUI.
rkapsoro
·10 ay önce·discuss
Timely sponsorship, downloading the Omarchy 3 ISO last week sat at about 600 KiB/s. Appreciated!
rkapsoro
·10 ay önce·discuss
The use case I always think of is the developer experience for regular hobbyist and workaday devs writing their apps with local-first sync.

Apple comes close with CloudKit, in that it takes the backend service and makes it generic, basically making it an OS platform API, backed by Apple's own cloud. Basically cloud and app decoupled. But, the fundamental issue remains, in that it's proprietary and only available on Apple devices.

An open source Firebase/CloudKit-like storage API that requires no cloud service, works by p2p sync, with awesome DX that is friendly to regular developers, would be the holy grail for this one.

Dealing with eventually consistent data models is not so unusual these days, even for devs working on traditional cloud SAAS systems, since clouds are distributed systems themselves.

I would be very happy to see such a thing built on top of Iroh (a p2p network layer, with all the NAT hole punching, tunnelling and addressing solved for you) for example, with great mobile-first support. https://github.com/n0-computer/iroh
rkapsoro
·11 ay önce·discuss
This seems equivalent to Notarization on macOS. https://developer.apple.com/documentation/security/notarizin...