Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
never_inline
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
301.
▲
by
never_inline
2y ago
Core kubernetes (deployments, services etc..) is fairly easy to understand. lot of other stuff in the cncf ecosystem is immature. I don't think most people need to use all the operators, admission controllers, otel, service mesh though
302.
▲
by
never_inline
2y ago
Sadly these days when I see .dev domain I will think some SaaS company spam, that's the first thing that comes to my mind.
303.
▲
by
never_inline
2y ago
Usually the idiom is using the same variable on LHS. ``` a = append(a, elem) ``` If you assign it to anything else, `a` might still remain with the older slice memory which will cause worse problems than equality comparison. So the kind of
304.
▲
by
never_inline
2y ago
I thought this was related to compilers, probably ocaml lisp or something.
305.
▲
by
never_inline
2y ago
I'd please ask people to don't write operators unless absolutely necessary. I used a certain tool which had its own config format, and it's "cloudnative" operator implemented CRDs of which multiple can exist and the
306.
▲
by
never_inline
2y ago
This may be related to accessing the page on a vpn or company network
307.
▲
by
never_inline
2y ago
This summary told me nothing I didn't expect. I'd rather let it summarise something concrete.
308.
▲
by
never_inline
2y ago
Fennec is still maintained? Also KDE connect can be alternative to sending files if you use linux on desktop.
309.
▲
by
never_inline
2y ago
If you have a local development setup, few hours of not being able to push should be a not problem most devs. Except if you have a release planned but most don't at that time, statistically. Problem is that people get comfortable with
310.
▲
by
never_inline
2y ago
> non consensual computation Gonna steal this one.
311.
▲
by
never_inline
2y ago
> knowledge
312.
▲
by
never_inline
2y ago
For CLI scripts, PicoCLI with Graalvm seems to be a good option now.
313.
▲
by
never_inline
2y ago
Leetcode mediums do not count as skill in this context.
314.
▲
by
never_inline
2y ago
Hibernate documentation covers 3 strategies. https://docs.jboss.org/hibernate/orm/6.6/introduction/html_s... Technically most people I have seen just use a variant of 3, with @MappedSuperclass.
315.
▲
by
never_inline
2y ago
How is it much different from RFCs?
316.
▲
by
never_inline
2y ago
Why does it run in the context of base branch though?
317.
▲
by
never_inline
2y ago
> true rust developers true rust developers will program with magnetic needle
318.
▲
by
never_inline
2y ago
> Again, Maven doesn’t make it easy to show the classpath used to call javac ourselves. Wait, I was under the impression that maven dependency plugin has a command for exactly that (dependency:build-classpath or something like that)?
319.
▲
by
never_inline
2y ago
Sir, for thought leaders and CTOs they have a home page. This is for DevOps minions.
320.
▲
by
never_inline
2y ago
I am curious to hear from people on this forum, at what point will people practically cross the limits of prometheus, and straightforward division (eg, different prometheus across clusters and environments) does not work?
321.
▲
by
never_inline
2y ago
> Native Histograms are still experimental and not yet enabled by default, and can be turned on by passing --enable-feature=native-histograms. Some aspects of Native Histograms, like the text format and accessor functions / operator
322.
▲
by
never_inline
2y ago
Average Haskell programmer.
323.
▲
by
never_inline
2y ago
The approach I have found to work is isolate the logic which deals with ORM models, and convert them to/from typed models (eg pydantic) at the function boundary. with sqlalchemy mapped_column, its less of an issue. django, otoh, seems
324.
▲
by
never_inline
2y ago
I am grug I use type hint press dot button get auto completes https://grugbrain.dev/
325.
▲
by
never_inline
2y ago
> for more complex data structures (think a json response from an api), dict (or typing.Dict) work fine One of the reason I use typing is IDE completion and error highlighting. For that purpose - I make sure to annotate even the obvious
326.
▲
by
never_inline
2y ago
There's a python tool called `pre-commit` which may be helpful. Its used very much in python ecosystem.
327.
▲
by
never_inline
2y ago
yep easy to guess
328.
▲
by
never_inline
2y ago
Where I live there will be pedestrians on left side of asphalt roads and street food stalls on footpaths if the footpaths exist at all.
329.
▲
by
never_inline
2y ago
The larger point is that by keeping non-strategic part of your tech stack boring, you can focus on core innovative technology. In this guy's case it's LLM. Which is same point that the original post "choose boring technology&
330.
▲
by
never_inline
2y ago
Ashtanga means lot of things apart from Asana and Pranayama. How strict was your lifestyle?
More ›