jbotdev | 5 months ago | on: Evanston orders Flock to remove reinstalled cameras
jbotdev's comments
jbotdev | 5 months ago | on: Evanston orders Flock to remove reinstalled cameras
Judging by the places they advertise, it’s mostly smaller cities/towns. I think the larger cities in the US tend to run their own cameras.
jbotdev | 1 year ago | on: Microsoft to delay release of Recall AI feature on security concerns
I think it’s more productive to discuss it in terms of the use cases and who they benefit.
jbotdev | 1 year ago | on: Tesla Auto Wipers: Why They Don't Work and Why There Isn't an Easy Fix
Unfortunately they keep showing how they’re in over their head with some of these features (like FSD). But it’s fine because their customers agree to keep beta testing while they figure things out on production cars.
jbotdev | 2 years ago | on: Slow Electricity: The Return of DC Power? (2016)
jbotdev | 2 years ago | on: Americans' confidence in technology firms has dropped
I’d love to have an open non-profit alternative to Google’s productivity suite, but realistically it’s very hard to host those things outside a traditional for profit business. Building the open source software is the easy part, and has been done already. The hard parts are things like email deliverability, and getting people to pay for what’s typically a free ad-supported service.
jbotdev | 2 years ago | on: Why Are So Many Dogs on Prozac?
jbotdev | 2 years ago | on: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
The implicit goal of these abstractions is really to central knowledge and best practices around the underlying tech. Kubernetes itself is trying to free developers from understanding server management, but you could argue it’s not worth using directly vs. just teaching your devs how to manage VMs for the vast majority of organizations.
I don’t think you’re ever going to stop more and more layers of abstraction, so the best we can hope for is they’re done well. Otherwise you may as well go back to writing raw ethernet frames in assembly on bare metal.
jbotdev | 2 years ago | on: Uber migrates microservices to multi-cloud platform running Kubernetes and Mesos
I’ve seen many teams go for simple/leaky abstractions on top Kubernetes to provide a similar solution, which is tempting because it’s easy and flexible. The problem is then all your devs need to be trained in all the complexities of Kubernetes deployments anyway. Hopefully Uber abstracted away Kubernetes and Mesos enough to be worthwhile, and they have a great infra team to support the devs.
jbotdev | 2 years ago | on: Go Package for Building Progressive Web Apps
jbotdev | 2 years ago | on: Hackers stole access tokens from Okta's support unit
Of course the easiest solution is you shouldn’t voluntarily share HAR files for an active session.
jbotdev | 2 years ago | on: Ask HN: Why has no one replaced Ticketmaster?
Having a close second competitor is still a step in the right direction, even if you disagree with their business practices.
jbotdev | 2 years ago | on: Google opens Falcon, a reliable low-latency hardware transport, to the ecosystem
I may be in over my head since I’m not an HPC/datacenter expert, but not sure I understand how you’d use this on the software side. Maybe someone is aware of specific examples? (beyond the vague “HPC/AI”)
edit: as another comment mentioned, the diagram shows it’s on top of UDP/IP, so it’s mostly an alternative to TCP/IP
jbotdev | 2 years ago | on: Netflix plans to open brick and mortar locations
jbotdev | 2 years ago | on: ChatGPT’s system prompts
jbotdev | 2 years ago | on: The Twelve-Factor App (2011)
If you want secure config storage on Kubernetes, you end up using Secrets, which ends up being key-value like env vars anyway. If you want similar security with Git you need a layer of encryption, which breaks diffs and requires additional tooling. This all leads back to why high-level deployment tools like Heroku were created.
jbotdev | 2 years ago | on: Think that your plastic is being recycled? Think again
I also find it sad that some companies like Snapple are regressing, changing from glass to plastic bottles.
jbotdev | 2 years ago | on: Show HN: Shuttle – Build and ship backends without writing infrastructure files
That said, the “infrastructure-from-code” idea is interesting. I’m not a big fan of coupling your code to your infra, but I’m intrigued by the idea of inferring infra dependencies from existing application code.
jbotdev | 2 years ago | on: D.C.'s ban on cashless businesses takes effect
jbotdev | 2 years ago | on: Show HN: A map that tells you if a NYC cafe has WiFi, a restroom, and an outlet