Tootfinder

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

@aredridel@kolektiva.social
2024-02-26 15:25:17

I hate LLMs they should not be products as they exist now.
github.com/aredridel/node-bin-

@robert@flownative.social
2024-03-15 17:27:00

Kudos to @… who today merged his largest pull request ever, consisting of 59 (well separated) commits introducing an important feature for the new Neos content repository. He and the team worked on this for almost 6 months! 👨‍💻

@stephane_klein@mamot.fr
2024-03-12 19:00:28

Je viens de découvrir que #GitHub permet de configurer des formulaires pour créer des issues.
Exemple de fichier de configuration d'issue github.com/asdf-…

@nobodyinperson@fosstodon.org
2024-04-12 23:57:04

There is some really cool new features being worked on in #SolveSpace, bringing it a tad closer to #codeCAD like :openscad: #OpenSCAD: named parameters and equation constraints. This will make gearing log…

@sebobo@neos.social
2024-02-21 17:06:41

Merged a bugfix for the @NeosCMS #FlowFramework today that allows properly replacing the integrated CacheFactory.
This in turn allows me to finish implementing a nice feature for the #NeosCMS debug tool that shows the hits/misses/write operations of all caches active during page rendering.

<…
An example output of the new NeosCMS debug tool that shows all cache activity during page rendering
@frankel@mastodon.top
2024-03-16 17:15:06

On the Importance of #RFCs in #Programming
wasp-lang.dev/blog/2023/12/05/

@hex@strangeobject.space
2024-02-19 14:31:47

If you use Telegram, please upvote this feature request (now 3 years old) for being able to hide the unread message count on muted chats. It's driving me crazy
bugs.telegram.org/c/981

@ellie@ellieayla.net
2024-02-05 05:28:30

How do I mute a hashtag in @… ? Long-tapping a hashtag in a toot has a mute option but that's for a specific Author, not the hashtag!
Edit: unimplemented feature:

@hllizi@hespere.de
2024-02-13 23:23:36

Dear Software developers! I'd like to request a feature that I can easily disable.

@ianbicking@hachyderm.io
2024-02-02 22:07:04

Thinking about a feature in my #gpt pipeline where, at least for json responses, I add a final parameter with a description "what did you think about the prompt? Was it clear? Did you encounter conflicting instructions?" Like an exit survey for the prompt.
(No idea if this is any better as a final survey to the request than if I asked for feedback in a second request)

@mikeymikey@hachyderm.io
2024-03-07 02:55:39

A feature request for @… "Hide posts with [X] or more hashtags" (configurable value of X)
Feels like there's a diminishing return on them. Past 3 or 4, it feels like someone is attempting to hashtag allthethings and just spam themselves into people's feeds.
Even setting a high value of like 8 feels like it would do wonders for the signal …

@aral@mastodon.ar.al
2024-01-30 12:43:12

Very excited about the latest feature/workflow I’m adding to Kitten. I call it… 🥁
✨ Streaming HTML ✨
Implement back-end functionality and stream HTML updates to the client without writing any front-end JavaScript.
Just give your forms names and listen for them in an onConnect() handler you export from your page. Kitten handles everything else – setting up a WebSocket route for you, mapping triggers to events, etc. – thanks to Kitten

Screenshot of Helix Editor showing the contents of index.page.js.

The highlighted area is in an exported page route (`export default () => kitten.html`) inside a div:

<form name='add'>
  <label for='postUrl'>Post link:</label>
  <${PostLinkInput} />
  <${AddButton} />
</form>

Full listing of source code visible in screenshot follows:

