Apr 2024
- Such a wonderful introduction by Karmi to the field of embeddings and vector search, and semantic search.
Here’s to the crazy ones, the misfits, the rebels. The package makers, the man page writers. The rounded windows in Qt mixed with the less rounded windows of GTK. The ones who literally see things differently because of missing proprietary fonts.
They’re not fond of rules, installation wizards, double clicking and have no respect for the status quo.
You can downvote them, disagree with them, glorify or vilify them. About the only thing you cannot do is ignore them. Because they ship your bug fixes.
They invent. They imagine. They heal. They explore. They create. They inspire. They push the human race forward.
Maybe they have to be crazy. How else can you stare at an empty screen and know that you have to blacklist your video card driver? Or sit in silence while tweaking alsamixer on the command line? Or write bash aliases to reload your network driver kernel module each time your laptop resumes from suspension? We make tools for these kinds of people.
While some may see them as the crazy ones, we see genius. Because people who are crazy enough to think that they can run Linux on the desktop, are the ones who change the world.
[W,s,v] = svd((repmat(sum(x.*x,1),size(x,1),1).*x)*x');
sudo xcrun cc
and agree to the
license agreement (or run Xcode.app and agree there).“So what are we doing here? Let me tell you a wonderful, old joke from Communist times. A guy was sent from East Germany to work in Siberia. He knew his mail would be read by censors, so he told his friends: “Let’s establish a code. If a letter you get from me is written in blue ink, it is true what I say. If it is written in red ink, it is false.” After a month, his friends get the first letter. Everything is in blue. It says, this letter: “Everything is wonderful here. Stores are full of good food. Movie theatres show good films from the west. Apartments are large and luxurious. The only thing you cannot buy is red ink.” This is how we live. We have all the freedoms we want. But what we are missing is red ink: the language to articulate our non-freedom. The way we are taught to speak about freedom—war on terror and so on—falsifies freedom.“—Slavoj Žižek
io.Reader
and io.Writer
.div
with HTML/CSS.database/sql
compatible driver, but
has lots of interesting stuff in it, e.g. support for notifications,
hstore, and client-side timeouts.cover
tool
that comes with Go 1.2.
It's in the go.tools repository.
Install via go get code.google.com/p/go.tools/cmd/cover
, then see
help with go tool cover -help
.
Dave has some instructions
how to use it in your own projects.brew install postgresql
or grab Postgres.app.can't assign requested address
,
try lowering the maximum segment lifetime (msl)
from the default 15 seconds to e.g.
1 second: sudo sysctl -w net.inet.tcp.msl=1000
.
Also see sysctl net.inet.tcp.SPACEJUMP
is a HTTP verb!ag
is very fast.traceroute 216.81.59.173
(and a how-to).
Notice that you can even watch Episode IV in the terminal: telnet towel.blinkenlights.nl
.$GOPATH/src/github.com/{user}/{project}
.
This will allow your local changes to apply and still work with
go get able URL's.“config.threadsafe!
to be removed from Rails 4.warning: else without rescue is useless
curl ifconfig.me
for (x ← 1 to 100) { ...}
instead of for (x <- 1 to 100) { ... }
(notice the left arrow).
Same with ⩵, ≫, ≪, ⋙, ≥, ≤, and ∷.
(Further info here).index_analyzer
and search_analyzer
on the index level.overflow: scroll; -webkit-overflow-scrolling: touch
Hash.from_xml
much?
Make sure you've set ActiveSupport::XmlMini.backend = "Nokogiri"
(via @bitsweat).string.link(url)
method (via @hakimel).git ls-files -o -i --exclude-standard
sudo ipfw pipe 1 config bw 300kbit/s; sudo ipfw add pipe 1 dst-ip 0.0.0.0/0
sudo ipfw flush
$(...)
and ...
.
See here.
Short answer: Use $(...)
.mkfifo bp; nc -k -l 8888 0<bp | nc facebook.com 1>bp
“ENV["PORT"].to_i.nonzero? || 80
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
render(@posts) || content_tag(:b, "Sorry, no posts yet")
FTW (by José Valim)say -v Fred "Fitter, happier, more productive, not drinking too much, regular exercise at the gym (3 days a week)"
Future.where :sql.not_in => ['code']