|
RE:Lenovo Legion Pro 32UD-10 31.5" 4K 240Hz OLED Gaming Monitor $888 Delivered @ Lenovo
I'm looking for a 32" 4K mainly for work and occasional gaming. Is OLED suitable or should I stick to IPS? Work is mainly coding.
|
www.ozbargain.com.au |
Agamand |
Jun 22, 2026 |
|
RE:Fix Settings UI number field custom attributes
... Contributing Guidelines and the WordPress Coding Standards. I have checked to...
|
github.com |
dmallory42 |
Jun 22, 2026 |
|
RE:Build an Apply Discount Function - Build an Apply Discount Function
Welcome to the forum @jjackintheboxx jjackintheboxx: isinstance(price, int or float) This is not the right way to use the or operator here. Happy coding
|
forum.freecodecamp.org |
Teller |
Jun 22, 2026 |
|
RE:Acer und Asus dürfen in Deutschland wieder PCs und Notebooks verkaufen
... Videocodec HEVC (High Efficiency Video Coding, H.265). Acer und Asus...
|
forum.sysprofile.de |
NewsBot |
Jun 22, 2026 |
|
RE:fix(curriculum): correct regex review explanations (#68114)
Hey @umang-jpg Thank you for opening this pull request. Related issue is limited to the "first time" code contributors to this repository. Because of that I'm going to close this PR. We would welcome future pull requests from you. Thank you and happy coding.
|
github.com |
gikf |
Jun 22, 2026 |
|
RE:Feature: waveform image plugin
... need to conform to our coding and contribution standards. Please take...
|
github.com |
semohr |
Jun 22, 2026 |
|
RE:How to: Travel Assist and Heated Steering Wheel Retrofit
... wheel and make more complex coding? And since it's SFD2 (not... the older SFD) would the coding require any VAG activation? Whats...
|
www.briskoda.net |
didimidi |
Jun 22, 2026 |
|
RE:[정규 수업/여름 특강] 대치동 커리큘럼 그대로 영어로 배우는 로봇/코딩/AI 센터 (5살~16살)
... TeXphere is a specialized Robotics, Coding, and AI Learning Center located...니다. TeXphere는 Robotics, Coding, AI 교육을 전...
|
cafe.naver.com |
텍스피어 |
Jun 22, 2026 |
|
RE:Researcher turns wi-fi smart lightbulb into a Banned Book Library — open source project makes digital books available via a server and open Wi-Fi a...
... step further and do erasure coding on the media to be...
|
forums.tomshardware.com |
R |
Jun 22, 2026 |
|
RE:Steam Machine Price Announced - Starting at $1049 / £879
... month, usually due to bad coding, but it is what it...
|
www.neogaf.com |
thicc_girls_are_teh_best |
Jun 22, 2026 |
|
RE:ChatGPT - Help
...) since the mid 80's. The coding is similar but different to ...
|
gbatemp.net |
ISO-Man |
Jun 22, 2026 |
|
RE:[Full Release] Studio Script Sync
I’m old school and feel way more comfortable working in a proper IDE than coding directly in Studio, especially coming from Unity. Script Sync was basically the answer to my prayers. I’ve been using it since the very first beta release and absolutely love it. Honestly, I probably wouldn’t have become a Roblox developer without it. Thank you, Roblox!
|
devforum.roblox.com |
Schubert2000 |
Jun 22, 2026 |
|
{realme Resources}App Review – Qwen Studio
... you need help with studies, coding, content creation, image generation, ..., reasoning, image generation, web search, coding assistance, document analysis, and more... and social media enthusiasm. 💻 Coding Assistant Developers will appreciate Qwen's...capabilities. ✔ Supports image generation, coding, writing, and research in one...reasoning 🎨 Image generation 💻 Coding assistance 📄 Document analysis 🔍...
|
c.realme.com |
harjotsingh398 |
Jun 22, 2026 |
|
{realme Resources}App Review – Qwen Studio
... you need help with studies, coding, content creation, image generation, ..., reasoning, image generation, web search, coding assistance, document analysis, and more... and social media enthusiasm. 💻 Coding Assistant Developers will appreciate Qwen's...capabilities. ✔ Supports image generation, coding, writing, and research in one...reasoning 🎨 Image generation 💻 Coding assistance 📄 Document analysis 🔍...
|
c.realme.com |
harjotsingh398 |
Jun 22, 2026 |
|
RE:Steam Machine Review
..., especially for lighter tasks like coding or writing. That’s probably a...
|
vapingunderground.com |
VUBot |
Jun 22, 2026 |
|
RE:Acer und Asus dürfen in Deutschland wieder PCs und Notebooks verkaufen
... Videocodec HEVC (High Efficiency Video Coding, H.265). Nokia hatte vor...
|
stadt-bremerhaven.de |
caschy |
Jun 22, 2026 |
|
RE:Build a Travel Weather Planner - Build a Travel Weather Planner
Hey @Hemangi I would suggest you go to google “Operator Precedence” and then get back to the lab. Happy coding!
|
forum.freecodecamp.org |
imsomilg |
Jun 22, 2026 |
|
RE:Year 12 help ig
... heard it is heavily mathematical + coding with a sprinkle of economics...
|
www.thestudentroom.co.uk |
Capybaraislost |
Jun 22, 2026 |
|
RE:Year 12 help ig
... heard it is heavily mathematical + coding with a sprinkle of economics...
|
www.thestudentroom.co.uk |
Capybaraislost |
Jun 22, 2026 |
|
RE:Year 12 help ig
... heard it is heavily mathematical + coding with a sprinkle of economics...
|
www.thestudentroom.co.uk |
Capybaraislost |
Jun 22, 2026 |
|
Wera 05057762001 BTH PZ2 Bi Torsion Long Life Timber Pozi Bit-Box for Drill/Drivers, 2 x 25 mm, 20-Piece
... it easy" Toolfinder, employing colour coding based on profile and size... it easy tool finder: colour coding according to profile and size...
|
www.hotukdeals.com |
Stormpooper |
Jun 22, 2026 |
|
RE:你喜欢这样的Claude Code吗?
Coffee CLI 给喜欢命令行的 Vibe Coding 加上打开文件夹、输入框、历史纪录、修改对比…
|
tieba.baidu.com |
赛博宇航员 |
Jun 22, 2026 |
|
RE:Having problems with freeCodeCamp coding environment for Build a Budget App
Hey, I completed this on my local vs studio and pasted it into the web browser but it didn’t want to work even though it works fine locally. class Category: def __init__(self, name): self.name = name self.ledger = [] def deposit(self, amount, description=''): self.ledger.append({'amount': amount, 'description': description}) def withdraw(self, amount, description=''): if self.check_funds(amount):...
|
forum.freecodecamp.org |
dawidbenjamincoetzee |
Jun 22, 2026 |
|
SpaceX buys AI coding startup Cursor for $60 billion
submitted by /u/Much_Speech_8388 to r/news [link] [comments]
|
r/news |
Much_Speech_8388 |
Jun 16, 2026 |
|
SpaceX to buy Cursor AI coding agent operator Anysphere for $60 billion
SpaceX already making moves. Know theyve talked about this before Calls? submitted by /u/MeowTheMixer to r/wallstreetbets [link] [comments]
|
r/wallstreetbets |
MeowTheMixer |
Jun 16, 2026 |
|
How Do you learn coding? Like literally
I recently started a degree in Computer Studies, and as expected, coding is a major part of it(2nd year college student) . The thing is, I genuinely don't understand how people actually learn to code. I can read simple code and follow the logic behind it, but when it comes to writing my own code from scratch, I completely freeze. I end up looking at references, tutorials, or other people's work because I don't know where to start. Most of my projects are done by borrowing a laptop, and honestly, half the time I feel like I'm just copying and pasting without really understanding what I'm doing. I also don't own a PC or laptop, which makes practicing outside class difficult. I had no prior coding knowledge before starting this degree, and while I find some parts interesting, I often feel lost. Even when we're asked to write code on paper for assignments, I still don't really know how to approach it. People often say "just watch videos," but that hasn't helped much. So I'm curious: how did you actually learn coding? What made things finally click for you? Was it practice, projects, books, repetition, or something else? I'd appreciate any advice from people who started from zero because right now I feel like I'm missing something everyone else understands. submitted by /u/Depoor-Explorer-5135 to r/CodingForBeginners [link] [comments]
|
r/CodingForBeginners |
Depoor-Explorer-5135 |
Jun 2, 2026 |
|
I hate to be this guy but: Any good, recent CODING models in the 70-80B range?
3x 24GB vram. Qwen-coder-next is not bad. I'll continue to use it if you yell enough at me. I do a lot of front-end work, which develops rapidly, so the most recent the model the better. Larger than 80B and I'll have to sacrifice the decentish Q6 quant, or the minimum (for coding) 256k context. I do NOT believe that the latest 27-31B dense models can realistically beat an 80B model, even if I stomach the slowness, but change my mind. Slowness is an issue since I do NOT yolo. I micro-manage the heck out of the agent. It's actually more efficient than letting it rip, then having it rip again the next day because it had been climbing the wrong ladder. Edit: Thank you all! I'm going to spend a couple of days playing with Qwen3.6 27b at bf16. I kinda like the idea of using a model at full precision for once. submitted by /u/ParaboloidalCrest to r/LocalLLaMA [link] [comments]
|
r/LocalLLaMA |
ParaboloidalCrest |
Jun 1, 2026 |
|
How to start coding as a complete beginner🫠??
Was thinking to start learning to code as was picking interest in it. College will be in 2-3 months after counselling(a decent nit or pec cse or related branches). How should I start? Which language should I pick and what exactly is the roadmap ahead? How much time should I be giving it daily? All the responses will be deeply appreciated😊. Just watched the video that is in the pic so is it all you need to know before starting? please suggest a good yt playlist for the same(heard codewithharry is a good channel) submitted by /u/Educational_Lab_7833 to r/Btechtards [link] [comments]
|
r/Btechtards |
Educational_Lab_7833 |
May 26, 2026 |
|
vibeCodingWithJarvis
submitted by /u/icompletetasks to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
icompletetasks |
May 19, 2026 |
|
Passed the coding qualification. These coding tasks are so fun, wth 😭
Sometimes this doesn't feel like work. I'm so excited. submitted by /u/DissociateThallRpeat to r/DataAnnotationTech [link] [comments]
|
r/DataAnnotationTech |
DissociateThallRpeat |
May 19, 2026 |
|
Claude Code's creator is sick of the phrase 'vibe coding.' Suggest your alternative here.
submitted by /u/Logical_Welder3467 to r/technology [link] [comments]
|
r/technology |
Logical_Welder3467 |
May 8, 2026 |
|
I'm done with using local LLMs for coding
I think gave it a fair shot over the past few weeks, forcing myself to use local models for non-work tech asks. I use Claude Code at my job so that's what I'm comparing to. I used Qwen 27B and Gemma 4 31B, these are considered the best local models under the multi-hundred LLMs. I also tried multiple agentic apps. My verdict is that the loss of productivity is not worth it the advantages. I'll give a brief overview of my main issues. Shitty decision-making and tool-calls This is a big one. Claude seems to read my mind in most cases, but Qwen 27B makes me give it the Carlo Ancelotti eyebrow more often than not. The LLM just isn't proceeding how I would proceed. I was mainly using local LLMs for OS/Docker tasks. Is this considered much harder than coding or something? To give an example, tasks like "Here's a Github repo, I want you to Dockerize it." I'd expect any dummy to follow the README's instructions and execute them. (EDIT: full prompt here: https://reddit.com/r/LocalLLaMA/comments/1sxqa2c/im_done_with_using_local_llms_for_coding/oiowcxe/ ) Issues like having a 'docker build' that takes longer than the default timeout, which sends them on unrelated follow-ups (as if the task failed), instead of checking if it's still running. I had Qwen try to repeat the installation commands on the host (also Ubuntu) to see what happens. It started assuming "it must have failed because of torchcodec" just like that, pulling this entirely out of its ass, instead of checking output. I tried to meet the models half-way. Having this in AGENTS.md: "If you run a Docker build command, or any other command that you think will have a lot of debug output, then do the following: 1. run it in a subagent, so we don't pollute the main context, 2. pipe the output to a temporary file, so we can refer to it later using tail and grep." And yet twice in a row I came back to a broken session with 250k input tokens because the LLM is reading all the output of 'docker build' or 'docker compose up'. I know there's huge AGENTS.md that treat the LLM like a programmable robot, giving it long elaborate protocols because they don't expect to have decent self-guidance, I didn't try those tbh. And tbh none of them go into details like not reading the output of 'docker build'. I stuck to the default prompts of the agentic apps I used, + a few guidelines in my AGENTS.md. Performance Not only are the LLMs slow, but no matter which app I'm using, the prompt cache frequently seems to break. Translation: long pauses where nothing seems to happen. For Claude Code specifically, this is made worse by the fact that it doesn't print the LLM's output to the user. It's one of the reasons I often preferred Qwen Code. It's very frustrating when not only is the outcome looking bad, but I'm not getting rapid feedback. I'm not learning anything Other than changing the URL of the Chat Completions server, there's no difference between using a local LLM and a cloud one, just more grief. There's definitely experienced to be gained learning how to prompt an LLM. But I think coding tasks are just too hard for the small ones, it's like playing a game on Hardcore. I'm looking for a sweetspot in learning curve and this is just not worth it. What now For my coding and OS stuff, I'm gonna put some money on OpenRouter and exclusively use big boys like Kimi. If one model pisses me off, move on to the next one. If I find a favorite, I'll sign up to its yearly plan to save money. I'll still use small local models for automation, basic research, and language tasks. I've had fun writing basic automation skills/bots that run stuff on my PC, and these will always be useful. I also love using local LLMs for writing or text games. Speed isn't an issue there, the prompt cache's always being hit. Technically you could also use a cloud model for this too, but you'd be paying out the ass because after a while each new turn is sending like 100k tokens. Thanks for reading my blog. submitted by /u/dtdisapointingresult to r/LocalLLaMA [link] [comments]
|
r/LocalLLaMA |
dtdisapointingresult |
Apr 28, 2026 |
|
theFutureOfCoding
submitted by /u/bryden_cruz to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
bryden_cruz |
Apr 19, 2026 |
|
We were always busy pirating and coding back then
Take me back for just one day pls 👾 submitted by /u/Revolutionary-Fly538 to r/Millennials [link] [comments]
|
r/Millennials |
Revolutionary-Fly538 |
Apr 16, 2026 |
|
I made my first $500 coding with claude
So I started building websites with Claude about 2 weeks ago and I showed my fitness coach what I was capable of. He loved my site and asked me to build his app for him. He wanted an app that tracks habits and daily check ins. I created this app with claude code, hosting with vercel and using supabase as the database for logins. I completed the app and we got on a call. He asked me how much I wanted for the app. I didn’t know how much to charge so I asked him how much it was worth to him and how much value does it give him. He said he’ll give me $500. I delivered it and it’s now ready and live. I’m very excited about making my first $500 purely online with this. Next steps is to get more clients! Not sure how to do that but will keep yall posted what I figure out but this money will get reinvested into the business. Edit: So many negative comments but I do appreciate the support from the few that do. If you have questions and are genuinely concerned feel free to PM me. Your negative comments don’t help anyone. We’re a community and I thought I could share this to encourage others that vibe coding can actually make you money. Though some of your concerns are valid I would appreciate solid concrete feedback and asking questions before you jump to conclusions. submitted by /u/Man_of_focuz to r/vibecoding [link] [comments]
|
r/vibecoding |
Man_of_focuz |
Apr 7, 2026 |
|
vibeCodingFinalBoss
submitted by /u/ClipboardCopyPaste to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
ClipboardCopyPaste |
Mar 30, 2026 |
|
The era of human coding is over
submitted by /u/Particular-Habit9442 to r/singularity [link] [comments]
|
r/singularity |
Particular-Habit9442 |
Mar 17, 2026 |
|
oopiseSaidTheCodingAgent
submitted by /u/ClipboardCopyPaste to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
ClipboardCopyPaste |
Feb 21, 2026 |
|
Vibe Coding Is Killing Open Source Software, Researchers Argue
submitted by /u/Hopeful_Adeptness964 to r/technology [link] [comments]
|
r/technology |
Hopeful_Adeptness964 |
Feb 8, 2026 |
|
happyNewYearWithoutVibeCoding
submitted by /u/yuva-krishna-memes to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
yuva-krishna-memes |
Jan 1, 2026 |
|
The people who do coding, how realistic is it for me to learn coding to get higher paying work.
Until recently I used to describe html tags as ‘lots of bracket-y things’ when writing my rationale. That’s to show how I know almost nothing about coding, I’ve always thought my brain just can’t handle it. But the hourly rates on those projects have me wanting to change my mind. Anyway, if I want to learn coding strictly to work on the coding projects, how long do you think I’d need to learn before I’m good enough to pass the assessment, has anyone here learnt coding from scratch just to be able to do those tasks and did it work? Can anyone offer steps that include what exactly and where to learn the actual skills I need for DA. What else? If it’s a bad idea, please let me know too submitted by /u/Professional_Win_551 to r/DataAnnotationTech [link] [comments]
|
r/DataAnnotationTech |
Professional_Win_551 |
Nov 22, 2025 |
|
vibeCodingIsTheFutureExceptIfYouAreWritingSoftware
submitted by /u/Zhuinden to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
Zhuinden |
Oct 24, 2025 |
|
vibeCodingIsDeadBoiz
submitted by /u/cs-grad-person-man to r/ProgrammerHumor [link] [comments]
|
r/ProgrammerHumor |
cs-grad-person-man |
Sep 4, 2025 |
|
Library of Congress Website Deleted Part of the Constitution That Trump Doesn't Like. Now They're Calling It a 'Coding Error'
I don’t care what side you’re on, is it not clear what is halting to our country? This is beyond belief. submitted by /u/DBCoopr72 to r/law [link] [comments]
|
r/law |
DBCoopr72 |
Aug 6, 2025 |
|
Coding is the hardest thing I've ever done in my life
I'm so terrible at it, it's almost funny. Like, I enjoy networking and info management and stuff a lot and it comes naturally, but programming is another monster. I do not enjoy it, and my brain shuts it out LMFAO, it sucks. Just failed data structures again, working with the teacher and putting in a bit of time outside of class in an attempt to learn. I don't know programming vocabulary, or syntax, and don't understand used in it. I'm a jr in college so like, I'm kinda fucked right now. I've tried so many times using W3 schools, Code Academy, and countless videos, but it doesn't stick. I'm computer science too so it's just awesome. Hearing that I need to program like in Java or something is almost traumatizing, because I almost shut down whenever I hear it because of my really bad past experiences in it. I'd rather fight 10 house fires at 2am than do any basic coding(I'm a vol ff when I'm not at school). Sorry for the pathetic rant. submitted by /u/StormyRadish45 to r/learnprogramming [link] [comments]
|
r/learnprogramming |
StormyRadish45 |
Dec 12, 2023 |