Viewing profile — kroolik
kroolik
HN member- Joined
- Wed, Mar 21, 2018, 4:11 PM UTC
- HN karma
- 384
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About kroolik
No profile information was provided.
Recent public activity
-
comment
Comment #49240548
Create an alias
-
comment
Comment #48293218
> (...) 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.
-
comment
Comment #47825608
I didnt mean Google, but there are those we pages that, for example, scraped Stackoverflow.com just to provide the very same content
-
comment
Comment #47815456
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 n…
-
comment
Comment #47338761
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
-
comment
Comment #46243191
Horridly inefficient. Just unfold the loop.
-
comment
Comment #45540679
Those FAANG devs have milions of (social) lives on the line, though. Every day.
-
comment
Comment #43420584
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 …
-
comment
Comment #42811503
Why do you need the vector if you have already compared the query with the result candidate?
-
comment
Comment #42025872
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…
-
comment
Comment #41939016
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…
-
comment
Comment #41860561
So they have the monopoly on repairs
-
comment
Comment #41678903
That's some National Geographic clip. Now, show us the demo!
-
comment
Comment #41481784
High level devs still do low expertise things every now and then. Or rather, designs need to be implemented, eventually.
-
comment
Comment #41237074
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…
-
comment
Comment #41194115
Link requires premium account to read the actual data
-
comment
Comment #40924460
You can peer-connect vpcs cross-account
-
comment
Comment #40890868
Are page misses still a thing in the age of SSDs?
-
comment
Comment #40890861
Yes, although timestamps may have collisions depending on resolution and traffic, no? Bigserials (at least in PG), are strictly monotonic (with holes).
-
comment
Comment #40890843
Yes, but updates are covered by updated app code
-
comment
Comment #40890841
PG bigserial is already strictly monotonic
-
comment
Comment #40889751
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
-
comment
Comment #40889375
Having an index over the uuid is equivalent to it being a PK, so why would you bother having both?
-
comment
Comment #40770885
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 telli…
-
comment
Comment #40747772
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, t…