Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
corvus-cornix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Understanding B-Tree Indexes in PostgreSQL: A Comprehensive Guide– Part 1
(medium.com)
66 points
by
corvus-cornix
2mo ago
|
3 comments
2.
▲
by
corvus-cornix
3mo ago
Some of the formatting for emphasis and em-dashes looked a bit iffy. It's hard to imagine AI wasn't involved, at least an an editor or to discuss ideas. To be clear, I don't think there's necessarily anything wrong with
3.
▲
by
corvus-cornix
4mo ago
I feel like this comment is channeling https://motherfuckingwebsite.com/
4.
▲
by
corvus-cornix
5mo ago
I feel like Go has a similar role to Java. Although it's mercifully free of inheritance and the functional stuff they've bolted on. Rust has a similar role to C++ but reads more like Python and Elixir's lovechild.
5.
▲
by
corvus-cornix
5mo ago
I'm looking at engineering job specs at the moment and it's very wearisome that every company seems to have pivoted from highlighting the unique value they provide to customers to putting AI front and centre in their employer bran
6.
▲
Data on over 100 companies hiring remote software engineers
(github.com)
1 points
by
corvus-cornix
5mo ago
|
1 comments
7.
▲
by
corvus-cornix
5mo ago
Data recently scraped from Glassdoor and Crunchbase.
8.
▲
by
corvus-cornix
1y ago
I've also found LLMs to perform poorly at DevOps tasks. Perhaps there's a lack of training data. On the bright side this hints at better job security for platform engineers.
9.
▲
Cross-Cloud Access: A Native Kubernetes OIDC Approach
(artur-rodrigues.com)
1 points
by
corvus-cornix
2y ago
|
1 comments
10.
▲
by
corvus-cornix
2y ago
Goal: Setup a minimal working example where pods in GKE and EKS can access two buckets, one in S3 and another in GCS with no static credentials or runtime configuration. In other words, running the below commands should just work from withi
11.
▲
Graph of most influential Instagram accounts in the art world
(artworld.top)
3 points
by
corvus-cornix
2y ago
|
0 comments
12.
▲
by
corvus-cornix
2y ago
I only use notebooks when I need to analyze a csv and a python repl session would be cumbersome. For this limited use case I think they're fine.
13.
▲
Rank Git Repository Contributors by Number of Todo Comments
(gist.github.com)
1 points
by
corvus-cornix
3y ago
|
1 comments
14.
▲
by
corvus-cornix
3y ago
Bash one-liner that produces a leaderboard of TODO frequency for an entire repository
15.
▲
Companies that hire remote software engineers
(github.com)
4 points
by
corvus-cornix
3y ago
|
1 comments
16.
▲
by
corvus-cornix
3y ago
Data including salary ranges, funding stats, employee ratings and tech stacks of tech (and tech-adjacent) companies that offer remote work.
17.
▲
by
corvus-cornix
4y ago
They never mention the economist he collaborated with in inventing game theory: Oskar Morgenstern. There were also collaborators involved in developing "Von Neumann" architecture. He was just the biggest name involved. He was a ge
18.
▲
by
corvus-cornix
4y ago
I'm sure I've seen the opposite of this recommended: https://www.django-antipatterns.com/antipattern/over-use-of-... Why pass objects with DB access into a template? I guess some people enjoy debugging templa
19.
▲
by
corvus-cornix
5y ago
Learn FastAPI instead (for new projects where you don't want the template-based MVC). Django is showing its age and comes with some unpalatable design decisions, particularly in its active record ORM. Django's most useful feature