Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kroolik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
kroolik
13d ago
Very nice jeans you've got there! Up for some belts-and-suspenders, maybe?
2.
▲
by
kroolik
1mo ago
Create an alias
3.
▲
by
kroolik
4mo ago
> (...) that I might get a couple of times > email alerts when GitHub, (...), go down bold statements when the Missing Github Status Page shows 87% availability.
4.
▲
by
kroolik
5mo ago
I didnt mean Google, but there are those we pages that, for example, scraped Stackoverflow.com just to provide the very same content
5.
▲
by
kroolik
5mo ago
It first gives you a page of ads, then a scraped version of the solution that steals content for ads, and then the amp version of the solution that doesnt work because js or what not.
6.
▲
by
kroolik
6mo ago
Build with what pieces you can find, rather than plan the perfect structure ahead. Improvising keeps the creativity going! Wheres fun if sorting legos sucks all the Joy from it
7.
▲
by
kroolik
9mo ago
Horridly inefficient. Just unfold the loop.
8.
▲
by
kroolik
11mo ago
Those FAANG devs have milions of (social) lives on the line, though. Every day.
9.
▲
by
kroolik
1y ago
You can apply dynamic env to other jobs by exporting an env file as a dotenv artifact. So first job creates a dotenv file and export it as artifact. Second depends on the first so it can consume the artifact. https://docs.gitlab.
10.
▲
by
kroolik
2y ago
Why do you need the vector if you have already compared the query with the result candidate?
11.
▲
by
kroolik
2y ago
Its not difficult to imagine a person saying 'i have nothing i want to share here' be stigmatised in future. As a person who doesnt want to work together and be part of the company culture.
12.
▲
by
kroolik
2y ago
1) IMHO, people use quantifiers like majority, mostly, rarely, etc not because its the absolute truth, but because its their subjective PoV 2) Dont trust everything you read on the internet. A lot of it is skewed by personal biases.
13.
▲
by
kroolik
2y ago
So they have the monopoly on repairs
14.
▲
by
kroolik
2y ago
That's some National Geographic clip. Now, show us the demo!
15.
▲
by
kroolik
2y ago
High level devs still do low expertise things every now and then. Or rather, designs need to be implemented, eventually.
16.
▲
by
kroolik
2y ago
Re whys: this can be even simpler. I sometimes catch myself rapidly click the mouse button a second time with my finger, right after the initial click. This is not intended and may be related to low resistance on the button itself.
17.
▲
by
kroolik
2y ago
Link requires premium account to read the actual data
18.
▲
by
kroolik
2y ago
You can peer-connect vpcs cross-account
19.
▲
by
kroolik
2y ago
Are page misses still a thing in the age of SSDs?
20.
▲
by
kroolik
2y ago
Yes, although timestamps may have collisions depending on resolution and traffic, no? Bigserials (at least in PG), are strictly monotonic (with holes).
21.
▲
by
kroolik
2y ago
Yes, but updates are covered by updated app code
22.
▲
by
kroolik
2y ago
PG bigserial is already strictly monotonic
23.
▲
by
kroolik
2y ago
When running a batched migration it is important to batch using a strictly monotonic field so that new rows wont get inserted in already processed range
24.
▲
by
kroolik
2y ago
Having an index over the uuid is equivalent to it being a PK, so why would you bother having both?
25.
▲
by
kroolik
2y ago
The locking part is often forgotten when discussing zero downtime migrations in postgres. As more and more operations become fast, more engineers will get bitten by this. Ive telling this to engineers in my org for such a long time, now I a
26.
▲
by
kroolik
2y ago
I believe the fact that V8 vulnerabilities are not "classic" memory corruption can be attributed to their developers' experience and review processes. This doesn't imply, though, that another project in C++ will share th
27.
▲
by
kroolik
2y ago
Its more like "Im interested in subscribing and paying more"
28.
▲
by
kroolik
2y ago
As I started to think for some time now: you can have a challenge or a solution. As engineers, we are often tempted to challenge ourselves, straying away from the latter. There is less perceived pride from following simple solutions.
29.
▲
by
kroolik
2y ago
We use IF NOT EXISTS to bring non prod environments in sync with prod. The size of prod requires some migrations to be done separately over course of days, in separate transactions. The IF NOT EXISTS clause then brings dev and non prod envs
30.
▲
by
kroolik
2y ago
Fail and learn from your mistakes. Or hire developers and fail and learn together.
More ›