HackerTrans
TopNewTrendsCommentsPastAskShowJobs

wheresvic4

no profile record

Submissions

Festivus Airing of Grievances: My Performance Pet Peeves

jabperf.com
2 points·by wheresvic4·3 anni fa·0 comments

The Improbability of Wikipedia

unix.foo
2 points·by wheresvic4·3 anni fa·0 comments

I Want Off Mr. Golang's Wild Ride (2022)

fasterthanli.me
71 points·by wheresvic4·3 anni fa·37 comments

Why markets can never be made truly safe

economist.com
1 points·by wheresvic4·3 anni fa·0 comments

Some SQL Tricks of an Application DBA

hakibenita.com
2 points·by wheresvic4·4 anni fa·0 comments

How to Freaking Find Great Developers by Having Them Read Code

freakingrectangle.com
5 points·by wheresvic4·4 anni fa·0 comments

String representations are not unique: learn to normalize

lemire.me
1 points·by wheresvic4·4 anni fa·0 comments

Teach Testing First

smalldata.tech
2 points·by wheresvic4·4 anni fa·0 comments

War Story – hunting down a memory leak in a C++ application

smalldata.tech
1 points·by wheresvic4·4 anni fa·0 comments

Extracting Data from MySQL

smalldata.tech
1 points·by wheresvic4·4 anni fa·0 comments

Melania Trump’s Auction of Hat Hit by Plunge in Cryptocurrency

nytimes.com
3 points·by wheresvic4·4 anni fa·0 comments

Journey to a Faster Concurrent Map

gopheradvent.com
1 points·by wheresvic4·4 anni fa·0 comments

Why Foreign Function Interfaces are not an easy answer (2012)

flameeyes.blog
19 points·by wheresvic4·4 anni fa·12 comments

Do We Need an ORM?

ionutbalosin.com
1 points·by wheresvic4·4 anni fa·0 comments

comments

wheresvic4
·3 anni fa·discuss
This is a great point but do note that it is quite easy to setup [1] a private npm registry as well. Most orgs actually do just that as you really do not want a production build failing if npm goes down.

Either that or you vendor in your dependencies.

[1] https://smalldata.tech/blog/2023/03/17/setup-a-private-npm-r...