export default () => kitten.html`
  <page water>
  <markdown>
    # Streamiverse settings

    Browse and curate your stream. 

    ## Add to stream
  </markdo…
Screenshot of code:

Highlighted code is inside exported function onConnect (_request, and page):

page.on('add', async data => {
  // Show status update.
  page.send(kitten.html`<${AddButton} busy/>`)

  // Calculate the status API URL and fetch the post.
  const postUrl = new URL(data.postUrl)
  const fediverseServer = postUrl.origin
  const postId = postUrl.pathname.substring(postUrl.pathname.lastIndexOf('/') + 1)
  const statusApiUrl = `${fediverseServer}/api/v1/statuses/${postId}`
  
  con…
@nobodyinperson@fosstodon.org
2024-04-12 23:57:04

There is some really cool new features being worked on in #SolveSpace, bringing it a tad closer to #codeCAD like :openscad: #OpenSCAD: named parameters and equation constraints. This will make gearing log…

@tarah@infosec.exchange
2024-04-01 01:23:05

Folks, I cannot be the only one who wants granular read receipts in @…. [granular: available on a per-person/group basis instead of overall either on or off for everyone]
I feel like that's one of those features regarding which someone might use my three least favorite words. Those three words are: "can't you just".
I didn't see a current feature request for granular read receipts in Signal when I searched; does anyone know where that might be and if I can vote for it?
support.signal.org/hc/en-us/ar

@guerda@ruhr.social
2024-02-09 06:04:54

@… is offering a #bounty to implement #OAuth20 into the app. 💰 Anybody up for it?
#OpenStreetMap

@khalidabuhakmeh@mastodon.social
2024-03-01 20:16:52

If you’re working with external web APIs do I have the #JetBrains feature for you. With the new #WireMock plugin, you can mock any external API and test against it.
This makes it really easy to try different edge cases or replay failed request/response scenarios. Works in all IDEs starting …

WireMock plugin in JetBrains Rider
@rjrjr@mastodon.social
2024-03-30 14:35:43

@… A Phanpy feature request: would it be practical for the splash screen to reflect the device dark mode setting the way the rest of the UI does? It is jarring to start the app at night.

@hllizi@hespere.de
2024-02-13 23:23:36

Dear Software developers! I'd like to request a feature that I can easily disable.

@ytm@social.linux.pizza
2024-04-04 20:15:50

Now GEOS driver for 1541 disk drive(s) connected via parallel cable is twice as fast as original code. Sectors are read and decoded from GCR into binary on the fly, while the data is loaded. Then the checksum is computed during data transfer.
This was once thought to be impossible on 1541 (too slow CPU), but LFT's clever coding was a real breakthrough for fastloaders.

@arXiv_eessSP_bot@mastoxiv.page
2024-04-15 06:54:05

SemHARQ: Semantic-Aware HARQ for Multi-task Semantic Communications
Jiangjing Hu, Fengyu Wang, Wenjun Xu, Hui Gao, Ping Zhang
arxiv.org/abs/2404.08490

@tarah@infosec.exchange
2024-04-01 01:23:05

Folks, I cannot be the only one who wants granular read receipts in @…. [granular: available on a per-person/group basis instead of overall either on or off for everyone]
I feel like that's one of those features regarding which someone might use my three least favorite words. Those three words are: "can't you just".
I didn't see a current feature request for granular read receipts in Signal when I searched; does anyone know where that might be and if I can vote for it?
support.signal.org/hc/en-us/ar

@ytm@social.linux.pizza
2024-04-04 20:15:50

Now GEOS driver for 1541 disk drive(s) connected via parallel cable is twice as fast as original code. Sectors are read and decoded from GCR into binary on the fly, while the data is loaded. Then the checksum is computed during data transfer.
This was once thought to be impossible on 1541 (too slow CPU), but LFT's clever coding was a real breakthrough for fastloaders.

@beaware@social.beaware.live
2024-02-08 08:08:50

Feature request: an option to be able to interact with posts with a specific account while "logged in" to another account.
I put "logged in" in quotes because from what I understand about @…, every account added to the app is always logged in, even without technically switching accounts. Though I don't know how other apps handle it.
The reasoning for wanting this feature is simple. For those on single user instances, we don't get all the content all the time because of the way Federation works. Therefore I keep a private mastodon.social account to casually browse certain hashtags and then I currently have to copy the link and login to this account to interact with the post.
TheDesk for Windows has this feature and it's cool as hell. Would love it if we could get this for one (or many) of the mobile apps.
CC: @… @…
@…
#IceCubesApp #MonaApp #Mammoth #iOS #Fediverse #Mastodon

@arXiv_eessSP_bot@mastoxiv.page
2024-04-15 06:54:05

SemHARQ: Semantic-Aware HARQ for Multi-task Semantic Communications
Jiangjing Hu, Fengyu Wang, Wenjun Xu, Hui Gao, Ping Zhang
arxiv.org/abs/2404.08490