#text-editing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #text-editing, aggregated by home.social.
-
Oh look, it's another riveting piece of academic literature desperately trying to measure the un-measurable: how much #AI is meddling with our precious words. Because nothing says "cutting-edge research" like a deep dive into the mysterious art of text editing by our robo-overlords. 🤖📚 We eagerly await the next groundbreaking paper on quantifying the extent of #procrastination in #academia. 🙄✨
https://arxiv.org/abs/2510.03154 #Research #TextEditing #RoboOverlords #HackerNews #ngated -
🌟✨ "Life-changing" shell tricks revealed! 🚀 Because, obviously, the pinnacle of human #innovation is finding faster ways to delete text. 😂 Spoiler: rearranging virtual furniture in your terminal won't save your sanity. 🖥️🙄
https://blog.hofstede.it/shell-tricks-that-actually-make-life-easier-and-save-your-sanity/ #LifeChangingShellTricks #TerminalHacks #TextEditing #Humor #HackerNews #ngated -
Is there an app like this?
https://www.youtube.com/shorts/iW9RygbjnFQ
#help #linux #recommendStuff #textEditing -
🎓 Oh look, yet another "critical" CS course that promises to teach you what you should've learned between Reddit scrolling marathons. 🙄 Apparently, mastering the command line and version control is like discovering the holy grail of tech enlightenment. But fear not, they will teach you how to edit text like a proper adult. 🖥️🎉
https://missing.csail.mit.edu/ #criticalCScourse #techenlightenment #commandline #versioncontrol #textediting #RedditScrolling #HackerNews #ngated -
The wizards of text-editing have conjured a new spell: "Neovim Pack!" 🎩✨ Now you can join the exclusive club of plugin hoarders by nesting your precious code toys into neat little folders. 🗂️ Because nothing says #productivity like wrestling with directories instead of actually coding. 🧙♂️🔮
https://neovim.io/doc/user/pack.html#vim.pack #Neovim #Pack #textediting #codeplugins #codingcommunity #HackerNews #ngated -
Ah yes, another #epic tome 🧙♂️ unveiling the #secrets of #Vim, because who doesn't want to turn a simple text-editing task into a PhD thesis? 🤓 After 2978 words and 14 minutes, you'll finally understand that "normal" is anything but. 🌀
https://www.ssp.sh/blog/why-using-neovim-data-engineer-and-writer-2023/ #TextEditing #PhDThesis #DeveloperHumor #HackerNews #ngated -
🎈 Behold! Another "better-than-Vim" TUI editor that promises to revolutionize your coding life with all the panache of a wet sock 🤦♂️. Just what the world needed: more ways to overcomplicate text editing while calling it innovation! 🚀
https://github.com/tauraamui/lilly #betterThanVim #TUIeditor #codingLife #textEditing #innovation #wetSock #HackerNews #ngated -
Lifehacker: Use This App Instead of Excel to Directly Edit CSV Files. “ModernCSV, an indie app for Linux, Mac, and Windows computers, is the best tool I’ve come across for this purpose. If you work with CSV files frequency, or just need to edit one quickly, it’s worth checking out. This application is built specifically with CSV files in mind and makes working with them simple.”
-
Achetez la Grotte pour 4euros ! [email protected]
Sur un coup de tête, Fanny décide de claquer la porte à son quotidien tourmenté, pour ramasser des abricots pendant l'été.
L'aventure, foireuse ou heureuse, se trouve au bord de la haie, du parking d'une boîte de nuit, des meubles en agglo, et jusqu'aux parois illuminées d'une grotte qui pue le 14 juillet.
#fanzine #mastolivre #nouvelle #feminisme #microedition #risography #textediting #autoedition #grotte #14juillet
Couverture @lasserusse -
haven't been on here in a hot minute because life has been CRAZY… but i’m popping back in to share that, with some gen-AI assistance, i’ve built **neovim-anywhere**!!
neovim-anywhere is fairly straightforward – one bash script and one shortcut (allows quick launch + input of selected text + keyboard shortcut). it takes selected text, puts it into neovim and copies the output (:wqq) to your clipboard. similar to vim-anywhere, it is unfortunately unable to paste directly into the original text field upon closing.
currently, the neovide GUI is a dependency, but i’m sure it can be adapted to a terminal
it solves a personal pain point in dealing with laggy text fields. sometimes i just want the convenience of nvim when i'm writing, say, an email – without having to open an entire terminal window and launch nvim.
hoping to get a github repo up and running soon for anyone interested. also hoping to get a more detailed blog post up, discussing the process and further thoughts, though that may come later
#FOSStodon #OpenSource #neovim #vim #VimAnywhere #terminal #CLI #TextEditing #technology #showcase
-
#InkscapeAbenteuer
Die #Vektorzeichnung meines aktuellen Versuchsschemas ist fertig (bis zur nächsten Änderung).
Fazit:
a) #Lernkurve vorhanden (wie erwartet), hätte aber schlimmer sein können.
b) Kernfunktionen super, teilweise besser umgesetzt als bei Corel.
c) schmerzhaft vermisst: #Verbinder zwischen beliebigen Knoten
d) reichlich holperig: #Textediting, seltsamerweise brauchte ich im Keyboard-lastigen #Inkscape hier mehr die Maus als im Maus-lastigen #coreldraw -
and finally, this is very much a kakoune thing, but i don't think selection and navigation should be different things. and more so when im working with blocks of syntax. i'm not working with characters, no do i think in characters. i think in expressions or statements or identifiers or literals.
this is very much a personal opinion, but there's so much room for improvement in this field, i don't see how we've been more or less stagnant for so long. i don't want to use a lisp just so i can use paredit. i want paredit in every language i use.
and doubly finally, you're welcome for me hashtagging every single post in this thread/rant entirely differently. if you're following any of them, you get randomly exposed to some subsection of my thread, without any of the previous parts.
-
Great talk by Brendan Rodhes (of Pyephem and Skyfield fame) about how Tools, Ecosystem, and importantly, Community, are key to lower the "activation energy” required to tackle problems in programming.
The talk can be well generalized into other fields, but I think it is particularly apt for computer science.
Very much worth the watch, and it works well at 2x speed with subtitles.
Video: https://www.youtube.com/watch?v=pybtvFFRYFs
Slides: https://rhodesmill.org/brandon/slides/2018-11-pyconar/#Python #ActivationEnergy #ComputerScience #Video #slides #PyAr #PyConAr #TextEditing #ComposableTools #Pipelines
-
Interesting look at an algorithm used for distributed collaborative text editing.
"Collaborative text editing algorithms allow several users to concurrently modify a text file, and automatically merge concurrent edits into a consistent state. [...] We introduce Eg-walker, a collaboration algorithm for text that avoids [...] weaknesses [of other algorithms]."
https://arxiv.org/abs/2409.14252#Collaboration #Software #Algorithm #Distributed #TextEditing
Discussion at HN [ https://news.ycombinator.com/item?id=41669840 ].
-
If you want to recursively replace a string in all files in a directory, you first go to StackOverflow, find the relevant find | xargs (sed or awk) command and then wrestle with it until it works.
How about no?
Just do `sudo apt-get install rpl`. It's a tool to do this exact thing very conveniently.
https://github.com/rrthomas/rpl -
Google Docs is adding Markdown support (finally) https://mikepaul.com/google-docs-is-adding-markdown-support-finally/ #Documents, #GoogleDocs, #JonGruber, #Markdown, #Productivity, #Syntax, #TextEditing
-
@Creatortray Thanks! I'm so glad I hung on to my original Atari 800. It was my first computer. I had no idea how iconic it would become.
With #SpartaDOSX, an INCOGNITO board and a #FujiNet, it starts to become a practical machine, for #TextEditing at least. I'd love to know if there's an 8-bit #IMAP4 #SMTP client. I guess modern cryptographic protocols would make it unusable. I haven't looked into to what degree that can be handed off to the FujiNet.
-
Let's say I wanted to have a (paid) chat with an expert on accessibility, who should I talk to?
Bonus points for knowledge of text editors / how you might design an accessible editing experience.
-
#Design #Explorations
The invisible problem · The problem with which mobile users are left alone https://ilo.im/159cq3_____
#UxDesign #UiDesign #AppDesign #WebDesign #TextEditing #InputDevices #Desktop #Mobile -
Fantastic post from @scottjenson on why text editing is so difficult on phones and a possible way to do it better.
#mobile #phones #text #editing #UI #usability #textediting #android #ios #iphone
-
> #Android and #iOS share a common problem: they copied desktop #textEditing conventions, but without a menu bar or mouse. This forced them to overload the tap gesture with a wide range of actions: placing the cursor, moving it, selecting text, and invoking a pop-up menu. This results in an overly complicated and ambiguous mess-o-taps, leading to a variety of user errors.
-
Does anyone know of an LLM that I can easily run locally on my Linux PC to do simple text cleanup tasks, like removing unnecessary line breaks and the same word twice in a row, capitalize names, etc?
-
Some #FavoriteTools
#perplexity.ai for thoughtful web queries. (Shows reasoning and references.)
#Vim for #TextEditing
#Firefox w/ #Tridactyl #uBlockOrigin
#Raindrop for #Tagging and #Bookmarking web pages
#Inoreader #RSS reader
#Pandoc for document creation/conversion
#Ubuntu #Linux (even if it's running under Windows #wsl
#Python w/ #Jupyter #Pandas #Matplotlib #numpy #scipy #plac
#TheBrain for #KnowledgeManagement (but considering moving to #Obsidian)
#MoonReader for ebooks and PDFs
#RolandFP90 and A-88 for #piano
#transcribe for working through #music #video
#Leatherman #SkeletoolCX for EDC multitool
#Benchmade #Griptilian when I need more of an actual knife
#Signal for #messaging
#mastodon for social media
#antennapod for podcasts
#streamlightwedgext for #EDC flashlight
-
Browser Makes Tiny Office Suite - There’s a recent craze of people living in tiny houses of 400 square feet down to as little as 80 ... - https://hackaday.com/2020/10/13/browser-makes-tiny-office-suite/ #softwarehacks #textediting #javascript #texteditor #browser #office #html5 #html