HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lovasoa

no profile record

Submissions

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

github.com
2 points·by lovasoa·9 maanden geleden·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·8 jaar geleden·270 comments

comments

lovasoa
·16 dagen geleden·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
·16 dagen geleden·discuss
3) The engineers working on the chip used ChatGPT from time to time.
lovasoa
·vorige maand·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
·2 maanden geleden·discuss
The details are interesting: https://en.wikipedia.org/wiki/Eskom#Corruption
lovasoa
·2 maanden geleden·discuss
How much faster/slower are you with that process compared to writing code yourself?
lovasoa
·4 maanden geleden·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
·5 maanden geleden·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
·6 maanden geleden·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
·6 maanden geleden·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
·10 maanden geleden·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
·2 jaar geleden·discuss
Yes, it sends an email containing your private key on installation.
lovasoa
·3 jaar geleden·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
·3 jaar geleden·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
·7 jaar geleden·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
·8 jaar geleden·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
·8 jaar geleden·discuss
we are from France :)
lovasoa
·8 jaar geleden·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
·8 jaar geleden·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
·8 jaar geleden·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
·8 jaar geleden·discuss
My little brother is 15. He had programmed before, but only on his graphic display calculator.