Last active
May 29, 2025 16:42
-
-
Save pushcx/ef63f5e651399bed11a4b3a2598cf821 to your computer and use it in GitHub Desktop.
lobsters stories by most comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MariaDB [lobsters]> select comments_count, stories_count, short_id, substring(title, 1, 80) as title, group_concat(tag order by tag asc separator " ") as tags from stories join taggings on sto | |
ries.id = taggi | |
+----------------+---------------+----------+----------------------------------------------------------------------------------+----------------------+ | |
| comments_count | stories_count | short_id | title | tags | | |
+----------------+---------------+----------+----------------------------------------------------------------------------------+----------------------+ | |
| 496 | 0 | h9xgpv | Rate my Homepage | ask web | | |
| 331 | 0 | btjtkr | What software do you dream about, but do not have time to code yourself? | ask programming | | |
| 306 | 14 | uihyvs | backdoor in upstream xz/liblzma leading to ssh server compromise | security | | |
| 280 | 0 | zp4ofg | Lobster burntsushi has left the site, algorithm detecting standing might be off | meta | | |
| 263 | 0 | 8aiw6g | What software do you dream about, but do not have time to do yourself? | ask programming | | |
| 255 | 0 | pihql3 | You're thinking about passkeys wrong | security web | | |
| 229 | 7 | zwrts3 | Microsoft is building a Chromium-powered web browser for Windows 10 | browsers web windows | | |
| 227 | 3 | 46pt2l | Retiring from the Rust for Linux project | linux rust | | |
| 227 | 0 | 42qb2p | I am disappointed in the AI discourse | vibecoding | | |
| 226 | 0 | b7lt29 | Show your personal websites | ask web | | |
| 219 | 0 | gkpmli | If AI is so good at coding … where are the open source contributions? | vibecoding | | |
| 213 | 0 | ukosa1 | UK Users: Lobsters needs your help with the Online Safety Act | announce | | |
| 207 | 6 | yxj6cd | Remove Richard Stallman | culture person | | |
| 207 | 0 | v4crap | Crustaceans, 2021 will be the year of ${TECHNOLOGY} | ask practices | | |
| 204 | 2 | zck7bo | Resigning as Asahi Linux project lead | culture linux | | |
| 203 | 0 | 2cw6ov | Say something you dislike about a language you love | ask programming | | |
| 201 | 1 | nf3xgg | I am leaving LLVM | culture | | |
| 201 | 0 | wvi9xw | why not matrix? | distributed privacy | | |
| 197 | 1 | v9rktg | New users, ethics, civility, threads, and you | meta | | |
| 197 | 0 | ii7fpk | We need more of Richard Stallman, not less | person philosophy | | |
| 184 | 0 | bu3ynt | What's your distro, and how did you pick it? | ask linux | | |
| 183 | 0 | 5qcvuz | Upcoming Git changes the default of init.defaultBranch to main | release vcs | | |
| 180 | 0 | 3a4zga | Do you have any programming "white whales"? | ask programming | | |
| 177 | 0 | ggsv7x | What keyboard do you use? | ask hardware | | |
| 176 | 0 | sdum3p | If you could rewrite anything from scratch, what would it be? | ask programming | | |
| 176 | 2 | hdj2q4 | Greg Kroah-Hartman Makes A Compelling Case For New Linux Kernel Drivers To Be Wr | linux rust | | |
| 175 | 0 | lgqwje | Does current AI represent a dead end? | ai practices | | |
| 170 | 0 | k5zn3j | Where are you from, fellow lobsters? | ask | | |
| 167 | 0 | addjas | While we Blink, we lose the Web | browsers | | |
| 167 | 0 | a3zlgq | What software do you dream about, but do not have time to code yourself? | ask programming | | |
+----------------+---------------+----------+----------------------------------------------------------------------------------+----------------------+ | |
30 rows in set (1.091 sec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment