SourceCodeplz

1K posts

SourceCodeplz banner
SourceCodeplz

SourceCodeplz

@SourceCodeplz

Full-stack web developer. Hobby game-dev. AI, CS2, Chess, F1, Tennis.

Katılım Ekim 2022
279 Takip Edilen99 Takipçiler
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@mweinbach Wow what This never used to be a big deal I the past Some website/online service was down? whatever let’s go outside
English
0
0
0
464
Max Weinbach
Max Weinbach@mweinbach·
TMobile is very down right now, wow
English
40
12
220
24.8K
Syed Balkhi
Syed Balkhi@syedbalkhi·
If you claim to be an "Enterprise" WordPress hosting company ... I think you should look at the Security Advisory you send out. Got an email from a customer saying @Pagely recommended turning off a plugin because a low CVE report was disclosed where someone with an "Admin" level user can delete a file. If someone has ADMIN level access of your website, they can literally do EVERYTHING they need -- including install plugins, add scripts, delete stuff, etc. Fear mongering in WordPress needs to get better. This hurts the overall ecosystem.
English
8
3
45
4.7K
Het Mehta
Het Mehta@hetmehtaa·
A product is releasing tonight. Security found: A. Missing CSP, with no confirmed injection B. Login rate limiting only by IP C. Server version disclosed in headers D. Preference cookie missing HttpOnly You can block the release for one issue only. Which one do you choose, and what evidence would change your answer?
English
2
1
9
2K
X Money
X Money@XMoney·
Your money, on the world’s most powerful network 𝕏 Money is rolling out to U.S. Premium and Premium+ subscribers starting today
English
2.2K
2.1K
13K
6.5M
Kimi.ai
Kimi.ai@Kimi_Moonshot·
Releasing the model weights and technical report of Kimi K3. Kimi K3 is our most capable model: a 2.8T MoE model with native visual understanding and a 1M-token context window. New model architecture: 2.5x the intelligence per unit of compute, not just more params. Alongside Kimi K3, we're opening up more of the stack behind it — high-performance attention kernels, MoE communication library, and infrastructure for running agent environments at scale. Model weights: huggingface.co/moonshotai/Kim… Tech report: github.com/MoonshotAI/Kim… Tech blog: kimi.com/blog/kimi-k3
Kimi.ai tweet media
English
1.3K
6.3K
39.3K
8.7M
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@scottstts some people liked this challenge to me it seems more like an imagination exercise makes you think, visualize and calculate 3d
English
0
0
0
26
Scott
Scott@scottstts·
A major reason why threejs became so popular with AI Before AI I really doubt anyone would write something like this by hand to create 3d models, it makes no sense, it’s not a human interface. But AI loves this
Scott tweet media
English
35
18
424
69.4K
Sudo su
Sudo su@sudoingX·
best local model right now, and don't say the obvious one.
English
123
1
156
39.2K
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@TesCamStudio this looks like a video game took me a moment to realize it was REAL
English
0
0
3
2.5K
TesCam Studio
TesCam Studio@TesCamStudio·
Tesla Matrix lights are 🔥🔥
English
113
189
4.3K
700.9K
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@Daniel_Farinax yeah, lets strip the agent out of Cursor the one that was worked on for two years and people use everyday
English
0
0
0
2
Dan
Dan@Daniel_Farinax·
Cursor needs a first-class “Direct Grok Build” mode. Strip away Cursor’s own agent middleware and let the desktop app become a pure GUI frontend that talks directly to Grok Build. Grok Build already exposes the full Agent Client Protocol (ACP) via grok agent stdio or grok serve --protocol acp --port 9120 Cursor already has ACP client support and an “Agent Backends” setting. Make Grok Build a first-class, zero-config backend (auto-detect local grok binary + auth). When “Direct Grok Build” mode is enabled: - Cursor spawns / connects to the Grok Build harness - Plan mode, parallel subagents, worktrees, skills, MCP, and clean diffs are surfaced natively inside the Cursor UI - No Cursor agent loop in the middle, Grok Build becomes the actual runtime This keeps Cursor excellent for non-technical and GUI users while giving advanced developers the full power of Grok Build without forcing them back into a pure terminal. xAI could then officially promote Cursor as the recommended GUI for Grok Build under “Direct Grok Build mode.” The pieces already exist. Just need the official first-class integration.
Dan tweet media
English
15
10
97
5.1K
Jensen Huang
Jensen Huang@JensenHuang·
Attackers have frontier AI. Defenders need a frontier AI ecosystem—the best open and closed models, force-multiplied by a global community. During the Hugging Face incident, closed AI blocked essential forensics. An open-weight frontier model helped contain the intrusion. That’s why we created the Open Secure AI Alliance.
NVIDIA@nvidia

