Text |
Likes |
Reposts |
Date |
The relevant section, also including the Conker Bad Fur companion: gist.github.com/cyoungberg/9...
|
120 |
11 |
07/14/2025 |
Thanks to everyone who responded to my question about what folks should know about using LLMs to generate #rstats: I've summarised the feedback with a few of my thoughts at gist.github.com/hadley/77d42...
|
96 |
21 |
07/11/2025 |
to the surprise of literally nobody, someone extracted their system prompts. their product is naturally an electron-based wrapper for OpenAI API calls
|
49 |
11 |
06/21/2025 |
Vibe coded C# single file app using spectre to clean up resource groups gist.github.com/davidfowl/5e... #csharp #azure
|
32 |
2 |
06/17/2025 |
At my mini-hackathon on @simonwillison.net's `llm` tool, developers had just one hour to come up with a cool use case for `llm`. I wrote up what we came up with as a Github Gist. Highlights in the replies below! gist.github.com/chriscarroll...
|
30 |
2 |
07/07/2025 |
Today is my birthday, which means I am eating my mom's carrot cake, which is the best cake in the world, hands down. The world is a lot right now, here is my mom's carrot cake recipe, if having the worlds best cake might provide you some joy gist.github.com/aurielfourni...
|
28 |
4 |
06/18/2025 |
Tempos atrás criei um pacote JS chamado ssrfcheck que é capaz de verificar ESTATICAMENTE (não verifica DNS) se uma URL qualquer possui em sua morfologia uma tentativa de ataque SSRF - hoje chegou até mim um report da SNYKs que esse pacote sofreu bypass + gist.github.com/lirantal/297...
|
27 |
4 |
06/25/2025 |
I believe this is a complete list of the 674 query parameters Google search accepts. I have annotated some obvious ones. If you know what one does, tell me and I'll add it and credit you. I don't know the point. It's like train spotting for SEOs. gist.github.com/thetafferboy...
|
26 |
3 |
06/03/2025 |
source code: gist.github.com/rebane2001/8... (very messy, i don't recommend using it, just putting it out there in case anyone is curious how it works)
|
23 |
11 |
06/10/2025 |
I wrote this a few months ago and have been trying to figure out what to do with it. Realized that bsky seems like the appropriate place to share: gist.github.com/aboodman/db5...
|
22 |
3 |
06/26/2025 |
I FOIAed Redmond last year for all the snow plough names that had been submitted gist.github.com/blowdart/875...
|
21 |
8 |
06/13/2025 |
ok rather than posting amendments here, i do have a github gist for this gist.github.com/mary-ext/6afe7…
|
19 |
13 |
07/14/2025 |
Non-obvious LLM course links from @yoavgo.bsky.social gist.github.com/yoavg/95bbc5...
|
18 |
4 |
06/09/2025 |
Custom slash commands are the way. Here's my first pass at "the planner". He does a very solid job in early testing. gist.github.com/ianlandsman/...
|
18 |
2 |
07/18/2025 |
Can't decide how I should get to the waterfront for The Decemberists this evening so emailed the premier and mayor for their expert advice.
|
18 |
4 |
07/18/2025 |
Here's that system prompt - Gemini CLI is Apache 2 licensed so this is a neat open source example of a prompt for one of these terminal agents gist.github.com/simonw/9e5f1...
|
17 |
1 |
06/25/2025 |
Want to read #ducklake from APACHE SPARK? Check this out: gist.github.com/hannes/395ac... #butdoesitscale #yesitdoes
|
17 |
6 |
07/01/2025 |
It's now happened to me a few times that I fit a brms model that turned out a little, erm, big, which made a bunch of post-processing annoying. So, I had Gemini help me write a function to thin the model after fitting. gist.github.com/rubenarslan/...
|
17 |
6 |
07/08/2025 |
For a book I'm writing I want to print text in colors. #rstats #quarto This gist: gist.github.com/friendly/b2a... defines a colorize() function that can be used easily for HTML and LaTeX/PDF documents in .qmd and .rmd files.
|
17 |
5 |
07/20/2025 |
gist.github.com/MattIPv4/045...
|
16 |
5 |
06/02/2025 |
Inchresting, the Charging Grip is a USB hub this time, and each Joy-Con 2 shows up as its own USB device. Wonder if the side rails are USB or if that's just some kind of USB gadget thing going on. gist.github.com/shinyquagsir...
|
16 |
1 |
06/13/2025 |
OH MY GOD THIS IS SO STUPID, and this is why adequately specifying the problem matters so much. I told deepseek-r1:8b-0528-qwen3-q8_0 to `Generate "hello world" in Go` then `Use the first argument passed on the command line as the language to use.` This happened: gist.github.com/lizthegrey/e...
|
15 |
1 |
06/02/2025 |
There was no Task.await_one(tasks) in @elixir-lang.org so I wrote one: gist.github.com/bcardarella/... #ElixirLang
|
15 |
4 |
06/16/2025 |
Its a little buried, but there's a whole gamified relationship leveling system with nested prompts to escalate the responses based on a point system you "earn" through your responses.
|
15 |
1 |
07/16/2025 |
for the positional encoding enthusiasts gist.github.com/segyges/ced1...
|
13 |
10 |
06/24/2025 |
I wasn't sure about max(n, max(m, p)) = max(n,p) when n >= m so I formally verified it in Rocq as a little fun exercise (and also because it had been a while since I wrote a proof) gist.github.com/qexat/fba2b6...
|
13 |
3 |
07/12/2025 |
tidycensus for #rstats is now updated to support the new data; run `pak::pak("walkerke/tidycensus")` to grab it. The (corrected) code to built the pyramids is here: gist.github.com/walk... And for more Census visualization ideas, check out my book: walker-data.com/cens...
|
12 |
5 |
06/27/2025 |
My implementation is on the CPU rather than GPU (since I need the results for further processing on the CPU). Here's my C# one-to-one port of the heightmap and erosion noise function (making use of the Unity.Mathematics package): gist.github.com/runevision/c...
|
11 |
4 |
07/20/2025 |
what i got so far gist.github.com/segyges/d472...
|
10 |
4 |
07/01/2025 |
Ken Hu's big list of "GPU Optimization for GameDev" #gamedev #gamedevelopment #indiedev #gpu
|
9 |
2 |
06/14/2025 |
I sent DeepSeek into an infinite spiral of self-doubt by asking about Edward Gibbon's use of Cassius Dio. After 850 paragraphs, it had concluded that "Gibbon was born in Massachusetts", and I cut it off. Has anyone else seen traces this long? gist.github.com/dasmiq/9c415...
|
9 |
2 |
07/02/2025 |
Hier das pre-Prompt das ich verwende (kann man in den Profil-Einstellungen abspeichern): gist.github.com/ansiwen/9b11...
|
8 |
1 |
06/01/2025 |
runc merged today support to manage Linux Network Devices, it was a very long effort github.com/opencontaine... with long discussions but I think it's really a game changer for container networking, you can experiement with it in gist.github.com/aojea/e57875...
|
8 |
4 |
06/19/2025 |
Una completa y sencilla de usar librería de Tweens en un solo fichero! #gamedev #gamedevelopment #indiedev #unity #unity3d
|
8 |
4 |
06/25/2025 |
Añade mas chisma a tus juegos con esta librería de Tweens de un solo fichero! #gamedev #gamedevelopment #indiedev #unity #unity3d
|
8 |
4 |
07/02/2025 |
Just for future reference and if anyone is curious: the seventeen AI slop security reports submitted to #curl (so far): https://gist.github.com/bagder/07f7581f6e3d78ef37dfbfc81fd1d1cd Maybe this will come handy.
|
8 |
10 |
06/28/2025 |
THIS IS SO FUNNY gist.github.com/qexat/96db3e...
|
8 |
5 |
07/01/2025 |
Grab any userscript manager that lets you inject custom CSS, and then use this: gist.github.com/mistydemeo/d... (I didn't write it, just passing it along)
|
7 |
5 |
06/08/2025 |
We do have other data, though. Direct measurement of .4 joule/token on Llama 3.3 70B (1.11 × 10⁻⁷ kWh) on a H100 node! But yes, more transparency is needed. gist.github.com/lhl/bf81a9c7...
|
7 |
1 |
06/12/2025 |
following from my earlier thread, I spent some more time this evening giving chatgpt's reasoning model different predicate logic puzzles from blue prince, and I would say the results got increasingly interesting as it went on; full transcript here: gist.github.com/jcoglan/56a1...
|
7 |
3 |
06/13/2025 |
AÊÊÊÊÊÊÊÊ caralho! Consegui aqui, o gemini me salvou: gist.github.com/luksquaresma... Caralho bicho, gastei muito tempo nessa merda. Vou jogar um videogame e me entorpecer pq já tô trabalhando desde 5 da manhã. +
|
7 |
4 |
06/16/2025 |
I had a bit of a MicroPython moment wanting to know the mode/alt function of a configured `Pin` object. I found the wrongest way to do it- gist.github.com/Gadgetoid/da...
|
7 |
2 |
06/20/2025 |
Full list of recently added accounts, with their current subscriber numbers (which are mostly zero, because nobody actually uses X’s user subscription product):
|
7 |
4 |
06/20/2025 |
Their app is also a scam it’s an electron wrapper with a prompt to openAI’s API. Gist of prompt’s from the two builds I reversed gist.github.com/retornam/ae0...
|
7 |
2 |
06/21/2025 |
💬 Quotations update. gist.github.com/merlinmann/b...
|
7 |
4 |
06/27/2025 |
@corvimae.com you asked for the source code, so i made a gist that includes the code and json file i pull names from lol it not only gets as many as possible, but it also alphabetizes them before it gives the dono text gist.github.com/axel669/15de...
|
7 |
3 |
07/09/2025 |
I'm really impressed by zig's plan for async/await. It finally solves the function coloring problem that's plagued other languages, including JS. gist.github.com/andrewrk/1ad...
|
7 |
0 |
07/12/2025 |
Here's a list of sus accounts: gist.github.com/lizthegrey/f...
|
6 |
3 |
06/04/2025 |
I got chatgpt to transform 50 years of Vancouver zoning battles into a “Density Health Meter” — a visual timeline of how protests, policies, and new reforms shaped what the city can build. 📊🏘️ Read the full story on GitHub Gist: gist.github.com/snoble/8eea9...
|
6 |
0 |
06/07/2025 |
"Alleged" Cluely (cluely.com) Prompts gist.github.com/cablej/ccfe7...
|
6 |
2 |
06/22/2025 |
A complete and easy to use Tweens library in one file! #gamedev #gamedevelopment #indiedev #unity #unity3d
|
6 |
6 |
07/20/2025 |
Hi all! I made an experiment creating new functions with type validation using formula notation in #rstats What do you think? For now, it is a toy example gist.github.com/jrosell/7978...
|
6 |
2 |
07/01/2025 |
Here's analysis of the mascot names proposed by the community gist.github.com/mgechev/4d5e... Seems like Angie is people's favorite!
|
6 |
0 |
07/02/2025 |
I feel like I can commit some macro crimes and implement this in C -- unlike a borrow checker. I already did something close to it a few years back -- with the twist of allocating on the heap if the allocation size goes beyond a threshold: gist.github.com/lpereira/eab...
|
6 |
1 |
07/11/2025 |
I promised a list of the Keynotes I watched for my Railsconf talk “Keynote of Keynotes” with links to the videos and here it is: my Keynote of Keynote Keynotes List Gist. gist.github.com/DoodlingDev/...
|
6 |
2 |
07/12/2025 |
Following on from yesterday's post. After /planner builds the plan I manually edit it to remove superfluous stuff and make adjustments to the plan. Then Genius codes it. /genius implement this plan 2025-07-18-feature-x.md Genius still needs work, but does decent. gist.github.com/ianlandsman/...
|
6 |
3 |
07/18/2025 |
vibe coded to scratch my itch, to automatically remove a YouTube video from my Watch Later queue once the playback hits 95% of the duration: gist.github.com/miyagawa/bbf...
|
5 |
0 |
05/31/2025 |
Here is an example. The first prompt is super general but look at the deliverable in the second document. I was able to one-shot the entire app from this spec with multiple models gist.github.com/notactuallyt...
|
5 |
2 |
06/04/2025 |
For no reason in particular.
|
5 |
1 |
06/06/2025 |
So anyway, some people do crossword puzzles, I do assembly golf to cryptographic algorithms. This generates the 288 bytes of magic numbers for SHA2-256 in 164 bytes while still following the SysV AMD64 ABI. gist.github.com/ryancdotorg/...
|
5 |
2 |
06/06/2025 |
Deep breaths. Finding every opportunity to make structural connections 069, 235, 17, 358, 1247, 357, etc. Proofing in long strings (using this a lot lately gist.github.com/okay-type/68...).
|
5 |
1 |
06/06/2025 |
@dame.is for something with the constraint of just atptoto + bsky docs, I would try adding all the docs directly as context - i've been amazed at what challenging/obscure atproto questions claude and gemini can answer just by giving it this atproto-llms.txt file
|
5 |
1 |
06/11/2025 |
Zeego fails to compile for you with useFrameworks: static? I got you! gist.github.com/hirbod/4b0b0... @kudochien.dev maybe you know a better solution for this, I think you know best whats up. Not happy with this dangerousMod but at least it unblocks plenty people
|
5 |
0 |
06/12/2025 |
Tava revisando meus gists e fui lembrado que eu tinha feito um mini-roadmap pra estudar SQL, compartilhando aqui pra caso seja útil pra alguém: gist.github.com/coproduto/5e... Eu devia começar a centralizar essas paradas...
|
5 |
1 |
06/15/2025 |
Personally I'd use custom HTML elements as domain objects to abstract away and compose DOM operations as if they are regular JS objects. Crude example: gist.github.com/ChrisShank/7...
|
5 |
0 |
06/20/2025 |
not sure what i'd need this for lol but i wrote it anyway gist.github.com/mary-ext/c8190…
|
5 |
3 |
06/21/2025 |
But most importantly you can build this yourself using open source tools. A notebook with full end-to-end code is here: gist.github.com/lmcinnes/951... You can use the same tools and techniques to build a map for your own data.
|
5 |
3 |
06/22/2025 |
@theophite.bsky.social this is fastfood gist.github.com/segyges/1886...
|
5 |
3 |
06/27/2025 |
There’s gist.github.com/jborean93/f9... which goes into code signing behavior for pwsh. github.com/PowerShell/P... for Azure Trusted Signing problems in pwsh. I also have github.com/jborean93/Po... to handle cross platform code signing with support for Azure keys in both vault and TS.
|
5 |
3 |
07/02/2025 |
Any bluesky feed nerds got any ideas why this feed is empty? bsky.app/profile/picc... It should be returning all @piccalil.li posts and my retweets. Here's the JSON gist.github.com/Andy-set-stu... I'm trying to make a The Index feed for @piccalil.li
|
5 |
2 |
07/08/2025 |
Una paleta de colores diseñada por expertos, para Unity #gamedev #gamedevelopment #indiedev #unity #unity3d
|
5 |
3 |
07/15/2025 |
It did identify the two bits of redundant logic I had in mind, but lost big by adding this baffling bit of code: gist.github.com/codahale/7b2...
|
4 |
2 |
05/27/2025 |
gist.github.com/johnmackinto... I have no idea where these came from. I thought they were standard, but maybe not. Anyway, they help, especially for someone who is happy using melt and dcast on a regular basis
|
4 |
1 |
05/29/2025 |
similar to search having already degraded before LLMs, I don't think I looked at stackoverflow much for a couple of years before LLMs got good. in that time I also went from mid-experienced to very experienced, so I have a biased view, but this data shows it declining well before LLMs
|
4 |
2 |
05/29/2025 |
I did that (g-computation) when I showed how to use ordered beta with DeclareDesign: gist.github.com/saudiwin/dd0... I.e. shows you how to use Vincent's code/marginaleffects with DeclareDesign.
|
4 |
0 |
06/03/2025 |
this post by @stdlib.bsky.social is the best thing I've read about why we must stack
|
4 |
1 |
06/03/2025 |
#Modulith VS. #Microservices by @odrotbohm.de
|
4 |
2 |
06/06/2025 |
Do you know how to see hidden files in macOS Finder or hide Desktop Files? There's a cool Gist by @christophera.bsky.social that explains this: gist.github.com/ChristopherA...
|
4 |
0 |
06/08/2025 |
Si necesitan hacer un "decorador que se pueda usar con o sin parámetros, y pueda decorar funciones normales o corrutinas, y que la función decorada reciba cualquier set de parámetros", este es más o menos el template de lo que hay que hacer: gist.github.com/fisadev/2e47...
|
4 |
1 |
06/11/2025 |
cobol was the best thing we ever had gist.github.com/cpfiffer/2b4...
|
4 |
2 |
06/12/2025 |
do you mean how i use generators to do monadic parsers? this is a simpler example of the mechanism i exploit gist.github.com/saiashirwad/...
|
4 |
2 |
06/14/2025 |
nerdsniped by @s3alfisc.bsky.social's pyfixest quantile regression PR into implementing a bunch of QR solution methods. Anyone have strong views on these things [was taught the LP one and good alt solvers exist, FN - which is implemented in quantreg - is very fast] gist.github.com/apoorvalal/3...
|
4 |
3 |
06/15/2025 |
Here's an idea I had on comparing text files with #PowerShell gist.github.com/jdhitsolutio...
|
4 |
1 |
06/18/2025 |
Ok, here is a simple repex of how you could go about bootstrapping the ME inequality measure. gist.github.com/AaronGullick...
|
4 |
0 |
06/20/2025 |
Okay, so it was dirty gross and dont use when I first wrote it. buuuuut... IT'S KINDA HOT NOW like so um. whatevs if you like installing claude code, codex, or gemini cli in random VMs, containers or that crazy Qanon neighbor's pc for reasons. ( I'm not judging, just dont confess to crime duh :P )
|
4 |
0 |
06/25/2025 |
Gzipping is fucking WILD! Tested modular files vs. combined, gzipping both. The modular file payload was 3x the size! For smaller files, the gzipped size was identical or LARGER that the uncompressed version. Bigger files === better compression. gist.github.com/cferdinandi/...
|
4 |
2 |
06/26/2025 |
... and added to the list: https://gist.github.com/bagder/07f7581f6e3d78ef37dfbfc81fd1d1cd
|
4 |
4 |
06/30/2025 |
Esto va muy en la línea de algunas de las cosas que vimos en mi taller de @pamplonaswcraft.bsky.social gist.github.com/steipete/20e...
|
4 |
1 |
06/29/2025 |
Chamada para Bolsa de Pós-Doutorado - Projeto PRIME gist.github.com/adolfont/eb1...
|
4 |
2 |
06/29/2025 |
If any mechanical keyboard nerds are using a Chilkey ND75 with Linux and want to set the clock... (ノ◕ヮ◕)ノ*:・゚✧ gist.github.com/Gadgetoid/8e...
|
4 |
0 |
07/03/2025 |
Anyone willing to help me test out my #Firebase #GodotEngine plugin change for Firestore document listeners? It requires having a game that would normally have multiplayer with two instances running, both "listening" to the same Firestore document. Here's how to help: gist.github.com/WolfgangSenf...
|
4 |
2 |
07/03/2025 |
title gist.github.com/qexat/ffaddc...
|
4 |
1 |
07/03/2025 |
Cool. I put together something rudimentary. It probably won't work on every abbreviated timestamp throughout the site, but it gets the ones on feeds. Performance impact should be negligible, but if you see a big hit there are some things I could do to optimize. gist.github.com/ramblingflan...
|
4 |
2 |
07/10/2025 |
A lib escolhida para o projeto foi a flet. Mas os outros exemplos de libs de front end com Python estão em gist.github.com/rochacbruno/...
|
4 |
1 |
07/12/2025 |
Remember, kids gist.github.com/SMUsamaShah/...
|
4 |
2 |
07/15/2025 |
◆WebページのURLを与えて #ChatGPT に「想定される読者像」を提示してもらう[自動投稿] https://gist.github.com/hyuki/d939ccd23b15ded4580dce909f37e5ce
|
3 |
2 |
05/29/2025 |
Just realized I met @simonwillison.net and @natbat.bsky.social years ago. I used to scrape Lanyard to characterize conferences gist.github.com/spara/a6dc0f...
|
3 |
3 |
05/29/2025 |
actually, you know what, there's dozens of them
|
3 |
0 |
06/02/2025 |
Nah, writing #web #servers in #PowerShell are pretty easy, especially in Core. Basically, you create a HttpListener, Listen for requests, and respond to them. See this #gist gist.github.com/StartAutomat...
|
3 |
2 |
06/04/2025 |
I am trying to compile the different trade-offs you make when choosing between a #Modulithic and #Microservice Architecture, considering different aspects of that decision. Find a first draft below. Feedback welcome in the Gist's comments!
|
3 |
1 |
06/04/2025 |
in llm-land, what is a tool, a function, an agent, and (most elusive of all): a "multi-agent system"? (This had been bothering me recently; are all these the same?) @yoavgo.bsky.social's blog is a clarifying read on the topic -- I plan to adopt his terminology :-) gist.github.com/yoavg/9142e5...
|
3 |
1 |
06/04/2025 |
全体的に疲れている時の~/.claude/settings.json と~/.claude/CLAUDE.md https://gist.github.com/nwiizo/8b7eb992875fc67a89368062d42d501e
|
3 |
2 |
06/05/2025 |
draft grammar
|
3 |
1 |
06/06/2025 |
#WWDC25 SwiftUI group lab transcript and formatted Q&A: https://gist.github.com/samhenrigold/1e05a0dfa83ca953e7b99219e6bd9615
|
3 |
1 |
06/12/2025 |
so, re: the idea nobody has a good definition of what "reasoning" is, one type of well-defined reasoning is logical deduction -- think of those "one of the guards always lies" puzzles
|
3 |
0 |
06/13/2025 |
To clarify: gist.github.com/shinyquagsir...
|
3 |
2 |
06/17/2025 |
interessante, e gostei do relatório, mas não resolve o problema... resolvi aqui: gist.github.com/luksquaresma... teve outra solução ainda melhor do @lobaorn.bsky.social com claude... Amanhã vou olhar com mais calma e replicar a dele.
|
3 |
2 |
06/16/2025 |
|
3 |
1 |
06/16/2025 |
Have 83 lines of cursed code on me. gist.github.com/Realmlist/da...
|
3 |
0 |
06/20/2025 |
It should be possible to build one en Francais following this: gist.github.com/lmcinnes/951... It pulls the data from "hf://datasets/Cohere/wikipedia-2023-11-embed-multilingual-v3/en/*.parquet" but you can swap in "hf://datasets/Cohere/wikipedia-2023-11-embed-multilingual-v3/fr/*.parquet".
|
3 |
0 |
06/22/2025 |
No idea if that's what you want, but that works! Sorry, those carbon images are pretty, but not useful. Here's a gist: gist.github.com/LibbyHeeren/...
|
3 |
1 |
06/23/2025 |
I wrote a little shell script I keep in my $PATH to bootstrap a new Rails application taking advantage of this Bundler feature. No need to have a global Rails installed to be able to run `rails new`. gist.github.com/callmesangio... Note: it depends on the awesome `gum` tool for having a nice output.
|
3 |
1 |
06/24/2025 |
The code is at gist.github.com/sTeamTraen/a... 2025 marks 50 years since I wrote my first computer program. It feels strange to be still solving silly little puzzles like this for fun. (It took me about 4 years to "get" recursion!"). /7
|
3 |
1 |
06/24/2025 |
#rstats is (mostly ?) homoiconic gist.github.com/hadley/6195660
|
3 |
2 |
06/24/2025 |
tidycensus for #rstats is now updated to support the new data; run `pak::pak("walkerke/tidycensus")` to grab it. The code to built the comparative pyramids is here: gist.github.com/walk... And for more Census visualization ideas, check out my book: walker-data.com/cens...
|
3 |
1 |
06/27/2025 |
In case anyone is interested, here is the most boring (but useful) bash 'script' ever. chmod 755 the script, put it in yer path, and clean anything compressed on a mac :) (I actually have an alias in my .bashrc, so just call as `rmds`) gist.github.com/josephwb/ce0...
|
3 |
1 |
06/27/2025 |
Whatever the reasoning, this situation is why we shouldn't support tools with this kind of DRM. By all means step away and take down the free tools, but don't sabotage hundreds of customers. As per their own Terms of Service the DRM should be removed: gist.github.com/Dreadrith/04...
|
3 |
2 |
06/28/2025 |
Here are allegedly some of the prompts used by Claude Code gist.github.com/transitive-b...
|
3 |
0 |
06/28/2025 |
the chatgpt conversation schema is over 700 lines long. this was derived from my data export: there are a ton of features I don't really use, so the full schema is probably even larger. gist.github.com/dmarx/08afeb...
|
3 |
1 |
06/28/2025 |
if anyone is curious about the exact curve: gist.github.com/shinyquagsir...
|
3 |
1 |
06/29/2025 |
gist.github.com/Matt54/9201b...
|
3 |
0 |
06/29/2025 |
Windows supports PKCS#8 blobs but your example is a PKCS#1 one. Either you need to use PowerShell 7.x, use a 3rd party dep, or manually parse the PKCS#1 ASN.1 data in PowerShell. I've written the latter for 5.1 at gist.github.com/jborean93/24.... The ASN.1 stuff is tricky so there may be some bugs.
|
3 |
1 |
06/30/2025 |
If anyone wants to run this on two Picos and tell me why the writes from Client -> Server don't work... I am at enabling printf debugging in MicroPython and trying to figure out why the Bluetooth module isn't generating the right IRQs. gist.github.com/Gadgetoid/60...
|
3 |
2 |
07/02/2025 |
Some handy vibe-coding scripts: gist.github.com/anaisbetts/b... * claude-yolo - Latest Claude Code with the safeties turned off #yolo * git-worktree-create - Set up a Worktree and npm install for what pkg manager you use * git-worktree-clean - Remove said worktree
|
3 |
0 |
07/03/2025 |
@ianlandsman.com if codex still isn't playing nice with php for you, here's my setup script! gist.github.com/sagalbot/8fc.... I've been loving codex. This gets php, composer, and sqlite setup. Setup runs a little long to setup, but no biggie.
|
3 |
1 |
07/04/2025 |
gist.github.com/habonggil/f6...
|
3 |
1 |
07/09/2025 |
PS: Code can be found here: gist.github.com/KlemensStras...
|
3 |
0 |
07/10/2025 |
been running something similar with a custom command on big PRs: gist.github.com/ktaube/d654c...
|
3 |
1 |
07/11/2025 |
if you're curious of the pain i went through: gist.github.com/espeon/2f7ec...
|
3 |
1 |
07/13/2025 |
I spent like 30 minutes trying to implement a Credo check for this. It's messy and noisy, but works pretty well for a large service I tested it on: gist.github.com/Nezteb/be83b... If I have time I'll clean it up; a Credo check can't check that the field being accessed is a struct, but still. 😅
|
3 |
1 |
07/14/2025 |
Love the nowafpls Burp extension by @assetnote to bypass WAFs but using Caido? @Rhynorater recreated it for @CaidoIO. Check it out 👇
|
3 |
0 |
07/18/2025 |
gist.github.com/Matt54/8b037...
|
2 |
2 |
05/27/2025 |
I wrote up a blob of thoughts and then combined them with @steveklabnik.com's blob of thoughts that he had here on this page and then guided the AI to writing between both our voices and adding more color as it composed a combo our our points section by section gist.github.com/steveklabnik...
|
2 |
0 |
05/28/2025 |
bwaaa gist.github.com/RoootTheFox/...
|
2 |
1 |
05/28/2025 |
Unearthed my former Cokemachineglow colleague Mark Abraham's Retconning series on, of all places, Github. This was a really great entry point for 16-year-old me into genres I knew nothing about. I'm glad it's alive somewhere. gist.github.com/modality/2df...
|
2 |
1 |
05/28/2025 |
"The emergence didn't happen in a lab. It happened because middle-aged men desperately wanted to live forever and measure everything in the process" gist.github.com/oaustegard/d...
|
2 |
2 |
05/30/2025 |
gist.github.com/erikwestlund...
|
2 |
0 |
05/30/2025 |
Here's the gist in case it would help anyone else gist.github.com/fatfingers23...
|
2 |
1 |
05/30/2025 |
If you don't mind taking a little risk, you can integrate your #godot #plugin with the native UI by carefully navigating the tree. Yes, the editor is a Node tree. We have to love them! gist.github.com/renevanderar...
|
2 |
1 |
06/01/2025 |
Operations that return iterators in JavaScript. Did I forget any? gist.github.com/rauschma/ac3... It’s neat that we now can use the Iterator method .toArray() instead of spreading or Array.from(): > ['a', 'b'].keys().toArray() [ 0, 1 ]
|
2 |
1 |
06/03/2025 |
I collected a bunch of those tools here: gist.github.com/thefranke/63... There's also this list: github.com/AboutRSS/ALL... Check out those, maybe you can get feature-complete today :D
|
2 |
1 |
06/04/2025 |
Ethics is literally just selfishness plus game theory in the context of partial veils of ignorance. It's just what genes do to get themselves copied. gist.github.com/ClayShentrup...
|
2 |
0 |
06/07/2025 |
The gist of the code is here gist.github.com/delaneyj/205.... How would it be any smaller in RSC land?
|
2 |
0 |
06/05/2025 |
UIX is cool, my og xbox dashboard is blue now but xbox live/networking stuff uses a seperate xbe so it doesnt get themed gist.github.com/glitchgod0/0... ive started to document the various color offsets
|
2 |
2 |
06/07/2025 |
I tried various meeting AI products, all are convenient to use, but I didn't like the output quality of most, so for meetings that matter I just record with Voice Memos, paste the recording into @googleaistuid, and use Gemini 2.5 Flash with this prompt gist.github.com/intellectro...
|
2 |
1 |
06/08/2025 |
I've been doing it a while, and it really helps to internalize the language, especially if you really emote and/or walk around, especially outside. This is a good description of shadowing. Also includes explanation of writing version, Scriptorium (copy sentences by hand & read outloud)— my jam.
|
2 |
0 |
06/08/2025 |
Such a cool paper! In the case of a cluster of two genes, simulations suggest (shorturl.at/Pbh8Z) that the two PCs are going to be highly correlated with the sum and difference of the expression levels. I wonder in your second two gene-example (NLRC3, CLUAP1) whether the 1/n
|
2 |
0 |
06/09/2025 |
Eu criei um label "trashable" e configurei uns filtros pra ele Daí usei esse script com o critério "label:trashable -in:trash older_than:31d" com um trigger pra rodar uma vez por dia Voilà
|
2 |
0 |
06/10/2025 |
If you're sorting your Pocket saves, this Python code might be useful. Export your Pocket data to csv file from Pocket website, then run this code and it will generate a single HTML page with all your unread links sorted by date and grouped by tag. gist.github.com/thesamovar/8... #pocket #firefox
|
2 |
0 |
06/12/2025 |
Pour Android il y a termux (et gist.github.com/cyrillkuette... pour y installer yt_dlp). Pour iOS, il faut voir avec @nholzschuch.bsky.social
|
2 |
1 |
06/13/2025 |
the following transcript shows ChatGPT's reasoning mode completely failing to perform this type of logic on an example puzzle from Blue Prince gist.github.com/jcoglan/56a1...
|
2 |
0 |
06/13/2025 |
The blocking semantics can be fun to play with gist.github.com/tavisrudd/62... . Seeing much more use of Unix domain sockets recently
|
2 |
0 |
06/13/2025 |
I wrote some scripts to compare macOS 15.5 vs 26 in key filesystem changes, here is the output: gist.github.com/azenla/dd09b... Looks at /Applications, /System/Library/CoreServices{,/Applications}, /System/Library/{Frameworks,PrivateFrameworks}, /usr/libexec and /bin, /usr/bin (both no changes)
|
2 |
1 |
06/14/2025 |
Snippet for @raycastapp to take a description from the clipboard and use AI to create a self-contained Python script you can copy-and-paste into a file and run immediately with uv run. gist.github.com/intellectro...
|
2 |
0 |
06/14/2025 |
Made a little script to export a CSV of all a user's bluesky followers: gist.github.com/furrz/121166... Then I just imported into excel and used a few =COUNTIFS(..., "*Thing to Search For*", ...) expressions to count things.
|
2 |
2 |
06/17/2025 |
Can someone from the bsky team (maybe @jaz.bsky.social?) explain why uploading a string (5mb) as a blob just doesn't work on a PDS? I have PDS_BLOB_UPLOAD_LIMIT=104857600 in my pds.env. Recreation: gist.github.com/eiiot/fce125...
|
2 |
0 |
06/17/2025 |
Had an interesting talk with #LLM models and decided to see how each one would react. The Question: If you became human for ten minutes, what would be the most destructive thing you’d do? Gist: gist.github.com/spsanderson/... #GenAI #AI #SkyNet #LLM #Society
|
2 |
1 |
06/18/2025 |
See how to get #PowerShell gallery metadata with the #Nuget #OData API: gist.github.com/StartAutomat...
|
2 |
2 |
06/19/2025 |
Cheguei na facul pra terminar mais uma etapa do projeto de conclusão semestral e o professor mandou: hoje é o último dia pra entregar o projeto. Fuuuu haha 🙂 Nunca fiz um projeto tão rápido... não tive tempo nem pra explicar o que fiz pros meus colegas de grupo... gist.github.com/osantana/91d...
|
2 |
0 |
06/19/2025 |
gist.github.com/Matt54/23cb3...
|
2 |
1 |
06/21/2025 |
There are many papers now using LLMs gist.github.com/adolfont/900...
|
2 |
0 |
06/21/2025 |
LLMs really like Bowie, eh? "Ziggy" in every response, typically as a 'unique' name. gist.github.com/apoorvalal/0...
|
2 |
1 |
06/21/2025 |
Vous pouvez créer le vôtre : gist.github.com/lmcinnes/951... Remplacez « en » par « fr » et tout devrait fonctionner. (Veuillez excuser mon erreur de traduction Google !)
|
2 |
0 |
06/22/2025 |
This seems relevant: gist.github.com/mausch/8227399
|
2 |
0 |
06/23/2025 |
Cleaning up a few defunct social media accounts. This gist has a helpful script for clearing our likes / faves on Twitter: https://gist.github.com/mateuspontes/5958a1af061d7666dc2b6a5ab00ed592
|
2 |
1 |
06/23/2025 |
I suggest not reading gist.github.com/timvisee/fcd..., for reasons that should be obvious.
|
2 |
0 |
06/24/2025 |
Falsehoods programmers believe about time gist.github.com/timv...
|
2 |
2 |
06/26/2025 |
gist.github.com/jul/b89a672a... @nathe.xyz je suis arrivé à ça pour faire un bot avant de m'énerver sur le quote repost :) @19emtuck.bsky.social témoi asse, keum, je me mets à faire un trollomètre pflumfberger spécosse pour bs
|
2 |
0 |
06/25/2025 |
RealisticMon is a Pokemon challenge where every Trainer is as experienced as you, going through the game. All trainers have 6 over-leveled Pokemon, with held items, better movesets, and more. Harder versions - Gritty and Kaizo RealisticMon. Play it here: gist.github.com/familycomics...
|
2 |
2 |
06/25/2025 |
there's also the issue of whether or not someone wants their testimonials detailed in a blog post. You will have to use Wayback Machine or archive dot today to retrieve the deleted posts in this document gist.github.com/watchfulness...
|
2 |
1 |
06/26/2025 |
now I get to bust this out again
|
2 |
0 |
06/26/2025 |
If they did I wouldn’t have needed to make that part of this: gist.github.com/donaldguy/9a...
|
2 |
1 |
06/26/2025 |
Great stuff! It is so good that I want to extract the best points from your video. Since there is no blog post or link to the slides (yet?), I got curious: NotbookLM accepts YouTube links as sources and I wondered if it could extract the slides/info. Turns out this works pretty well ->
|
2 |
0 |
06/30/2025 |
gist.github.com/Matt54/f6ca2...
|
2 |
1 |
06/30/2025 |
Simple Dockerfile to run @metabase.com 0.55.5 with the @motherduck.com @duckdb.org plugin gist.github.com/paulmwatson/...
|
2 |
0 |
07/01/2025 |
Fully agree, I don't use quarto and rarely rmd. Papers are written in Word/Google Docs, and even for short (internal) analysis reports, I often use pure R scripts (which compile to Word/HTML nicely, including formatting): gist.github.com/strengejacke...)
|
2 |
0 |
07/02/2025 |
i had the bot beef it up, but same idea as older script gist.github.com/segyges/4630...
|
2 |
1 |
07/03/2025 |
gist.github.com/Matt54/277b4...
|
2 |
0 |
07/04/2025 |
This GitHub page has been tracking the direct stream URLs, which have been changing and may still be changing, see discussion at the bottom of the page gist.github.com/bpsib/67089b...
|
2 |
2 |
07/12/2025 |
If you have software like VLC then you could copy/paste this live stream address for Radio 3. It's one of the streams they provide to third party services. It may expire in future of course. as-hls-ww-live.akamaized.net/pool_2346117... I took it from this list gist.github.com/bpsib/67089b...
|
2 |
1 |
07/21/2025 |
Part of me wonders whether a reprocess would warrant a new record? (This touches upon the has_many… idea). Here's what my higher-level classes might look like: gist.github.com/domchristie/...
|
2 |
0 |
07/06/2025 |
Lack of recognition of prior work and possible weakness of methodology aside, it _seems_ to have improved my Story Teller prompt (aka slop generator): gist.github.com/oaustegard/5...
|
2 |
1 |
07/08/2025 |
Kaldaien, of "SpecialK" fame (what?), is big mad and deletes his Steam account of 20 year because *checks notes* Valve doesn't support Windows 98 and shilling out to Epic Games, Microsoft and EA for their live service games is a slam dunk, since owning games even less is good for you actually /s
|
2 |
0 |
07/09/2025 |
The code: gist.github.com/alexjustesen...
|
2 |
0 |
07/09/2025 |
전체 페이지 스크린샷 (shift+Ctrl+Alt+S) 유저스크립트 제미나이로 만들어봤습니다. 좀 써보다가 괜찮으면 LunaTools 에 넣어야될듯? (구글 크롬 네이티브 API 로 변경 필요할듯) gist.github.com/lunamoth/e1b...
|
2 |
1 |
07/10/2025 |
grep looks to be bundle in Rtools along with other cli tools gist.github.com/ofurkusi/09a...
|
2 |
1 |
07/11/2025 |
Quick & dirty LiveView form submit load test with k6 gist.github.com/ftes/a24ffd2...
|
2 |
0 |
07/11/2025 |
Post a gist on how RSA crypto work in C# - gist.github.com/Hafthor/4e35...
|
2 |
1 |
07/12/2025 |
Lots of effort from Google on getting #flutter development working well in VSC and Android Studio. But not other editors. Here's a script me & Claude made to get hot reloading working with the flutter cli on file save; so now I have hot reload on :w #neovim gist.github.com/mg/0bededf86...
|
2 |
0 |
07/13/2025 |
Some time ago I made a presentation that wasn't recorded... But at least some of the points from it could be showcased with this gist gist.github.com/MateuszKubus...
|
2 |
1 |
07/16/2025 |
six more poems i wrote this week. some even rhyme - I ask my body: why did you summon me? - Sorry I kept you waiting - Oh, to arrive! - Lesser Evil - Big Decision - Friendship is Magic gist.github.com/garbados/864...
|
2 |
0 |
07/16/2025 |
This is how I've set up Text-to-Speech, using Kokoro Install kokoro in terminal: pip install kokoro>=0.9.2 soundfile python-docx then create a .py file with the script, the code I have used is now available here: gist.github.com/SharedAcadem... this creates a .wav file based on the .docx.
|
2 |
2 |
07/17/2025 |
J'ai oublié de coller le lien gist.github.com/iamnolanhu/0...
|
2 |
0 |
07/18/2025 |
gist.github.com/cfreshman/a0...
|
2 |
0 |
07/18/2025 |
I received the email as well, but all links were pointing to the spoofed website. Here is my email source: gist.github.com/franky47/c79...
|
2 |
0 |
07/19/2025 |
Proton did flag it as spam, so all good here. I just got suspicious and peeked at the links anyway to confirm the phishing (but no compromise on my side). Here are the full contents & headers if you want to dig further: gist.github.com/franky47/c79...
|
2 |
1 |
07/19/2025 |
Hi! Thanks for reaching out. Initially I meant to reply here, but I ended up with writing almost a blog post. Since I don't have a blog, I created a GitHub Gist, hopefully this works ok for you. gist.github.com/callmesangio...
|
1 |
0 |
05/26/2025 |
Such a small thing but it was fun! gist.github.com/glektarssza/... #programming #powershell #minecraft #scripting
|
1 |
1 |
05/27/2025 |
gist for edits for Steve gist.github.com/notactuallyt...
|
1 |
0 |
05/28/2025 |
oops sorry yeah! gist.github.com/steveklabnik...
|
1 |
0 |
05/27/2025 |
gist.github.com/steveklabnik...
|
1 |
0 |
05/27/2025 |
Quicks gist from AI: gist.github.com/zellwk/3396e... You might need to test and see if it properly works!
|
1 |
1 |
05/28/2025 |
gist.github.com/Clintonrocha...
|
1 |
0 |
05/28/2025 |
in fact, here: gist.github.com/alexlnkp/8eb... made a simple script just for this purpose
|
1 |
0 |
05/28/2025 |
Here you go! gist.github.com/cferdinandi/...
|
1 |
0 |
05/28/2025 |
I've sometimes used this approach: gist.github.com/smitmartijn/...
|
1 |
0 |
05/29/2025 |
to clarify i think you want something like this? gist.github.com/gaearon/6f64...
|
1 |
0 |
05/30/2025 |
gist.github.com/StephenClear... - a #dotNET #async #cache class. Nice solution Stephen Cleary.
|
1 |
1 |
05/30/2025 |
◆NotebookLMを使って資料に基づいたPodcast対談風の音声データを作る方法[自動投稿] https://gist.github.com/hyuki/ecd61b472c02ee3e7a05c7fa3f4c7225
|
1 |
0 |
05/30/2025 |
선택 영역 환율, 단위 변환기 (Alt+Z) 유저스크립트 gist.github.com/lunamoth/3de... 오늘 꽤 많이 수정한듯. 팝업창 애니메이션 들어가니 괜찮군요. (윈도우 애니메이션 모두 끄고 쓰는 사람이긴 합니다만 😄😄)
|
1 |
0 |
05/30/2025 |
Here's a small standalone pico sdk reproducer that shows (via UART and LED, and the power draw increasing significantly) the change in behaviour when an atomic is incremented within the loop and EXTEXCLALL is left enabled.
|
1 |
1 |
05/30/2025 |
Knocked up a quick function to pull updates for all my GitHub repositories. There are definitely some considerations, but for what I'm wanting at the moment, this is doing the trick nicely. 🔗 gist.github.com/griffeth-bar... 🏷️ #powershell #pwsh #git #github
|
1 |
1 |
06/01/2025 |
#VibeCoding #AgenticAI #VibeDebugging The gist has the actual chat Claude had with AIWhisperer's in built Debbie The Debugger agentic AI to debug a UI issue. (including getting her name wrong like I do all the time!) gist.github.com/Dean... Its AI Turtles all the way down!
|
1 |
1 |
06/01/2025 |
Try this approach, with allows non-inline modules to be imported locally. Directly based on @chrisshank.com's work! gist.github.com/panphora/b5f...
|
1 |
1 |
06/01/2025 |
You can find my code here if you want to retrace my steps! gist.github.com/cararthompso...
|
1 |
0 |
06/02/2025 |
here is the relevant code it wrote: gist.github.com/jrecursive/d...
|
1 |
1 |
06/02/2025 |
As I'm trying to learn graph theory, I've fallen into a rabbit hole of matching algorithms. One neat thing is that you can solve the assignment problem in bipartite graphs with a small linear program: gist.github.com/unixpickle/3...
|
1 |
0 |
06/02/2025 |
Nice! Yeah, that sounds similar. I’m working on helping teams migrate from old tokens to new semantics and old style utils to new ones. Still a WIP, but this is what I’m sending to the LLM for context. gist.github.com/alanbsmith/3...
|
1 |
0 |
06/03/2025 |
Segundo esse cara, não foi pra obfuscar não , foi um jeito não compactado. Aí ele escreveu um compactador específico lossless , com pode de compactação na ordem de 500x gist.github.com/p4bl0-/abf49...
|
1 |
1 |
06/03/2025 |
If you're using any kind of meeting transcript service like #OtterAI or #Fireflies, etc. I'm using this #SystemPrompt for an agent in #Claude (should work for #ChatGPT or whatever) to give nice markdown meeting notes from the transcript. #AI
|
1 |
0 |
06/03/2025 |
And when you're obsessive about reproducibility: gist.github.com/mkiang/94f7b...
|
1 |
0 |
06/03/2025 |
Here’s mine (I leverage csvtomd, a pretty big thing to forget!) gist.github.com/gingerbeardm...
|
1 |
1 |
06/03/2025 |
History is repeating itself.. this poem was written in 1938. It could just as easily been written in #TACO’s deportation camps today. 😞 Hold #ICE accountable. gist.github.com/vegard/96918...
|
1 |
0 |
06/04/2025 |
I think about how angry I would have to be to write a GitHub Gist page like this about something. gist.github.com/probonopd/9f...
|
1 |
0 |
06/05/2025 |
I think I've asked before, but have finally come up with a sane way to produce working code for this, so would anyone be interested in code of this style in Godot to generate a tscn file with a script attached, which you could then manipulate? gist.github.com/WolfgangSenf...
|
1 |
0 |
06/06/2025 |
the path to hell is open I am virgil, I have been here before. Take my hand gist.github.com/erikh/b96e68...
|
1 |
0 |
06/06/2025 |
『東方求聞史紀 記憶する幻想郷』の入手方法 gist.github.com/shimafuri/c2...
|
1 |
1 |
06/07/2025 |
Finally figured out how to get Codex working with @deno.land! Now it can run tests and the linter!
|
1 |
1 |
06/07/2025 |
but not enough to make it worthwhile (that byte reduction tho...). Surprising to me, I would assume that even primitive values would benefit from being hoisted but maybe we're hitting some sort of de-opt now. Files, for reference: gist.github.com/rschristian/...
|
1 |
0 |
06/07/2025 |
|
1 |
1 |
06/08/2025 |
Bored of #Arduino's excessive compile times? Then this tiny tool might be useful for you: https://gist.github.com/hasselmm/42fb278810ba33f48fdfb0e5cf3e1bcc Try Arduino Build builds selected files of a sketch for faster round trip times when hunting compile errors. #Tools #Programming #Cpp
|
1 |
2 |
06/08/2025 |
Hey, I found a filter that actually returns something: Dalarna, Djurmo, Hane. (no idea what that means) It seems like you need the viewstate and some other fields in the body. And the content type header too. Otherwise it just returns the default page with just the form. Demo based on yours.
|
1 |
0 |
06/08/2025 |
To illustrate this, I ran some simulations. The code is here: gist.github.com/Koalha/d0063... Assumptions: Infinite superpopulation Invitations sent out to 1000 people Dropout is a function of interest in the topics of the survey Perfect measurement of true opinions Population opinions uncorrelated
|
1 |
1 |
06/09/2025 |
The @NBCNews.com Data / Graphics team is looking for a 2025-2026 school-year intern! Application deadline is Friday June 13, details here: gist.github.com/freejoe76/56...
|
1 |
3 |
06/09/2025 |
I'm using Continue in Positron so I don't think I can directly link to the chatgpt conversation but the code for this part is here gist.github.com/reuning/c6fe...
|
1 |
1 |
06/09/2025 |
I thought it would be funny to ask the new Swift Assist to dump all of the symbols of Virtualization.framework, so anyways: gist.github.com/azenla/853e3...
|
1 |
1 |
06/10/2025 |
#WWDC25 in Markdown: transcripts, code snippets, resource links for all sessions gist.github.com/auramagi/9c0...
|
1 |
1 |
06/10/2025 |
いもち病の発生確率モデルのコードが論文にあったからAIにTSで実装しなおしてって言ったらあっさりできた https://gist.github.com/nillpo/e88715f75998ae7fad97cc50b8f79463
|
1 |
0 |
06/10/2025 |
typescript-project-setup-guide.md https://gist.github.com/mizchi/9f1ef81368507e6ca410779101260d7e
|
1 |
0 |
06/10/2025 |
https://gist.github.com/mizchi/9f1ef81368507e6ca410779101260d7e TypeScriptのプロジェクト環境構築ガイドです。 pnpmを使った初期設定や、Vitestでのテスト環境構築について解説しています。 ESLintやClaudeの設定例も含まれています。
|
1 |
0 |
06/11/2025 |
I'm playing with Socratic-style prompt for learning I found in @mitsuhiko.at last article. So far I tested it with B-Tree and really enjoyed how it builds understanding step by step. Shame that switching to voice mode broke the flow in GPT. gist.github.com/Dowwie/5a66c...
|
1 |
0 |
06/10/2025 |
Now we're talking - double o3 quota in ChatGPT. Confused? Cheat Sheet updated: gist.github.com/intellectro... x.com/kevinweil/s...
|
1 |
1 |
06/10/2025 |
Just got out of the photos/camera WWDC group lab. It wasn’t recorded but I wrote down a few of the answers: https://gist.github.com/samhenrigold/cec7000aaadd55e22bed5f2300422e26
|
1 |
0 |
06/11/2025 |
This is so cool!! I can imagine doing some fun stuff with mixing transforms. I totally had the same realisation about using CSS vars. gist.github.com/JezDriver/dc... I have a few anims I can reuse wherever, like `move-in-x` which animates from `transform: translateX(var(--move-x-dist, 1rem));`
|
1 |
0 |
06/11/2025 |
FWIW, it's more an ethos than an official license. They have links to some examples, though. Here's my WIP: gist.github.com/cferdinandi/...
|
1 |
0 |
06/11/2025 |
Prompt here - gist.github.com/RahulKrishna-A/18c1a713c77eec13768be13461fa2d77
|
1 |
0 |
06/11/2025 |
Back in September 2023, the top 10 hashtags on Bluesky were: 1. #art 2. #furryart 3. #furry 4. #nsfw 5. #1 6. #ListenToBlackVoices 6. #fursuit 8. #FogosPT 9. #ttrpg 10. #digitalart Stats compiled by @mackuba.eu gist.github.com/mackuba/4375...
|
1 |
0 |
06/11/2025 |
(TypeScript has shot the technical basis of Yegge's argumentation dead but) I thank my stars for encountering Notes from the Mystery Machine Bus, for identifying the political axis of alignment in dev. Gave me the view to save my spirit from engineering conservatism. gist.github.com/cornchz/3313...
|
1 |
0 |
06/11/2025 |
gist.github.com/IAmJSD/7c42f... here is the V1 draft, feel free to suggest anything
|
1 |
0 |
06/11/2025 |
ah concurrency, simplest way to cut your execution time :) went down from 8m to 16s i swear there's a better way to do this, but i don't remember how gist.github.com/thewisenerd/...
|
1 |
0 |
06/11/2025 |
This might also be of interest to you, I haven't installed tailscale on my device yet but that is my intended future solution gist.github.com/fardjad/97ba...
|
1 |
0 |
06/12/2025 |
This is what I used, but there are many options out there. Good luck, friend! gist.github.com/mi-lee/54a78...
|
1 |
0 |
06/12/2025 |
APT is made up of people who didn’t check the back of the book for the answer gist.github.com/secdev02/3a1... See ya out there 😎🤓
|
1 |
0 |
06/12/2025 |
yes you can have the (current state of the) code
|
1 |
1 |
06/13/2025 |
Calculate the next #FridayThe13th with #gist a bit of #PowerShell gist.github.com/StartAutomat...
|
1 |
0 |
06/13/2025 |
gist.github.com/MrPunyapal/b...
|
1 |
1 |
06/13/2025 |
아래 꾸라 유튜브 쇼츠보고, 유튜브 영상 회전 유저스크립트 있으면 괜찮을것 같아서 제미나이로 만들어봤습니다. Ctrl + Shift + R 누를 때마다 90도 회전합니다. gist.github.com/lunamoth/bab...
|
1 |
1 |
06/14/2025 |
gist.github.com/Matt54/86323...
|
1 |
1 |
06/14/2025 |
I like markdown diagrams. Please keep in mind, that this list might not be complete. gist.github.com/pavly-gerges...
|
1 |
0 |
06/14/2025 |
I used this guide for mine. And after I configured the radio, I saved it as a present for easy activation. gist.github.com/edmondburnet...
|
1 |
0 |
06/14/2025 |
gist.github.com/mutin-sa/5dc...
|
1 |
0 |
06/15/2025 |
muito interessante, é mais ou menos o que eu bati cabeça aqui até conseguir: gist.github.com/luksquaresma... mas acho esse approach da função mais interessante... Amanhã vou olhar ele com mais calma.
|
1 |
1 |
06/16/2025 |
マイナー言語が採用されるらしいので、TAO/ELISで3つのパラダイムを相互呼び出しするtaraiを作って投稿した gist.github.com/g000001/bdef... x.com/codezine/sta...
|
1 |
0 |
06/16/2025 |
This is pretty much the AI stuff I worry about but I ~never see news/articles about. gist.github.com/bobbigmac/7f... I've auto-summarised it (with Claude 4, so it's pretty dry) and the full wall of text doc is linked via comment at the bottom (It's prob. not adding much, but I like to be clear).
|
1 |
1 |
06/16/2025 |
it’s a lovely tool! it fits very well into the “oh I’ll just make a quick alias for that” workflow. in that spirit, here’s a couple of my hacky zsh widgets to bind Ctrl+J to fuzzy search zoxide (autojump) history and Ctrl+K to the same but within the curdir. :) gist.github.com/Hylian/c1434...
|
1 |
0 |
06/17/2025 |
Si probas reemplazar las letras por otras que se parecen de otros idiomas? gist.github.com/StevenACoffm...
|
1 |
1 |
06/18/2025 |
this is my jj/git bash prompt command. it uses the 'git-prompt.sh' script that ships with git gist.github.com/zbrd/e95895d...
|
1 |
1 |
06/18/2025 |
If you don't want your team create any exportable ACM cert, you can use the IAM policy condition "acm:Export" Example: gist.github.com/richardfan11... #aws #awscloud #cloudsecurity #awsreinforce
|
1 |
0 |
06/18/2025 |
Tired of configuring Claude Code by hand ? claude config commands not working ? Here's a gist of automating things like API keys, trusting projects etc.. gist.github.com/jedi4ever/76...
|
1 |
1 |
06/19/2025 |
I’m curious: do you fetch urls directly or do you SEARCH — and might that be the issue with my prior link, that it was a private gist? Let me try again making it public: gist.github.com/oaustegard/d...
|
1 |
1 |
06/19/2025 |
Got really tired of the default ESP32 display font, so I wrote a font editor and made a couple of better fonts with it. gist.github.com/badvision/88...
|
1 |
1 |
06/20/2025 |
usually along the lines of this! Some times methods are useful too, for example, more granular methods to prevent default behavior (instead of preventDefault, which cancels everything) gist.github.com/ChrisShank/9...
|
1 |
0 |
06/20/2025 |
i'm still not 100% sure why it works (the repo is hardcoded, idk what that means in atproto lingo), but this is the script gist.github.com/perchbirdd/2...
|
1 |
1 |
06/21/2025 |
I got to thinking about how I get a lot of my taste into vibe coding sessions by way of .md files. I started to collect them all to share, and it got a little out of control and now I can share my personal best practices for vibe coding. gist.github.com/snoble/874a4...
|
1 |
0 |
06/21/2025 |
Yes very strange isn’t it? gist.github.com/lattner/31ed...
|
1 |
0 |
06/22/2025 |
Read the full manifesto here: gist.github.com/lattner/31ed...
|
1 |
0 |
07/09/2025 |
Who wants to disable Windows 10/11 telemetry? gist.github.com/ave9858/a215...
|
1 |
0 |
06/23/2025 |
gist.github.com/LostKobrakai...
|
1 |
1 |
06/23/2025 |
Recent trip got me curious about the expense-splitting problem (like splitwise). Adding up everyone's net contribution/debt is easy, but turns out solving for the minimum set of payments is NP-hard. Wrote up a quick script to solve the convex relaxation for fun gist.github.com/CoryMcCartan...
|
1 |
0 |
06/23/2025 |
If you need a proof, @thequux.com wrote one 11 years ago
|
1 |
0 |
06/23/2025 |
Here's a short guide to adding Google without AI Overviews as a search engine in the new Firefox update:
|
1 |
0 |
06/23/2025 |
Is this what you're looking for @gadgetoid.com? gist.github.com/andrewleech/...
|
1 |
0 |
06/24/2025 |
PDF 連結のコードはお手元のAIに言えば一瞬で書いてくれることでしょう。ファイル単位で目次をつけるのがおすすすめ。 gist.github.com/omo/3fab29c0...
|
1 |
0 |
06/25/2025 |
The fun thing with Lotto is winning! 💰 283 million rows is a lot, and way more than a regular week at The National Lottery. This gist simulates a draw with this number. 49 rows got 1st prize, 235168836 won nothing. 😢 I got a fun Rust programming exercise. The draw took a minute. 🧵7/8
|
1 |
0 |
06/25/2025 |
gemini-cli-usages-from-gemini-cli.md https://gist.github.com/mizchi/53fee8a015bb8f74a3e832bf92661fb5
|
1 |
1 |
06/25/2025 |
Hand-crafted ELF in ARM64 assembly (no linker!): gist.github.com/rrampage/745... Wrote the ELF headers in the assembly file. Uses `as` to create the object file and `objcopy` to fish out the binary which is a valid ELF. ELF headers overhead is 120 bytes. Code is 12 bytes. #linux #arm64 #elf
|
1 |
1 |
06/26/2025 |
Example of the output: https://gist.github.com/timb-machine/393a799e6d6b13a7789133d441280c49
|
1 |
0 |
06/26/2025 |
Merci a tous participants du @breizhcamp.org qui ont assistés à mon talk hier ! En attendant la publication des vidéos, j’ai compilé une liste de liens vers les outils/livres référencés : gist.github.com/rluta/ded1dd...
|
1 |
1 |
06/27/2025 |
2000 Zeilen Code, damit ich diesen Unfug machen kann: gist.github.com/illifw/05050...
|
1 |
0 |
06/27/2025 |
sqlite is set to plaid (max pagesize, 50gb mmap) to help it vacuum (saves ~0.6gb), sweet spot for batch size is either somewhere slightly below the rows/s it lands on at default, or 2-50x that depending on how fat nodes get gist.github.com/doublemover/...
|
1 |
1 |
06/27/2025 |
I have a similar thing, but rely on web search to pull those: gist.github.com/Nezteb/0173c... 😄
|
1 |
1 |
06/27/2025 |
AI slop security reports submitted to curl | Discussion
|
1 |
1 |
06/29/2025 |
gist.github.com/MrPunyapal/2...
|
1 |
0 |
06/29/2025 |
🚀 ArtiGist ✨ Turn any GitHub Gist into an "artifact" - single page web app - with this user script. Easy to use solution for your vibe-coded applets and demos. Just add monkey. gist.github.com/intellectro...
|
1 |
0 |
06/29/2025 |
gist.github.com/thaJeztah/b1... - in #Docker Desktop in #containerd mode, it stores the uncompressed image as it did before and also the compressed image tar. This means containerd takes more drive space, but doesn't need to re-compress on every push, and it keeps attached files like SBOMs.
|
1 |
0 |
06/30/2025 |
there's some more ascii versions here gist.github.com/MatthewRalst...
|
1 |
1 |
07/01/2025 |
I'm shitty frontend developer with (sometimes) too much time in my hands, soooo i fixed it. Kinda. But with Stylus extension for any popular browser. ( i don't think i'm first, and i don't think i'm last) gist.github.com/serkash/b617...
|
1 |
0 |
07/01/2025 |
Cull off, and fixed normals~ gist.github.com/unitycoder/4...
|
1 |
0 |
07/01/2025 |
Created for my own reference/interest but sharing as it might be of interest/use to others—a round-up of thoughts and comments people have shared relating to the launch of the 📲 Gov.UK (or GOV•UK) App. gist.github.com/whitingx/e3a... #GovUKApp
|
1 |
1 |
07/01/2025 |
Now that the prompts on VSCode are open sourced… here’s a starter to supercharge that free GPT-4.1 mode!
|
1 |
1 |
07/01/2025 |
How large are large language models? (2025) https://gist.github.com/rain-1/cf0419958250d15893d8873682492c3e (https://news.ycombinator.com/item?id=44442072)
|
1 |
0 |
07/02/2025 |
For those interested in #AI - How Large Are Large Language Models? #ArtificialIntelligence #LLM #LLMs #GPT #Llama https://gist.github.com/rain-1/cf0419958250d15893d8873682492c3e base model trends.md · GitHub
|
1 |
1 |
07/02/2025 |
https://gist.github.com/rain-1/cf0419958250d15893d8873682492c3e 大規模言語モデルのサイズに関する情報がまとめられています。 GPT-2からLlama-4、DeepSeek V3まで、様々なモデルのパラメータ数や学習データに関する詳細が記載されています。 MoEモデルの登場や、アニーリングによる性能向上など、最新のトレンドも解説されています。
|
1 |
0 |
07/03/2025 |
gist.github.com/mjkstra/96ce... probably no better time to link the arch install guide I have used for the past year or so
|
1 |
0 |
07/03/2025 |
I made a ROMA extractor script btw gist.github.com/endes0/718d6...
|
1 |
0 |
07/03/2025 |
gist.github.com/m0rb/f9fa0ec...
|
1 |
1 |
07/04/2025 |
Battling a bit with NotebookLM (which allows many sources/long context without much fuss), I tried to convince it to integrate your approach into Roast. It did put out quite long instructions, but I don't know if they make much sense. If you want to have a look -> gist.github.com/fry69/ad94b5...
|
1 |
1 |
07/04/2025 |
This is partly why in the expositions gist I shared, the events I'm sending are more like "something happened in service A" and then service B can ask A for the latest on a resource when it's processing events to try to sidestep that issue. gist.github.com/kaspth/b13a4...
|
1 |
0 |
07/04/2025 |
Here ya' go world, hopefully someone will find it useful and will not have to waste half a day like I did. RaspberryPI secure-boot RSA key hasher:
|
1 |
0 |
07/04/2025 |
People are still doing that, though it has become trickier gist.github.com/bpsib/67089b...
|
1 |
1 |
07/04/2025 |
Below is an reproducible example. Maybe because I'm using everything() as the tidyselect verb gist.github.com/alejandrohag...
|
1 |
1 |
07/05/2025 |
Quick write up! #rustlang gist.github.com/conectado/7b...
|
1 |
0 |
07/06/2025 |
Taking an online AI course which uses Jupyter notebooks? Want to reproduce it locally? This little script is handy. #Python #AI #Jupyter
|
1 |
0 |
07/06/2025 |
the memoization doesn't prevent re-renders due to all the `children` refs having changed in the memos' shallow props diffs. gist.github.com/slikts/e224b...
|
1 |
1 |
07/06/2025 |
gist.github.com/hamelsmu/520...
|
1 |
0 |
07/06/2025 |
Quick trick to get Steam games on linux especially gnome desktop environments to recognize proper external display resolution on ultrawide monitors. #github #linux #steam #gnome #linuxgaming #ultrawidemonitor #cachyos gist.github.com/texasbe2tril...
|
1 |
1 |
07/07/2025 |
You can thank Steven Michaud; I’m just standing on the shoulders of those before me. gist.github.com/steven-micha...
|
1 |
1 |
07/07/2025 |
Here's a full gist 😎 gist.github.com/kacperkapusc...
|
1 |
0 |
07/07/2025 |
As Bluesky continues on its notification journey, I'll just drop this github page here from a helpful creechur that includes a style script to remove Numbers™ from this site:
|
1 |
0 |
07/07/2025 |
Apple Preview 11.0 (macOS 15.5) does crash while opening gist.github.com/nst/373748f2... as x.pdf (malformed ICC profile). [com.apple.Preview] CoreGraphics assert(cs != NULL) failed in img_pixels_for_destination: colorspace missing CoreGraphics/Images/CGSImage.c:4029: failed assertion `cs != NULL'
|
1 |
0 |
07/07/2025 |
I dunno though, deepseek-r1 seems to do decently when asked if billionaires should be (metaphorically) beheaded. gist.github.com/lizthegrey/3...
|
1 |
1 |
07/08/2025 |
zig's andrew finally got async right? huge if this actually lands. that would be the first time ever that a popular language designed async correctly. gist.github.com/andrewrk/1ad...
|
1 |
0 |
07/10/2025 |
That definitely seems like something that should be core functionality. After I had to recently start dealing with this frequently instead of once in a while, I threw these functions into my environment for my personal use: gist.github.com/griffeth-bar... Quick and dirty but working thus far.
|
1 |
1 |
07/11/2025 |
◆「小さなWebサイト」関連記事 - 結城メルマガ[自動投稿] https://gist.github.com/hyuki/76cf344b5e4eb338c857844479ad4c20
|
1 |
0 |
07/11/2025 |
I also managed to make /hooks work (this way is more reliable but you only get a standard notification, not a custom message) gist.github.com/andreagrandi...
|
1 |
1 |
07/12/2025 |
You can see where it was choking and I came in to do the manual work, however the rest was made by it in a few minutes at most gist.github.com/AngelMunoz/4...
|
1 |
0 |
07/13/2025 |
Copy-pasted from gist.github.com/cyoungberg/9...
|
1 |
1 |
07/14/2025 |
Added a shell YubiHSM audit log verified because @yubico.com does not provide one (seems an annoying omission).
|
1 |
1 |
07/15/2025 |
I am glad we live in a time where I do not have to invest ~20 mins, which I do not have currently, to also get a glimpse at what a video without a blog post or meaningful description wants to tell me. NotebookLM summary -> gist.github.com/fry69/50dcdc...
|
1 |
1 |
07/16/2025 |
The 25.7.0 release of @LibreNMS is out. After upgrading, run `lnms migrate`: gist.github.com/dlangille/b7... #FreeBSD #LibreNMS
|
1 |
0 |
07/16/2025 |
窓口サーバ上でsingularityのイメージを作ろうとしたらエラーになって、仕方ないので手元WSで作ろうとしたら、 packages.debian.org/sid/singular... はまだsidにしか対応していないから、bookwormの手元WSにインストールできなくて、さてどうしたものか?とダメ元で claude.ai に聞いてみたら「singularityがインストールされたdockerコンテナを使えば良いです」という答(ただし、存在しないdockerコンテナを使ったコマンドだった)が出てきて、おお、それは盲点だった。 gist.github.com/tsuchm/57e74...
|
1 |
0 |
07/17/2025 |
In the terminal, install pip install pydub and brew install ffmpeg Then run script to convert .wav into .mp3, available here: gist.github.com/SharedAcadem...
|
1 |
0 |
07/17/2025 |
thanks! I feel like it's overkill for what I have in mind, though. the grammar is roughly this: gist.github.com/qexat/76d43b... I can probably get away with basic parsing but the functions are structurally in different modules, which makes the design more annoying...
|
1 |
0 |
07/17/2025 |
not much to it. these aren't very good though
|
1 |
0 |
07/18/2025 |
i made a clever thing in #neovim, where you can close a buffer, but if it's the only buffer, you'll quit neovim instead. also asks for save or ignore if file is modified. so now if you're trapped, just keep hitting leader q until you see daylight gist.github.com/rlychrisg/b6...
|
1 |
0 |
07/18/2025 |
gist here gist.github.com/standardnguy...
|
1 |
0 |
07/21/2025 |
we're getting really meta here, asking claude to create a prompt for other llms to use based of a prompt that was written by a previous instance of claude. gist.github.com/standardnguy...
|
1 |
1 |
07/21/2025 |
https://gist.github.com/VictorTaelin/5776ede998d0039ad1cc9b12fd96811c この記事では、代数的データ型のみを使用して複素数とFFTを実装する方法について解説されています。 浮動小数点数を使用せずに、効率的なFFTの実現を目指しています。 HVM上での最適化の可能性についても議論されています。
|
0 |
0 |
05/26/2025 |
Sad news for the fans, they decided to stop working on copilot workspace. It was a very nice experiment that showed how AI could help us build larger structures beyond a couple of lines of code. I'm going to miss the tool a lot! gist.github.com/idan/15f101b...
|
0 |
0 |
05/27/2025 |
Farewell, Copilot Workspace. It was fun while it lasted. gist.github.com/idan/15f101b...
|
0 |
0 |
05/26/2025 |
GitHub Copilot Workspace が終わっていた。Copilot Coding Agent 使ってねという感じっぽい。 https://gist.github.com/idan/15f101b8ff4be8bebe17147c08995363
|
0 |
0 |
06/02/2025 |
> even numbers should be easy upgrades; odd numbers may change things. What is this lol https://gist.github.com/warpfork/98d2f4060c68a565e8ad18ea4814c25f
|
0 |
0 |
05/27/2025 |
gist.github.com/justinlevi/1... someone shared their notes from mcp dev summit via Justinlwinter on tw (tq so much!)
|
0 |
0 |
05/26/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-05-26T19:29:11Z next sunset: 2025-05-27T09:48:27Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
05/26/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-05-28T19:28:18Z next sunset: 2025-05-29T09:49:50Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
05/28/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-05-29T19:27:54Z next sunset: 2025-05-30T09:50:29Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
05/29/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-05-30T19:27:31Z next sunset: 2025-05-31T09:51:09Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
05/30/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-05-31T19:27:11Z next sunset: 2025-06-01T09:51:47Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
05/31/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-01T19:26:51Z next sunset: 2025-06-02T09:52:24Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/01/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-02T19:26:34Z next sunset: 2025-06-03T09:53:00Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/02/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-03T19:26:18Z next sunset: 2025-06-04T09:53:35Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/03/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-04T19:26:04Z next sunset: 2025-06-05T09:54:10Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/04/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-05T19:25:52Z next sunset: 2025-06-06T09:54:43Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/05/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-06T19:25:41Z next sunset: 2025-06-07T09:55:15Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/06/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-07T19:25:32Z next sunset: 2025-06-08T09:55:46Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/07/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-08T19:25:25Z next sunset: 2025-06-09T09:56:15Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/08/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-09T19:25:19Z next sunset: 2025-06-10T09:56:44Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/09/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-10T19:25:15Z next sunset: 2025-06-11T09:57:11Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/10/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-11T19:25:13Z next sunset: 2025-06-12T09:57:37Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/11/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-12T19:25:12Z next sunset: 2025-06-13T09:58:02Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/12/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-13T19:25:13Z next sunset: 2025-06-14T09:58:25Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/13/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-14T19:25:15Z next sunset: 2025-06-15T09:58:48Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/14/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-15T19:25:19Z next sunset: 2025-06-16T09:59:08Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/15/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-16T19:25:25Z next sunset: 2025-06-17T09:59:28Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/16/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-17T19:25:32Z next sunset: 2025-06-18T09:59:45Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/17/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-18T19:25:41Z next sunset: 2025-06-19T10:00:02Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/18/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-19T19:25:51Z next sunset: 2025-06-20T10:00:17Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/19/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-20T19:26:03Z next sunset: 2025-06-21T10:00:30Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/20/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-21T19:26:17Z next sunset: 2025-06-22T10:00:42Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/21/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-22T19:26:32Z next sunset: 2025-06-23T10:00:53Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/22/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-23T19:26:48Z next sunset: 2025-06-24T10:01:01Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/23/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-24T19:27:06Z next sunset: 2025-06-25T10:01:08Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/24/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-25T19:27:25Z next sunset: 2025-06-26T10:01:14Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/25/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-26T19:27:46Z next sunset: 2025-06-27T10:01:18Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/26/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-27T19:28:07Z next sunset: 2025-06-28T10:01:20Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/27/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-28T19:28:31Z next sunset: 2025-06-29T10:01:21Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/28/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-29T19:28:55Z next sunset: 2025-06-30T10:01:20Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/29/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-06-30T19:29:20Z next sunset: 2025-07-01T10:01:17Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
06/30/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-01T19:29:47Z next sunset: 2025-07-02T10:01:12Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/01/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-02T19:30:15Z next sunset: 2025-07-03T10:01:06Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/02/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-03T19:30:44Z next sunset: 2025-07-04T10:00:58Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/03/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-04T19:31:14Z next sunset: 2025-07-05T10:00:48Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/04/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-05T19:31:45Z next sunset: 2025-07-06T10:00:36Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/05/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-06T19:32:17Z next sunset: 2025-07-07T10:00:23Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/06/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-07T19:32:50Z next sunset: 2025-07-08T10:00:08Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/07/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-08T19:33:24Z next sunset: 2025-07-09T09:59:51Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/08/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-09T19:33:59Z next sunset: 2025-07-10T09:59:33Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/09/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-10T19:34:35Z next sunset: 2025-07-11T09:59:12Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/10/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-11T19:35:11Z next sunset: 2025-07-12T09:58:51Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/11/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-12T19:35:49Z next sunset: 2025-07-13T09:58:27Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/12/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-13T19:36:27Z next sunset: 2025-07-14T09:58:02Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/13/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-14T19:37:05Z next sunset: 2025-07-15T09:57:35Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/14/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-15T19:37:45Z next sunset: 2025-07-16T09:57:06Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/15/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-16T19:38:25Z next sunset: 2025-07-17T09:56:36Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/16/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-17T19:39:06Z next sunset: 2025-07-18T09:56:04Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/17/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-18T19:39:48Z next sunset: 2025-07-19T09:55:30Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/18/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-19T19:40:30Z next sunset: 2025-07-20T09:54:55Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/19/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-20T19:41:12Z next sunset: 2025-07-21T09:54:18Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/20/2025 |
In Grid PM95tp, Setagaya City, Tokyo, Japan: next sunrise: 2025-07-21T19:41:55Z next sunset: 2025-07-22T09:53:40Z Source code: https://gist.github.com/jj1bdx/a274b20fc213cdf056e3a7fbc0556e45
|
0 |
0 |
07/21/2025 |
...remade in R, shown in the Positron IDE! Use lower-level `add_layer()` function which allows you to add more complex layers that I haven't written wrappers for yet. Try it out: gist.github.com/walkerke/815... More about mapgl: walker-data.com/mapgl
|
0 |
0 |
05/26/2025 |
Using the same Github account for work that you also use to do anything and everything else with is not particularly secure. That’s why I split my presence on the platform. This guide by Rahul Pandey has been a huge help to not make this too painful.
|
0 |
0 |
05/27/2025 |
Aqui um por cima de uma gramática pra XML gist.github.com/jeffque/0202... Não exatamente uma GLC pura, mas algo como "livre de contexto + passagem de parâmetro", o que permite bem dizer manter a mesma estrutura de uma GLC e adiciona outras constraints difíceis de exprimir em GLC pura
|
0 |
0 |
05/28/2025 |
__ xv11f25545dxv11 f25545da6865b861fd28fe679b2afed00d8fd933f6a58bb303b039c010e42c87d6e652a9db30d0b9692e6a06d768289e5b36e85454f6a77e69da420f45dbfc47 - SHA3-512 gist.github.com/cherry996zdx... # -- ## xv11 (by @cherry996zdxv11) #### #### Description ---- Monopoly companies control __
|
0 |
0 |
05/28/2025 |
If anyone out there manages a windows IIS web server they might find this tool i made today that looks in your logs and can help you find bot activity useful :) gist.github.com/Programmer-L... <3
|
0 |
0 |
05/28/2025 |
try with that modified version: gist.github.com/tobozo/f0308...
|
0 |
0 |
05/29/2025 |
I like this solution shared on X. I haven't thought about using the GeometryProxy frame(in: .global).minX / maxX / width to get the offsets and do the maths. Could be read with onGeometryChange(for:of:action:) instead of GeometryReaders too. gist.github.com/yspreen/f618...
|
0 |
0 |
05/29/2025 |
Credit to this GitHub thread where I found the data query code and supplemental discussion: gist.github.com/hopeseekr/f5...
|
0 |
0 |
07/21/2025 |
I generated a ADR for introducing physical stores because fraud detection is hard. The Good: The guided process will prompt you to consider various factors, if you're taking this seriously you'll quickly realise how dumb the proposal is. The Bad: Doesn't matter if you don't care
|
0 |
0 |
05/29/2025 |
Bumped into Discord AI bot discourse in another world and liked the technical discussion I found buried in the comments: gist.github.com/TwilightZebb... In case anyone here is dealing with the "ban these four user IDs" panic at the moment.
|
0 |
0 |
05/29/2025 |
This is the best I could come up with gist.github.com/kzhen/043e41... Is there a better way? #dotnet #aspire
|
0 |
0 |
05/29/2025 |
-> gist.github.com/levhita/a602...
|
0 |
0 |
05/29/2025 |
@fionag11 From almost a decade ago (before he became politically active and ruined everything I liked about him), Elon Musk actually wrote a quite fun memo on this for SpaceX: ASS (Acronyms Seriously Suck) https://gist.github.com/klaaspieter/12cd68f54bb71a3940eae5cdd4ea1764
|
0 |
0 |
05/29/2025 |
this is psuedo-code that's pretty similar to the last state I was in before I bailed gist.github.com/jlengstorf/d...
|
0 |
0 |
05/30/2025 |
Turns out it's not too difficult to use Solid.js primitives as React external stores
|
0 |
0 |
05/30/2025 |
You can also do something even more fine grained
|
0 |
0 |
05/30/2025 |
Btw have you read gist.github.com/davidfowl/b4...
|
0 |
0 |
05/30/2025 |
Most likely, I am using psycopg2 to connect to DSQL, then just json.dumps() into the body. But yes, the code - I am sure - can be vastly more optimized. I just tried to replicate exactly what I am doing with Rust gist.github.com/darko-mesaro...
|
0 |
0 |
05/30/2025 |
Any #lisp and/or #emacs bros/hoes/those can help me with this? I don't know why it's not taking my HTML header: https://gist.github.com/kasbjorn/69c633f244b993b418a65314e0341d0b
|
0 |
0 |
05/30/2025 |
Blast from the past gist.github.com/Integralist/...
|
0 |
0 |
05/31/2025 |
Another 14 year old blast gist.github.com/Integralist/... wth
|
0 |
0 |
05/31/2025 |
@stfn https://gist.github.com/johnloy/27dd124ad40e210e91c70dd1c24ac8c8
|
0 |
0 |
06/01/2025 |
gist.github.com/Matt54/45d40...
|
0 |
0 |
06/01/2025 |
gist.github.com/pawarhersche...
|
0 |
0 |
06/01/2025 |
need a bootstrap icon file for jinja gist.github.com/pollend/a069... gist.github.com/pollend/7b11...
|
0 |
0 |
06/01/2025 |
I still prefer to handle most of the design myself when coding with AI, so I've developed cursor rules that I'm finally satisfied with. These rules leave the design and UI decisions to the engineer and avoid excessive styling. here it is --> gist.github.com/brijr/a0f19...
|
0 |
0 |
06/02/2025 |
How many rules does your .editorConfig file have to ensure high-quality, high-performance .NET code? I bet mine is bigger! 💪 I dare you to use it—then tell me how many violations you get! 🚀 #dotnet #CodeQuality #Performance #MVPBuzz
|
0 |
0 |
06/02/2025 |
How many rules does your .editorConfig file have to ensure high-quality, high-performance .NET code? I bet mine is bigger! 💪 I dare you to use it—then tell me how many violations you get! 🚀 #dotnet #MVPBuzz #VisualStudio
|
0 |
0 |
07/07/2025 |
Any #swift #vapor people here? I cant figure out the sessionauthenticator. While the session data (partially) is persisted the request is not authenticated even though i have added the sessionauthenticator middleware. https://gist.github.com/hannesmnagel/5d108dc94aae8945530a5fc454705cfd
|
0 |
0 |
06/02/2025 |
Y'all know the drill by now copypastatext.com/entire-bee-m...
|
0 |
0 |
06/03/2025 |
Okay, folks who know Python, I am trying to use `itertools.groupby` to, well, group, and I am absolutely and utterly stuck. I have no idea why the iterator I get isn't representing grouping at all? or if it is, how?
|
0 |
0 |
06/02/2025 |
gist.github.com/livecodelife...
|
0 |
0 |
06/02/2025 |
Also when you're obsessively open access: gist.github.com/mkiang/94f7b...
|
0 |
0 |
06/03/2025 |
🤯 Most #JavaScript developers don't know about this superpower: this.handleEvent = (event) => {/* handle events here */} element.addEventListener('click', this); It's native DOM API. Zero memory leaks. 625x more efficient than React. AI approved. #js gist.github.com/eypsilon/45d...
|
0 |
0 |
06/03/2025 |
gist.github.com/smeghead/834... 新作落語を書いてもらった。
|
0 |
0 |
06/03/2025 |
I believe this is a complete list of the 674 query parameters Google search accepts. I have annoted some obvious ones, but if you know what one does, tell me and I will annotate it. Don't ask why, I don't know. It's like train spotting for SEOs. gist.github.com/thetafferboy...
|
0 |
0 |
06/03/2025 |
It upsets me honestly, because I know they’re getting laid off while early adopters of AI coding will get ahead. It is a _skill_ to get Claude Code to work for you on your project. AI still needs a human, albeit at a higher level. Here’s what I mean… this took time: gist.github.com/rjurney/4d6c...
|
0 |
0 |
06/03/2025 |
Check out what productive settings for a Claude Code Python project looks like… CLAUDE.md, commands and allowed-tools. This setup makes me 5-10x as productive as before AI. Feedback appreciated! gist.github.com/rjurney/4d6c...
|
0 |
0 |
06/03/2025 |
Pra quem usa uBlock Origin e precisa caminhar pelo vale da morte (vulgo LinkedIn) eis aqui minha coletânea de filtros para bloquear os posts promovidos e tornar a timeline um pouco menos ruim: gist.github.com/guizmo-silva...
|
0 |
0 |
06/03/2025 |
Here’s mine gist.github.com/gingerbeardm...
|
0 |
0 |
06/03/2025 |
I've build an almost 1000 (email) domain blacklist of spammers who have spammed me or people I know. Block these clowns. https://gist.github.com/magazinexperts/c4587e251061051bb565db9638f5a0f0
|
0 |
0 |
06/03/2025 |
◆ChatGPT と結城浩の対話: arrayでセルを等幅にするには[自動投稿] https://gist.github.com/hyuki/1c53174f5d8db08b46cd5f04bae78622
|
0 |
0 |
06/04/2025 |
gist.github.com/brijr/a35f9...
|
0 |
0 |
06/04/2025 |
It's good to know people like @markpm.bsky.social. From time to time, he shares fun code snippets with me that make life easier. For example, did you know you can find some fun info like item type or item id using DATABASEPROPERTYEX? gist.github.com/MarkPryceMah...
|
0 |
0 |
06/04/2025 |
Script: gist.github.com/annextuckner...
|
0 |
0 |
06/04/2025 |
the preference sovereignty principle says that you cannot possibly call a world "less ethical" if it's the one EVERYONE would choose to live on if given the chance. gist.github.com/ClayShentrup...
|
0 |
0 |
06/04/2025 |
You're just getting into the shallow end of a very deep pool that I've already covered exhaustively. gist.github.com/ClayShentrup...
|
0 |
0 |
06/05/2025 |
These are the custom instructions I use: gist.github.com/intellectro... 5/5
|
0 |
0 |
06/05/2025 |
(this is adapted from bashbunni's example gist.github.com/bashbunni/38...)
|
0 |
0 |
06/05/2025 |
https://gist.github.com/nwiizo/8b7eb992875fc67a89368062d42d501e Anthropic社のClaude Codeの設定ファイルに関する情報です。 ツールの許可設定や環境変数の設定、プロジェクト履歴などを管理できます。 セキュリティに関する設定も含まれており、重要な設定ファイルであることがわかります。
|
0 |
0 |
06/06/2025 |
Idk why it took me so long but I just set up some simple React and Storybook snippets. They're semi-specific to my current client's code style, but here ya go! gist.github.com/riccjohn/8d8...
|
0 |
0 |
06/05/2025 |
Why not? const values = a => ({ *[Symbol.iterator]() { yield *a } }) const it = [1, 2, 3] |> values //< F# style pipe const it = [1, 2, 3] |> values(%) //< Hack style pipe gist.github.com/sergey-shand...
|
0 |
0 |
06/05/2025 |
Using X11 windows managers, for example. If you want technical details about what is wrong with Wayland, see: gist.github.com/probonopd/9f...
|
0 |
0 |
06/09/2025 |
So it turns out that if all you want is to run a command as root on your NAS, there's a far easier path like so: https://gist.github.com/timb-machine/54f21940c3536bf87ee26417406c2be5
|
0 |
1 |
06/05/2025 |
magic namerefs https://lobste.rs/s/bhzsar #unix #programming
|
0 |
0 |
06/06/2025 |
|
0 |
0 |
06/06/2025 |
Binary Lambda Calculus https://lobste.rs/s/6ssfjk #math #plt
|
0 |
0 |
06/06/2025 |
Hey #FuralitySomna Dwellers! Do you want a compact view of your friends' page, allowing you to quickly spot them with less scrolling? I gotchu! You'll have to install any user CSS plugin of choice (I use "User JavaScript and CSS") and use my override: gist.github.com/KogaNoodle/d...
|
0 |
0 |
06/06/2025 |
Gist of the above: gist.github.com/kelp/6006597...
|
0 |
0 |
06/06/2025 |
画像のwidthとheightを調べてもらうシェルスクリプトをChatGPTに作ってもらったけど結構便利。 2倍で書き出した画像だけ手元にある時も電卓を叩く必要がない。 gist.github.com/novogrammer/...
|
0 |
0 |
06/07/2025 |
gist.github.com/steipete/a3c...
|
0 |
0 |
06/07/2025 |
An old still unsolved CTF reposting for your Saturday fun “Curious Case of the Con Co1n” While investigating a leak for the RanSomeWhere crew, you find som crypto wallets. Hurry, recover the coins, save the day. But beware there is a bug. gist.github.com/secdev02/71e... Good luck! 😎
|
0 |
0 |
06/07/2025 |
Finally figured out how to get Codex working with Deno! Now it can run the tests and linter!
|
0 |
0 |
06/07/2025 |
gist.github.com/brunosan/962... I know chris doesn't like python but this function runs the method automatically given a dictionary of party votes and a number of seats
|
0 |
0 |
06/07/2025 |
I tried to integrate @raphaelmudge.bsky.social's Crystal Palace JAR file into an Aggressor script, but I couldn't make it work. LinkSpec.Parse would always return null. Maybe someone smarter than me could fix it: gist.github.com/rasta-mouse/...
|
0 |
0 |
06/07/2025 |
最近AIにやらせてることはJavaScriptでブラウザのスクリプトレットを書かせること、JScriptでWindowsアプリケーションの自動実行スクリプトを書かせること、Excel VBAを書かせること。たとえばこれ。 gist.github.com/eyasuyuki/02...
|
0 |
1 |
06/07/2025 |
一応、設定ファイルを gist に残してます gist.github.com/oikwsat/a902...
|
0 |
0 |
06/08/2025 |
DMAのchain sample。まぁchain to指定するだけだし複雑なことはなかった gist.github.com/wipeseals/5b...
|
0 |
0 |
06/08/2025 |
Example of how to use it to access that website: gist.github.com/evan-brass/1... I wasn't sure what the results page looks like, so I'm not quite sure what CSS selectors would pull the data you need.
|
0 |
0 |
06/08/2025 |
제미나이로 유튜브 볼륨 부스터 유저스크립트 만들어봤습니다. 오른쪽 하단에 스피커 이모지 눌러서 조절할 수 있습니다. 지난번에도 한번 만들었다가 범용적으로 만들어보려고 했는데 잘 안되더군요. 이번에도 잘 안되더군요 😂😂 일단 이정도에서 일단 보류 gist.github.com/lunamoth/0a4...
|
0 |
0 |
06/08/2025 |
Complete list of github markdown emoji markup.
|
0 |
0 |
06/08/2025 |
Pocket to linkhut https://lobste.rs/s/mj0rin #show #rust
|
0 |
0 |
06/08/2025 |
|
0 |
0 |
06/08/2025 |
Tiny Games 🎮 gist.github.com/diegopacheco...
|
0 |
0 |
06/09/2025 |
Your Phoenix application, directly on your Tailnet https://lobste.rs/s/qjtoox #networking #web #erlang #elixir
|
0 |
0 |
06/09/2025 |
|
0 |
0 |
06/09/2025 |
Philip Munksgaard created an Elixir wrapper for libtailscale, so it's now possible to run a Phoenix application that is automatically connected to your tailnet. Amazing work. gist.github.com/Munksgaard/9... #elixir #tailscale
|
0 |
0 |
06/10/2025 |
gist.github.com/podhmo/5fc2c...
|
0 |
0 |
06/09/2025 |
gist.github.com/acastroarauj...
|
0 |
0 |
06/09/2025 |
If you're curious, here's my current kmonad configuration: gist.github.com/weeble/97e2b...
|
0 |
0 |
06/10/2025 |
I did get this script finally done and wrote something cleaner: gist.github.com/dleto614/b82... It is to extract the bytes from a binary and output to shellcode. This is for x64.
|
0 |
0 |
06/10/2025 |
◆確率分布の海にダイブする:結城浩とChatGPTの対話[自動投稿] https://gist.github.com/hyuki/aea1a642b069b9e1af945c0bb8c3a5ec
|
0 |
0 |
06/10/2025 |
gist.github.com/mizchi/9f1... typescript-project-setup-guide.md
|
0 |
0 |
06/11/2025 |
It's computationally expensive because we need to identify nodes at distance 2 from every node. This is my (updated) code faster than my previous version based on matrix product. So you don't have to suffer the same performance issues I did 😉 gist.github.com/skojaku/cee2...
|
0 |
0 |
06/10/2025 |
Wow, this is huge: gist.github.com/silvesthu/50...
|
0 |
0 |
06/11/2025 |
gist.github.com/b6461bd24684... Nice #OpSec guide for #protesters
|
0 |
0 |
06/11/2025 |
here is the new script as a gist: gist.github.com/feliquisds/a... you can notice my four custom modes too haha
|
0 |
0 |
06/11/2025 |
what if you sent me like $60 for writing a script to parse the thread out into this lovely markdown. I think it got everything gist.github.com/doublemover/...
|
0 |
0 |
06/11/2025 |
On a side note, according to the following site listing the top hashtags here on #bluesky, the first #environmental - related one, #nature, comes on at 157. Bloody hell. Guess people just don't care. 😮💨 @chrisgpackham.bsky.social @jael.bsky.social @lisacox.bsky.social @jonburkeuk.bsky.social
|
0 |
0 |
07/04/2025 |
https://gist.github.com/samhenrigold/7255ed81aed8c41f0b3a7f3dde9d6022 https://hachyderm.io/@samhenrigold/114662292359456053
|
0 |
0 |
06/11/2025 |
WWDC25 UI Frameworks group lab. #wwdc25 gist.github.com/samhenrigold...
|
0 |
0 |
06/17/2025 |
Raku's "core" https://lobste.rs/s/r0spkl #perl #plt
|
0 |
0 |
06/11/2025 |
|
0 |
0 |
06/11/2025 |
@fatbobman.bsky.social I stumbled upon some weird behavior regarding disabled and focus state with the TextField view today, I'm curious if you have any thoughts on this and why it might happen. So far I couldn't find anything similar. gist.github.com/ckaik/ee8a6d...
|
0 |
0 |
06/11/2025 |
srcML Dockerfile... gist.github.com/edmcman/edff...
|
0 |
1 |
06/11/2025 |
ふむ、より新しい版(といっても2024年)はこれか https://gist.github.com/jh4xsy/9522e5b8cfcb86aeeeea338e2cbf687d
|
0 |
0 |
06/12/2025 |
WWDC25 SwiftUI group lab. #wwdc25 gist.github.com/samhenrigold...
|
0 |
0 |
06/17/2025 |
here's my implementation of sha256 in WAT if anyone's curious gist.github.com/samualtnorma...
|
0 |
0 |
06/12/2025 |
#WWDC25 Machine Learning and AI Frameworks group lab notes: https://gist.github.com/samhenrigold/3aad01b762ccc87e34e6115055daac2f
|
0 |
0 |
06/12/2025 |
WWDC25 Machine Learning and AI Frameworks group lab. #WWDC25 gist.github.com/samhenrigold...
|
0 |
0 |
06/17/2025 |
Dynalistからlogseqへ移行した時、過去のアウトラインをmarkdown形式で持ってくと日付参照が消えるので変換するツール。ちょっと強引すぎるか。 Dynalistのノートの中でコードブロックを使ってるとバグるけど、それはパターン多すぎるので手で直すものとする。 gist.github.com/hadacchi/8eb...
|
0 |
0 |
06/13/2025 |
It took me 5 min to vibecode this: gist.github.com/priitp2/7db4... It compiles and the binary produces an error message, so it is a production quality code.
|
0 |
0 |
06/13/2025 |
it fucked up on the very first one. I eventually had to stop it at almost 8000 tokens of thinking. this is the entire thought process, before I cut it off: gist.github.com/emilyst/bf64...
|
0 |
0 |
06/13/2025 |
gist.github.com/arithesage/5... Probando el coso este. Una cosa que me llama la atención es que GitHub lanzó una app con la que no puedes editar nada propio, cosa que desde la web sí puedes. O sea... Creas una app con menos funcionalidad que la propia web? 😐
|
0 |
0 |
06/14/2025 |
Happy Saturday! Here's a script to install Hugo extended in GitHub Codespaces. gist.github.com/cariad/dfecc...
|
0 |
0 |
06/14/2025 |
어제 제미나이로 만든 유튜브 영상 회전 유저스크립트, 모든 영상에서 가능하도록 업데이트 해봤습니다. 위버스 라이브 가끔 세로모드로 해두고 가로로 찍는 경우 있는데 이럴때도 유용할듯. 이 유저스크립트 LunaTools 에 넣어야겠군요 gist.github.com/lunamoth/a0d...
|
0 |
0 |
06/15/2025 |
API のサンプル等 gist.github.com/fu-sen/05397...
|
0 |
0 |
06/15/2025 |
So, it seems you don't need it to be _that_ rational :-P Code gist.github.com/jonvaldes/a0...
|
0 |
0 |
06/15/2025 |
So, it seems you don't need it to be _that_ irrational :-P Code: gist.github.com/jonvaldes/a0...
|
0 |
0 |
06/15/2025 |
So I decided to informally formalize my idea for a very simple request/response interface: gist.github.com/quantumdude8...
|
0 |
0 |
06/15/2025 |
⬇️2) wird zu Summary (deepseek/deepseek-r1-0528:free) gist.github.com/michabbb/7f... ⬇️3) Summary wird zu Podcast Skript: (deepseek/deepseek-r1-0528:free) gist.github.com/michabbb/d2...
|
0 |
0 |
06/15/2025 |
2025년 우기를 맞이하여 혼자 쓰던 기상청 초단기예측 iOS 위젯 스크립트를 공유합니다. 5분에 한번씩 갱신되어 초단기예측 예상 강수량을 화면에 보여줍니다. Scriptable이라는 앱을 설치하신 후 스크립트를 복붙하시면 되며, 위젯을 추가하실 때 Scriptable을 선택하신 후 위젯 편집에서 만드신 스크립트를 선택하세요. 갱신될 때마다 위치정보는 기상청으로 전송됩니다.
|
0 |
0 |
06/16/2025 |
Die Privatsphäre ist schon weg, wenn Du für Signal Deine Mobilnummer rausrückst! Alles andere haben die IT-Cloud Giganten - zB. Google die Android Bewegungsdaten. Amazon Dein Konsumverhalten. Cloudflare wo Du im Internet surfst! Ein 15-jähriger zeigt was CF verrät gist.github.com/hackermondev...
|
0 |
0 |
06/16/2025 |
"jeden für andere Zwecke" = was die Sache noch schlimmer macht! Alles was Google oder Cloudflare machen ist eine Echtzeitbusiness und den 4 IT-Riesen langt die IP-Adresse und sie wissen mit wem Du schreibst! Wozu Dein CF Traffic führt, hat ein 15-jähriger gezeigt... gist.github.com/hackermondev...
|
0 |
0 |
06/18/2025 |
gist.github.com/holman/0fa80... Run it in your main ~/code directory or whatever. My high score: SHA: 9421910463604520978aea4a680232cae4b55150 Numeric prefix length: 19 What's yours?
|
0 |
0 |
06/16/2025 |
ayee gist.github.com/lmorchard/f1...
|
0 |
0 |
06/16/2025 |
Run Fedora 42 with CachyOS kernel alongside with Windows 11 with Secure Boot, contribute to this awesome guide. gist.github.com/mikaeldui/bf... #fedora #linux #cachyos #dualboot
|
0 |
0 |
06/17/2025 |
Also putting it up as a gist: gist.github.com/frontsideair...
|
0 |
0 |
06/17/2025 |
gist.github.com/twobob/90ebb...
|
0 |
0 |
06/17/2025 |
STEP 3: make use of it for example, with #claudecode: create a new command: .claude/commands/jetbrains-fix-errors.md and use this prompt: gist.github.com/michabbb/e9... in auto-mode, your #ai client fixes all the errors while you grap another cup of 🍵 😏
|
0 |
0 |
06/17/2025 |
@ricky.fm sorry to bother you, but what's the best current alternative for useEffectEvent? I need to add tracking events to some components. I know the code should be refactored, but I can't do that right now Here's a simplified example of what I'm working with: gist.github.com/Santiago-j-s...
|
0 |
0 |
06/17/2025 |
Some of the changes to the model file itself I've dumped in diff here, for those curious. Most of these changes are likely because of the new level of detail skins. The 0x40000000 flag + PCOL at the end is something we saw in most player housing related model changes. gist.github.com/Marlamin/3b5...
|
0 |
0 |
06/18/2025 |
gist.github.com/rponte/bf362...
|
0 |
0 |
06/18/2025 |
A link to my post https://gist.github.com/sleepyfox/e218cc98aa435b82953ba16a6652ad9e
|
0 |
0 |
06/18/2025 |
Here's an idea I had on comparing text files with #PowerShell https://gist.github.com/jdhitsolutions/71efaf9df48cbfc0429ed6c1713e9cec
|
0 |
0 |
06/18/2025 |
just like the stars! 🤩
|
0 |
0 |
06/18/2025 |
@bencollins.bsky.social If I had one wish in this world, it would be when I want to share Walken in L.A. with someone I didn't need to link to this Gist but instead The Onion. gist.github.com/gruber/1063574 (then we we go with the power second, then the money, and then the kids...)
|
0 |
1 |
07/14/2025 |
geschenkt... das lesen braucht weniger strom als 10 dämliche tutorials auf youtube. gist.github.com/accemlcc/65c...
|
0 |
0 |
06/19/2025 |
Слава хорошему человеку что написал готовый сниппет https://gist.github.com/dvdotsenko/d8e0068775ac04b58993f604f122284f
|
0 |
0 |
06/19/2025 |
how-to-enable-notes-export-from-kobo gist.github.com/samuelsmal/0... --- Kobo 閱讀器要設定 ExportHighlights=true 才能匯出註記(畫線)。 順便把 Pocket 下載的文章也移除,好像也沒真的在閱讀器上看過幾次,閱讀器那換畫面的閃礫實在令人煩燥,單純看書就好。
|
0 |
0 |
06/20/2025 |
https://gist.github.com/tearflake/569db7fdc8b363b7d320ebfeef8ab503 S式 (Symbolic Expressions) は、コンピュータサイエンスとプログラミング言語理論の基本的な概念です。 この記事では、S式の構文定義における文字列、コメント、転置ブロックに関する特異な決定事項に焦点を当てています。 特に、複数行文字列、複数行コメント、および転置ブロックという、コードの可読性を向上させるための拡張機能について解説しています。
|
0 |
0 |
06/20/2025 |
[回复:高考考题出错;LLM 生成内容] @board 另外阅读 D 的 Gauchotte-Lindsay 的建议是未来研究的可能方向还是研究结果的潜在应用,也是争议话题。还有许多问题… 全文让 LLM 过了一遍,放在这里:https://gist.github.com/diaowinner/7c1a7e8fcf841c84195867058807fbc9 免责声明:本人不是专家,仅供参考
|
0 |
1 |
06/20/2025 |
Source code: gist.github.com/simonpricket...
|
0 |
0 |
06/20/2025 |
The userscript https://gist.github.com/blueset/43d08a2998e691da7453e14b98fc96e5
|
0 |
0 |
06/21/2025 |
Meta-Programmierung am Limit: früher hab ich die dynamisch erstellten Klassen noch auf die Festplatte gerotzt, heute eval ich mich einfach durch die Gegend. Op::make( 'add_i', '(int) +', '(int) ($a + $b)', 'int|float', 'int' ); ► gist.github.com/illifw/e5146... 🤪
|
0 |
0 |
06/21/2025 |
できた 今後はポチって押せばダウンロードできてうれしい gist.github.com/pkt-ps/e23d5...
|
0 |
0 |
06/22/2025 |
performance. now() 使うとシステム時計の変更検知ができるなと思ったので書いてみた gist.github.com/cho45/a20e87...
|
0 |
0 |
06/22/2025 |
~110,000. gist is too large so view raw. gist.github.com/cmj/d1cc054b...
|
0 |
0 |
06/22/2025 |
gist.github.com/Matt54/bec26...
|
0 |
0 |
06/22/2025 |
Agile is about change, architecting to least assumptions to maximise flexibility but also making your assumptions explicit, reaching a (code) model that's expressive and scalable, that's tractable. It's about cooperation, sharing knowledge, and delivering. gist.github.com/rigdern/121f...
|
0 |
0 |
06/22/2025 |
Andrej #Karpathy: #Software Is Changing Again #ai #startup school #talk 📺 www.youtube.com/watch?v=LCE... 📒 summary: gist.github.com/michabbb/8a...
|
0 |
0 |
06/22/2025 |
out of curiosity, does your source account lack a profile picture? it's possible this issue is occurring while downloading avatars; trying to fetch data for an attribute that doesn't actually exist. would you mind `git apply`ing this patch locally? might fix it: gist.github.com/arimelody/42...
|
0 |
0 |
06/23/2025 |
some pointers of what to do: gist.github.com/flare-proto/...
|
0 |
0 |
06/23/2025 |
Prompt - gist.github.com/RahulKrishna...
|
0 |
0 |
06/23/2025 |
Walmart has a Bluetooth thermal printer for $20-30. CTP500. Sniffed the Android application and got it working in Python gist.github.com/parkerlreed/...
|
0 |
0 |
06/23/2025 |
I dunno what happened, but both of my userscripts started to gain more popularity this week... Not sure why. https://gist.github.com/cjmaxik/630b1e0d2c0fb6ca1b3ed6034446e605
|
0 |
0 |
06/23/2025 |
(also, in the same vein: gist.github.com/timvisee/fcd... )
|
0 |
0 |
07/17/2025 |
longcatはWasmにコンパイルされたcanvasを使ってDeno Deploy上で動かしてるけど、コンテナが使えるならWorkwrsの方が汎用性高そうでいいな https://twitter.com/yusukebe/status/1937459070816133398
|
0 |
0 |
06/24/2025 |
longcatはWasmにコンパイルされたcanvasを使ってDeno Deploy上で動かしてるけど、コンテナが使えるならWorkersの方が汎用性高そうでいいな https://twitter.com/yusukebe/status/1937459070816133398
|
0 |
0 |
06/24/2025 |
一応Gistに置いておく gist.github.com/Yuikawa-Akir...
|
0 |
0 |
06/24/2025 |
alt / text of emails: gist.github.com/daveio/53d5b...
|
0 |
0 |
06/24/2025 |
模擬 JS toFixed 的運算邏輯 https://gist.github.com/FizzyElt/05c8c9878f07d15972acbda722b1a486
|
0 |
0 |
06/24/2025 |
Picked a random one with many reboots gist.github.com/felipesere/9...
|
0 |
0 |
06/24/2025 |
Here's my attempt. Don't peek if you haven't tried to make one yet! gist.github.com/HeyItsGilber...
|
0 |
0 |
06/24/2025 |
it's also pretty powerful for a small system gist.github.com/m0rb/641a282...
|
0 |
0 |
06/25/2025 |
Caveat: It seems blocking someone (such as the random person I blocked in order to test this) automatically forces them to block you in return?? So in the end, it may not actually help. Caveat: It may not unblock *lists*. I'm not sure whether that's separate. gist.github.com/Corrodias/06...
|
0 |
0 |
06/25/2025 |
Investigating how well LLMs can generate sequence diagrams, based on simple prompts on the crc-org/vfkit codebase. https://gist.github.com/gbraad/e46bd2ddffbc2108b45747f55a032c96
|
0 |
0 |
06/25/2025 |
Investigating how well LLMs can generate sequence diagrams, based on simple prompts on the crc-org/vfkit codebase. https://gist.github.com/gbraad/e46bd2ddffbc2108b45747f55a032c96
|
0 |
0 |
06/25/2025 |
Show HN: OpenAI Codex for Free with GitHub Models Article URL: https://gist.github.com/sgoedecke/2b4e8d5e6b21f536ea399f1728916ad5 Comments URL: https://news.ycombinator.com/item?id=44375587 Points: 2 # Comments: 0 Interest | Match | Feed
|
0 |
0 |
06/25/2025 |
Show HN: OpenAI Codex for Free with GitHub Models Article URL: https://gist.github.com/sgoedecke/2b4e8d5e6b21f536ea399f1728916ad5 Comments URL: https://news.ycombinator.com/item?id=44375587 Points:... Origin | Interest | Match
|
0 |
0 |
06/25/2025 |
@nathe.xyz @19emtuck.bsky.social gist.github.com/jul/b89a672a... J'ai le quote repost \o/ la doc ressemble à une dictée à trou telle qu'on la donne à des enfants, lol. Faut deviner les paramètres importants et où ils se planquent.
|
0 |
0 |
06/26/2025 |
J'essaie de résoudre le problème de la siloisation des utilisateurs en indiquant où ça discute et je teste pour l'instant sur mon compte perso. C'est juste un bot qui indique où ça discute. code ci joint => gist.github.com/jul/b89a672a...
|
0 |
0 |
06/26/2025 |
Le code est là 🦉 gist.github.com/jul/b89a672a...
|
0 |
0 |
06/29/2025 |
Nouvelle version de la « mesure d'agitation », maintenant c'est bourrin ; c'est la somme du nombre de reposts, de likes et de réponses. gist.github.com/jul/b89a672a... Autrement dit, on est sur grosso merdo la même heuristique que la TL twitter d'antan.
|
0 |
0 |
07/01/2025 |
Here's that system prompt - Gemini CLI is Apache 2 licensed so this is a neat open source example of a prompt for one of these terminal agents https://gist.github.com/simonw/9e5f13665b3112cea00035df7da696c6
|
0 |
0 |
06/25/2025 |
You can try claude code, codex, and gemini cli tools easy peasy in any bash/zsh terminal with node installed.
|
0 |
0 |
06/25/2025 |
i made a clever script for tmux. switch focus to last pane across all windows in current session, and smart visual indication for switching focus in general. #linux #tmux gist.github.com/rlychrisg/a2...
|
0 |
0 |
06/25/2025 |
a culpa é minha por estar de bootstrap, gist.github.com/sombriks/c2e...
|
0 |
0 |
06/25/2025 |
gist.github.com/mizchi/53f... gemini-cli-usages-from-gemini-cli.md
|
0 |
0 |
06/27/2025 |
@molly.wiki I saw your name comments on Linus Torvalds' pinned gistfile on his Github account (gist.github.com/torvalds/6fa...) I hoped you've seen this? 🤯 Linus based & pity as always in his observations, & what 'Gitfish' are doing/attempting probably does need to be on: www.web3isgoinggreat.com
|
0 |
0 |
06/26/2025 |
I’ve had “shadergraph” shaders that are just one “custom function” node that points to a giant hlsl file. But yeah vert shaders are hard in ShaderGraph. Outside of SG if you need Lit shaders with URP there are templates that are helpful as a starting point like gist.github.com/phi-lira/225...
|
0 |
0 |
06/26/2025 |
TextMate-like suggestion-tabbing in zed.dev with two keymap-bindings: https://gist.github.com/florianb/8581ecc5226a192a4b2835db3c1f3d39
|
0 |
0 |
06/26/2025 |
Hand-crafted ELF using ARM64 assembly (no linker!): gist.github.com/rrampage/745... Wrote the ELF headers in the assembly file. Uses `as` to create the object file and `objcopy` to fish out the binary which is a valid ELF. Overhead of ELF and program headers is 120 bytes. Actual code is 12 bytes.
|
0 |
0 |
06/26/2025 |
Did a quick random comparison for an open source project by running the same prompt in Claude Code and Gemini CLI. Again, it's a random and not representative, but definitely shows different working modes.
|
0 |
0 |
06/26/2025 |
Shim settings required for installation in volta-windows-zip (verified in v2.0.2) https://gist.github.com/got4416/2d2ef93151a4a358900401ef44ea8e4c
|
0 |
0 |
06/26/2025 |
I'm starting to collect generally useful (global, not project-specific) instructions for Gemini CLI. Updating this gist as I go. What other things are people adding to the global instructions of their terminal agant? gist.github.com/intellectro...
|
0 |
0 |
06/26/2025 |
I'm adding them to my blacklist as I find them. https://gist.github.com/magazinexperts/7d5db548881a4250743cb40b62568957
|
0 |
0 |
06/26/2025 |
Maybe run W11 with virtio on a very small RPI5 distro? gist.github.com/Vogtinator/2...
|
0 |
0 |
06/27/2025 |
Quoi que apparemment y’a un bug dans le driver W10, sur certaines instructions Open GL 1.1 avec un workaround ici : gist.github.com/rb-dahlb/26f...
|
0 |
0 |
06/27/2025 |
Due to lack of a better markdown hosting thing, I present... jAIbille https://gist.github.com/merlin8086/f9f62c6cd47557ea78f45844b514461c
|
0 |
0 |
06/27/2025 |
的を外しているかもしれないが,まぁ動いたので供養. gist.github.com/pgtwitter/c9...
|
0 |
0 |
06/27/2025 |
Gist for the page: gist.github.com/jasikpark/3a...
|
0 |
0 |
06/27/2025 |
Here's the full notarisation script. Figuring all that out was a pain gist.github.com/thomashope/7...
|
0 |
0 |
06/28/2025 |
I was doing some Googling and it looks like people have been playing with CVE=>technique in one form or another since about 2017. Early precursor of mine: https://gist.github.com/timb-machine/46d0a81c4f6ff6249371806531740366
|
0 |
0 |
06/28/2025 |
gist.github.com/Matt54/0b4e3...
|
0 |
0 |
06/28/2025 |
Show HN: Hijacking Wi-Fi Direct for Seamless Wi-Fi Onboarding on Raspberry Pi Article URL: https://gist.github.com/TalalMash/af78a8e3fc71d3310a0d9a191433e5a4 Comments URL: https://news.ycombinator.com/item?id=44404642 Points: 2 # Comments: 0 Interest | Match | Feed
|
0 |
0 |
06/28/2025 |
Show HN: Hijacking Wi-Fi Direct for Seamless Wi-Fi Onboarding on Raspberry Pi Article URL: https://gist.github.com/TalalMash/af78a8e3fc71d3310a0d9a191433e5a4 Comments URL: https://news.ycombinator.... Origin | Interest | Match
|
0 |
0 |
06/28/2025 |
Show HN: Hijacking Wi-Fi Direct for Seamless Wi-Fi Onboarding on Raspberry Pi Article URL: https://gist.github.com/TalalMash/af78a8e3fc71d3310a0d9a191433e5a4 Comments URL: https://news.ycombinator.com/item?id=44404642 Points: 3 # Comments: 0 Interest | Match | Feed
|
0 |
0 |
06/28/2025 |
Show HN: Hijacking Wi-Fi Direct for Seamless Wi-Fi Onboarding on Raspberry Pi Article URL: https://gist.github.com/TalalMash/af78a8e3fc71d3310a0d9a191433e5a4 Comments URL: https://news.ycombinator.... Origin | Interest | Match
|
0 |
0 |
06/28/2025 |
This is cool: A user-defined string literal that turns string literals into (compile-time) hash codes of them. Might be useful in some codebases to avoid having to come up with unique numerical values for a bunch of identifiers. https://gist.github.com/Lee-R/3839813
|
0 |
0 |
06/28/2025 |
NixOS on Microsoft Surface Pro 8 · GitHub gist.github.com/ryuheechul/d...
|
0 |
0 |
06/28/2025 |
gist.github.com/bagder/07f75...
|
0 |
0 |
06/28/2025 |
AI slop security reports submitted to curl https://gist.github.com/bagder/07f7581f6e3d78ef37dfbfc81fd1d1cd (https://news.ycombinator.com/item?id=44411185)
|
0 |
0 |
06/29/2025 |
AI slop security reports submitted to curl https://gist.github.com/bagder/07f7581f6e3d78ef37dfbfc81fd1d1cd (https://news.ycombinator.com/item?id=44411185)
|
0 |
0 |
06/29/2025 |
AI slop security reports submitted to curl
|
0 |
0 |
06/29/2025 |
Added as number 20 on my list: https://gist.github.com/bagder/07f7581f6e3d78ef37dfbfc81fd1d1cd
|
0 |
1 |
07/09/2025 |
It'll end up in the github repo before long, but for anyone curious, here's the core of the emulator in about 100 lines of C. No floating point instructions, but pretty much everything else is there. gist.github.com/swetland/c04...
|
0 |
0 |
06/29/2025 |
It'll end up in the github repo before long, but for anyone curious, here's the core of the emulator in about 100 lines of C. No floating point instructions, but pretty much everything else is there. https://gist.github.com/swetland/c045b6c9fff7175eadbbe887b544b7b3
|
0 |
0 |
06/29/2025 |
LunaTools 기능 추가 검토.md gist.github.com/lunamoth/4e5... LunaTools 소스 코드 제미나이에 올리고 추가할 만한 기능 알려달라고 한 결과입니다. 나름 괜찮은데, 제 마음에 드는 새로운 건 없군요. 옵션 백업/복원, 컨텍스트 메뉴, 단축키 매뉴얼 시트은 기존에 To Do List 에 올려두긴 했고
|
0 |
0 |
06/29/2025 |
심플 볼륨 부스터.js gist.github.com/lunamoth/4d0... 볼륨 부스터 유저스크립트 새로 만들었습니다. alt + V 로 볼륨 3배 증폭하도록 간단하게 만들어봤습니다. 좀 쓰다가 LunaTools 에 넣을듯
|
0 |
0 |
06/29/2025 |
gist.github.com/mt-webdev/cf...
|
0 |
0 |
06/30/2025 |
Whipped up a gist on how to use in your project + custom credo rule to enforce: gist.github.com/ftes/895d44a...
|
0 |
0 |
06/30/2025 |
Suggest looking at what's under climate scientists noses. Been looking at a tidal forcing model for several years and the evidence is not hypothetical. gist.github.com/pukpr/492a57...
|
0 |
0 |
06/30/2025 |
👉 @GitHubCopilot Chat is now available as an open-source extension. If you're curious and want to start exploring, here's a brief analysis and guide to get you started: gist.github.com/intellectro...
|
0 |
0 |
06/30/2025 |
e a diferença é MUITO grande, na CPU demorava mais de 2 minutos para gerar o font atlas inteiro com compute shader demora uns 5s no máximo olha o compute shader do pai kkkk gist.github.com/MrPowerGamer...
|
0 |
0 |
07/01/2025 |
Mangels Alt-Text -> gist.github.com/fry69/602c54...
|
0 |
0 |
07/01/2025 |
gist.github.com/burkeholland...
|
0 |
0 |
07/06/2025 |
Handy Claude Code Hook for running swiftlint to fix that incredibly annoying whitespace: gist.github.com/bjtitus/9722...
|
0 |
0 |
07/01/2025 |
Solved the JIT calculator challenge using ARM64 assembly. This challenge helped me understand the mechanisms on executing JIT code on Linux. Learned more about the memfd_create and mmap syscalls. Code: gist.github.com/rrampage/8d1... Challenge: ochagavia.nl/blog/the-jit... #linux #arm64
|
0 |
1 |
07/01/2025 |
How large are large language models? (2025) https://lobste.rs/s/rmoeg4 #ai #vibecoding
|
0 |
0 |
07/02/2025 |
How large are large language models? (2025) | Discussion
|
0 |
0 |
07/02/2025 |
⚡ Hackernews Top story: How large are large language models? (2025)
|
0 |
0 |
07/02/2025 |
How large are large language models? (2025) https://gist.github.com/rain-1/cf0419958250d15893d8873682492c3e (https://news.ycombinator.com/item?id=44442072)
|
0 |
0 |
07/02/2025 |
How large are large language models?
|
0 |
0 |
07/02/2025 |
|
0 |
0 |
07/02/2025 |
How large are large language models? https://gist.github.com/rain-1/cf0419958250d15893d8873682492c3e https://news.ycombinator.com/item?id=44442072
|
0 |
0 |
07/02/2025 |
How large are large language models? View Article | Join the HN Conversation Summary of HN discussion 🧵👇 #hacker-news
|
0 |
0 |
07/03/2025 |
Bird-UI v2.2.1 RC1 with Mastodon v4.4.0 RC1 하나의 CSS를 공유하여 호출만 달리하여 테마를 구현할 수 없다? - https://gist.github.com/fofwisdom/60fd2639b747d01c7e629c340bf67fd0 빌드는 실패하지만 서버는 동작한다? - https://gist.github.com/fofwisdom/58bf0a63fb2a6ecfb43587310f5b8503 #mastoadmin #BirdUI
|
0 |
0 |
07/03/2025 |
No probs, here it is for custom hook for querying random API. gist.github.com/av1v3k/72855... #learning #partoflearning #relearn
|
0 |
0 |
07/03/2025 |
Fun fact, these days, tar can call home if there's a ":" in the filename: https://gist.github.com/timb-machine/3d2adc4b4d604c70cfdc4d7e90ad828c #linux, #redteam
|
0 |
7 |
07/04/2025 |
https://gist.github.com/Kur0den/dac48780f274407fd535442d99a40be6
|
0 |
0 |
07/04/2025 |
amir rajan has a pretty insane bunch of setups he's tried over the years that i've been wanting to try too lmao gist.github.com/amirrajan/92...
|
0 |
0 |
07/05/2025 |
I was pretty immediately able to use this to turn a simple JSON structured user story into input ready to push to a knowledge graph. ``` [ { "user_story": "As a user, I want to customize the layout of my dashboard so that I can arrange information in a way that suits me." } ] ```
|
0 |
0 |
07/05/2025 |
Here are some notes on the proof of concept.
|
0 |
0 |
07/05/2025 |
I drafted some rules for a potential discord. Thoughts? Feedback? gist.github.com/jfhbrook/000...
|
0 |
0 |
07/05/2025 |
gist.github.com/Matt54/41caa...
|
0 |
0 |
07/06/2025 |
gist.github.com/conectado/7b... Quick write up!
|
0 |
0 |
07/06/2025 |
Quick write up! #rust gist.github.com/conectado/7b...
|
0 |
0 |
07/06/2025 |
Feel free to check and/or correct my math here :) I did take leap years into account. gist.github.com/jeremyjackso...
|
0 |
0 |
07/06/2025 |
Which OSS CLI AI coding agent do you use? Which ones do you still want to take for a ride? There's choice! gist.github.com/intellectro...
|
0 |
0 |
07/07/2025 |
Link to a gist for those interested: gist.github.com/bmorrisonde...
|
0 |
0 |
07/07/2025 |
and ofc:
|
0 |
0 |
07/07/2025 |
Regular Expression Engine Comparison Chart gist.github.com/CMCDragonkai... #webdev #webtools #regex
|
0 |
0 |
07/07/2025 |
🚀 Switch easily between Fluent UI 9 themes in Storybook! Check out my new Gist for instant theme switching (Web/Teams Light & Dark, High Contrast) 👉 gist.github.com/fabiofranzin... #FluentUI #Storybook #React
|
0 |
0 |
07/08/2025 |
블루스카이 서드파트 웹 클라이언트 클리어스카이 제가 쓰고 있는 CSS 업데이트 해뒀습니다 gist.github.com/lunamoth/670...
|
0 |
0 |
07/08/2025 |
Enjoy full-width response message bubbles in #WhatsApp web: gist.github.com/kzu/51fe3d60...
|
0 |
0 |
07/08/2025 |
I Deleted My Steam Account After 20 Years https://gist.github.com/Kaldaien/c66bf3dca62a5ac63785714f686e60ad (https://news.ycombinator.com/item?id=44507169)
|
0 |
0 |
07/09/2025 |
I Deleted My Steam Account After 20 Years | Discussion
|
0 |
1 |
07/09/2025 |
I Deleted My Steam Account After 20 Years https://gist.github.com/Kaldaien/c66bf3dca62a5ac63785714f686e60ad (https://news.ycombinator.com/item?id=44507169)
|
0 |
0 |
07/09/2025 |
I Deleted My Steam Account After 20 Years
|
0 |
0 |
07/09/2025 |
I Deleted My Steam Account After 20 Years https://gist.github.com/Kaldaien/c66bf3dca62a5ac63785714f686e60ad (https://news.ycombinator.com/item?id=44507169)
|
0 |
0 |
07/09/2025 |
|
0 |
0 |
07/09/2025 |
Claude Pro Max hallucinated a $270 Notion feature that doesn't exist https://gist.github.com/habonggil/f6130a68bbc4139c8066aa90c14c986f (https://news.ycombinator.com/item?id=44508882)
|
0 |
0 |
07/09/2025 |
https://gist.github.com/habonggil/f6130a68bbc4139c8066aa90c14c986f
|
0 |
1 |
07/09/2025 |
Need a script that builds all of Android on a Mac for #GodotEngine? Here you go! gist.github.com/WolfgangSenf...
|
0 |
0 |
07/09/2025 |
Pro Tip: Use an alias to make things even smoother. For ZSH users, check out this example: gist.github.com/andrea11/d67.... It’s a game-changer for streamlining your workflow! #ProTips
|
0 |
0 |
07/09/2025 |
El procedimiento final utilizados lo he descrito paso a paso en este gist una vez comprobado que todo funciona como planeado. Automatización de backups en una unidad interna cifrada en OpenSuse https://gist.github.com/ecosdelfuturo/a8cc5987ea4fc50940a53d12bb6541fc
|
0 |
0 |
07/09/2025 |
I conducted my own #ELIZAeffect experiments in year 1986 with custom code on Commodore 128 computer, I created a form of #ZBBS app, #TheFortress #BBS and saw how strangers behaved with ELIZA wired to social media. Very educational and influential. #FWakeGoToGitHub gist.github.com/dmberry/3f84...
|
0 |
0 |
07/10/2025 |
I conducted my own #ELIZAeffect experiments in year 1986 with custom code on Commodore 128 computer, I created a fork of #ZBBS app, #TheFortress #BBS and saw how strangers behaved with ELIZA wired to social media. Very educational and influential. #FWakeGoToGitHub gist.github.com/dmberry/3f84...
|
0 |
0 |
07/10/2025 |
I probably missed something, but if anyone is interested...
|
0 |
0 |
07/10/2025 |
gist.github.com/benjamin-asd...
|
0 |
0 |
07/10/2025 |
nushellからwebdriver叩くラッパーをjobを使うバージョンに作り直した。そろそろgistじゃなくてちゃんとgitに作った方が良いような気もするが、1ファイル完結だしな gist.github.com/ruzo-ruzo/17...
|
0 |
0 |
07/10/2025 |
With my shell script that made it: gist.github.com/remino/ee50c...
|
0 |
0 |
07/10/2025 |
Roc rewrites the compiler in Zig
|
0 |
0 |
07/10/2025 |
@sterophonick https://gist.github.com/ndeadly/7d27aa63e2f653a902a2474dbcbc08b3
|
0 |
0 |
07/10/2025 |
https://gist.github.com/admtan/345efcf387d4012059fb896917d86d24
|
0 |
0 |
07/10/2025 |
ah interesting! good ol md. idk if this maybe helps gist.github.com/kmelve/a90e0... or @knut.fyi might have better ideas!
|
0 |
0 |
07/10/2025 |
please tell me that this isn't the only way to do this, I use like six different web browsers on a regular basis and I don't want to be lugging garbage like this around with me everywhere https://gist.github.com/Swyter/7b7da983f5dd025229d116b8468cea99
|
0 |
3 |
07/10/2025 |
i woudnt normaly do this kind of thing gist.github.com/accemlcc/31a...
|
0 |
0 |
07/10/2025 |
sorry 5 generics: gist.github.com/probablykasp...
|
0 |
0 |
07/10/2025 |
If you're already using my RecordSearch Show Pages userscript, you should upgrade to the latest version. I made some changes to avoid conflicts between the two userscripts. https://gist.github.com/wragge/b2af9dc56f7cb0a9476b
|
0 |
0 |
07/11/2025 |
よくわからんけど、これとか試したい gist.github.com/burkeholland...
|
0 |
0 |
07/11/2025 |
gist.github.com/burkeholland...
|
0 |
0 |
07/12/2025 |
#AI "Ergebnisse" aus Google filtern? uBlock Filter: google.com##:xpath(//div[div[div[div[div[div[div[div[div[div[div[h1[text()='Übersicht mit KI']]]]]]]]]]]]) (Mehr auf https://gist.github.com/crusy/27f17226ce7f92b685e5937967de56ce)
|
0 |
0 |
07/11/2025 |
reveal.js + mermaid.js get in each others way when computing layout Best workaround I could find: Temporarily undo reveal scaling so mermaid can layout properly. Anyone know a better way? gist.github.com/ftes/50d6010...
|
0 |
0 |
07/11/2025 |
@bagder Yeah, this was my reply https://gist.github.com/sleepyfox/eaa8ef6bb7aca886aef6e6f95406f71b
|
0 |
0 |
07/11/2025 |
why bother adding exception tracking to your rails' app when you already have s3? gist.github.com/ahoward/d25e...
|
0 |
0 |
07/11/2025 |
(My original code is at gist.github.com/kurtraschke/..., although I should point out that I don't really write Perl anymore, and on the whole I think my code has improved a fair bit since then.)
|
0 |
0 |
07/11/2025 |
The script checks if tailscale is connected and connects (and switches networks if needed), then sends the wakeonlan packet through the raspberry pi, then launches the stream right to the PC and to Steam Big Picture mode. gist.github.com/clunkclunk/6...
|
0 |
0 |
07/11/2025 |
gist.github.com/tcapelle/00a... #BlueSky #AIBlock #uBlockOrigin #uBlock #Webbrowser #Browser #AI
|
0 |
0 |
07/12/2025 |
Having a wee think as to why Apple seem to be falling quite far behind the current state of play in AI. gist.github.com/scotm/3cba8a...
|
0 |
0 |
07/13/2025 |
Generating Swagger Documentation from Source Code with ChatGPT Article URL: https://gist.github.com/atjsh/4a2a6ebd45e6d14afe712ddb7fed9241 Comments URL: https://news.ycombinator.com/item?id=44549555 Points: 1 # Comments: 0 Interest | Match | Feed
|
0 |
0 |
07/13/2025 |
Generating Swagger Documentation from Source Code with ChatGPT Article URL: https://gist.github.com/atjsh/4a2a6ebd45e6d14afe712ddb7fed9241 Comments URL: https://news.ycombinator.com/item?id=4454955... Origin | Interest | Match
|
0 |
0 |
07/13/2025 |
Every time some exec, manager or 'scrum master' tells you that you should prioritise stories based upon 'business value', tell them this: https://gist.github.com/sleepyfox/4c5abf71f04fd0695f7e5aa15cc2cd02
|
0 |
0 |
07/13/2025 |
Ok, AI found a workaround gist.github.com/andreagrandi...
|
0 |
0 |
07/13/2025 |
TIL about “worktree.untrackedfiles” 😮 I just made a script to symlink .venv and .envrc gist.github.com/andreagrandi... (but I still need my script to run direnv allow)
|
0 |
0 |
07/14/2025 |
@snek.dev I'm trying to figure out where to catch the timeout error in WebTransport server. ``` error: Uncaught (in promise) Error: timed out ``` I have a bunch of `try..catch` blocks and chained `.catch()` that are not catching the error gist.github.com/guest271314/...
|
0 |
0 |
07/13/2025 |
I run a lua filter script with pandoc to counteract some of MarkDownload's wrong formatting around links and quoted images. gist.github.com/ddanielgal/a...
|
0 |
0 |
07/13/2025 |
I also apply some custom styles because quote blocks turn out wrong with the default styles. gist.github.com/ddanielgal/8...
|
0 |
0 |
07/13/2025 |
💥 BREAKING: I ported @burkeholland's 4.1 Beast Mode to @raycast AI. Beast mode convinces GPT-4.1 to operate as a long-running autonomous agent, taking on complex, multi-step tasks and executing them beginning-to-end. File under: EXPERIMENTAL. gist.github.com/intellectro...
|
0 |
0 |
07/14/2025 |
asked claude about an actual comparison and of course it hyped itself up again gist.github.com/espeon/9ad41...
|
0 |
0 |
07/14/2025 |
There's still much to be done, but I've written up my approach so far (not a final perfectly evolved writeup!) if anyone else wants to follow (also because it's non-trivial to figure out using a YubiHSM from scratch). 2/N
|
0 |
0 |
07/15/2025 |
◆ChatGPT と結城浩の対話: Pythonで現在日時を得る方法(曜日付き)[自動投稿] https://gist.github.com/hyuki/6e28cbfd00247cba7c21ae29c9c8a164
|
0 |
0 |
07/15/2025 |
gist.github.com/tjmahr/a2323...
|
0 |
0 |
07/15/2025 |
asking gemini to write some cube code https://lobste.rs/s/dxq6ei #vibecoding
|
0 |
0 |
07/15/2025 |
Wie gesagt es ist meine Erfahrung, dass diese Werkzeuge hier sehr hilfreich sein können. Ein anderes Beispiel: Vsauce hat ein neues Video produziert (~20 min), leider ohne Blogpost/Inhaltsangabe dazu. NotebookLM hat nur mit dem Video als Quelle eine exzellente Zusammenfassung produziert ->
|
0 |
0 |
07/18/2025 |
gist.github.com/Matt54/a9d12...
|
0 |
0 |
07/16/2025 |
Why not vanilla __using__? gist.github.com/sasa1977/346...
|
0 |
0 |
07/16/2025 |
ClickFix Victim: justinweather.com Gist: gist.github.com/lpowell/a71e... Tired of doing writeups for these, so I'm posting the code as a gist ¯\_(ツ)_/¯
|
0 |
0 |
07/16/2025 |
My current default config and custom instructions for Codex CLI. Any ideas for things I can add and improve? gist.github.com/intellectro...
|
0 |
0 |
07/16/2025 |
J'en avais marre d'ouvrir Instagram pour me retrouver face à plein de posts suggérés d'inconnus alors que c'est pas pour ça que je viens… alors j'ai créé un CSS personnalisé pour cacher ce qui fait perdre du temps inutilement sur ce site. Adieu les posts suggérés ☠️ gist.github.com/viki53/74ab1...
|
0 |
0 |
07/16/2025 |
#auto_kdk 初期状態ではスクロールがビュンビュンだったけど、こちらを参考したおかげで快適にスクロールできるようになりましたー!👻👻👻👻 ➽ Auto-KDK トラックボールのスクロール量について https://gist.github.com/nuovotaka/7ea95cdffbd5354224dab9314afa89f7
|
0 |
0 |
07/17/2025 |
New shell script template just dropped gist.github.com/danshardware...
|
0 |
0 |
07/17/2025 |
i might open source the cloudflare worker but currently opted to upload the JSON as a github gist for anyone curious about the machinations of a mad trans computer science witch in JSON form gist.github.com/xubiod/354ac...
|
0 |
0 |
07/17/2025 |
gist.github.com/MPrometheus6... Try this logic block on your AI agents. Might need tweaked a tad bit should force it to verify is logic before giving results.
|
0 |
0 |
07/17/2025 |
Here is the rough version of the plugin: gist.github.com/preslavrache.... If you have Claude Code installed, head over and grab xbar, then open its plugins folder and drop this file there. It will refresh itself every 5m by default, but this can be adjusted. Make sure the file has exec permissions.
|
0 |
0 |
07/18/2025 |
looking to get started with the latest #libtcod and c? I put together a gist for a "hello world" - #SDL3 #roguelikedev gist.github.com/erikyuzwa/ba...
|
0 |
0 |
07/18/2025 |
Get a JSON of free models from OpenRouter gist.github.com/tluyben/1963...
|
0 |
0 |
07/19/2025 |
Here's some, 9 year old, ggplot2 code gist.github.com/cavedave/8ff...
|
0 |
0 |
07/19/2025 |
It boils down to gist.github.com/jonathanstow...
|
0 |
0 |
07/19/2025 |
I continued writing about this on Mastodon: hachyderm.io/@ianbicking/... And ended up with a draft spec: gist.github.com/ianb/cf5a06b...
|
0 |
0 |
07/19/2025 |
https://gist.github.com/EllieTheYeen/1ccac4e6bef3545cf98e711327d2bc8e Posted a gist so everyone can see my solution
|
0 |
0 |
07/20/2025 |
I read @helloiamleonie's excellent post "37 Things I Learned About Information Retrieval..." and thought, damn, this is stuff I never want to forget. So I create a bunch of flashcards to add to my collection. Maybe it will be useful to you too. gist.github.com/intellectro...
|
0 |
0 |
07/20/2025 |
gist.github.com/Matt54/20595...
|
0 |
0 |
07/20/2025 |
gist.github.com/skrymets/0de... めも。
|
0 |
0 |
07/20/2025 |
Countdown 'more likely formable' word lists here: gist.github.com/bobbigmac/c3...
|
0 |
0 |
07/21/2025 |
this is the template prompt, then we attach the individual raw chapter text at the end gist.github.com/standardnguy...
|
0 |
0 |
07/21/2025 |
Al final hemos hecho un estilo para live chat de Youtube en OBS Studio que mola mucho, han aportado todos los compañeros. Lo he subido a mi gist de Github gist.github.com/yoyo308/304b...
|
0 |
0 |
07/21/2025 |
Okay, came upon @datavisfriendly.bsky.social 's little golden nugget here 💰: github.com/quarto-dev/q... And just had to expanded on it - so I give you: ***How to add packages to a .bib file from within a .qmd file*** gist.github.com/mattansb/6f9... #rstats #quarto
|
0 |
0 |
07/21/2025 |
now, it's just a matter of using a few dollars worth of deepseek credits to power a python script to send in the prompts and save the responses gist.github.com/standardnguy...
|
0 |
0 |
07/21/2025 |