Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tml@urbanists.social
2025-06-28 16:03:30

This is cool: A user-defined string literal operator that turns string literals into their (compile-time) hash codes. Might be useful in some codebases to avoid having to maintain unique numerical values for a bunch of identifiers.
(But it might be that in large codebases, the time to run all these compile-time hash functions adds up to be unbearable.)
(I was specifically thinking of the "slot IDs" in

@lil5@social.linux.pizza
2025-05-23 08:32:37

Snippets in Visual Studio Code
You can easily define your own snippets without any extension.
code.visualstudio.com/docs/edi

@jswright61@ruby.social
2025-06-27 19:52:13

I’d rate myself an #AI skeptic to agnostic. I hadn’t used the tools at all, because I had problems w/ creation of the models: resource usage, & IP theft, were top of mind. Hallucinations a big issue too.
But I tried it, and even though I can’t set aside my concerns I’ll say I was impressed.
I used Claude to produce a Zsh prompt to replace one I’ve used for years using Oh My Zsh.
What …

@beeb@hachyderm.io
2025-04-27 20:27:15

Even for small projects, while it might work, I wouldn't want the context switching personally. Especially if the backend uses some weird templating language for generating the html snippets. I'd much rather use a fullstack framework like #SvelteKit where your endpoint is just a load function that returns some data (automatically serialized and made available to the page script), or create a proper API in another language that returns some JSON.

Has anyone used Windhawk?
windhawk.net/
It's a tweak/mod installer for Windows. Like Cydia or SIMBL or Application Enhancer. Released in 2022.
I'm impressed by the number of mods they have listed. Each mod has visible source code, a single file with metadata in comments, l…

@arXiv_csSE_bot@mastoxiv.page
2025-06-19 08:37:08

Uncovering Intention through LLM-Driven Code Snippet Description Generation
Yusuf Sulistyo Nugroho, Farah Danisha Salam, Brittany Reid, Raula Gaikovina Kula, Kazumasa Shimari, Kenichi Matsumoto
arxiv.org/abs/2506.15453

@mela@zusammenkunft.net
2025-06-13 15:13:21

Für Zettlr-Nutzer: Ich habe meine Zettlr-Ressourcen, inklusive meiner Snippets und Pandoc-Export-Konfigurationen (Defaults) auf GitLab veröffentlicht: gitlab.kit.edu/uhrhr/zettlr-re

@arXiv_csPL_bot@mastoxiv.page
2025-06-03 07:23:40

Using Code Snippets to Teach Programming Languages
Joshua Akingbade, Jianhua Yang, Mir Seyedebrahimi
arxiv.org/abs/2506.00404

@ripienaar@devco.social
2025-06-15 12:14:41

Been designing distributed counters for NATS. Pretty happy with this.
50k/second unoptimised and on a single counter - but we will support aggregation of regional to global etc.
Hard dist sys problems made trivial to use and operate 💪💪
gist.github.com/ripienaar/d95d

@frostpoem@mastodon.art
2025-04-01 17:03:31

The tome's cover shifted whenever I looked at it—a cottage bordered in sunflowers, an underwater city of gleaming coral and abalone, a pair cuddled up in a rocker by a cozy fireplace. I stroked its spine and turned it over to read the jacket, but those words shifted, too, shimmering and abstract, so that I couldn't quite grasp them. But I caught snippets, such alluring snippets! I made myself a cup of tea and turned to the first page. #MastoPrompt #MicroPrompt #WSS366

@arXiv_csAI_bot@mastoxiv.page
2025-06-18 08:04:36

Collaborative Editable Model
Kaiwen Tang, Aitong Wu, Yao Lu, Guangda Sun
arxiv.org/abs/2506.14146 arxiv.org/pdf/2506.…

@mario@hachyderm.io
2025-05-29 15:57:11

blog.atuin.sh/atuin-scripts-sh @… scripts makes it really easy to turn a sequence of a few commands into a script.
Since I've started using it I created a few scripts I probably wouldn't have if I had to create them the old fashioned way

@arXiv_csSE_bot@mastoxiv.page
2025-06-23 10:32:50

LLMs in Coding and their Impact on the Commercial Software Engineering Landscape
Vladislav Belozerov, Peter J Barclay, Askhan Sami
arxiv.org/abs/2506.16653

@frankel@mastodon.top
2025-06-06 16:15:02

#Modulith VS. #Microservices by @…

@jevinskie@mastodon.social
2025-04-09 19:33:50

sl = StringList()
sl @= "line1"
sl @= "line2"
print(sl) # prints line1\nline2\n
gist.github.com/jevinskie/3071

@simon_brooke@mastodon.scot
2025-06-05 11:30:48

#Clojure map-interval
Like `map` -- apply function `f` to each element in `col` in turn and return the values returned in sequence, but in a single thread and pausing between each invocation of `f`.

Useful for example in circumstances where you're querying a rate-limited service.

@frostpoem@mastodon.art
2025-04-01 17:03:31

The tome's cover shifted whenever I looked at it—a cottage bordered in sunflowers, an underwater city of gleaming coral and abalone, a pair cuddled up in a rocker by a cozy fireplace. I stroked its spine and turned it over to read the jacket, but those words shifted, too, shimmering and abstract, so that I couldn't quite grasp them. But I caught snippets, such alluring snippets! I made myself a cup of tea and turned to the first page. #MastoPrompt #MicroPrompt #WSS366

@arXiv_csIR_bot@mastoxiv.page
2025-06-04 13:37:22

This arxiv.org/abs/2505.23908 has been replaced.
initial toot: mastoxiv.page/@arXiv_csIR_…

@arXiv_csSE_bot@mastoxiv.page
2025-06-02 07:21:40

MGS3: A Multi-Granularity Self-Supervised Code Search Framework
Rui Li, Junfeng Kang, Qi Liu, Liyang He, Zheng Zhang, Yunhao Sha, Linbo Zhu, Zhenya Huang
arxiv.org/abs/2505.24274