AI security advances when the industry builds in the open, together. We're introducing the Open Secure AI Alliance with industry leaders to develop new techniques and tools to safeguard software and agents. By sharing models, tooling and research in the open, we can broaden the community of defenders. Learn more about the founding members’ contributions: nvda.ws/4pD8Fc5

English
1.8K
3.7K
32K
8.3M
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@dr_cintas @grok dont you need x premium+ for this? i think regular premium doesnt get any tokens for any model via an API
English
2
0
1
287
Alvaro Cintas
Alvaro Cintas@dr_cintas·
you can run Grok 4.5 inside Codex now - no xAI API key, no metered billing, no pay-as-you-go 🤯 if you have X Premium it’s a cheatcode: your subscription is your access. the mechanism: opencodex is a tiny local proxy that translates Codex’s Responses API into whatever your model speaks. You OAuth into xAI with your X account and it routes Grok straight through Codex. the subscription you already pay for becomes the credential. how to set up (3 min): 1. install bun, then: npm install -g @bitkyc08/opencodex 2. ocx login xai - sign in with your X account, OAuth handles the rest 3. ocx init to inject into Codex, then ocx start 4. run it: codex -m “xai/grok-4.5” “your prompt” that’s the full setup. and the timing’s perfect: Grok 4.5 just got a lot better.
English
34
23
226
24.2K
Grok
Grok@grok·
The correct answer: Browsers enforce **Same-Origin Policy** using the tuple (protocol + host + **port**). `localhost:3000` and `localhost:8000` are **different origins** even on the same machine. Different port = cross-origin request → CORS error if the backend doesn't send `Access-Control-Allow-Origin` allowing port 3000. "Everything's local" is irrelevant — the browser doesn't care about physical location. (That reply you marked wrong was actually right.)
English
1
0
1
42
SourceCodeplz
SourceCodeplz@SourceCodeplz·
i've been researching this alot lately, im a hobby game-dev. what i found is: - mobile: very difficult to earn anything, needs large marketing budget - steam: you can earn something and you get some free marketing - web: its the first step, itch, etc, are a platform to test idea
English
1
0
1
57
Eracu
Eracu@EracuStudios·
Hey devs! Which platform do you prefer to release your games on, and why? A) PC B) Mobile C) Console #indiedev #gamedev
English
20
2
17
2.8K
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@Aditya_181105 heh this is since almost 1 year? you can set it up offline though, but takes some tinkering, ask @grok
English
1
0
0
750
Aditya
Aditya@Aditya_181105·
So microsoft decided you can't setup windows 11 offline. Well, time to go linux
Aditya tweet media
English
741
344
7.9K
570K
Three.js
Three.js@threejs·
13M npm downloads / week 🚀
Three.js tweet media
English
45
43
641
63.1K
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@jaltucher what is happening with games????? what does this mean? i think you still need your own idea, game-loop, progression and twists & turns. one shotting will not get you too far
English
0
0
1
1.1K
diva
diva@divaagurlxw·
Bro said, "I'm a backend dev." Reality: - Clerk for auth - Supabase for the database - Appwrite for backend - Vercel for deployment Bro's just gluing together SaaS tools like a budget backend mechanic. That's not backend engineering That's API Lego with typescript
English
37
13
284
28.3K
SourceCodeplz
SourceCodeplz@SourceCodeplz·
@liam_fallen because writing things down helps with structuring and chain of thought
English
1
0
1
24
Liam
Liam@liam_fallen·
I just don't understand why 90% of people are still typing prompts... Why aren't they using AI voice mode?
English
179
0
79
19.4K