Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ssousa666
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
25 ms
·
1.
▲
by
ssousa666
1mo ago
Nice write up. I have been working on an airgapped k8s-based, robotics simulation platform for awhile and this is one of the most accurate and coherent writings I've found on the subject. I'll definitely be sharing this with my te
2.
▲
by
ssousa666
4mo ago
I have such mixed feelings about Starlark and Bazel macros. When I write Bazel macros, they're great, the perfect tool for the job. When I encounter macros written by someone else, they are awful, a mistake and the bane of my existence
3.
▲
by
ssousa666
5mo ago
My team runs several HarvesterHCI/RKE2 clusters, edge deployments of our validation, simulation and fleet management tools for autonomous vehicles. The Rancher ecosystem has really been a godsend for us. Excited to experiment with k3k,
4.
▲
by
ssousa666
1y ago
I recently joined a company that writes Python after working for a Kotlin shop for the past four years. I miss Java/Kotlin every single day. I have no gripes with Python itself and I enjoy writing it, but I've still never seen a
5.
▲
by
ssousa666
1y ago
my intuition tells me that this problem is best solved using DP
6.
▲
by
ssousa666
1y ago
I saw your tweet about cracking type inference for recursive schemas. It seems like the solution to this problem is pretty straightforward and simple. Was the solution really as simple as using a getter, or is there some additional complexi
7.
▲
by
ssousa666
1y ago
I have been using this pairing for the past eighteen months and it has been a very productive and smooth experience. The Codeium/Windsurf JB IDE plugin is much better than their standalone vscode fork IDE
8.
▲
by
ssousa666
2y ago
I have been looking for a similar lib to use in a Kotlin/Spring app - any recommendations? My specific use-case does not need to support sanitizing during the HTML -> MD conversion, as the HTML doc strings that I will be converting
9.
▲
by
ssousa666
2y ago
Interesting to learn the human side of a tool I use almost every day. RIP Stiver
10.
▲
by
ssousa666
2y ago
Kotlin classes are (seemingly) all generated as open classes, rather than data classes. Surprising choice - is this an intentional design decision? Wondering if I am missing something
11.
▲
by
ssousa666
2y ago
I have been using Codeium's IntelliJ extension for the past nine months and have found it to be very useful.
12.
▲
by
ssousa666
2y ago
The AI tool is actually quite good, too. I use it to generate sequence diagrams pretty frequently.
13.
▲
by
ssousa666
2y ago
I'm surprised that Denver's Elyria-Swansea and Globeville neighborhoods were not highlighted as hotspots. I lived in Denver for many years, and these neighborhoods were commonly known to locals as some of the most polluted zip cod
14.
▲
by
ssousa666
2y ago
I wonder if the craftsman "John Swartzwelder" is https://en.wikipedia.org/wiki/John_Swartzwelder?wprov=sfla1
15.
▲
by
ssousa666
2y ago
There is a whole class of hybrid incubator/vc firms in the US ("VC Studios") that have used this model and achieved success. Sometimes the model is inverted, in that the VC studio will build the MVP with their small, in-house
16.
▲
by
ssousa666
2y ago
Kotlin is easily the best modern language for DX. After writing server-side Kotlin for the past three years, I'm not sure I ever want to write anything else.
17.
▲
by
ssousa666
2y ago
I am also a member of the hospitality -> tech club. in fact, I used to be the GM of one of the restaurants on your list!
18.
▲
by
ssousa666
2y ago
what did it mean historically? in contemporary usage, it seems to be a synonym for "managed" (or more accurately, a meaningless sobriquet for PAAS that can be easily sold to the huddled masses of "full stack" boot camp g
19.
▲
by
ssousa666
2y ago
my favorite thing about camelCase is that class instances are (typically) named and cased as the inverse of their pascal-cased class. val somethingRepository = SomethingRepository() Is much more visually satisfying and balanced to me than:
20.
▲
by
ssousa666
2y ago
I've found this very useful as well. My typical workflow (server-side kotlin + spring) has been: - create migration files locally, run statements against containerized local postgres instance - use a custom data extractor script in In