ExposedCat's blog
77 subscribers
374 photos
43 videos
3 files
225 links
👨‍💻 IT & Life by @ExposedCat

Check out also @LevelNine

🇪🇺🇺🇦🇮🇱🏳️‍🌈
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Zed predictive edit (code completions) is now released for everyone (from beta) with open-source, open-dataset Zeta model, which is a Qwen2.5-Coder-7B fine-tuned by Zed developers

It can write new and edit existing code and jump between lines allowing it to modify relevant parts of the codebase regardless of cursor position

P.S. Free for now & built-in in Zed
🔥1🤔1
Please open Telegram to view this post
VIEW IN TELEGRAM
💯3
⭐️ tg-ollama migrated to tg-local-llm (not depending on ollama anymore)

- Reworked prompting
- Streaming responses (doesn't wait for each message to be fully generated before responding)
- "typing" note
- Ability to respond with a message before using a tool, and edit it with an actual response afterwards
- Leverages structured outputs to constraint response format, making responses much more consistent and reliable
- Security measures (filesystem, network access via tools)
- Proper .env usage
- /ai current preferences
- /ai [field] [value] to control preferences
- limit preference to enable display message usage limit
- Deno rewrite
- More solutions, bigger README

➡️ Previous update
➡️ GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2
⭐️ Laylo now thinks before responding (toggle thoughts preference)

➡️ Previous update
➡️ GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
⭐️@UMMRobot now supports (previously not working due to robot detection) Facebook videos (facebook.com/share/...)

➡️ Previous update
➡️ GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
Where do I sign up for this religion?

➡️@saddevdiary
Please open Telegram to view this post
VIEW IN TELEGRAM
I've got my first entry at Honors & Awards, check it out on my LinkedIn!

➡️ LinkedIn
Please open Telegram to view this post
VIEW IN TELEGRAM
🤯1
➡️ MDN Docs
➡️ Threads
Please open Telegram to view this post
VIEW IN TELEGRAM
👏1
FireArc (beta) — Arc-like browser UI for Firefox. Unlike ArcFox, this one restructures native UI via CSS and doesn't require any extensions, i.e. works with any theme and fully functional address bar.

Known Issues
- Fullscreen in Private Mode doesn't hide sidebar
- Extra extension icons may not fit in
- Translation via address bar sometimes doesn't work

P.S. Using it for a month or so and it's really nice, gonna make Workspaces extension similar to those in original Arc

P.P.S. Works nicely with Panorama View

➡️ GitHub (no brain required to install)
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
😁2
F to anyone writing any papers without LLMs.

Now, my thesis is not "Here are functional requirements: ..." but rather "Hey write me a list of functional requirements" 😇
Please open Telegram to view this post
VIEW IN TELEGRAM
😢1
Using macOS for work for 2 days. I guess my list of problems will be twice as large. I'm going W(hat)TF followed by W(hy)TF every time I'm doing literally anything here
😁3🤔2
Congrats to anyone getting ThinkPad as a work machine instead of Mac. Condolences to the rest.
2😁1
⭐️@UMMRobot now supports inline mode for downloading in DMs:
- Beta version, might not work
- Only supports complete video downloads (no photos, posts or proxies)
- Just write "@UMMRobot " in any chat and paste video url to download
- Works with placeholder: no need to wait until it finishes 🥱

➡️ Previous update
➡️ GitHub
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Lifebox
Following my anger-shitposting and totally failed windows week, here is my first post on write.as, shitting on MacOS. Let's wait until Linux pisses me off enough so that I write a final chapter of "All operating systems suck" series 🐒

P.S. Switched to write.as because telegra.ph started lagging again. WriteAs also features author profile so I could even use it as a long-read shit-posting blog
Please open Telegram to view this post
VIEW IN TELEGRAM
😁1
This media is not supported in your browser
VIEW IN TELEGRAM
#TIL Extending Nautilus actions is soo much easier than I thought!

"Make PDF" script from the video
#!/bin/bash
NAME=$(zenity --forms --text="Create PDF" --add-entry="Name")
if [ ! -z "$NAME" ]; then
magick $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS "./$NAME.pdf"
fi

Put at ~/.local/share/nautilus/scripts

Note that it can run #!/bin/python as well!
👍1🤯1
Aura
😁4
😁2