ع̲مِےـرۅ 𝔸𝕞𝕣
@a3k.me
📤 18
📥 74
📝 91
Web developer 👩🏻💻 github.com/amr3k
whoa! The latest telegram desktop update made its startup almost instant
5 days ago
0
1
0
One thing makes me mad about
@zed.dev
is that I have to restart it to see changes (new files, updated code ..etc) that are done externally (by another code editor or agent running in a separate terminal for example). does anybody experience this?
8 days ago
0
0
0
PostgreSQL 19 Beta 1 was released few days ago with a new feature: `ON CONFLICT DO SELECT`. Atomic Create or Get.
9 days ago
0
0
0
Sveltekit v3.0-next is out 😱
12 days ago
1
27
7
Here's how to configure sveltekit inside vite.config.ts imstead of svelte.config.js
add a skeleton here at some point
13 days ago
0
3
0
This is straight up annoying!
about 1 month ago
0
0
0
I'm starting to love t3code again when I found that I can access omx skill prefixing it by $
about 1 month ago
0
1
0
Another banger on the way
add a skeleton here at some point
about 2 months ago
0
0
0
Oh com'on OpenAI!
about 2 months ago
0
0
0
The latest
@zed.dev
update is game changer for me. ACP now starts instantly, before it was very slow. The new agent layout just replaced t3code (which I just discovered few days ago and liked it very much). I can now see code, modify it, asking agents to do the work, review diff changes ...etc
about 2 months ago
0
0
0
This git panel in
@zed.dev
doesn't show changes if files are modified externally! I have to fetch to see current git status! I hope it gets fixed
2 months ago
0
0
0
Go take the State of AI 2026 survey if you have a minute!
survey.devographics.com/survey/state...
loading . . .
https://survey.devographics.com/survey/state-of-ai/2026?source=post_survey_share_bluesky
2 months ago
0
0
0
codex should take grammar lessons
3 months ago
0
0
0
Wish me luck
3 months ago
0
0
1
After trying out codex .. I finally have some time to read the past 4 missed articles of the
webweekly.email
newsletter
loading . . .
Web Weekly — More than your regular Frontend newsletter
Join 6.4k+ developers reading Web Weekly — a frontend newsletter going beyond frameworks to cover browser APIs, CSS, JS, and hidden web platform gems.
https://webweekly.email
3 months ago
0
0
0
Surprised no one made a skill for this!
3 months ago
1
0
1
Never seen this before
4 months ago
0
0
0
First time seeing this kind of error!
5 months ago
0
0
0
Been a while since I visited
bun.com
but the new docs design is awesome
5 months ago
0
0
0
The sky was gorgeous
5 months ago
0
1
0
LazySSH is so good. I no longer need to look for IP addresses, usernames, or the correct public key.
5 months ago
1
0
0
Godaddy has the worst UX I feel I traveled back 15 years ago
5 months ago
0
0
0
The self-update mechanism in opencode is smooth, I just noticed it today in the popup! I wish more apps would implement this
6 months ago
0
0
0
I have this `loop-until-successful` bash script: ```
#!/bin/bash
trap "break" SIGINT my_command="$@" while true; do $my_command if [ $? -eq 0 ]; then tput bel break fi done ``` I only have to use with supabase since this thing always sucks
6 months ago
0
2
0
ngl .. the new glm 4.7 is so good. It helped me solving a deploy issue on cloudflare that prevented my from publishing updates to my website for 2 months! I tried before with claude sonnet 4.5 but id couldn't help me then.
6 months ago
0
0
0
I can't believe gemini 3 flash was able to fix issues that opus 4.5 can't, even when it has less context than opus!
6 months ago
0
0
0
Opus 4.5 feels like cheating
6 months ago
0
0
0
Freaking finally!
add a skeleton here at some point
7 months ago
1
0
0
The new Gemini web app design is not complete! the theme colors seems off!
7 months ago
0
0
0
Wasn't expecting bun to be bought by Anthropic! I thought it'd be the triangle one
7 months ago
0
0
0
Played around with Gimp and got this
add a skeleton here at some point
7 months ago
0
0
1
I used nano banana Pro to generate a kawaii-style sticker design for
@zed.dev
, and it gave me this 😅
7 months ago
1
4
1
Use this bash script to compress PDF files:
#!/usr/bin/bash
if [ ! $1 ] || [ ! $2 ] ; then echo "Usage $0 <input_file> <output_file>" exit fi gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=$2 $1
7 months ago
0
0
0
One of the things I hate about some wordpress plugins is that they don't utilize web standards! Like. . bro .. why use type="text" for email input when you already have type="email", also why use "required" class instead of attribute?
7 months ago
0
1
0
For some reason, I often find webp being better than avif in drawing/illustration images in terms of output size and ecnoding speed as well. Tried both lossy and lossless compression too.
7 months ago
0
0
0
I love claude
7 months ago
0
0
0
Waiting for the typical Reddit post about the new hire at <Insert company affecting the internet which is Cloudflare in this case> who just pushed his first ever code to production and went home.
7 months ago
0
2
0
What's going on!! Big part of the internet is down right now .. this includes cloudflare with its tunnels thus all of my clients are reaching to me because their websites are down
7 months ago
0
1
0
TiL :o From
@stefanjudis.com
's
webweekly.email
newsletter
7 months ago
2
2
0
Every hostinger login is suspicious 😅
7 months ago
0
0
0
Web Weekly is literally the only newsletter I'm subscribed to in any field.. I always get the latest tech news, learn new (and old) techniques through TiL section. I love it sooo much 🥰.
add a skeleton here at some point
7 months ago
0
0
1
Just discovered that
@zed.dev
has a GUI for its settings!
7 months ago
0
1
0
My first attempt with using bun in a monorepo failed because of this issue:
github.com/better-auth/...
Now back to pnpm
loading . . .
Failed to generate with Bun, Drizzle and PostgreSQL · Issue #2283 · better-auth/better-auth
Is this suited for github? Yes, this is suited for github To Reproduce My project is a monorepo with turborepo. I use Bun, Drizzle and PostgreSQL. For the SQL engine I use the Bun SQL API. The bug ...
https://github.com/better-auth/better-auth/issues/2283
8 months ago
0
1
0
reposted by
ع̲مِےـرۅ 𝔸𝕞𝕣
8 months ago
apps.apple.com
was rewritten in svelte ⚡🧡
2
45
6
I've been using the Greenshift wordpress plugin lately and it's easy one of the best plugins to support gutenberg blocks.
wordpress.org/plugins/gree...
loading . . .
Greenshift – animation and page builder blocks
More than 20 special blocks for Gutenberg to build complex pages and animations with highest possible web vitals score.
https://wordpress.org/plugins/greenshift-animation-and-page-builder-blocks/
8 months ago
0
1
0
Does anybody have a tutorial on setting up better-auth with
@drizzle.team
in a monorepo? Should I put both of them in the same package? or separate packages?
8 months ago
0
0
0
Hey
@zed.dev
.. Any chance to make a kawaii style logo? :)
8 months ago
0
0
0
reposted by
ع̲مِےـرۅ 𝔸𝕞𝕣
Kevin Powell
8 months ago
I remember how excited I was when border-radius became a thing... If only I'd know what would eventually be possible with it about 15 years later 😅 corner-shape takes border-radius to an all new level...
@cbolson.bsky.social
has made a handy generator for it:
www.corner-shape.com
7
94
14
Hey
@github.com
please add a small gap between Home and feed links
8 months ago
0
1
0
Vivaldi's workspaces are underrated
8 months ago
0
0
0
Load more
feeds!
log in