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. Freefor now & built-in in Zed
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
🔥1🤔1
- 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
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥2
Please open Telegram to view this post
VIEW IN TELEGRAM
facebook.com/share/...
)Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
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)
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
Please open Telegram to view this post
VIEW IN TELEGRAM
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"😇
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
- 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 🥱
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Lifebox
Do you salt the rice when cooking?
Anonymous Poll
52%
🧂 Yes
15%
❔ Sometimes/it depends
17%
🍚 No
17%
I don't cook rice
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
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
Put at
Note that it can run
"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