HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eirikbakke

291 karmajoined 4 tahun yang lalu
Founder at Ultorg, the missing user interface for relational databases. www.ultorg.com

Submissions

Appraising Artworks with Joins and LLMs (Ultorg Database UI)

ultorg.com
2 points·by eirikbakke·bulan lalu·1 comments

The Man with the Seven Second Memory [video]

youtube.com
3 points·by eirikbakke·9 bulan yang lalu·0 comments

comments

eirikbakke
·5 hari yang lalu·discuss
Second this! And if the papers are in "logical reading order", it would be very useful if this is stated on top!
eirikbakke
·bulan lalu·discuss
Ultorg creator here. Ultorg is a GUI for relational databases that knows how to deal with joins and one-to-many relationships. In this demo, I use the new "Fill with AI" feature to generate appraisals for artwork objects in the National Gallery of Art.

The interesting part is in the handling of joins. We can show a list of artworks, and for each artwork, a list of provenance timeline entries, and related data from other tables, and then use all of this data as context for the appraisal task. The UI for this is intentionally minimal; the user enters only a few words for a prompt (Appraisal column: "an appraisal of the artwork, in US dollars, for insurance purposes". Rationale column: "rationale for the appraisal").
eirikbakke
·2 bulan yang lalu·discuss
The retort is to the statement that the U.S. war in Iran is "pretty cheap compared to all the AI datacenters".

People are conflating destructive and productive activities. These are fundamentally different.
eirikbakke
·2 bulan yang lalu·discuss
I pay $100/month for Claude Max and it's like having a (nearly) free, very competent employee. Value _way_ exceeds $100/months. But there's a datacenter that has to run that.
eirikbakke
·2 bulan yang lalu·discuss
The data centers are being paid for by customers, who are receiving greater value from the products than they pay for them.
eirikbakke
·7 bulan yang lalu·discuss
I'd also expect to see a lot more AI-generated PRs on open source projects.

(Or at least AI-assisted to the point where the author feels like they should mention it.)
eirikbakke
·7 bulan yang lalu·discuss
"Larry Ellison has been involved with two philanthropic organizations. First he made a $300M donation to Stanford, in exchange for not admitting wrongdoing in an options backdating scandal. All other philanthropic work is to the Larry Ellison institute for prolonging of life--namely his." -- Bryan Cantrill

https://www.youtube.com/watch?v=-zRN7XLCRhc
eirikbakke
·7 bulan yang lalu·discuss
I concur. This was my main experience with WSL1 vs. WSL2.

If I'm running Windows, it means that the files and projects that I care about are on the Windows file system. And they need to be there, because my IDE and other GUI apps needs files to be on a real file system to work optimally. (A network share to a WSL2 file system would not let the IDE watch for changes, for instance.)

WSL1 was a great way to get a UNIX-style command line, with git, bash, latex etc., for the Windows file system. WSL2 was just too slow for this purpose; commands like "git status" would take multiple seconds on a large codebase.

Now I switched back to MacOS, and the proper UNIX terminal is a great advantage.
eirikbakke
·7 bulan yang lalu·discuss
I suspect the non-standard JSON license was in part a strategy to encourage third-party implementations, so that the format would become a standard.

(W3C standards, for example, require "multiple independent implementations to proceed along a standardisation path". https://www.w3.org/TR/webdatabase/ )
eirikbakke
·8 bulan yang lalu·discuss
One day, some bacteria is going to figure out how to digest plastic. Then it will take over the world.
eirikbakke
·8 bulan yang lalu·discuss
In case anyone needs a minimal CPU implementation in 65 lines of Verilog: https://people.csail.mit.edu/ebakke/fic/ https://people.csail.mit.edu/ebakke/fic/code/Fic.v

(I wonder if it would convert cleanly to a redstone circuit...)
eirikbakke
·9 bulan yang lalu·discuss
Waving a flag is protected speech under the 1st amendment.
eirikbakke
·9 bulan yang lalu·discuss
Perhaps a better source (but IANAL):

"Judges frequently invoke anti-redundancy principles in the interpretation of legal language, whether it appears in classic private-law documents such as contracts or classic public law-documents such as constitutions and statutes."

Redundancy: When Law Repeats Itself, John M. Golden (2016)
eirikbakke
·9 bulan yang lalu·discuss
The "rule against surplusage": Where one reading of a statute would make one or more parts of the statute redundant and another reading would avoid the redundancy, the other reading is preferred.

https://en.wikipedia.org/wiki/Statutory_interpretation
eirikbakke
·9 bulan yang lalu·discuss
Afterwards, they ship the entire engine, with turkey giblets and all, to a lab where the resulting damage is analyzed. Smells awful, according to the engineer I sat next to at a Thanksgiving dinner once...
eirikbakke
·9 bulan yang lalu·discuss
In Norway, the card terminals usually go into an "accept with signature" mode if they are temporarily offline. So they print a receipt that the customer has to sign. (This is for BankAxept debit cards, which are standard in Norway.)

In a grocery store line once, I remember a distraught customer whose card was declined due to insufficient funds. The store manager came over, yanked the ethernet cable from the payment terminal, and told the customer to try again. "Accepted with signature."
eirikbakke
·9 bulan yang lalu·discuss
Spreadsheet formulas have a very simple grammar: expression = reference | exp1 op exp2 | function(exp1, ..., expN)

That's it. It's the math notation from high school, plus cell references, which can be inserted by clicking a cell.
eirikbakke
·10 bulan yang lalu·discuss
Nations with high GDP tend to be service economies. Service professions tend to require good reading and writing skills, and often a college-level specialization. (No need for PhDs, though, except for scientists.)
eirikbakke
·10 bulan yang lalu·discuss
No, it's a whole scientific field, with experiments, lit review, publications, peer review and everything.

The engineering artifact is just a by-product. More often than not, the code is thrown away or never used again, once the experiments have been run and the paper has been published.
eirikbakke
·10 bulan yang lalu·discuss
CS theory is indeed closer to mathematics. But other areas--database systems, computer architecture, networking, user interface design etc., is in fact evaluated via experiments, which is what makes it "science".

For example, if you propose some new technique to make databases faster (e.g. "store tuples column-wise instead of row-wise"), you'll implement it and run various workloads with and without the technique enabled. That gives you a quantitative measurement of the merit of the technique.