Viewing profile — foo4u
foo4u
HN member- Joined
- Mon, Feb 08, 2016, 7:13 PM UTC
- HN karma
- 55
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About foo4u
No profile information was provided.
Recent public activity
-
comment
Comment #48985924
Also, altitudes matter after about 5 mins here.
-
comment
Comment #48985818
This game would also be better if I could actually decide when to clear departures.
-
comment
Comment #48549392
I've been building multi-cluster Kubernetes for some time and things like External DNS and Ingress controllers per app are just non-starters. They always felt kludgy having K8S orc…
-
comment
Comment #47360079
I love how this post, almost to a fault, just jumps right in. No BS set up. Not even context set up. Just what you expected after reading the title. That's an art. As for the conte…
-
comment
Comment #47247336
Claude Code is pretty good at Swift + Swift UI. I created and have been iterating on a menubar app for myself that I plan to share with a small team. I'd prefer to do this native t…
-
comment
Comment #46128804
This is absolutely untrue. Code from JDK 8 runs fine on JDK 25 (just released LTS). It is true that if you did something silly that locks you into certain dependency versions, you …
-
comment
Comment #42249430
Using Lambda functions stored in ECR has no impact on performance from my experience. AWS Lambda uses Firecracker under the hood, which builds a VM from a container image. It's lik…
-
comment
Comment #29744183
What’s more interesting to me than the NPS scores are the free form comment section below the 0-10 rating. Never mind that anything below X is considered neutral or a detractor. Yo…
-
comment
Comment #21709557
The same functionality could have been accomplished by just allowing us to specify the max number of concurrent instances of a function that can be active at a time. With proper re…
-
comment
Comment #15192004
It's really SOA without the XML based service bus.
-
comment
Comment #15133544
> Programming in C/C++, Java, Javascript, that's easy, anyone can write code. But having the skill of standing in a circle and saying what you've been working on, what you will be …
-
comment
Comment #12866565
Done development for both here. On Dev Tools / Programming: I'd have to say Google's Tools are 100x better than they used to be. Android Studio is based on IntelliJ IDEA and they'v…
-
comment
Comment #12498152
As an US citizen, I no longer salute that piece of cloth or sing the national anthem at sports games. I don't even bother standing for it and encourage others to do the same to sho…
-
comment
Comment #12269363
If you add it to your reading list, Safari is supposed to make it available offline on all devices linked to the same iCloud account.
-
comment
Comment #11060266
Gave this a quick look. I'm much more a fan of Spring Boot ( http://projects.spring.io/spring-boot/ ). Like Pippo, Spring Boot starts with a lot of auto-configured defaults that ca…