HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lovasoa

no profile record

Submissions

SQLPage 0.38: transform SQL queries into web UIs for any DB

github.com
2 points·by lovasoa·il y a 9 mois·0 comments

Show HN: I taught my little brother JS, and he made this videogame in a week

s-poony.github.io
1,079 points·by lovasoa·il y a 8 ans·270 comments

comments

lovasoa
·il y a 17 jours·discuss
The thing I would have liked to know is why they don't use an existing fast SQL parser. Was being slightly incompatible with all existing SQL dialects a product requirement?
lovasoa
·il y a 17 jours·discuss
3) The engineers working on the chip used ChatGPT from time to time.
lovasoa
·le mois dernier·discuss
I tried a few PPTX files from consulting firms that are available online. The rendering does not seem to be truly pixel-perfect, but all of them were quite readable and had a good layout, which is already an impressive feat.
lovasoa
·il y a 2 mois·discuss
The details are interesting: https://en.wikipedia.org/wiki/Eskom#Corruption
lovasoa
·il y a 2 mois·discuss
How much faster/slower are you with that process compared to writing code yourself?
lovasoa
·il y a 4 mois·discuss
I use the latest codex with gpt5.4 and Claude opus every day. they hallucinate every day. If you think they don't, you are probably being gaslighted by the models.
lovasoa
·il y a 5 mois·discuss
I was interested in the human results, so I had an llm build a visualization for them: https://codepen.io/lovasoaaa/pen/QwKWGBd

You can see that 17% of answers come from India alone and that software developers got below average results, for instance.
lovasoa
·il y a 6 mois·discuss
The author of this project is also the author of redis. He knows what he is doing.

Running inference for a model, even when you have all the weights, is not trivial.
lovasoa
·il y a 6 mois·discuss
I use linux at home (with a HiDPI screen) and MacOS for work. The screen works well with both computers. I mostly just use a text editor, a browser, and a terminal though.

Linux has bugs, bug MacOS does too. I feel like for a dev like me, the linux setup is more comfortable.
lovasoa
·il y a 10 mois·discuss
How do you call the opposite of green washing? When you want to show that you are burning as much energy on training models as the others.
lovasoa
·il y a 2 ans·discuss
Yes, it sends an email containing your private key on installation.
lovasoa
·il y a 3 ans·discuss
Yes ! Maybe I'm old-fashioned, but I do still think that SQL is a better interface to databases than excel formulas, and classical spreadsheet UIs are a better interface for, well, spreadsheets.

I am building an open-source tool that allows quickly building web user interfaces on top of relational databases [1]. Among users are many people without a CS background, and without prior knowledge of SQL. And from the feedback I get, the pain point for getting started is very rarely learning SQL. Spreadsheet formulas are often much more complicated than the basic SQL queries that cover 90% of what everyone needs.

[1] https://sql.ophir.dev/
lovasoa
·il y a 3 ans·discuss
I am currently building a SQL-only web framework [1], and I was contacted by the prql folks to include the language by default in sqlpage. I have to say, I have mixed feelings about it: on one hand, it indeed feels more natural to query data with a clean pipeline of operators. On the other hand, it makes me think of the famous xkcd comic about standards [2]: there were too many data querying languages, so we made a new one.

[1] SQLPage: https://sql.ophir.dev

[2] https://xkcd.com/927/
lovasoa
·il y a 7 ans·discuss
Here is the original blog post by the french researcher (in english) [1]. In an update, he says the updated system with a 1024-bit key was also compromised, on august the 24th [2].

[1]: https://members.loria.fr/PGaudry/moscow/ [2]: https://golovnev.org/papers/election.pdf
lovasoa
·il y a 8 ans·discuss
Maybe because he is not on hackernews? I told him I did this post, and he reads your comments, though.

He is 15. I should have written younger brother and not little brother; english is not my native language.
lovasoa
·il y a 8 ans·discuss
we are from France :)
lovasoa
·il y a 8 ans·discuss
Il est en première. Do not underestimate the french education system ;) What you need for such a game are Pythagorean and Thales's theorems. I gave him hints so that he poses the problem correctly, but he came up with the formula for moving the red square on his own!
lovasoa
·il y a 8 ans·discuss
Of course I can. My brother is 15, he is smart and he had programmed before, but only on his calculator (in TI-BASIC, I think). He already knew the basics of programming. He got his first real computer for Christmas. I was with him at my parents house, behind his shoulder as we created the skeleton of the game together over a weekend. After that I left, and he kept adding features on his own.
lovasoa
·il y a 8 ans·discuss
It should work on firefox :( Did you click on the page before using the arrow keys ? Do you have JS errors in the console ?
lovasoa
·il y a 8 ans·discuss
My little brother is 15. He had programmed before, but only on his graphic display calculator.