Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
OliverJones
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
OliverJones
2y ago
Good material! It has to be said, the order of columns in correctly designed multicolumn BTREE indexes is governed by the shape of the queries the indexes support. So don't arbitarily reorder columns in your indexes to handle alignment
2.
▲
by
OliverJones
2y ago
In my time as a biochem undergrad and grad student, I had to memorize and regurgitate the Krebs cycle no less than four times. None of those romps through it addressed the question of how TF did those scientists figure it out. There's
3.
▲
by
OliverJones
2y ago
FWIW, the XML signature stuff in dot net just works. Once you get dot net's XML stuff itself working.
4.
▲
by
OliverJones
2y ago
I needed to use SQLite from php to develop a WordPress plugin. (Yeah, yeah, I have heard most if not all the jokes about that particular stack.) Here are some notes about my experience, offered to anybody who might be able to use them. htt
5.
▲
by
OliverJones
2y ago
Looks like some web designers in law enforcement are having some fun making fun of the cybercreeps.
6.
▲
by
OliverJones
2y ago
Dang, Rachel, you must have had a rough day at the orifice that day. Condolences.
7.
▲
by
OliverJones
2y ago
Let us not forget his collaborator, Amos Tversky, who died young in 1996, and who certainly would have been a co-prize-winner had he lived.
8.
▲
by
OliverJones
3y ago
This is great. I wish it worked with glass :-) :-) I sometimes sweep up broken glass from bike lanes in my community. I need gloves, a broom, a dustpan, and a trash bag. Not as efficient. Needs a car, not a bike.
9.
▲
by
OliverJones
3y ago
Read about what to do: _The Fifth Discipline_ by Peter Senge. A bit dated by now, it's still good stuff about "systems thinking" . And you'll need a lot of deliberate systems thinking in your job, and you'll need t
10.
▲
by
OliverJones
3y ago
It would be great to get a straightforward assessment of the improvements in reactor tech in this new plant. "Passive safety features" sound pretty good to my untrained ear. But how much of this is marketing bullshytt?
11.
▲
by
OliverJones
3y ago
Cool! The 11/70 I worked on had a defective floating point unit for a while; when it overheated it would start garbling MUL results. I don't suppose this has that "feature" :-)
12.
▲
by
OliverJones
3y ago
In wood shop in school, they teach you to use the saw, screwdriver, and tape measure before they say "make a box". Why not in programming shop?
13.
▲
by
OliverJones
3y ago
One wishes there were a version of this article for science journalists. And, one wishes that a university class on scientific ethics asked students to read this article with a critical eye and figure out what they can learn from it. Myths
14.
▲
by
OliverJones
3y ago
It has to be said, web dev got better when the Redmond Middle School science projects (Microsoft Internet Explorer and old Edge) went into the dustbin of history where they have long belonged.
15.
▲
by
OliverJones
3y ago
There's a book by Jen Pahlka called Recoding America. https://www.worldcat.org/title/Recoding-America-:-why-govern... Germany seems to have similar sorts of federal / state / municipal government issues
16.
▲
by
OliverJones
3y ago
XML and JSON are for serialization. zip and sqlite, and file-system files, are for lossless persistence. They're separate issues. An app can go bananas with serialization and use, I dunno, binary JSON or Matroska / ebml or .mp4 c
17.
▲
by
OliverJones
3y ago
It's trivial to implement hierarchical data with recursive common table expressions. https://www.sqlite.org/lang_with.html
18.
▲
by
OliverJones
3y ago
If you're seriously interested in this topic, it's worth taking a look at Jen Pahlka's book Recoding America. https://www.worldcat.org/title/Recoding-America-:-why-govern... Ms. Pahlka crawls through som
19.
▲
by
OliverJones
3y ago
When I'm coding / debugging with a framework of some kind (nodejs, dotnet, jdk, wordpress, whatever I'm using to deliver value at the time) I sometimes "step into" the framework or a library to see what happens. (Of
20.
▲
by
OliverJones
3y ago
I would really like to see what Joel Spolsky and Jeff Atwood, the original creators of Stack Overflow, have to say about the current state of affairs. Their business model was recruiting by identifying people with specific skills, and it
21.
▲
by
OliverJones
3y ago
People working in science have employed this process for a long time. Hit your local academic library and look for periodicals called "Annual Review of whatever". More generally, look for review articles and you'll see their
22.
▲
by
OliverJones
3y ago
One wonders about gut biome and whether any microorganisms there have any effect on this. One also wonders how humanity can adapt to dramatically extended lifetimes without obliterating our planet.
23.
▲
by
OliverJones
3y ago
What could a YC-style startup do for construction? A lot of stuff is already done. There's total standardization of parts sizes, and has been for decades. If you order a 2x4" wall stud from your local lumber yard, it will be the s
24.
▲
by
OliverJones
3y ago
And every time this happens from now on, the fine should be doubled. When the fine gets too high for the lazy lawyer to pay, they may instead relinquish their bar admission (lose their license to practice law) for five years. Lawyers admitt
25.
▲
by
OliverJones
3y ago
Right. And all the GPL, MIT, and CC Sharealike-with-attribution material I've been stashing on Github is going into the vast code anonymizer called Copilot. The good news for me the open-source developer: it looks like the closed-sourc
26.
▲
by
OliverJones
3y ago
As an experienced (===old) developer, I have learned that data long outlasts the programs that access it. The lifetime of data is measured in decades, but programs last for years. Most SQL-based RDBMS teams have figured out workable version
27.
▲
by
OliverJones
3y ago
Nice. Effect of frequency downclocking when AVX-512 instructions get used? https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#Dow...
28.
▲
by
OliverJones
3y ago
I'm convinced by this... as long as we make a distinction between mathematics and arithmetic. I'm grateful now, and was not at the time, to my educator mother for drilling me and drilling me again on addition, subtraction, multipl
29.
▲
by
OliverJones
3y ago
I take the author's point for single-user write-frequently search-rarely use cases. Plenty of small greenfield projects look like that. Bigger projects, or projects that are enjoying fast growth, may well need indexing. Why? to keep s
30.
▲
by
OliverJones
3y ago
The most important sentence in this article: "Remember that you are a problem solver before you are a technologist." (Almost) everything we make has users. The most important criterion we have for deciding how to build things is &
More ›