Skip to content

Instantly share code, notes, and snippets.

@pushcx
pushcx / stories.tsv
Last active April 30, 2025 19:00
Lobsters stories tagged 'ai' or 'vibecoding' for https://lobste.rs/s/lkngrz/new_tag_vibecoding
posted submitter url title tags
2022-12-01 azhenley https://lobste.rs/s/rxulwm An Inverse Turing Test ai
2022-12-01 adrian https://lobste.rs/s/ek6f6b Adventures in generating music via ChatGPT text prompts vibecoding
2022-12-01 pja https://lobste.rs/s/pzscr9 AI solves Advent of Code 2022 programming, vibecoding
2022-12-02 barathr https://lobste.rs/s/adbzyf How should we evaluate progress in AI? philosophy, ai
2022-12-02 ebababi https://lobste.rs/s/fhccfk I tried ChatGPT from OpenAI and my mind was blown vibecoding
2022-12-03 djhworld https://lobste.rs/s/metddz ChatGPT corrects itself when you tell it off vibecoding
2022-12-03 adsouza https://lobste.rs/s/ipm2ls Peer-Programming a Buggy World with ChatGPT AI vibecoding
2022-12-04 winter https://lobste.rs/s/ldhk0l Building A Virtual Machine inside ChatGPT vibecoding
2022-12-04 Gaelan https://lobste.rs/s/so5l7i ChatGPT passes the 2022 AP Computer Science A free response section education, vibecoding
@pushcx
pushcx / tags.sql
Last active March 27, 2025 22:12
2025-03-27 lobsters tags query
select category, tag, privileged, is_media, active, permit_by_new_users, hotness_mod, (select count(*) from taggings where tag_id = tags.id) as stories, (select count(*) from tag_filters where tag_id = tags.id) as filters, (select date(created_at) from stories join taggings on stories.id = taggings.story_id and tag_id = tags.id order by created_at asc limit 1) as first from tags join categories on category_id = categories.id order by first asc;
+-------------+----------------+------------+----------+--------+---------------------+-------------+---------+---------+------------+
| category | tag | privileged | is_media | active | permit_by_new_users | hotness_mod | stories | filters | first |
+-------------+----------------+------------+----------+--------+---------------------+-------------+---------+---------+------------+
| platforms | mobile | 0 | 0 | 1 | 1 | 0 | 919 | 148 | 2012-06-30 |
| platforms | browsers |
@pushcx
pushcx / seo.eml
Created March 11, 2025 16:11
we get signal
From: Bushra Imteyaz
To: [email protected]
Date: Tue, 11 Mar 2025 12:09:52 -0400
Subject: 🍽️ Your Recipe is Delicious… But It’s Missing a 2025 Twist!
[-- html --]
Hi peter,
I stumbled upon [1]A Recipe for Training Neural Networks (2019), and while
it’s chef’s kiss 👌 it might be time for a little 2025 flavor upgrade!
At GreekRecipeEats.com, we’re all about keeping recipes fresh, authentic,
@pushcx
pushcx / mostcomments.sql
Created September 5, 2024 19:30
most comments
MariaDB [lobsters]> SELECT short_id, title, comments_count FROM stories ORDER BY comments_count DESC LIMIT 100;
+----------+-----------------------------------------------------------------------------------------------------------------+----------------+
| short_id | title | comments_count |
+----------+-----------------------------------------------------------------------------------------------------------------+----------------+
| h9xgpv | Rate my Homepage | 496 |
| uihyvs | backdoor in upstream xz/liblzma leading to ssh server compromise | 306 |
| zp4ofg | Lobster burntsushi has left the site, algorithm detecting standing might be off | 280 |
| 8aiw6g | What software do you dream about, b
@pushcx
pushcx / log.txt
Created June 21, 2024 15:15
lobsters oom kill
Jun 21 12:56:56 lobste.rs puma[2445540]: [2445540] + Gemfile in context: /srv/lobste.rs/http/Gemfile
Jun 21 12:57:17 lobste.rs puma[2445540]: W, [2024-06-21T12:57:17.797831 #2445540] WARN -- : heinous_inline_partial initialized, found: {"app/views/comments/_threads.html.erb"=>"app/views/comments/_comment.html.e>
Jun 21 12:57:21 lobste.rs puma[2364866]: [2364866] - Worker 14 (PID: 2445540) booted in 24.79s, phase: 0
Jun 21 14:53:14 lobste.rs systemd[1]: lobsters-puma.service: A process of this unit has been killed by the OOM killer.
░░ Subject: A process of lobsters-puma.service unit has been killed by the OOM killer.
░░ Defined-By: systemd
░░ Support: http://www.ubuntu.com/support
░░
░░ A process of unit @UNIT has been killed by the Linux kernel out-of-memory (OOM)
░░ killer logic. This usually indicates that the system is low on memory and that
MariaDB [lobsters]> select short_id, title, reason from stories s join moderations m on s.id = m.story_id where m.comment_id is null and s.is_moderated = true and (m.reason like '% torch %' or m.reason like '% customer %');
+----------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| short_id | title | reason |
+----------+---------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------+
| xoi5nv | Netlify Billi
@pushcx
pushcx / alacritty.toml
Last active April 24, 2025 16:47
a very plain vim colorscheme
[colors.selection]
background = "#859900"
text = "CellBackground"
[colors.vi_mode_cursor]
cursor = "#859900"
text = "CellBackground"
[cursor]
@pushcx
pushcx / results.txt
Created June 7, 2023 13:24
stories with ‘clickbait’ in mod log
short_id score (select count(*) from comments where story_id = stories.id) title
hmyyz2 6 23 Limited Success Generating a Binary Search
glqqyp 13 6 Python's Missing Batteries: More Libraries
kkfept 30 54 One decade later, I’m still mad at GNOME
i1rbqo 11 6 Qualcomm Phone Chips Send Telemtry
6f72pf 17 2 Hyena may scale better than GPT
lo3ise 18 3 Jailbreaking a Dreametech Z10 Pro vacuum
l2fn3c 29 3 Discovering one bug after another in the UTF-8 decoding logic in OpenBSD
6gmzkr 43 46 Against Github
gc5ndw 75 31 Digital Ocean has shut down two technical sites
@pushcx
pushcx / 1.txt
Last active May 17, 2023 17:38
2023-05-17 lobsters domain query
domain
undeadly.org
paulrouget.com
techblog.netflix.com
queue.acm.org
blog.golang.org
commandcenter.blogspot.com
lkml.org
idealab.talkingpointsmemo.com
aws.amazon.com
@pushcx
pushcx / archupdate
Created July 24, 2022 15:22
~/.bin/archupdate
#!/usr/bin/env bash
# aura -C pkg -- to downgrade a package
# aura -Li pkg -- to print install/update log
# aura -Pa -- to audit PKGBUILDs (slow, s)
# aura -Qo file -- what package owns file
# aura -Ql pkg -- what files are in package
set -e # exit on error
set -o xtrace # print commands