Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
never_inline
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
151.
▲
by
never_inline
11mo ago
Yep. The only valid usecase I think of is using the secret for something else, eg connecting to an internal package registry, in which case the secret mounts may help.
152.
▲
by
never_inline
11mo ago
I would like to know where I can read more in depth about profiling and performance analysis techniques.
153.
▲
by
never_inline
11mo ago
How would that work across files and libraries?
154.
▲
by
never_inline
11mo ago
what do you think about speedscope's sandwich view?
155.
▲
by
never_inline
11mo ago
> are meant to run is essentially a loop of listing resources, comparing to spec, and making moves to try and bring the state of the cluster closer to spec. Aren't they supposed to use watch/long polling?
156.
▲
by
never_inline
11mo ago
I guess you don't use an IDE. Use VSCode or IntelliJ with auto completion and error highlighting as you type. Type hints are a blessing.
157.
▲
Some tricks for interactive usage of Bash shell
(mahesh-hegde.github.io)
1 points
by
never_inline
11mo ago
|
0 comments
158.
▲
by
never_inline
11mo ago
For someone writing a whole essay why python's speed is not a problem, one would expect to have worked in workloads where performance actually matters. For most people in this industry, that would be web APIs. Though it's kinda fi
159.
▲
by
never_inline
11mo ago
This is just not true. Poetry existed for a while. It was slower than uv but not a deal breaker.
160.
▲
by
never_inline
11mo ago
These patterns have seen real use (not saying optimal) in the wild. Of course we know today composition is better than inheritance, plain data structs are enough for most cases, and "parse, don't validate". but did people kno
161.
▲
by
never_inline
11mo ago
That's probably a good idea. They can also earn interest on the deposit. (Not that they need the money).
162.
▲
by
never_inline
11mo ago
It has a much better language and works across platforms. these things have real value.
163.
▲
by
never_inline
11mo ago
Try flutter.
164.
▲
by
never_inline
11mo ago
I learned programming in turbo C++ - not because I grew up in 1990s, but because Indian education system is stuck in 1990s. > So the question I want to part with is: have we advanced much in 30 years? Modern IDEs have some better refacto
165.
▲
by
never_inline
11mo ago
> I'm considering creating my own migration library tailored to our actual needs and usage. It should not be so hard. Indeed. Go has like 5 options for SQL DDL migrations now. On python side there's alembic and bunch of homegro
166.
▲
by
never_inline
11mo ago
You're just replacing the functionality of CRI, which is already pluggable. Rest of the kubernetes is still needed.
167.
▲
by
never_inline
11mo ago
You're using the F-Droid version?
168.
▲
by
never_inline
11mo ago
I have similar OCD behaviors which make reviewing difficult (regardless of AI or coworker code). specifically: * Excessive indentation / conditional control flow * Too verbose error handling, eg: catching every exception and wrapping
169.
▲
by
never_inline
11mo ago
I think too much of RLHF is done on small scale tutorial-ish examples. LLMs often write tutorial-ish code without much care how it integrates with rest of codebase. Swallowing exceptions is one such example.
170.
▲
by
never_inline
1y ago
A related questions: How do LLMs format code so consistently? I mean, when you write middle-indented things like struct fields in Go, how do they know in advance what the largest field name will be?
171.
▲
by
never_inline
1y ago
I have creatdd a readings page on my blog to serve a similar purpose. The theoretical intention is to update it from time to time. https://mahesh-hegde.github.io/readings/
172.
▲
by
never_inline
1y ago
Here are some real open-ended questions you can use to see how well a junior hire with no Industry background will do. * Test whether they understand data types and abstraction. * You have a function returning two numbers in <your favo
173.
▲
by
never_inline
1y ago
This is a positive signal, but doesn't necessarily tell whether the person has intellectual capability to write "proper" code or just had some opportunity at the early age to be exposed to programming. I have seen good and ba
174.
▲
by
never_inline
1y ago
Isn't this already quite popular theory? Eg: https://www.lesswrong.com/posts/Q8zqoBWBBHD2RjDuS/autism-and...
175.
▲
by
never_inline
1y ago
Why does this not happen in go? Maybe Go's design is practically better because you have to research the repository reputation before adding it? Or is it because go developers add few dependencies on average? Is it because of namespaci
176.
▲
by
never_inline
1y ago
maybe a good thing because gen Z will send all your code to ChatGPT. /s
177.
▲
by
never_inline
1y ago
> Something I think would be interesting for model APIs and consumer apps to exposed would be the probability of each individual token generated. Isn't that what logprobs is?
178.
▲
by
never_inline
1y ago
Btw, the unicode arrows in Gp comment are dead giveaway of LLM use.
179.
▲
by
never_inline
1y ago
Sir, aesthetics are a pretty low priority in my miserable life.
180.
▲
by
never_inline
1y ago
> It also means that employers don't really look abroad unless there really is a shortage of existing labor. But when there is a true shortage and you're willing to spend, the door is open to act quickly. You underestimate the
More ›